/* ============================================================
           THEME VARIABLES - Vibrant Color Palette
           ============================================================ */
:root {
    --primary: #6c2bd9;
    --primary-light: #8b5cf6;
    --primary-dark: #4c1d95;
    --secondary: #f59e0b;
    --accent: #ec4899;
    --accent-light: #f472b6;
    --success: #10b981;
    --danger: #ef4444;
    --dark: #1f2937;
    --light: #f8fafc;
    --gradient-main: linear-gradient(135deg, #6c2bd9, #8b5cf6, #ec4899);
    --gradient-secondary: linear-gradient(135deg, #f59e0b, #f472b6);
    --shadow: 0 4px 20px rgba(108, 43, 217, 0.15);
    --shadow-hover: 0 10px 40px rgba(108, 43, 217, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
      1. Ocean Breeze (Blue-Cyan-Teal)
      :root {
    --primary: #0EA5E9;
    --primary-light: #38BDF8;
    --primary-dark: #0284C7;
    --secondary: #14B8A6;
    --accent: #06B6D4;
    --accent-light: #67E8F9;
    --success: #10B981;
    --danger: #EF4444;
    --dark: #0F172A;
    --light: #F0F9FF;
    --gradient-main: linear-gradient(135deg, #0EA5E9, #06B6D4, #14B8A6);
    --gradient-secondary: linear-gradient(135deg, #14B8A6, #67E8F9);
    --shadow: 0 4px 20px rgba(14, 165, 233, 0.15);
    --shadow-hover: 0 10px 40px rgba(14, 165, 233, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

2. Sunset Glow (Orange-Red-Yellow)
:root {
    --primary: #F97316;
    --primary-light: #FB923C;
    --primary-dark: #EA580C;
    --secondary: #F59E0B;
    --accent: #EF4444;
    --accent-light: #FCA5A5;
    --success: #22C55E;
    --danger: #DC2626;
    --dark: #1C1917;
    --light: #FFFBEB;
    --gradient-main: linear-gradient(135deg, #F97316, #F59E0B, #EF4444);
    --gradient-secondary: linear-gradient(135deg, #F59E0B, #FCA5A5);
    --shadow: 0 4px 20px rgba(249, 115, 22, 0.15);
    --shadow-hover: 0 10px 40px rgba(249, 115, 22, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

3. Emerald Forest (Green-Teal)
:root {
    --primary: #059669;
    --primary-light: #34D399;
    --primary-dark: #047857;
    --secondary: #F59E0B;
    --accent: #10B981;
    --accent-light: #6EE7B7;
    --success: #22C55E;
    --danger: #EF4444;
    --dark: #064E3B;
    --light: #ECFDF5;
    --gradient-main: linear-gradient(135deg, #059669, #10B981, #34D399);
    --gradient-secondary: linear-gradient(135deg, #F59E0B, #6EE7B7);
    --shadow: 0 4px 20px rgba(5, 150, 105, 0.15);
    --shadow-hover: 0 10px 40px rgba(5, 150, 105, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

4. Royal Purple (Purple-Gold)
:root {
    --primary: #7C3AED;
    --primary-light: #A78BFA;
    --primary-dark: #5B21B6;
    --secondary: #F59E0B;
    --accent: #EC4899;
    --accent-light: #F472B6;
    --success: #10B981;
    --danger: #EF4444;
    --dark: #1E1B4B;
    --light: #F5F3FF;
    --gradient-main: linear-gradient(135deg, #7C3AED, #A78BFA, #EC4899);
    --gradient-secondary: linear-gradient(135deg, #F59E0B, #F472B6);
    --shadow: 0 4px 20px rgba(124, 58, 237, 0.15);
    --shadow-hover: 0 10px 40px rgba(124, 58, 237, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

5. Coral Reef (Pink-Orange)
:root {
    --primary: #F472B6;
    --primary-light: #F9A8D4;
    --primary-dark: #DB2777;
    --secondary: #FB923C;
    --accent: #F43F5E;
    --accent-light: #FDA4AF;
    --success: #22C55E;
    --danger: #DC2626;
    --dark: #1C1917;
    --light: #FDF2F8;
    --gradient-main: linear-gradient(135deg, #F472B6, #FB923C, #F43F5E);
    --gradient-secondary: linear-gradient(135deg, #FB923C, #FDA4AF);
    --shadow: 0 4px 20px rgba(244, 114, 182, 0.15);
    --shadow-hover: 0 10px 40px rgba(244, 114, 182, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

6. Midnight Sky (Indigo-Blue)
:root {
    --primary: #4F46E5;
    --primary-light: #818CF8;
    --primary-dark: #3730A3;
    --secondary: #06B6D4;
    --accent: #8B5CF6;
    --accent-light: #A78BFA;
    --success: #10B981;
    --danger: #EF4444;
    --dark: #111827;
    --light: #EEF2FF;
    --gradient-main: linear-gradient(135deg, #4F46E5, #8B5CF6, #06B6D4);
    --gradient-secondary: linear-gradient(135deg, #06B6D4, #A78BFA);
    --shadow: 0 4px 20px rgba(79, 70, 229, 0.15);
    --shadow-hover: 0 10px 40px rgba(79, 70, 229, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

7. Cherry Blossom (Pink-Purple)
:root {
    --primary: #EC4899;
    --primary-light: #F472B6;
    --primary-dark: #BE185D;
    --secondary: #F59E0B;
    --accent: #8B5CF6;
    --accent-light: #C084FC;
    --success: #10B981;
    --danger: #EF4444;
    --dark: #1F2937;
    --light: #FDF2F8;
    --gradient-main: linear-gradient(135deg, #EC4899, #F472B6, #8B5CF6);
    --gradient-secondary: linear-gradient(135deg, #F59E0B, #C084FC);
    --shadow: 0 4px 20px rgba(236, 72, 153, 0.15);
    --shadow-hover: 0 10px 40px rgba(236, 72, 153, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

8. Golden Horizon (Amber-Yellow)
:root {
    --primary: #D97706;
    --primary-light: #F59E0B;
    --primary-dark: #B45309;
    --secondary: #FCD34D;
    --accent: #F97316;
    --accent-light: #FB923C;
    --success: #22C55E;
    --danger: #DC2626;
    --dark: #1C1917;
    --light: #FFFBEB;
    --gradient-main: linear-gradient(135deg, #D97706, #F59E0B, #FCD34D);
    --gradient-secondary: linear-gradient(135deg, #FCD34D, #FB923C);
    --shadow: 0 4px 20px rgba(217, 119, 6, 0.15);
    --shadow-hover: 0 10px 40px rgba(217, 119, 6, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

9. Arctic Ice (Cyan-Blue)
:root {
    --primary: #0891B2;
    --primary-light: #22D3EE;
    --primary-dark: #155E75;
    --secondary: #F59E0B;
    --accent: #06B6D4;
    --accent-light: #67E8F9;
    --success: #10B981;
    --danger: #EF4444;
    --dark: #164E63;
    --light: #ECFEFF;
    --gradient-main: linear-gradient(135deg, #0891B2, #22D3EE, #06B6D4);
    --gradient-secondary: linear-gradient(135deg, #F59E0B, #67E8F9);
    --shadow: 0 4px 20px rgba(8, 145, 178, 0.15);
    --shadow-hover: 0 10px 40px rgba(8, 145, 178, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

10. Magenta Dusk (Magenta-Purple-Pink)
:root {
    --primary: #D946EF;
    --primary-light: #F472B6;
    --primary-dark: #A21CAF;
    --secondary: #F59E0B;
    --accent: #EC4899;
    --accent-light: #F9A8D4;
    --success: #10B981;
    --danger: #EF4444;
    --dark: #1F2937;
    --light: #FDF4FF;
    --gradient-main: linear-gradient(135deg, #D946EF, #EC4899, #F472B6);
    --gradient-secondary: linear-gradient(135deg, #F59E0B, #F9A8D4);
    --shadow: 0 4px 20px rgba(217, 70, 239, 0.15);
    --shadow-hover: 0 10px 40px rgba(217, 70, 239, 0.25);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


      */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    background: var(--light);
    color: var(--dark);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-title span {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle {
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 40px;
}

.section-tag {
    display: inline-block;
    background: rgba(108, 43, 217, 0.1);
    color: var(--primary);
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* ============================================================
           BUTTONS
           ============================================================ */

.btn-gradient {
    background: var(--gradient-main);
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: var(--transition);
    display: inline-block;
}
.btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    color: #fff;
}

.btn-outline-gradient {
    background: transparent;
    color: var(--primary);
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid var(--primary);
    transition: var(--transition);
    display: inline-block;
}
.btn-outline-gradient:hover {
    background: var(--gradient-main);
    color: #fff;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.btn-secondary-gradient {
    background: var(--gradient-secondary);
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: var(--transition);
    display: inline-block;
}
.btn-secondary-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(245, 158, 11, 0.4);
    color: #fff;
}

/* ============================================================
   TOP HEADER
   ============================================================ */
.top-header {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 2px solid var(--primary);
    position: relative;
    z-index: 1000;
}
.top-header a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}
.top-header a:hover {
    color: var(--secondary);
}
.top-header .btn-admission {
    background: var(--gradient-secondary);
    color: #fff;
    padding: 4px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    transition: var(--transition);
    display: inline-block;
}
.top-header .btn-admission:hover {
    transform: scale(1.05);
    color: #fff;
}

/* ============================================================
   MIDDLE HEADER
   ============================================================ */
.middle-header {
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 999;
}
.middle-header .brand-text {
    font-weight: 800;
    font-size: 1.4rem;
}
.middle-header .brand-text span {
    color: var(--primary);
}
.middle-header .tagline {
    font-size: 11px;
    color: #6b7280;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ============================================================
   MARQUEE / NOTICE
   ============================================================ */
.marquee-wrapper {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border-radius: 50px;
    padding: 4px 4px 4px 15px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.marquee-label {
    background: var(--gradient-main);
    color: #fff;
    padding: 4px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    white-space: nowrap;
    margin-right: 10px;
    flex-shrink: 0;
}
.marquee-content {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.marquee-text {
    margin: 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: var(--dark);
    animation: scrollMarquee 25s linear infinite;
}
.marquee-text:hover {
    animation-play-state: paused;
}
@keyframes scrollMarquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* ============================================================
   BOTTOM NAVIGATION
   ============================================================ */
.bottom-nav {
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 998;
    border-top: 2px solid var(--primary);
}
.bottom-nav .navbar-nav {
    gap: 2px;
}
.bottom-nav .nav-link {
    font-weight: 600;
    color: var(--dark);
    padding: 14px 18px !important;
    transition: var(--transition);
    position: relative;
    font-size: 14px;
    border-radius: 8px;
}
.bottom-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--gradient-main);
    transition: var(--transition);
    border-radius: 3px;
    transform: translateX(-50%);
}
.bottom-nav .nav-link:hover::after,
.bottom-nav .nav-link.active::after {
    width: 50%;
}
.bottom-nav .nav-link:hover {
    color: var(--primary);
    background: rgba(108, 43, 217, 0.04);
}
.bottom-nav .nav-link.active {
    color: var(--primary);
}
.bottom-nav .nav-link.dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border-top-color: var(--dark);
}

/* Dropdown Styling */
.bottom-nav .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    padding: 8px;
    margin-top: 4px;
    min-width: 200px;
    border-top: 3px solid var(--primary);
}
.bottom-nav .dropdown-item {
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition);
}
.bottom-nav .dropdown-item:hover {
    background: rgba(108, 43, 217, 0.08);
    color: var(--primary);
}
.bottom-nav .navbar-toggler {
    border: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bottom-nav .navbar-toggler .menu-text {
    font-weight: 600;
    color: var(--dark);
}
.bottom-nav .navbar-toggler:focus {
    box-shadow: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .top-header .contact-info {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
    }
    .top-header .d-flex.gap-2 {
        justify-content: center;
        flex-wrap: wrap;
    }
    .top-header .btn-admission {
        font-size: 11px;
        padding: 3px 12px;
    }
    .middle-header .container .row {
        flex-direction: column;
        text-align: center;
    }
    .middle-header .navbar-brand {
        justify-content: center;
    }
    .marquee-wrapper {
        border-radius: 12px;
        padding: 6px 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .marquee-text {
        white-space: normal;
        animation: none;
        font-size: 12px;
        text-align: center;
    }
    .bottom-nav .navbar-nav {
        gap: 0;
        padding: 10px 0;
        max-height: 80vh;
        overflow-y: auto;
    }
    .bottom-nav .nav-link {
        padding: 10px 18px !important;
        border-bottom: 1px solid #f3f4f6;
        border-radius: 0;
    }
    .bottom-nav .nav-link::after {
        display: none;
    }
    .bottom-nav .nav-link:hover {
        background: rgba(108, 43, 217, 0.04);
    }
    .bottom-nav .dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        background: #f8fafc;
        border-radius: 0;
    }
    .bottom-nav .dropdown-item {
        padding: 8px 30px;
    }
    .bottom-nav .navbar-toggler {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .top-header {
        font-size: 11px;
        padding: 6px 0;
    }
    .top-header .contact-info {
        gap: 8px;
        justify-content: center;
    }
    .top-header .btn-admission {
        font-size: 10px;
        padding: 2px 10px;
    }
    .middle-header .brand-text {
        font-size: 1.1rem;
    }
    .middle-header .tagline {
        font-size: 10px;
    }
    .marquee-wrapper {
        padding: 4px 8px;
    }
    .marquee-label {
        font-size: 10px;
        padding: 2px 10px;
    }
    .marquee-text {
        font-size: 11px;
    }
    .bottom-nav .nav-link {
        font-size: 13px;
        padding: 8px 15px !important;
    }
    .bottom-nav .navbar-toggler .menu-text {
        font-size: 13px;
    }
    .bottom-nav .dropdown-item {
        font-size: 13px;
    }
}

/* ============================================================
           HERO BANNER
           ============================================================ */
.hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(
        135deg,
        #1a0a2e 0%,
        #2d1b69 40%,
        #6c2bd9 70%,
        #8b5cf6 100%
    );
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(139, 92, 246, 0.3),
        transparent 70%
    );
    border-radius: 50%;
    animation: floatBlob 8s ease-in-out infinite;
}
.hero::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(
        circle,
        rgba(236, 72, 153, 0.2),
        transparent 70%
    );
    border-radius: 50%;
    animation: floatBlob 10s ease-in-out infinite reverse;
}
@keyframes floatBlob {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(30px, -30px) scale(1.1);
    }
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.15;
    color: #fff;
}
.hero-content h1 span {
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
    max-width: 90%;
}
.hero-content .badge-admission {
    background: rgba(245, 158, 11, 0.2);
    color: var(--secondary);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid rgba(245, 158, 11, 0.3);
    backdrop-filter: blur(10px);
}

.hero-slider {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.hero-slider .carousel-item img {
    height: 450px;
    object-fit: cover;
}
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
}
.hero-slider .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.hero-slider .carousel-indicators .active {
    background: var(--secondary);
    border-color: var(--secondary);
}

/* ============================================================
           QUICK INFO CARDS
           ============================================================ */
.quick-info {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}
.quick-card {
    background: #fff;
    padding: 25px 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
    height: 100%;
    border-left: 4px solid var(--primary);
}
.quick-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.quick-card .icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.quick-card h6 {
    font-weight: 700;
    margin-bottom: 4px;
}
.quick-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}
.quick-card:nth-child(2) {
    border-left-color: var(--secondary);
}
.quick-card:nth-child(3) {
    border-left-color: var(--accent);
}
.quick-card:nth-child(4) {
    border-left-color: var(--success);
}

/* ============================================================
           PRINCIPAL'S MESSAGE
           ============================================================ */
.principal-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 40px;
    transition: var(--transition);
}
.principal-card:hover {
    box-shadow: var(--shadow-hover);
}
.principal-card img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 4px solid var(--primary);
    padding: 4px;
}
.principal-card .quote-icon {
    font-size: 3rem;
    color: var(--primary-light);
    opacity: 0.3;
}

/* ============================================================
           STATS COUNTER
           ============================================================ */
.stats-section {
    background: var(--gradient-main);
    color: #fff;
    padding: 60px 0;
}
.stats-section .stat-item h3 {
    font-size: 3rem;
    font-weight: 900;
}
.stats-section .stat-item p {
    opacity: 0.85;
    font-weight: 500;
}

/* ============================================================
           NOTICE BOARD
           ============================================================ */
.notice-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    border-left: 4px solid var(--primary);
}
.notice-item:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow);
}
.notice-item .badge-date {
    background: var(--gradient-main);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.notice-item .badge-pdf {
    background: var(--danger);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
}

/* ============================================================
           PROGRAM CARDS
           ============================================================ */
.program-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}
.program-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}
.program-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.program-card .body {
    padding: 25px;
}
.program-card .body h5 {
    font-weight: 700;
}
.program-card .body .icon-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(108, 43, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 12px;
}

/* ============================================================
           WHY CHOOSE US
           ============================================================ */
.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(108, 43, 217, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary);
    margin: 0 auto 12px;
    transition: var(--transition);
}
.feature-item:hover .feature-icon {
    background: var(--gradient-main);
    color: #fff;
    transform: scale(1.1) rotate(10deg);
}
.feature-item h6 {
    font-weight: 600;
}

/* ============================================================
           FACILITY CARDS
           ============================================================ */
.facility-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
}
.facility-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: var(--transition);
}
.facility-card:hover img {
    transform: scale(1.1);
}
.facility-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
}
.facility-card .overlay h6 {
    font-weight: 700;
    margin: 0;
}

/* ============================================================
           ADMISSION PROCESS
           ============================================================ */
.step-card {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    height: 100%;
}
.step-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.step-card .step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-main);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 15px;
}
.step-card .step-line {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 2px;
    background: var(--primary-light);
    opacity: 0.3;
}
.step-card:last-child .step-line {
    display: none;
}

/* ============================================================
           EVENT CARDS
           ============================================================ */
.event-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    border-left: 4px solid var(--primary);
}
.event-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}
.event-card .event-date {
    background: var(--gradient-main);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    text-align: center;
    min-width: 70px;
}
.event-card .event-date .day {
    font-size: 1.6rem;
    font-weight: 800;
}
.event-card .event-date .month {
    font-size: 12px;
    text-transform: uppercase;
}

/* ============================================================
           TESTIMONIALS
           ============================================================ */
.testimonial-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 30px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    text-align: center;
}
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    border: 3px solid var(--primary);
    padding: 3px;
}
.testimonial-card .stars {
    color: var(--secondary);
}

/* ============================================================
           FAQ ACCORDION
           ============================================================ */
.accordion-custom .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.accordion-custom .accordion-button {
    font-weight: 600;
    padding: 18px 25px;
    background: #fff;
    border-radius: 12px !important;
}
.accordion-custom .accordion-button:not(.collapsed) {
    background: var(--gradient-main);
    color: #fff;
}
.accordion-custom .accordion-button:not(.collapsed)::after {
    filter: brightness(10);
}
.accordion-custom .accordion-body {
    padding: 20px 25px;
    color: #6b7280;
}

/* ============================================================
           CTA BANNER
           ============================================================ */
.cta-banner {
    background: var(--gradient-main);
    color: #fff;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}
.cta-banner h2 {
    font-weight: 800;
    font-size: 2.8rem;
}
.cta-banner h2 span {
    color: var(--secondary);
}

/* ============================================================
           FOOTER
           ============================================================ */
.footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 60px 0 30px;
}
.footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition);
}
.footer a:hover {
    color: var(--secondary);
    transform: translateX(4px);
}
.footer .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: var(--transition);
    font-size: 1rem;
}
.footer .social-link:hover {
    background: var(--gradient-main);
    transform: translateY(-3px);
    color: #fff;
}
.footer .footer-brand {
    font-weight: 800;
    font-size: 1.6rem;
    color: #fff;
}
.footer .footer-brand span {
    color: var(--secondary);
}

/* ============================================================
           RESPONSIVE
           ============================================================ */
@media (max-width: 991px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .hero-content p {
        max-width: 100%;
    }
    .hero-slider .carousel-item img {
        height: 300px;
    }
    .quick-info {
        margin-top: 30px;
    }
    .section-title {
        font-size: 2rem;
    }
    .step-card .step-line {
        display: none;
    }
    .navbar-custom .navbar-collapse {
        padding: 20px 0;
    }
    .top-header .contact-info {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-slider .carousel-item img {
        height: 200px;
    }
    .stats-section .stat-item h3 {
        font-size: 2rem;
    }
}

/* About Us Page */

.page-header {
    background: var(--gradient-main);
    color: #fff;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}
.page-header::after {
    content: "";
    position: absolute;
    top: -30%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}
.page-header .container {
    position: relative;
    z-index: 1;
}
.page-header h1 {
    font-weight: 800;
    font-size: 3rem;
}
.breadcrumb-custom {
    background: transparent;
    padding: 0;
    margin: 10px 0 0;
}
.breadcrumb-custom .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-custom .breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: "›";
}
.value-card {
    padding: 30px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    height: 100%;
}
.value-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.value-card .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
    color: #fff;
}
.icon-mission {
    background: var(--gradient-main);
}
.icon-vision {
    background: var(--gradient-secondary);
}
.icon-values {
    background: linear-gradient(135deg, #10b981, #34d399);
}
.timeline-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
}
.timeline-item:last-child {
    border-bottom: none;
}
.timeline-year {
    font-weight: 800;
    font-size: 1.8rem;
    min-width: 80px;
    color: var(--primary);
}
.timeline-content h6 {
    font-weight: 700;
}
.timeline-content p {
    color: #6b7280;
    margin: 0;
}

/* School Campus */

.campus-detail-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}
.campus-detail-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.campus-detail-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.campus-detail-card .body {
    padding: 25px;
}
.campus-detail-card .body .badge-campus {
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}
.campus-detail-card .body .facility-list {
    list-style: none;
    padding: 0;
}
.campus-detail-card .body .facility-list li {
    padding: 6px 0;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 10px;
}
.campus-detail-card .body .facility-list li:last-child {
    border-bottom: none;
}
.campus-detail-card .body .facility-list li i {
    color: var(--primary);
    width: 20px;
}
.campus-map {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 300px;
}
.campus-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Admission Card */

.admission-card {
    padding: 30px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    border-left: 4px solid var(--primary);
}
.admission-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.admission-card .icon {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 12px;
}
.fee-table th {
    background: var(--gradient-main);
    color: #fff;
}
.fee-table td,
.fee-table th {
    padding: 12px 15px;
}
.fee-table tr:nth-child(even) {
    background: var(--light);
}
.required-doc {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.required-doc .num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--gradient-main);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

/* Faculty */

.faculty-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}
.faculty-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.faculty-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.faculty-card .body {
    padding: 25px;
    text-align: center;
}
.faculty-card .body h5 {
    font-weight: 700;
    margin-bottom: 4px;
}
.faculty-card .body .designation {
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
}
.faculty-card .body .department {
    color: #6b7280;
    font-size: 14px;
}
.faculty-card .body .social-icons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}
.faculty-card .body .social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    color: var(--dark);
}
.faculty-card .body .social-icons a:hover {
    background: var(--gradient-main);
    color: #fff;
    transform: translateY(-3px);
}
.faculty-card .body .qualification {
    font-size: 13px;
    color: #6b7280;
    margin-top: 8px;
}
.department-filter .btn-filter {
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid #e5e7eb;
    background: transparent;
    font-weight: 500;
    transition: var(--transition);
    margin: 3px;
}
.department-filter .btn-filter:hover,
.department-filter .btn-filter.active {
    background: var(--gradient-main);
    color: #fff;
    border-color: transparent;
}

/* Gallery */

.gallery-grid {
    column-count: 3;
    column-gap: 20px;
}
.gallery-grid .item {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    transition: var(--transition);
}
.gallery-grid .item:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-hover);
}
.gallery-grid .item img {
    width: 100%;
    display: block;
}
.gallery-grid .item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
    opacity: 0;
    transition: var(--transition);
}
.gallery-grid .item:hover .overlay {
    opacity: 1;
}
.gallery-grid .item .overlay h6 {
    margin: 0;
    font-weight: 600;
}
.filter-btn {
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid var(--primary);
    background: transparent;
    color: var(--primary);
    font-weight: 500;
    transition: var(--transition);
    margin: 3px;
}
.filter-btn:hover,
.filter-btn.active {
    background: var(--gradient-main);
    color: #fff;
    border-color: transparent;
}
@media (max-width: 992px) {
    .gallery-grid {
        column-count: 2;
    }
}
@media (max-width: 576px) {
    .gallery-grid {
        column-count: 1;
    }
}

/* Events */

.event-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    padding: 0px;
    border-left: 0px none;
}
.event-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}
.event-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.event-card .body {
    padding: 25px;
}
.event-card .event-date {
    display: inline-block;
    background: var(--gradient-main);
    color: #fff;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}
.event-card .body h5 {
    font-weight: 700;
    margin-top: 12px;
}
.event-card .body .meta {
    color: #6b7280;
    font-size: 14px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.event-card .body .meta i {
    width: 18px;
}
.event-card .body .btn-event {
    margin-top: 15px;
    color: var(--primary);
    font-weight: 600;
    transition: var(--transition);
    display: inline-block;
}
.event-card .body .btn-event:hover {
    color: var(--primary-dark);
    transform: translateX(5px);
}
.upcoming-badge {
    background: var(--success);
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 10px;
}
.past-badge {
    background: #6b7280;
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 10px;
}

/* Downloads */

.download-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
    height: 100%;
}
.download-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.download-card .icon {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 12px;
}
.download-card .icon.pdf {
    color: var(--danger);
}
.download-card .icon.word {
    color: var(--primary);
}
.download-card .icon.excel {
    color: var(--success);
}
.download-card h6 {
    font-weight: 700;
}
.download-card .size {
    color: #6b7280;
    font-size: 13px;
}
.download-card .btn-download {
    margin-top: 12px;
    padding: 6px 20px;
    border-radius: 50px;
    background: var(--gradient-main);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    transition: var(--transition);
    display: inline-block;
}
.download-card .btn-download:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    color: #fff;
}
.category-tabs .nav-link {
    color: var(--dark);
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
    transition: var(--transition);
}
.category-tabs .nav-link:hover,
.category-tabs .nav-link.active {
    background: var(--gradient-main);
    color: #fff;
}

/* Contact Us */

.contact-info-card {
    padding: 25px;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    height: 100%;
}
.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.contact-info-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #fff;
    background: var(--gradient-main);
}
.contact-form-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: var(--shadow);
}
.map-container {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 400px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Transport */

.route-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}
.route-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.route-card .route-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.route-card .route-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    color: #fff;
    flex-shrink: 0;
}
.route-card .route-stops {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.route-card .route-stops li {
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 10px;
}
.route-card .route-stops li:last-child {
    border-bottom: none;
}
.route-card .route-stops li .stop-time {
    margin-left: auto;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
}
.route-card .route-stops li .stop-icon {
    color: var(--primary);
}
.route-card .route-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}
.route-card .route-meta span {
    font-size: 13px;
    color: #6b7280;
}
.route-card .route-meta span i {
    margin-right: 5px;
}

/* Login */

.login-wrapper {
    width: 100%;
    max-width: 440px;
    padding: 20px;
}

.login-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 40px 35px;
    box-shadow: 0 20px 60px rgba(108, 43, 217, 0.12);
}

.login-card .logo {
    text-align: center;
    margin-bottom: 25px;
}
.login-card .logo img {
    height: 55px;
}
.login-card .logo h2 {
    font-weight: 800;
    font-size: 1.5rem;
    margin-top: 8px;
}
.login-card .logo h2 span {
    color: var(--primary);
}
.login-card .logo p {
    color: #6b7280;
    font-size: 14px;
    margin: 0;
}

.login-card .user-type-tabs {
    display: flex;
    background: var(--light);
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 25px;
}
.login-card .user-type-tabs .tab-btn {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: var(--transition);
    background: transparent;
    color: #6b7280;
}
.login-card .user-type-tabs .tab-btn.active {
    background: var(--gradient-main);
    color: #fff;
    box-shadow: var(--shadow);
}
.login-card .user-type-tabs .tab-btn:hover:not(.active) {
    background: rgba(108, 43, 217, 0.06);
}

.login-card .form-group {
    margin-bottom: 18px;
}
.login-card .form-group label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
.login-card .form-group .input-group {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e5e7eb;
    transition: var(--transition);
}
.login-card .form-group .input-group:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(108, 43, 217, 0.1);
}
.login-card .form-group .input-group-text {
    background: var(--light);
    border: none;
    color: #6b7280;
    padding: 0 15px;
}
.login-card .form-group .form-control {
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    background: var(--light);
}
.login-card .form-group .form-control:focus {
    box-shadow: none;
}

.login-card .form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.login-card .form-options a {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
}
.login-card .form-options a:hover {
    text-decoration: underline;
}

.login-card .btn-login {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: var(--gradient-main);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: var(--transition);
}
.login-card .btn-login:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.login-card .divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #6b7280;
    font-size: 13px;
}
.login-card .divider::before,
.login-card .divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}
.login-card .divider::before {
    margin-right: 15px;
}
.login-card .divider::after {
    margin-left: 15px;
}

.login-card .social-login {
    display: flex;
    gap: 12px;
}
.login-card .social-login .btn-social {
    flex: 1;
    padding: 10px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.login-card .social-login .btn-social:hover {
    border-color: var(--primary);
    background: rgba(108, 43, 217, 0.04);
}
.login-card .social-login .btn-social.google {
    color: #ea4335;
}
.login-card .social-login .btn-social.microsoft {
    color: #00a4ef;
}

.login-card .register-link {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: #6b7280;
}
.login-card .register-link a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}
.login-card .register-link a:hover {
    text-decoration: underline;
}

/* Password toggle */
.toggle-password {
    cursor: pointer;
    padding: 0 12px;
    background: transparent;
    border: none;
    color: #6b7280;
}

@media (max-width: 480px) {
    .login-card {
        padding: 30px 20px;
    }
    .login-card .user-type-tabs .tab-btn {
        font-size: 13px;
        padding: 8px;
    }
    .login-card .social-login {
        flex-direction: column;
    }
}
