/* :root {
    --primary: #1F3A5F;         
    --secondary: #FF3D2E;        
    --primary-red: #FF3D2E;      
    --gradient-navy: linear-gradient(135deg, #1F3A5F 0%, #2E5A8A 100%);
    --white: #fff;
    --shadow-md: 0 5px 20px rgba(31, 58, 95, 0.1);
} */

/* NAVBAR BACKGROUND */
/* .navbar {
    background: var(--gradient-navy);
    box-shadow: var(--shadow-md);
    padding: 15px 0;
}


.navbar-brand,
.navbar-brand .logo-text {
    color: var(--white) !important;
    font-weight: 800;
    transition: transform 0.3s ease;
}
.navbar-brand .logo-accent,
.navbar-brand h1 span {
    color: var(--primary-red);
}
.navbar-brand:hover {
    transform: translateY(-2px);
}
.navbar-brand h1 {
    color: var(--primary);
    margin: 0;
} */

/* NAVBAR MENU - DESKTOP NAVIGATION (always navy) */
/* .minimal-nav-link,
.navbar-light .navbar-nav .nav-link {
    color: var(--primary) !important;     
    font-weight: 600 !important;
    padding: 15px 26px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    transition: all 0.3s !important;
    text-decoration: none !important;
    background: transparent !important;
    text-transform: uppercase;
}
.minimal-nav-link:hover,
.minimal-nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
    background: #E7ECF3 !important;
    font-weight: 700 !important;
} */

/* ===== BUTTONS ===== */
/* .btn-primary {
    background: var(--gradient-red);
    border: none;
    color: var(--white);
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 50px;
    box-shadow: var(--shadow-red);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #FF6B5E 0%, #FF3D2E 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(255, 61, 46, 0.35);
}

.btn-secondary {
    background: var(--gradient-navy);
    border: none;
    color: var(--white);
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 50px;
}

.btn-outline-primary {
    border: 2px solid var(--primary-navy);
    color: var(--primary-navy);
    background: transparent;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 50px;
}

.btn-outline-primary:hover {
    background: var(--primary-navy);
    color: var(--white);
} */

/* ===== HERO SECTION ===== */
/* .hero-section {
    background: var(--gradient-navy);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 61, 46, 0.1) 0%, transparent 50%);
}

.hero-section h1,
.hero-section h2,
.hero-section p {
    color: var(--white);
    position: relative;
    z-index: 1;
}

.hero-section .btn-primary {
    background: var(--gradient-red);
}

/* ===== HEADINGS ===== */
/* h1, h2, h3, h4, h5, h6 {
    color: var(--primary-navy);
    font-family: var(--font-primary);
    font-weight: 700;
} */

/* ===== SECTION BADGES ===== */
/* .section-badge {
    background: rgba(255, 61, 46, 0.1);
    color: var(--primary-red);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 61, 46, 0.2);
} */ 

/* ===== CARDS ===== */
/* .card {
    border: none;
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.card-header {
    background: var(--gradient-navy);
    color: var(--white);
    border-radius: 16px 16px 0 0;
    font-weight: 700;
    padding: 20px 25px;
    border: none;
} */

/* ===== ENQUIRY FORM CARD ===== */
/* .enquiry-form-card {
    background: var(--white);
    padding: 35px;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    border: 2px solid var(--border-light);
}

.enquiry-form-card h3 {
    color: var(--primary-red);
    font-weight: 800;
    margin-bottom: 25px;
} */

/* ===== FORMS ===== */
/* .form-control,
.form-select {
    background: var(--white);
    border: 2px solid var(--border-light);
    color: var(--primary-navy);
    padding: 12px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-red);
    box-shadow: 0 0 0 3px rgba(255, 61, 46, 0.1);
    outline: none;
}

.form-control::placeholder {
    color: #9CA3AF;
} */

/* ===== CHIPS/TAGS ===== */
/* .course-chip,
.interest-chip,
.interest-tag {
    display: inline-block;
    padding: 12px 24px;
    margin: 6px;
    background: var(--light-bg);
    border: 2px solid var(--border-light);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-navy);
}

.course-chip:hover,
.interest-chip:hover,
.interest-tag:hover {
    background: var(--white);
    border-color: var(--primary-navy);
    color: var(--primary-navy);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.course-radio:checked + .course-chip {
    background: var(--gradient-navy);
    border-color: var(--primary-navy);
    color: var(--white);
    box-shadow: var(--shadow-md);
}

.interest-radio:checked + .interest-chip,
.interest-check:checked + .interest-tag {
    background: var(--gradient-red);
    border-color: var(--primary-red);
    color: var(--white);
    box-shadow: var(--shadow-red);
}


.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-red);
    color: var(--white);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: var(--shadow-red);
    transition: all 0.3s ease;
}

.feature-icon:hover {
    transform: scale(1.1) rotate(5deg);
} */

/* ===== UNIVERSITIES ===== */
/* .university-card,
.modern-university-card {
    border: 2px solid var(--border-light);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    background: var(--white);
}

.university-card:hover,
.modern-university-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-red);
}

.university-btn {
    background: var(--gradient-red);
    border: none;
    color: var(--white);
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: var(--shadow-red);
    transition: all 0.3s ease;
    width: 100%;
}

.university-btn:hover {
    background: linear-gradient(135deg, #FF6B5E 0%, #FF3D2E 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(255, 61, 46, 0.35);
} */

