/* ==========================================================================
   Base & Variables (PREMIUM UPGRADE)
   ========================================================================== */
:root {
    --primary-navy: #0f172a;
    --primary-orange: #f59e0b;
    --gold-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    --premium-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1), 0 0 20px rgba(245, 158, 11, 0.05);
    --hover-shadow: 0 30px 60px -15px rgba(245, 158, 11, 0.2);
    --text-gray: #475569;
    --bg-light: #fafaf9;
    --border-color: #e2e8f0;
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}

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

body {
    font-family: var(--font-body);
    color: var(--text-gray);
    line-height: 1.7;
    
    background-color: #fcfcfc; 
    background-image: 
        radial-gradient(circle at 10% 15%, rgba(245, 158, 11, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(15, 23, 42, 0.08) 0%, transparent 45%),
        radial-gradient(circle at 80% 40%, rgba(245, 158, 11, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 15% 80%, rgba(245, 158, 11, 0.10) 0%, transparent 40%);
    
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    
    overflow-x: hidden;
    padding-top: 80px; 
}

h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--primary-navy); line-height: 1.2; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-subtitle { letter-spacing: 2px !important; font-weight: 700 !important; }

/* ==========================================================================
   Header / Navbar
   ========================================================================== */
.glass-header {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;
    background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05); transition: all 0.3s ease;
}
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo i { color: var(--primary-orange); font-size: 28px; }
.logo h2 { font-size: 22px; font-weight: 700; margin-bottom: -4px; }
.logo p { font-size: 10px; color: var(--text-gray); letter-spacing: 0.5px; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { font-weight: 500; font-size: 15px; color: var(--primary-navy); position: relative; padding-bottom: 5px; }
.nav-links a.active { color: var(--primary-orange); }
.nav-links a.active::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: var(--primary-orange); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.menu-bar { font-size: 24px; color: var(--primary-navy); cursor: pointer; display: none; }

/* ==========================================================================
   Buttons (Glowing Premium)
   ========================================================================== */
.btn-primary {
    background: var(--gold-gradient);
    color: #fff; padding: 14px 32px; border-radius: 50px; font-weight: 600; 
    display: inline-flex; align-items: center; gap: 10px; border: none; cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); font-family: var(--font-body);
    box-shadow: 0 10px 20px -5px rgba(245, 158, 11, 0.4);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 30px -10px rgba(245, 158, 11, 0.6); }

/* ==========================================================================
   About Page Specific Styles (Transparent & Glassmorphism)
   ========================================================================== */
.page-hero, .about-content, .expert-section, .features-section {
    background: transparent !important;
}

.page-hero { text-align: center; padding: 50px 30px; }
.page-hero h1 { font-size: 40px; margin-bottom: 15px; }
.page-hero p { max-width: 700px; margin: 0 auto; font-size: 16px; }
.hindi-quote { margin-top: 25px; font-family: 'Poppins', sans-serif; font-size: 22px; color: #b91c1c; font-weight: 600; }

.about-content { padding: 50px 20px 80px 20px; display: flex; align-items: center; gap: 50px; }
.about-text { flex: 1; }
.about-text h2 { font-size: 32px; margin-bottom: 20px; }
.about-text p { margin-bottom: 15px; font-size: 15px; }
.about-image { flex: 1; position: relative; border-radius: 16px; }
.about-image img { width: 100%; display: block; border-radius: 16px; box-shadow: var(--card-shadow); }
.about-image::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 16px; box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.8); pointer-events: none; z-index: 1; }

