/* for index page */
.news-alert-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #001f4d;
    /* Navy Blue */
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #003366;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: top 0.3s ease-in-out;
}

.news-alert-bar a {
    color: #ffd700;
    /* Gold/Yellow for good contrast */
    font-weight: 600;
    text-decoration: none;
}

.news-alert-bar a:hover {
    text-decoration: underline;
}

.blinking-dot {
    animation: blink 1s infinite;
    font-size: 18px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.close-btn {
    margin-left: auto;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
}

.topbar-section {
    margin-top: 50px;
    /* push below the alert bar */
}


.transition-navbar {
    transition: all 0.3s ease-in-out;
}

.navbar.shrink {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

.navbar.shrink #navbarLogo {
    height: 36px !important;
    width: 36px !important;
    transition: all 0.3s ease;
}

.navbar.shrink #navbarBrandText {
    font-size: 1.4rem !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0d6efd;
}

/* <!-- style for conatct box --> */
.contact-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.contact-box:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* .whatsapp-float */
.whatsapp-float {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
    animation: blink 1.5s infinite;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-50%) scale(1.1);
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* Admission Button */
.custom-btn {
    display: inline-block;
    white-space: nowrap;
    /* Keeps text in one line */
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
    background: linear-gradient(135deg, #28a745, #218838);
    /* Gradient */
    border-radius: 50px;
    /* Rounded */
    box-shadow: 0 8px 16px rgba(40, 167, 69, 0.4);
    /* Shadow */
    transition: all 0.3s ease-in-out;
    /* Smooth hover */
}

.custom-btn:hover {
    transform: scale(1.05);
    /* Scale on hover */
    background: linear-gradient(135deg, #218838, #1c7430);
    /* Darker gradient */
    box-shadow: 0 12px 24px rgba(33, 136, 56, 0.5);
    /* More shadow */
    text-decoration: none;
}


/* *************aboutstart ********** */

.abt-body {
    --abt-primary: #0047AB;
    --abt-primary-dark: #003380;
    --abt-primary-light: #4D7CFF;
    --abt-secondary: #FF6B35;
    --abt-accent: #00C49A;
    --abt-dark: #1A2B49;
    --abt-light: #F8FAFF;
    --abt-gray: #6B7280;
    --abt-light-gray: #E5E7EB;

    --abt-card-shadow: 0 10px 30px rgba(0, 71, 171, 0.08);
    --abt-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    --abt-border-radius: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    color: var(--abt-dark);
    background-color: #ffffff;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.abt-h1,
.abt-h2,
.abt-h3,
.abt-h4,
.abt-h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.abt-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Hero Section */
.abt-hero {
    padding: 180px 0 100px;
    background: linear-gradient(135deg, rgba(0, 71, 171, 0.9) 0%, rgba(0, 196, 154, 0.8) 100%), url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
    overflow: hidden;
}

.abt-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.abt-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.abt-hero h1 {
    font-size: 56px;
    margin-bottom: 24px;
    color: white;
    line-height: 1.2;
}

.abt-hero p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.abt-hero-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.abt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--abt-transition);
    cursor: pointer;
    border: none;
    font-size: 16px;
    gap: 8px;
}

.abt-btn-primary {
    background-color: var(--abt-primary);
    color: white;
}

.abt-btn-primary:hover {
    background-color: var(--abt-primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 71, 171, 0.15);
}

.abt-btn-white {
    background-color: white;
    color: var(--abt-primary);
}

.abt-btn-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.abt-btn-transparent {
    background-color: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.abt-btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
}

/* Section Common */
.abt-section {
    padding: 100px 0;
}

.abt-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.abt-section-title h2 {
    font-size: 42px;
    color: var(--abt-dark);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.abt-section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--abt-primary), var(--abt-accent));
    border-radius: 2px;
}

.abt-section-title p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    color: var(--abt-gray);
}

/* About Intro */
.abt-about-intro {
    background-color: var(--abt-light);
}

.abt-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.abt-intro-text h3 {
    font-size: 36px;
    color: var(--abt-dark);
    margin-bottom: 20px;
}

.abt-intro-text p {
    margin-bottom: 24px;
    font-size: 17px;
    color: var(--abt-gray);
}

.abt-intro-image {
    border-radius: var(--abt-border-radius);
    overflow: hidden;
    box-shadow: var(--abt-card-shadow);
    position: relative;
}

.abt-intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: var(--abt-transition);
}

.abt-intro-image:hover img {
    transform: scale(1.05);
}

.abt-image-badge {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: linear-gradient(135deg, var(--abt-secondary), #FF8B5A);
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(255, 107, 53, 0.2);
    text-align: center;
    min-width: 120px;
}

.abt-badge-number {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.abt-badge-text {
    font-size: 14px;
    font-weight: 500;
}

/* Stats - Updated for new school */
.abt-stats-section {
    background-color: var(--abt-dark);
    color: white;
    position: relative;
    overflow: hidden;
}

.abt-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.abt-stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.abt-stat-card {
    text-align: center;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: var(--abt-border-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--abt-transition);
}

.abt-stat-card:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.abt-stat-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--abt-accent);
}

.abt-stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.abt-stat-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

/* Mission & Vision */
.abt-mission-vision {
    background-color: white;
}

.abt-mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.abt-mission-card,
.abt-vision-card {
    background-color: var(--abt-light);
    border-radius: var(--abt-border-radius);
    padding: 50px 40px;
    box-shadow: var(--abt-card-shadow);
    transition: var(--abt-transition);
    position: relative;
    overflow: hidden;
}

.abt-mission-card:hover,
.abt-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 71, 171, 0.12);
}

.abt-mission-card::before,
.abt-vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--abt-primary), var(--abt-accent));
}

.abt-mission-icon,
.abt-vision-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 30px;
    color: white;
}

.abt-mission-icon {
    background: linear-gradient(135deg, var(--abt-primary), var(--abt-primary-light));
}

.abt-vision-icon {
    background: linear-gradient(135deg, var(--abt-secondary), #FF8B5A);
}

.abt-mission-card h3,
.abt-vision-card h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--abt-dark);
}

/* Values */
.abt-values-section {
    background-color: var(--abt-light);
}

.abt-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.abt-value-card {
    background-color: white;
    border-radius: var(--abt-border-radius);
    padding: 40px 30px;
    box-shadow: var(--abt-card-shadow);
    text-align: center;
    transition: var(--abt-transition);
    border: 1px solid transparent;
}