/* ===== ACCREDITATION BADGES ===== */
/* .accreditation-badge {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 5px;
}

.accreditation-badge.success {
    background: #D1FAE5;
    color: #065F46;
}

.accreditation-badge.primary {
    background: rgba(31, 58, 95, 0.1);
    color: var(--primary-navy);
}

.accreditation-badge.warning {
    background: #FEF3C7;
    color: #92400E;
} */

/* ===== ADMISSION STEPS ===== */
/* .admission-step-card {
    position: relative;
    padding: 30px;
    border-radius: 16px;
    border: 2px solid var(--border-light);
    background: var(--white);
    transition: all 0.3s ease;
}

.admission-step-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-red);
}

.admission-step-card .step-number {
    position: absolute;
    top: -15px;
    left: 25px;
    width: 50px;
    height: 50px;
    background: var(--gradient-red);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    box-shadow: var(--shadow-red);
} */

/* ===== TESTIMONIALS ===== */
/* .testimonial-section {
    background: var(--gradient-navy);
    position: relative;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px;
}

.custom-dropdown-btn {
    background: #fff !important;
    border: 1.7px solid #e0e0e0 !important;
    color: #1F3A5F !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    text-align: left !important;
    box-shadow: none !important;
    width: 100%;
    font-weight: 500 !important;
    transition: border-color 0.2s;
}

.custom-dropdown-btn:focus,
.custom-dropdown-btn:active {
    border-color: #1F3A5F !important;
    outline: none !important;
    box-shadow: 0 0 0 0.14rem rgba(31,58,95,0.09);
}

.dropdown-menu {
    font-size: 15px;
    border-radius: 8px;
}

.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:hover {
    background-color: #E7ECF3 !important; 
    color: #1F3A5F !important;
    font-weight: 700;
}

.custom-select-edumitra {
    background: #fff;
    border: 2px solid #e0e0e0;
    color: #1F3A5F;
    font-weight: 500;
    border-radius: 8px;
    font-size: 15px;
    padding: 12px 15px;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%231F3A5F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 40px !important;
    cursor: pointer;
    transition: border-color 0.2s;
}

.custom-select-edumitra:focus {
    border-color: #1F3A5F;
    box-shadow: 0 0 0 0.14rem rgba(31,58,95,0.09);
    outline: none;
}

.custom-select-edumitra option {
    color: #1F3A5F;
    background: #fff;
    font-weight: 500;
}

.custom-select-edumitra option:disabled {
    color: #999;
} */

/* ============================================
   FAQ SECTION STYLES
   ============================================ */

.faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.faq-header .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 10px;
}

.faq-header .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
}

.faq-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    margin-top: 40px;
}

/* Left Sidebar */
.faq-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.faq-sections-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-section-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #495057;
    border-radius: 6px;
}

.faq-section-btn:hover {
    background: #f8f9fa;
    color: #1F3A5F;
}

.faq-section-btn.active {
    background: #e7f3ff;
    color: #1F3A5F;
    border-left-color: #FF3D2E;
    font-weight: 600;
}

.faq-section-btn i {
    font-size: 18px;
    color: #FF3D2E;
}

.faq-section-btn span {
    flex: 1;
}

/* Right Content Panel */
.faq-content {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    min-height: 600px;
}

.faq-section-content {
    display: none;
}

.faq-section-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-section-title {
    font-size: 1.8rem;
    color: #1F3A5F;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #FF3D2E;
}

/* FAQ Items */
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: white;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #1F3A5F;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question i {
    font-size: 14px;
    color: #FF3D2E;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
    background: #e7f3ff;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f8f9fa;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 20px;
}

.faq-answer p {
    margin-bottom: 12px;
    color: #495057;
    line-height: 1.6;
}

.faq-answer ul {
    padding-left: 20px;
    margin-top: 10px;
}

.faq-answer li {
    margin-bottom: 8px;
    color: #495057;
    line-height: 1.6;
}

/* ===== FOOTER ===== */
.footer {
    background: var(--gradient-dark);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer h5 {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 20px;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
    text-decoration: none;
}

.footer a:hover {
    color: var(--primary-red);
}

/* ===== LINKS ===== */
a {
    color: var(--primary-red);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--red-light);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
    animation: floatUp 3s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

@keyframes floatUp {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ===== MODAL ===== */
.modal-header {
    background: var(--gradient-navy);
    color: var(--white);
    border-radius: 16px 16px 0 0;
    border: none;
}

.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: var(--shadow-lg);
}

/* ===== COURSE ITEMS ===== */
.course-item {
    background: var(--white);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid var(--primary-red);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.course-item:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
}

/* ===== STAT CARDS ===== */
.stat-card {
    background: var(--white);
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--shadow-md);
    border-left: 5px solid var(--primary-red);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .btn-primary,
    .btn-secondary {
        padding: 10px 24px;
        font-size: 13px;
    }
    
    .navbar-brand img {
        height: 35px;
    }
    
    .enquiry-form-card {
        padding: 25px;
    }
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .faq-container {
        grid-template-columns: 1fr;
    }
    
    .faq-sidebar {
        position: static;
        max-height: 400px;
        overflow-y: auto;
    }
    
    .faq-content {
        padding: 30px 20px;
    }
    
    .faq-section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .faq-header .section-title {
        font-size: 2rem;
    }
    
    .faq-section-btn {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .faq-section-btn span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

}