.experience-badge {
    position: absolute; bottom: -20px; left: -20px;
    background: var(--primary-navy); color: #fff; padding: 20px; border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); text-align: center; border: 2px solid var(--primary-orange);
    z-index: 2; transition: all 0.3s ease;
}
.experience-badge h3 { color: var(--primary-orange); font-size: 32px; margin-bottom: 5px; transition: all 0.3s ease; }
.experience-badge p { color: #fff; font-size: 12px; margin: 0; font-weight: 500; transition: all 0.3s ease; }

/* Premium Glassmorphism Cards */
.expert-card, .feature-card {
    background-color: rgba(255, 255, 255, 0.4) !important; 
    backdrop-filter: blur(24px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(150%) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important; 
    border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05), inset 0 0 15px rgba(255, 255, 255, 0.5) !important;
    border-radius: 20px !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.feature-card:hover {
    transform: translateY(-8px) scale(1.02) !important;
    background-color: rgba(255, 255, 255, 0.6) !important; 
    box-shadow: 0 35px 60px rgba(245, 158, 11, 0.15), inset 0 0 25px rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(245, 158, 11, 0.4) !important; 
}

.expert-section { padding: 20px 20px 80px 20px; }
.expert-card { display: flex; align-items: center; gap: 50px; padding: 50px; overflow: hidden; }
.expert-image-wrapper { flex: 0 0 350px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.expert-photo {
    width: 250px; height: 250px; border-radius: 50%; object-fit: cover;
    border: 8px solid rgba(255,255,255,0.6); box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
    margin-bottom: 20px; outline: 2px dashed var(--primary-orange); outline-offset: 5px;
}
.expert-name-plate h3 { font-size: 24px; margin-bottom: 5px; color: var(--primary-navy); }
.expert-name-plate p { color: var(--primary-orange); font-weight: 600; font-size: 14px; }
.expert-info { flex: 1; }
.expert-info h2 { font-size: 32px; margin-bottom: 20px; }
.expert-info p { font-size: 15px; margin-bottom: 15px; color: var(--text-gray); }
.expert-stats { display: flex; gap: 40px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.1); }
.expert-stats div { display: flex; flex-direction: column; }
.expert-stats strong { font-size: 28px; font-family: var(--font-heading); color: var(--primary-navy); line-height: 1.1; }
.expert-stats span { font-size: 12px; font-weight: 600; color: var(--text-gray); text-transform: uppercase; }

.features-section { padding: 80px 0; text-align: center; }
.features-section h2 { font-size: 32px; margin-bottom: 40px; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 40px; }
.feature-card { padding: 30px 20px; }
.feature-icon {
    width: 60px; height: 60px; background: linear-gradient(135deg, #fff8eb, #fef3c7) !important;
    color: var(--primary-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin: 0 auto 15px; box-shadow: inset 0 2px 4px rgba(255,255,255,0.5), 0 4px 10px rgba(245, 158, 11, 0.1) !important;
}
.feature-card h4 { font-size: 15px; margin-bottom: 10px; }

/* ==========================================================================
   Media Queries (Responsive PRESERVED)
   ========================================================================== */
@media (max-width: 992px) {
    .expert-card { flex-direction: column; text-align: center; padding: 30px; }
    .expert-image-wrapper { flex: auto; }
    .expert-stats { justify-content: center; }
}

@media (max-width: 768px) {
    .glass-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(255, 255, 255, 0.98); }
    .nav-links, .lang-btn { display: none; }
    .nav-links {
        display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%;
        background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); 
        border-top: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); padding: 20px; gap: 20px; text-align: center;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: clip-path 0.4s ease-in-out;
    }
    .nav-links.active { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .nav-links a { font-size: 18px; display: block; padding: 10px 0; }
    .menu-bar { display: block; transition: transform 0.3s ease; }
    .menu-bar.active-icon { transform: rotate(90deg); }
    
    .page-hero { padding: 40px 25px; }
    .page-hero h1 { font-size: 32px; }
    .page-hero p { font-size: 14px; padding: 0 10px; }
    .hindi-quote { font-size: 18px; padding: 0 10px; }
    .about-content { flex-direction: column; gap: 40px; text-align: center; }
    
    .experience-badge { left: -10px; bottom: -15px; padding: 12px 15px; border-radius: 8px; transform: none; }
    .experience-badge h3 { font-size: 22px; margin-bottom: 2px; }
    .experience-badge p { font-size: 10px; }
    .btn-primary { width: 100%; justify-content: center; }
    
    .expert-photo { width: 200px; height: 200px; }
    .expert-info h2 { font-size: 26px; }
    .expert-stats { gap: 20px; }
    .expert-stats strong { font-size: 22px; }
    .features-grid { grid-template-columns: 1fr; }
    .features-section h2 { font-size: 28px; }
}

/* ==========================================================================
   Language Toggle Button
   ========================================================================== */
.lang-toggle-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid var(--primary-orange);
    border-radius: 50px;
    background-color: transparent;
    color: var(--primary-navy);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.lang-toggle-btn:hover {
    background-color: var(--primary-orange);
    color: #fff;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.2);
}

.lang-toggle-btn i {
    font-size: 18px; 
}

.lang-toggle-btn:hover i {
    color: #fff;
}

@media (max-width: 768px) {
    .lang-toggle-btn {
        padding: 8px 10px;
        gap: 0;
    }
    
    .lang-text {
        display: none; 
    }
    
    .lang-toggle-btn i {
        font-size: 18px;
    }
}