.abt-value-card:hover {
    transform: translateY(-10px);
    border-color: var(--abt-primary-light);
    box-shadow: 0 20px 40px rgba(0, 71, 171, 0.1);
}

.abt-value-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: white;
    background: linear-gradient(135deg, var(--abt-primary), var(--abt-accent));
}

.abt-value-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--abt-dark);
}

/* Leadership */
.abt-leadership-section {
    background-color: white;
}

.abt-leadership-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.abt-tab-btn {
    padding: 12px 28px;
    background-color: var(--abt-light);
    border: none;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--abt-dark);
    cursor: pointer;
    transition: var(--abt-transition);
}

.abt-tab-btn.active,
.abt-tab-btn:hover {
    background-color: var(--abt-primary);
    color: white;
}

.abt-tab-content {
    display: none;
}

.abt-tab-content.active {
    display: block;
    animation: abt-fadeIn 0.8s ease;
}

.abt-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.abt-leader-card {
    background-color: white;
    border-radius: var(--abt-border-radius);
    overflow: hidden;
    box-shadow: var(--abt-card-shadow);
    transition: var(--abt-transition);
    border: 1px solid var(--abt-light-gray);
}

.abt-leader-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 71, 171, 0.12);
}

.abt-leader-img {
    height: 280px;
    overflow: hidden;
}

.abt-leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--abt-transition);
}

.abt-leader-card:hover .abt-leader-img img {
    transform: scale(1.05);
}

.abt-leader-info {
    padding: 30px;
}

.abt-leader-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--abt-dark);
}

.abt-leader-role {
    color: var(--abt-primary);
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.abt-leader-contact {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.abt-contact-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--abt-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--abt-primary);
    text-decoration: none;
    transition: var(--abt-transition);
}

.abt-contact-link:hover {
    background-color: var(--abt-primary);
    color: white;
    transform: translateY(-3px);
}

/* Accreditation - Updated for new school */
.abt-accreditation {
    background-color: var(--abt-light);
}

.abt-accreditation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.abt-accreditation-item {
    background-color: white;
    border-radius: var(--abt-border-radius);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: var(--abt-card-shadow);
    transition: var(--abt-transition);
}

.abt-accreditation-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 71, 171, 0.1);
}

.abt-accreditation-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--abt-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 32px;
    color: var(--abt-primary);
}

.abt-accreditation-item h3 {
    font-size: 18px;
    text-align: center;
    color: var(--abt-dark);
}

/* CTA */
.abt-cta-section {
    background: linear-gradient(135deg, var(--abt-primary) 0%, var(--abt-primary-dark) 100%);
    color: white;
    text-align: center;
    border-radius: var(--abt-border-radius);
    padding: 80px 40px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

.abt-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.abt-cta-content {
    position: relative;
    z-index: 2;
}

.abt-cta-section h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 20px;
}

.abt-cta-section p {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

/* Animations */
@keyframes abt-fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1200px) {

    .abt-stats-container,
    .abt-values-grid,
    .abt-leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .abt-accreditation-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {

    .abt-intro-grid,
    .abt-mission-vision-grid {
        grid-template-columns: 1fr;
    }

    .abt-hero h1 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    .abt-hero {
        padding: 150px 0 80px;
        background-attachment: scroll;
    }

    .abt-hero h1 {
        font-size: 36px;
    }

    .abt-section {
        padding: 80px 0;
    }

    .abt-section-title h2 {
        font-size: 36px;
    }

    .abt-stats-container,
    .abt-values-grid,
    .abt-leadership-grid,
    .abt-accreditation-grid {
        grid-template-columns: 1fr;
    }

    .abt-leadership-tabs {
        flex-direction: column;
        align-items: center;
    }

    .abt-tab-btn {
        width: 100%;
        max-width: 300px;
    }

    .abt-cta-section {
        padding: 60px 20px;
    }

    .abt-cta-section h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .abt-hero-btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .abt-btn {
        width: 100%;
        justify-content: center;
    }
}

/* admission Process */

/* ===========================================
   ADMISSION PAGE STYLES
   =========================================== */

/* CSS Variables */

/* Reset and Base Styles for admission page */
.addmp-body {
    --addmp-primary: #1e40af;
    --addmp-secondary: #f59e0b;
    --addmp-accent: #3b82f6;
    --addmp-light: #f8fafc;
    --addmp-dark: #1e3a8a;
    --addmp-paper: #ffffff;
    --addmp-border: #e2e8f0;
    --addmp-success: #10b981;
    --addmp-danger: #ef4444;
    --addmp-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --addmp-radius: 10px;
    --addmp-radius-lg: 16px;
    --addmp-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    color: #334155;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Skip to Content Link (Accessibility) */
.addmp-skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--addmp-primary);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    z-index: 10001;
}

.addmp-skip-to-content:focus {
    top: 0;
}

/* Focus Styles */
.addmp-focus:focus {
    outline: 3px solid var(--addmp-primary);
    outline-offset: 2px;
}

.addmp-btn-focus:focus {
    outline: 3px solid rgba(30, 64, 175, 0.3);
    outline-offset: 2px;
}

/* Main Container */
.addmp-container {
    max-width: 1100px;
    margin: 20px auto;
    background-color: white;
    border-radius: var(--addmp-radius-lg);
    box-shadow: var(--addmp-shadow);
    overflow: hidden;
    border-top: 6px solid var(--addmp-primary);
}

/* School Header */
.addmp-header {
    background: linear-gradient(135deg, var(--addmp-primary) 0%, #1e3a8a 100%);
    color: white;
    padding: 35px 40px 25px;
    text-align: center;
    position: relative;
}

.addmp-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--addmp-secondary) 0%, #fbbf24 100%);
}

.addmp-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
    gap: 18px;
}

.addmp-logo-circle {
    width: 85px;
    height: 85px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--addmp-primary);
    font-size: 34px;
    border: 3px solid var(--addmp-secondary);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.addmp-header-text {
    text-align: center;
}

.addmp-school-name {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    line-height: 1.2;
    color: #f3bd00;
}

.addmp-subtitle {
    font-size: 17px;
    opacity: 0.95;
    font-style: normal;
    max-width: 750px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
}

.addmp-grade {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    margin-top: 8px;
}

.addmp-grade i {
    margin-right: 6px;
}

/* Notice Banner */
.addmp-notice {
    background: linear-gradient(90deg, #fef3c7 0%, #fbbf24 100%);
    padding: 16px 35px;
    text-align: center;
    border-bottom: 2px solid var(--addmp-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.addmp-notice-icon {
    width: 44px;
    height: 44px;
    background: var(--addmp-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.addmp-notice-text {
    font-size: 17px;
    font-weight: 600;
    color: var(--addmp-dark);
    letter-spacing: 0.2px;
}

/* Quick Info Cards */
.addmp-quick-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 28px 35px;
    background: var(--addmp-light);
}

.addmp-info-card {
    background: white;
    padding: 22px 18px;
    border-radius: var(--addmp-radius);
    text-align: center;
    border: 1px solid var(--addmp-border);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    transition: var(--addmp-transition);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addmp-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border-color: var(--addmp-secondary);
}

.addmp-info-icon {
    font-size: 28px;
    color: var(--addmp-primary);
    margin-bottom: 12px;
}

.addmp-info-details {
    width: 100%;
}

.addmp-info-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--addmp-dark);
    margin-bottom: 4px;
    line-height: 1;
}

.addmp-info-label {
    font-size: 13px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}

/* Age Calculator Button */
.addmp-calculator-toggle {
    text-align: center;
    padding: 28px 35px;
    background: white;
    border-bottom: 1px dashed var(--addmp-border);
}

.addmp-toggle-btn {
    background: linear-gradient(135deg, var(--addmp-primary) 0%, #1e3a8a 100%);
    color: white;
    border: none;
    padding: 16px 36px;
    border-radius: 48px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: var(--addmp-transition);
    box-shadow: 0 6px 16px rgba(30, 64, 175, 0.2);
    letter-spacing: 0.2px;
}

.addmp-toggle-btn:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, var(--addmp-primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(30, 64, 175, 0.3);
}

/* Page Title */
.addmp-page-title {
    text-align: center;
    padding: 36px 35px 22px;
}

.addmp-page-title h1 {
    font-size: 34px;
    color: var(--addmp-primary);
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.addmp-page-title p {
    font-size: 17px;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
    font-weight: 400;
}

/* Section Titles */
.addmp-section-title {
    font-size: 26px;
    color: var(--addmp-primary);
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--addmp-secondary);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

/* Process Section */
.addmp-process-section {
    padding: 36px 35px;
    background-color: #f8fafc;
}

.addmp-process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 36px;
}

.addmp-process-step {
    background: white;
    padding: 26px;
    border-radius: var(--addmp-radius);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid white;
    transition: var(--addmp-transition);
    position: relative;
    overflow: hidden;
}

.addmp-process-step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--addmp-primary) 0%, var(--addmp-secondary) 100%);
}

.addmp-process-step:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--addmp-light);
}

.addmp-step-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.addmp-step-number {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--addmp-primary) 0%, #1e3a8a 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.15);
}

.addmp-step-title-container {
    flex: 1;
}

.addmp-step-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--addmp-primary);
    margin-bottom: 6px;
    line-height: 1.3;
}

.addmp-step-duration {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.addmp-step-desc {
    color: #475569;
    margin-bottom: 22px;
    line-height: 1.5;
    font-size: 15px;
}

.addmp-step-details {
    background-color: #fef9c3;
    padding: 18px;
    border-radius: 8px;
    border-left: 3px solid var(--addmp-secondary);
}

.addmp-step-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.addmp-step-point:last-child {
    margin-bottom: 0;
}

.addmp-step-point i {
    color: var(--addmp-success);
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.addmp-step-point span {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
}

/* Process Timeline */
.addmp-process-timeline {
    background: white;
    padding: 26px;
    border-radius: var(--addmp-radius);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--addmp-border);
}

.addmp-timeline-title {
    font-size: 20px;
    color: var(--addmp-primary);
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.addmp-timeline-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.addmp-timeline-step {
    background: var(--addmp-light);
    padding: 18px;
    border-radius: 8px;
    border-left: 3px solid var(--addmp-primary);
}

.addmp-timeline-marker {
    font-size: 13px;
    font-weight: 700;
    color: var(--addmp-primary);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.addmp-timeline-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--addmp-dark);
    margin-bottom: 4px;
}

.addmp-timeline-content p {
    color: #64748b;
    font-size: 14px;
}

/* Age Criteria Section */
.addmp-age-section {
    padding: 36px 35px;
    background-color: white;
}

.addmp-age-container {
    overflow-x: auto;
    margin-top: 18px;
    border-radius: var(--addmp-radius);
    border: 1px solid var(--addmp-border);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.addmp-age-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.addmp-age-table th {
    background: linear-gradient(135deg, var(--addmp-primary) 0%, #1e3a8a 100%);
    color: white;
    padding: 16px 18px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.addmp-age-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
}

.addmp-age-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.addmp-age-table tr:hover {
    background-color: #f1f5f9;
}

.addmp-class-cell {
    font-weight: 600;
    color: var(--addmp-primary);
    font-size: 14px;
}

.addmp-age-value {
    font-weight: 600;
    color: var(--addmp-primary);
}

.addmp-date-range {
    font-family: 'SF Mono', 'Courier New', monospace;
    color: #64748b;
    font-size: 13px;
}

.addmp-seat-count {
    font-weight: 600;
    color: var(--addmp-dark);
    text-align: center;
}

.addmp-status {
    text-align: center;
}

.addmp-status-open {
    display: inline-block;
    padding: 6px 16px;
    background: #dcfce7;
    color: #166534;
    border-radius: 16px;
    font-weight: 600;
    font-size: 13px;
}

/* Documents Section */
.addmp-documents-section {
    padding: 36px 35px;
    background-color: #f8fafc;
}

.addmp-documents-subtitle {
    margin-bottom: 22px;
    font-size: 15px;
    color: #64748b;
    font-weight: 400;
}

.addmp-documents-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.addmp-document-item {
    background: white;
    padding: 22px;
    border-radius: var(--addmp-radius);
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--addmp-border);
    transition: var(--addmp-transition);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.addmp-document-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border-color: var(--addmp-secondary);
}

.addmp-doc-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--addmp-light) 0%, #f1f5f9 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--addmp-primary);
    font-size: 20px;
    flex-shrink: 0;
}

.addmp-doc-content {
    flex: 1;
}

.addmp-doc-title {
    font-weight: 600;
    color: var(--addmp-dark);
    margin-bottom: 6px;
    font-size: 16px;
}

.addmp-doc-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

/* Contact Section */
.addmp-contact-section {
    padding: 36px 35px;
    background: linear-gradient(135deg, var(--addmp-primary) 0%, #1e3a8a 100%);
    color: white;
}

.addmp-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 22px;
}

.addmp-contact-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 26px;
    border-radius: var(--addmp-radius);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: var(--addmp-transition);
    backdrop-filter: blur(8px);
}

.addmp-contact-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
}

.addmp-contact-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.addmp-contact-details {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.95;
}

.addmp-contact-details strong {
    color: #fbbf24;
}

.addmp-landmark {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-style: normal;
}

.addmp-timing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.addmp-timing-item:last-child {
    border-bottom: none;
}

.addmp-day {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 14px;
}

.addmp-time {
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.addmp-closed {
    color: #fca5a5;
}

.addmp-best-time {
    margin-top: 18px;
    padding: 14px;
    background: rgba(245, 158, 11, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.addmp-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.addmp-contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.addmp-contact-item i {
    color: #fbbf24;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.addmp-contact-item strong {
    display: block;
    color: white;
    margin-bottom: 4px;
    font-size: 15px;
}

.addmp-contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.4;
}

/* Modal Styles */
.addmp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.addmp-modal-content {
    background: white;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    animation: modalSlideIn 0.25s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.addmp-modal-header {
    background: linear-gradient(135deg, var(--addmp-primary) 0%, #1e3a8a 100%);
    color: white;
    padding: 22px 26px;
    border-radius: 16px 16px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

.addmp-modal-title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.addmp-close-modal {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.addmp-close-modal:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}

.addmp-modal-body {
    padding: 26px;
}

.addmp-modal-description {
    margin-bottom: 22px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
}

.addmp-calculator-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.addmp-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.addmp-form-label {
    font-weight: 600;
    color: var(--addmp-dark);
    font-size: 14px;
}

.addmp-form-input {
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s ease;
    background: #f8fafc;
}

.addmp-form-input:focus {
    outline: none;
    border-color: var(--addmp-primary);
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
    background: white;
}

.addmp-input-hint {
    color: #94a3b8;
    margin-top: 4px;
    font-size: 13px;
}

.addmp-calculate-btn {
    background: linear-gradient(135deg, var(--addmp-secondary) 0%, #f59e0b 100%);
    color: #7c2d12;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.25s ease;
    margin-top: 8px;
}

.addmp-calculate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.25);
}

/* Modal Result Styles */
.addmp-modal-result {
    display: none;
}

.addmp-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--addmp-border);
}

.addmp-result-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--addmp-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.addmp-close-result {
    background: #f1f5f9;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.addmp-close-result:hover {
    background: var(--addmp-primary);
    color: white;
}

.addmp-result-content {
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.addmp-result-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}

.addmp-result-item {
    background: #f8fafc;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.addmp-result-label {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}

.addmp-result-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--addmp-dark);
}

.addmp-result-message {
    padding: 18px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.addmp-eligible {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.addmp-not-eligible {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* Loading State */
.addmp-loading {
    display: none;
    text-align: center;
    padding: 20px;
}

.addmp-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--addmp-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Cookie Consent Banner (Placeholder) */
.addmp-cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--addmp-dark);
    color: white;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.addmp-cookie-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Print Styles */
@media print {
    .addmp-body {
        background: white !important;
    }

    .addmp-container {
        box-shadow: none !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .addmp-calculator-toggle,
    .addmp-toggle-btn,
    .addmp-modal-overlay {
        display: none !important;
    }

    .addmp-process-step:hover,
    .addmp-document-item:hover,
    .addmp-info-card:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    .addmp-contact-section {
        background: var(--addmp-primary) !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .addmp-container {
        margin: 16px auto;
        border-radius: 12px;
    }

    .addmp-process-steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .addmp-documents-grid {
        grid-template-columns: 1fr;
    }

    .addmp-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .addmp-timeline-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .addmp-container {
        margin: 12px;
        border-radius: 10px;
    }

    .addmp-header {
        padding: 28px 24px 20px;
    }

    .addmp-school-name {
        font-size: 28px;
    }

    .addmp-subtitle {
        font-size: 15px;
    }

    .addmp-logo-circle {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .addmp-grade {
        font-size: 14px;
        padding: 8px 18px;
    }

    .addmp-notice {
        padding: 14px 22px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .addmp-notice-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .addmp-notice-text {
        font-size: 15px;
    }

    .addmp-quick-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 22px 24px;
    }

    .addmp-info-card {
        padding: 18px 14px;
    }

    .addmp-info-icon {
        font-size: 24px;
    }

    .addmp-info-value {
        font-size: 20px;
    }

    .addmp-page-title h1 {
        font-size: 28px;
    }

    .addmp-page-title p {
        font-size: 15px;
    }

    .addmp-process-section,
    .addmp-age-section,
    .addmp-documents-section,
    .addmp-contact-section {
        padding: 24px;
    }

    .addmp-section-title {
        font-size: 22px;
    }

    .addmp-process-step {
        padding: 22px;
    }

    .addmp-step-number {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .addmp-step-title {
        font-size: 18px;
    }

    .addmp-result-details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .addmp-container {
        margin: 8px;
        border-radius: 8px;
    }

    .addmp-header {
        padding: 22px 20px 16px;
    }

    .addmp-school-name {
        font-size: 24px;
    }

    .addmp-subtitle {
        font-size: 14px;
    }

    .addmp-quick-info {
        grid-template-columns: 1fr;
        padding: 18px 20px;
    }

    .addmp-toggle-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 22px;
        font-size: 15px;
    }

    .addmp-page-title h1 {
        font-size: 24px;
    }

    .addmp-page-title p {
        font-size: 14px;
    }

    .addmp-process-step {
        padding: 18px;
    }

    .addmp-step-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .addmp-step-number {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .addmp-modal-content {
        max-height: 80vh;
        margin: 4px;
    }

    .addmp-modal-header {
        padding: 18px 20px;
    }

    .addmp-modal-title {
        font-size: 18px;
    }

    .addmp-modal-body {
        padding: 20px;
    }
}

/* Visually hidden utility class */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Input error styles */
.addmp-input-error {
    color: var(--addmp-danger);
    font-size: 13px;
    margin-top: 4px;
}



/* ===========================================
   FEE STRUCTURE PAGE STYLES - MODERN VERSION
   =========================================== */

/* ===========================================
   FEE STRUCTURE PAGE STYLES - OPTIMIZED VERSION
   =========================================== */

/* CSS Variables - Adjusted for better proportions */
.fee-body {
    --fee-primary: #2563eb;
    --fee-secondary: #10b981;
    --fee-accent: #f59e0b;
    --fee-danger: #ef4444;
    --fee-light: #f8fafc;
    --fee-dark: #1e40af;
    --fee-border: #e2e8f0;
    --fee-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    --fee-shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1);
    --fee-radius: 10px;
    --fee-radius-lg: 14px;
    --fee-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --fee-hover-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Loading Animation */
.fee-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--fee-primary) 0%, #1e3a8a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.4s ease;
}

.fee-loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: fee-spin 1s ease-in-out infinite;
}

@keyframes fee-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Fee Page Container */
.fee-container {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: var(--fee-radius-lg);
    box-shadow: var(--fee-shadow-lg);
    overflow: hidden;
    border-top: 4px solid var(--fee-primary);
    opacity: 0;
    animation: fee-fadeIn 0.4s ease forwards 0.3s;
}

@keyframes fee-fadeIn {
    to {
        opacity: 1;
    }
}

/* Hero Header - Compact */
.fee-hero {
    background: linear-gradient(135deg, var(--fee-primary) 0%, #1e3a8a 100%);
    color: white;
    padding: 35px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.fee-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--fee-accent) 0%, #fbbf24 100%);
}

.fee-school-name {
    font-size: 30px;
    color: #F3BD00;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
}

.fee-page-title {
    font-size: 26px;
    margin-bottom: 15px;
    color: white;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.fee-academic-year {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 1;
    transition: var(--fee-transition);
}

.fee-academic-year:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Important Notice - Compact */
.fee-important-notice {
    background: linear-gradient(90deg, #fef3c7 0%, #fbbf24 100%);
    padding: 16px 30px;
    text-align: center;
    border-bottom: 2px solid var(--fee-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.fee-notice-icon {
    width: 40px;
    height: 40px;
    background: var(--fee-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fee-notice-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--fee-dark);
}

/* Quick Summary Cards - Compact */
/* Quick Summary Cards - With Background Colors */
.fee-quick-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 28px 32px;
    background: var(--fee-light);
}

.fee-summary-card {
    padding: 20px 15px;
    border-radius: var(--fee-radius);
    text-align: center;
    border: none;
    /* Remove border for clean look */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: var(--fee-transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Remove the top border gradient */
.fee-summary-card::before {
    display: none;
}

/* Add subtle pattern overlay */
.fee-summary-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none" opacity="0.05"><path d="M0,0 L100,0 L100,100 Z" fill="white"/></svg>');
    background-size: cover;
    opacity: 0.1;
    pointer-events: none;
}

/* Card 1 - Admission Form Fee */
.fee-summary-card:nth-child(1) {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
}

/* Card 2 - Admission Fee */
.fee-summary-card:nth-child(2) {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: white;
}

/* Card 3 - Monthly Tuition Fee */
.fee-summary-card:nth-child(3) {
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
    color: #1f2937;
}

/* Card 4 - Transport Fee */
.fee-summary-card:nth-child(4) {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: white;
}

.fee-summary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Card 1 hover effect */
.fee-summary-card:nth-child(1):hover {
    background: linear-gradient(135deg, #5a51e8 0%, #8a4af0 100%);
}

/* Card 2 hover effect */
.fee-summary-card:nth-child(2):hover {
    background: linear-gradient(135deg, #14c38a 0%, #3fe1a8 100%);
}

/* Card 3 hover effect */
.fee-summary-card:nth-child(3):hover {
    background: linear-gradient(135deg, #f6ad0f 0%, #fcd34d 100%);
}

/* Card 4 hover effect */
.fee-summary-card:nth-child(4):hover {
    background: linear-gradient(135deg, #4a8df8 0%, #74b5ff 100%);
}

.fee-summary-icon {
    font-size: 26px;
    margin-bottom: 12px;
    transition: var(--fee-transition);
    position: relative;
    z-index: 1;
}

/* Icon colors matching card backgrounds */
.fee-summary-card:nth-child(1) .fee-summary-icon {
    color: rgba(255, 255, 255, 0.95);
}

.fee-summary-card:nth-child(2) .fee-summary-icon {
    color: rgba(255, 255, 255, 0.95);
}

.fee-summary-card:nth-child(3) .fee-summary-icon {
    color: #1f2937;
}

.fee-summary-card:nth-child(4) .fee-summary-icon {
    color: rgba(255, 255, 255, 0.95);
}

.fee-summary-card:hover .fee-summary-icon {
    transform: scale(1.15) rotate(5deg);
}

.fee-summary-amount {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

/* Amount colors */
.fee-summary-card:nth-child(1) .fee-summary-amount,
.fee-summary-card:nth-child(2) .fee-summary-amount,
.fee-summary-card:nth-child(4) .fee-summary-amount {
    color: white;
}

.fee-summary-card:nth-child(3) .fee-summary-amount {
    color: #1f2937;
}

.fee-summary-card:hover .fee-summary-amount {
    transform: scale(1.08);
}

.fee-summary-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

/* Label colors */
.fee-summary-card:nth-child(1) .fee-summary-label,
.fee-summary-card:nth-child(2) .fee-summary-label,
.fee-summary-card:nth-child(4) .fee-summary-label {
    color: rgba(255, 255, 255, 0.9);
}

.fee-summary-card:nth-child(3) .fee-summary-label {
    color: #374151;
}

/* Alternative: Subtle Background Colors Option */
/* Uncomment this if you prefer softer colors */

/*
.fee-summary-card:nth-child(1) {
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    color: #4f46e5;
    border: 1px solid #c7d2fe;
}

.fee-summary-card:nth-child(2) {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    color: #10b981;
    border: 1px solid #a7f3d0;
}

.fee-summary-card:nth-child(3) {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border: 1px solid #fcd34d;
}

.fee-summary-card:nth-child(4) {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #1d4ed8;
    border: 1px solid #93c5fd;
}

.fee-summary-card:nth-child(1) .fee-summary-icon { color: #4f46e5; }
.fee-summary-card:nth-child(2) .fee-summary-icon { color: #10b981; }
.fee-summary-card:nth-child(3) .fee-summary-icon { color: #92400e; }
.fee-summary-card:nth-child(4) .fee-summary-icon { color: #1d4ed8; }
*/

/* Mobile responsive */
@media (max-width: 768px) {
    .fee-quick-summary {
        padding: 24px 25px;
        gap: 15px;
    }

    .fee-summary-card {
        padding: 18px 12px;
        min-height: 120px;
    }

    .fee-summary-icon {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .fee-summary-amount {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .fee-quick-summary {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 15px 20px;
    }

    .fee-summary-card {
        padding: 16px 12px;
        min-height: 110px;
    }

    .fee-summary-icon {
        font-size: 20px;
    }

    .fee-summary-amount {
        font-size: 20px;
    }

    .fee-summary-label {
        font-size: 12px;
    }
}

/* Fee Table Section - Compact */
.fee-table-section {
    padding: 40px 32px;
}

.fee-section-title {
    font-size: 26px;
    color: var(--fee-primary);
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--fee-accent);
    display: flex;
    align-items: center;
    gap: 12px;
}

.fee-section-title i {
    color: var(--fee-accent);
    font-size: 22px;
}

.fee-table-container {
    overflow-x: auto;
    margin-top: 20px;
    border-radius: var(--fee-radius);
    border: 1px solid var(--fee-border);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.fee-table thead {
    background: linear-gradient(135deg, var(--fee-primary) 0%, #1e3a8a 100%);
}

.fee-table th {
    color: white;
    padding: 18px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    position: sticky;
    top: 0;
}

.fee-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
}

.fee-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.fee-table tbody tr:hover {
    background-color: #f1f5f9;
}

.fee-class-cell {
    font-weight: 600;
    color: var(--fee-primary);
}

.fee-amount {
    font-weight: 600;
    color: var(--fee-primary);
}

.fee-note-cell {
    font-size: 13px;
    color: #64748b;
    font-style: italic;
}

/* Transport Section - Compact */
.fee-transport-section {
    padding: 40px 32px;
    background: var(--fee-light);
}

.fee-transport-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.fee-transport-card {
    background: white;
    padding: 28px 24px;
    border-radius: var(--fee-radius);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    border: 2px solid white;
    transition: var(--fee-transition);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.fee-transport-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, var(--fee-secondary) 0%, var(--fee-accent) 100%);
}

.fee-transport-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--fee-hover-shadow);
}

.fee-transport-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.fee-transport-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--fee-secondary) 0%, #34d399 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    transition: var(--fee-transition);
}

.fee-transport-card:hover .fee-transport-icon {
    transform: rotate(8deg) scale(1.05);
}

.fee-transport-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--fee-dark);
    margin-bottom: 6px;
}

.fee-transport-subtitle {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.fee-transport-amount {
    font-size: 30px;
    font-weight: 700;
    color: var(--fee-secondary);
    margin-bottom: 12px;
    transition: var(--fee-transition);
}

.fee-transport-card:hover .fee-transport-amount {
    transform: scale(1.04);
}

.fee-transport-details {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.fee-transport-details li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.fee-transport-details li:last-child {
    border-bottom: none;
}

.fee-distance {
    color: var(--fee-dark);
    font-weight: 500;
}

.fee-transport-price {
    color: var(--fee-secondary);
    font-weight: 600;
}

.fee-transport-info {
    margin-top: 30px;
    padding: 22px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: var(--fee-radius);
    border-left: 4px solid var(--fee-secondary);
}

/* Payment Schedule - Compact */
.fee-payment-section {
    padding: 40px 32px;
}

.fee-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.fee-payment-card {
    background: white;
    padding: 28px 24px;
    border-radius: var(--fee-radius);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
    border: 2px solid var(--fee-border);
    transition: var(--fee-transition);
    cursor: pointer;
}

.fee-payment-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--fee-hover-shadow);
}

.fee-payment-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--fee-border);
}

.fee-payment-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--fee-primary) 0%, #1e3a8a 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: var(--fee-transition);
}

.fee-payment-card:hover .fee-payment-icon {
    transform: rotate(8deg) scale(1.05);
}

.fee-payment-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--fee-dark);
}

.fee-payment-details {
    margin-top: 20px;
}

.fee-payment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.fee-payment-item:last-child {
    border-bottom: none;
}

.fee-payment-label {
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
}

.fee-payment-value {
    font-weight: 600;
    color: var(--fee-dark);
    font-size: 15px;
}

.fee-payment-total {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    padding: 16px;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    color: var(--fee-dark);
    font-size: 16px;
}

.fee-payment-discount {
    margin-top: 20px;
    padding: 16px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 8px;
    border: 2px solid #fbbf24;
}

/* Important Points - Compact */
.fee-points-section {
    padding: 40px 32px;
    background: var(--fee-light);
}

.fee-points-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.fee-point-card {
    background: white;
    padding: 24px;
    border-radius: var(--fee-radius);
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid var(--fee-border);
    box-shadow: var(--fee-shadow);
    transition: var(--fee-transition);
    cursor: pointer;
}

.fee-point-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fee-hover-shadow);
    border-color: var(--fee-accent);
}

.fee-point-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--fee-light) 0%, #f1f5f9 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fee-primary);
    font-size: 20px;
    flex-shrink: 0;
    transition: var(--fee-transition);
}

.fee-point-card:hover .fee-point-icon {
    background: linear-gradient(135deg, var(--fee-primary) 0%, #1e3a8a 100%);
    color: white;
    transform: rotate(8deg) scale(1.05);
}

.fee-point-content h4 {
    font-weight: 600;
    color: var(--fee-dark);
    margin-bottom: 8px;
    font-size: 16px;
    transition: var(--fee-transition);
}

.fee-point-card:hover .fee-point-content h4 {
    color: var(--fee-primary);
}

.fee-point-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Contact Section - Compact */
.fee-contact-section {
    padding: 40px 32px;
    background: linear-gradient(135deg, var(--fee-primary) 0%, #1e3a8a 100%);
    color: white;
}

.fee-contact-title {
    font-size: 26px;
    color: white;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #fbbf24;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fee-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.fee-contact-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 26px 22px;
    border-radius: var(--fee-radius);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: var(--fee-transition);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.fee-contact-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.fee-contact-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fee-contact-details {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
}

.fee-contact-details strong {
    color: #fbbf24;
}

.fee-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fee-contact-item:last-child {
    border-bottom: none;
}

.fee-contact-item i {
    color: #fbbf24;
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Focus States */
.fee-summary-card:focus,
.fee-transport-card:focus,
.fee-payment-card:focus,
.fee-point-card:focus,
.fee-contact-card:focus {
    outline: 2px solid var(--fee-accent);
    outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 1200px) {

    .fee-quick-summary,
    .fee-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {

    .fee-transport-grid,
    .fee-payment-grid {
        grid-template-columns: 1fr;
    }

    .fee-container {
        margin: 15px;
    }

    .fee-hero {
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .fee-container {
        margin: 10px;
        border-radius: 12px;
    }

    .fee-hero {
        padding: 25px 20px;
    }

    .fee-school-name {
        font-size: 26px;
    }

    .fee-page-title {
        font-size: 22px;
    }

    .fee-academic-year {
        padding: 8px 18px;
        font-size: 13px;
    }

    .fee-important-notice {
        padding: 14px 20px;
        flex-direction: column;
        gap: 10px;
    }

    .fee-notice-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .fee-notice-text {
        font-size: 15px;
    }

    .fee-table-section,
    .fee-transport-section,
    .fee-payment-section,
    .fee-points-section,
    .fee-contact-section {
        padding: 32px 25px;
    }

    .fee-section-title,
    .fee-contact-title {
        font-size: 22px;
    }

    .fee-quick-summary {
        padding: 24px 25px;
        gap: 15px;
    }

    .fee-summary-card {
        padding: 18px 12px;
        min-height: 120px;
    }

    .fee-summary-icon {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .fee-summary-amount {
        font-size: 22px;
    }

    .fee-summary-label {
        font-size: 12px;
    }

    .fee-points-grid {
        grid-template-columns: 1fr;
    }

    .fee-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 480px) {
    .fee-container {
        margin: 8px;
        border-radius: 10px;
    }

    .fee-hero {
        padding: 22px 16px;
    }

    .fee-school-name {
        font-size: 22px;
    }

    .fee-page-title {
        font-size: 20px;
    }

    .fee-section-title,
    .fee-contact-title {
        font-size: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .fee-table-section,
    .fee-transport-section,
    .fee-payment-section,
    .fee-points-section,
    .fee-contact-section {
        padding: 28px 20px;
    }

    .fee-summary-card,
    .fee-transport-card,
    .fee-payment-card,
    .fee-point-card,
    .fee-contact-card {
        padding: 20px 16px;
    }

    .fee-transport-title,
    .fee-payment-title {
        font-size: 18px;
    }

    .fee-transport-amount {
        font-size: 26px;
    }

    .fee-contact-header {
        font-size: 16px;
    }
}


/* recruitment.css */
.recruitment-page {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Section Titles */
.trec-section-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 35px;
    color: #0f172a;
    position: relative;
}

.trec-section-title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #1e40af, #22c55e);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-radius: 2px;
}

/* Page Banner */
.trec-page-banner {
    background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(30, 64, 175, 0.85)),
        url('https://images.unsplash.com/photo-1577896851231-70ef18881754?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 50px 0;
    min-height: 320px;
    display: flex;
    align-items: center;
}

.trec-page-banner .trec-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.trec-page-banner h1 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}

.trec-page-banner p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.trec-banner-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    backdrop-filter: blur(4px);
}

.trec-banner-stats {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.trec-stat-item {
    text-align: center;
}

.trec-stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 4px;
}

.trec-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Job Openings */
.trec-positions-section {
    background: #f8fafc;
}

.trec-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.trec-section {
    padding: 50px 0;
}

.trec-positions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.trec-position-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .04);
    transition: .3s;
    opacity: 0;
    transform: translateY(15px);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.trec-position-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1e40af, #22c55e);
}

.trec-position-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.trec-position-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.trec-position-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0f172a;
    line-height: 1.3;
}

.trec-position-tag {
    display: inline-block;
    background: #e0e7ff;
    color: #1e40af;
    padding: 4px 12px;
    border-radius: 18px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.trec-full-time-tag {
    background: #dcfce7;
    color: #166534;
}

.trec-part-time-tag {
    background: #fef3c7;
    color: #92400e;
}

.trec-urgent-tag {
    background: #fee2e2;
    color: #991b1b;
    animation: trec-pulse 2s infinite;
}

@keyframes trec-pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.trec-job-meta {
    font-size: .8rem;
    color: #64748b;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.trec-job-meta i {
    color: #1e40af;
    margin-right: 8px;
    width: 14px;
    text-align: center;
    font-size: .9rem;
}

.trec-salary-info {
    background: #f1f5f9;
    padding: 8px 12px;
    border-radius: 8px;
    margin: 12px 0;
    border-left: 3px solid #1e40af;
    font-size: .8rem;
}

.trec-salary-info i {
    color: #22c55e;
}

/* Toggle Button */
.trec-toggle-btn {
    background: rgba(30, 64, 175, 0.08);
    color: #1e40af;
    padding: 10px 16px;
    border-radius: 18px;
    border: 1px solid rgba(30, 64, 175, 0.2);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    margin: 12px 0;
    font-size: .9rem;
}

.trec-toggle-btn:hover {
    background: #1e40af;
    color: white;
    border-color: #1e40af;
}

.trec-toggle-btn.active {
    background: #1e40af;
    color: white;
    border-color: #1e40af;
}

/* Job Details */
.trec-job-details {
    color: #475569;
    font-size: .85rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    margin-top: 0;
}

.trec-job-details.active {
    max-height: 800px;
    opacity: 1;
    padding-top: 15px;
    margin-top: 12px;
}

.trec-job-details h4 {
    color: #1e40af;
    margin: 12px 0 6px;
    font-size: .95rem;
    font-weight: 600;
}

.trec-job-details ul {
    padding-left: 18px;
    margin-bottom: 15px;
}

.trec-job-details li {
    margin-bottom: 5px;
    position: relative;
    line-height: 1.4;
}

.trec-job-details li::before {
    content: "•";
    color: #1e40af;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.trec-apply-btn {
    margin-top: 16px;
    width: 100%;
    border: none;
    border-radius: 18px;
    padding: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: .9rem;
}

.trec-apply-btn:hover {
    opacity: 0.95;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(30, 64, 175, 0.2);
}

/* Recruitment Process */
.trec-recruitment-process {
    padding: 50px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.trec-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 18px;
}

.trec-process-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    color: #0f172a;
    padding: 20px 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    opacity: 0;
    transform: translateY(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.trec-process-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 12px 12px 0 0;
}

/* Enhanced colorful backgrounds */
.trec-process-card:nth-child(1) {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(99, 102, 241, 0.15) 100%);
    border: 1px solid rgba(79, 70, 229, 0.2);
}

.trec-process-card:nth-child(2) {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(59, 130, 246, 0.15) 100%);
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.trec-process-card:nth-child(3) {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.15) 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.trec-process-card:nth-child(4) {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.15) 100%);
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.trec-process-card:nth-child(5) {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.1) 0%, rgba(251, 113, 133, 0.15) 100%);
    border: 1px solid rgba(244, 63, 94, 0.2);
}

.trec-process-card:nth-child(1)::before {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
}

.trec-process-card:nth-child(2)::before {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.trec-process-card:nth-child(3)::before {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.trec-process-card:nth-child(4)::before {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.trec-process-card:nth-child(5)::before {
    background: linear-gradient(135deg, #f43f5e, #fb7185);
}

.trec-process-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.trec-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    z-index: 2;
}

/* Enhanced hover effects */
.trec-process-card:nth-child(1):hover {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.15) 0%, rgba(99, 102, 241, 0.2) 100%);
}

.trec-process-card:nth-child(2):hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(59, 130, 246, 0.2) 100%);
}

.trec-process-card:nth-child(3):hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(52, 211, 153, 0.2) 100%);
}

.trec-process-card:nth-child(4):hover {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.2) 100%);
}

.trec-process-card:nth-child(5):hover {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.15) 0%, rgba(251, 113, 133, 0.2) 100%);
}

.trec-process-card i {
    font-size: 2rem;
    margin-bottom: 12px;
    display: block;
}

/* Enhanced icon colors */
.trec-process-card:nth-child(1) i {
    color: #4f46e5;
    background: rgba(79, 70, 229, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.trec-process-card:nth-child(2) i {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.trec-process-card:nth-child(3) i {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.trec-process-card:nth-child(4) i {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.trec-process-card:nth-child(5) i {
    color: #f43f5e;
    background: rgba(244, 63, 94, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.trec-process-card h4 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
}

.trec-process-card p {
    color: #64748b;
    font-size: .8rem;
    margin: 0;
    line-height: 1.4;
}

.trec-process-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #1e40af;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: bold;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    border: 2px solid white;
}

/* Benefits Section */
.trec-benefits-section {
    background: #f8fafc;
}

.trec-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
    margin-top: 25px;
}

.trec-benefit-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
}

.trec-benefit-card:hover {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .1);
}

.trec-benefit-card:hover i,
.trec-benefit-card:hover h4,
.trec-benefit-card:hover p {
    color: white;
}

.trec-benefit-card i {
    font-size: 2rem;
    color: #1e40af;
    margin-bottom: 14px;
}

.trec-benefit-card h4 {
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 700;
}

.trec-benefit-card p {
    color: #64748b;
    font-size: .85rem;
    line-height: 1.4;
}

/* Form Section */
.trec-form-section {
    background: #fff;
}

.trec-form-container {
    max-width: 760px;
    margin: auto;
    background: #f8fafc;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    border: 1px solid #e2e8f0;
}

.trec-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.trec-input-group {
    position: relative;
}

.trec-input-group i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #1e40af;
    z-index: 1;
    font-size: .95rem;
}

.trec-form-input,
.trec-form-select,
.trec-form-textarea {
    width: 100%;
    padding: 13px 13px 13px 42px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    font-size: .9rem;
    transition: all 0.3s ease;
    background: #fff;
    appearance: none;
}

select.trec-form-select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e40af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 13px;
    padding-right: 38px;
}

.trec-form-input:focus,
.trec-form-select:focus,
.trec-form-textarea:focus {
    outline: none;
    border-color: #1e40af;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.08);
}

.trec-form-textarea {
    resize: none;
    height: 110px;
    padding-top: 14px;
}

.trec-full {
    grid-column: 1/-1;
}

.trec-file-upload {
    border: 2px dashed #c7d2fe;
    border-radius: 10px;
    padding: 22px;
    text-align: center;
    background: #eef2ff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.trec-file-upload:hover {
    border-color: #1e40af;
    background: #e0e7ff;
}

.trec-file-upload input {
    display: none;
}

.trec-file-upload label {
    cursor: pointer;
    font-weight: 600;
    color: #1e40af;
    display: block;
    font-size: .9rem;
}

.trec-file-upload .trec-file-name {
    margin-top: 8px;
    color: #64748b;
    font-size: .85rem;
}

.trec-submit-btn {
    width: 100%;
    padding: 14px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 18px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.trec-submit-btn:hover {
    opacity: 0.95;
    transform: translateY(-2px);
    box-shadow: 0 3px 12px rgba(34, 197, 94, 0.2);
}

.trec-form-notice {
    text-align: center;
    color: #64748b;
    font-size: .85rem;
    margin-top: 18px;
    line-height: 1.4;
}

/* Responsive */
@media(max-width:1200px) {
    .trec-page-banner {
        padding: 45px 0;
        min-height: 300px;
    }

    .trec-page-banner h1 {
        font-size: 2rem;
    }
}

@media(max-width:992px) {
    .trec-positions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trec-page-banner {
        padding: 40px 0;
        min-height: 280px;
    }

    .trec-page-banner h1 {
        font-size: 1.9rem;
    }

    .trec-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .trec-banner-stats {
        gap: 30px;
    }

    .trec-stat-number {
        font-size: 1.7rem;
    }

    .trec-page-banner p {
        font-size: 1rem;
    }
}

@media(max-width:768px) {
    .trec-section {
        padding: 40px 0;
    }

    .trec-positions-grid {
        grid-template-columns: 1fr;
    }

    .trec-form-grid {
        grid-template-columns: 1fr;
    }

    .trec-form-container {
        padding: 28px;
    }

    .trec-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trec-benefits-grid {
        grid-template-columns: 1fr;
    }

    .trec-page-banner {
        padding: 35px 0;
        min-height: 260px;
    }

    .trec-page-banner h1 {
        font-size: 1.7rem;
    }

    .trec-page-banner p {
        font-size: .95rem;
    }

    .trec-banner-stats {
        gap: 25px;
        margin-top: 20px;
    }

    .trec-stat-number {
        font-size: 1.6rem;
    }

    .trec-stat-label {
        font-size: 0.7rem;
    }

    .trec-process-card i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.8rem;
    }
}

@media(max-width:576px) {
    .trec-process-grid {
        grid-template-columns: 1fr;
    }

    .trec-section-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .trec-page-banner {
        padding: 30px 0;
        min-height: 240px;
    }

    .trec-page-banner h1 {
        font-size: 1.5rem;
    }

    .trec-page-banner p {
        font-size: .9rem;
    }

    .trec-banner-stats {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .trec-stat-item:not(:last-child) {
        padding-bottom: 12px;
    }

    .trec-form-container {
        padding: 22px;
    }

    .trec-position-card {
        padding: 20px;
    }

    .trec-benefits-grid {
        gap: 15px;
    }
}

.trec-alert-success {
    background: #e6f9f0;
    color: #0f5132;
    padding: 14px 18px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 500;
}
.trec-alert-error {
    background: #fee2e2;
    color: #991b1b;
    border-left: 4px solid #dc2626;
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 15px;
}