/* Reset and base styles */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
    background: #f7f9fb;
    color: #222;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    /* padding-top: 50px;  Remove this */
}

@media (min-width: 481px) {
  .faculty-section {
    margin-top: 40px;
  }
}

@media (min-width: 481px) {
  .developer-credit {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .developer-credit {
    margin-bottom: 48px;
  }
}

:root {
    --primary: #0a2472;
    --primary-dark: #05164d;
    --accent: #f1c40f;
    --accent-dark: #b89c0e;
    --bg: #f7f9fb;
    --card-bg: #fff;
    --text: #222;
    --muted: #6c7a89;
    --shadow: 0 4px 24px rgba(10,36,114,0.07);
    --radius: 18px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
    color: var(--primary-dark);
    margin-top: 0;
}

h1 { font-size: 2.7rem; font-weight: 800; }
h2 { font-size: 2.1rem; font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 600; }

p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }

section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 20px 48px 20px;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

/* Sticky Footer CTA */
.sticky-footer {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--primary);
    color: #fff;
    font-size: 1.1rem;
    padding: 12px 0;
    text-align: center;
    z-index: 100;
    box-shadow: 0 -2px 12px rgba(10,36,114,0.08);
}
.sticky-footer .sticky-cta {
    background: var(--accent);
    color: var(--primary-dark);
    font-weight: 700;
    padding: 8px 22px;
    border-radius: 24px;
    margin-left: 18px;
    text-decoration: none;
    transition: background 0.2s;
}
.sticky-footer .sticky-cta:hover {
    background: var(--accent-dark);
}

/* Hero Section - Full Edge-to-Edge Grand Design */
.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 20px 80px;
    background: linear-gradient(120deg, #eaf0fb 0%, #dbeafe 60%, #f7f9fb 100%);
    background-position: center;
    background-size: cover;
    min-height: 70vh;
    margin: 0;
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    box-shadow: 0 10px 30px rgba(10, 36, 114, 0.1);
    border-bottom: 1px solid rgba(10, 36, 114, 0.05);
    margin-bottom: 40px;
}

/* Add decorative elements to make it more grand */
.hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(241, 196, 15, 0.1) 0%, rgba(241, 196, 15, 0) 70%);
    border-radius: 100%;
    transform: translate(30%, -30%);
}

.hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(10, 36, 114, 0.05) 0%, rgba(10, 36, 114, 0) 70%);
    border-radius: 100%;
    transform: translate(-30%, 30%);
}

.hero-parallax-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    background: linear-gradient(120deg, #eaf0fb 0%, #dbeafe 60%, #f7f9fb 100%);
    will-change: transform;
    pointer-events: none;
    transition: transform 0.2s linear;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.hero-logo-bg {
    background: white;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(10, 36, 114, 0.15);
    margin-bottom: 35px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-logo-bg:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(10, 36, 114, 0.2);
}

.hero-logo-img {
    height: 90px;
    width: auto;
    display: block;
}

.grand-headline {
    font-size: 2.9rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin: 25px 0;
    line-height: 1.2;
}

.hero-akurdi-highlight {
    color: white;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    font-size: 2rem;
    margin: 0 auto 20px;
    animation: akurdiPulse 2s infinite alternate;
    box-shadow: 0 10px 25px rgba(10, 36, 114, 0.4);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.hero-akurdi-highlight:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.8) 0%, rgba(241, 196, 15, 0) 100%);
    border-radius: 33px;
    z-index: -1;
    opacity: 0.5;
    animation: glowPulse 2s infinite alternate;
}

@keyframes glowPulse {
    0% { opacity: 0.3; transform: scale(1); }
    100% { opacity: 0.7; transform: scale(1.03); }
}

@keyframes akurdiPulse {
    0% { transform: scale(1); box-shadow: 0 10px 25px rgba(10, 36, 114, 0.3); }
    100% { transform: scale(1.05); box-shadow: 0 15px 35px rgba(10, 36, 114, 0.5); }
}

.grand-subheadline {
    font-size: 1.5rem;
    color: #2d3a5a;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    padding: 20px 40px;
    margin: 20px 0 45px;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(10, 36, 114, 0.12);
    display: inline-block;
    max-width: 850px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.grand-subheadline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px;
    z-index: -1;
}

.gold-highlight {
    color: var(--accent);
    font-weight: 700;
    text-shadow: none;
    position: relative;
    display: inline-block;
    padding: 0 2px;
}

.gold-highlight:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent);
    border-radius: 2px;
}

@media (max-width: 480px) {
    .gold-highlight {
        padding: 0 1px;
        font-weight: 600;
    }
    
    .gold-highlight:after {
        height: 1px;
        bottom: -1px;
    }
}

.hero-cta-buttons {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    z-index: 10;
}

.cta-button {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
    padding: 20px 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    transition: all 0.3s ease;
}

.cta-button span {
    position: relative;
    z-index: 2;
}

.cta-button.primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    box-shadow: 0 10px 25px rgba(10, 36, 114, 0.3);
}

.cta-button.secondary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: var(--primary-dark);
    border: none;
    box-shadow: 0 10px 25px rgba(241, 196, 15, 0.3);
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(10, 36, 114, 0.25);
}

.cta-button:hover:before {
    opacity: 0.5;
}

.cta-button.primary:hover {
    box-shadow: 0 15px 35px rgba(10, 36, 114, 0.4);
}

.cta-button.secondary:hover {
    box-shadow: 0 15px 35px rgba(241, 196, 15, 0.4);
}

.cta-phone {
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 6px;
    letter-spacing: 0.5px;
}

/* Section Titles */
section > h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 1100px) {
    .hero { padding: 80px 20px 60px; }
    .hero-logo-img { height: 60px; }
    .grand-headline { font-size: 2rem; }
    .hero-akurdi-highlight { font-size: 1.4rem; padding: 8px 20px; }
    .grand-subheadline { font-size: 1.1rem; padding: 12px 20px; }
    
    .why-features-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 25px; }
    .why-intro { font-size: 1.2rem; margin-bottom: 40px; }
    .why-feature-emoji { font-size: 3rem; margin-bottom: 20px; }
    .why-feature-card { padding: 35px 25px; max-width: 280px; }
    .why-highlight { font-size: 2.2rem; }
    .grand-why-join { padding: 50px 30px 70px; margin-bottom: 80px; }
}
@media (max-width: 768px) {
    .hero { padding: 70px 15px 50px; min-height: 50vh; }
    .hero-logo-bg { padding: 10px 15px; margin-bottom: 20px; }
    .hero-logo-img { height: 50px; }
    .grand-headline { font-size: 1.6rem; margin: 15px 0; }
    .hero-akurdi-highlight { font-size: 1.2rem; padding: 6px 16px; }
    .grand-subheadline { font-size: 1rem; padding: 10px 15px; margin: 8px 0 20px; }
    .hero-cta-buttons { flex-direction: column; gap: 15px; }
    .cta-button { width: 100%; text-align: center; }
    
    .grand-why-join { padding: 40px 20px 60px; margin-top: 60px; margin-bottom: 70px; border-radius: 24px; }
    .why-features-grid { gap: 30px 20px; }
    .why-feature-title { font-size: 1.1rem; }
    .why-feature-desc { font-size: 1rem; }
    .why-feature-emoji { font-size: 2.5rem; margin-bottom: 15px; }
    .why-highlight { font-size: 1.8rem; }
    
    .whatsapp-float { right: 20px; bottom: 80px; }
    .whatsapp-icon { width: 50px; height: 50px; }
    .why-feature-card { max-width: 260px; }
}
@media (max-width: 480px) {
    /* Global section padding for mobile */
    section {
        padding: 40px 15px 30px;
        margin-bottom: 20px;
    }
    
    /* Hero section mobile fixes - improved visibility and spacing */
    .hero { 
        padding: 40px 15px 30px; 
        min-height: auto; 
        background: linear-gradient(120deg, #eaf0fb 0%, #dbeafe 60%, #f7f9fb 100%);
    }
    .hero-content {
        padding: 0 15px;
        position: relative;
        z-index: 10;
        width: 95%;
        margin: 0 auto;
    }
    .hero-logo-bg { 
        padding: 8px 10px; 
        margin-bottom: 12px; 
        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(10, 36, 114, 0.15);
    }
    .hero-logo-img { 
        height: 35px; 
        display: block;
    }
    .grand-headline { 
        font-size: 1.1rem; 
        margin: 10px 0; 
        line-height: 1.3;
    }
    .hero-akurdi-highlight { 
        font-size: 0.85rem; 
        padding: 5px 10px; 
        margin-bottom: 10px; 
        display: inline-block;
        box-shadow: 0 5px 15px rgba(10, 36, 114, 0.3);
    }
    .grand-subheadline { 
        font-size: 0.9rem; 
        padding: 0; 
        margin: 5px 0 15px; 
        line-height: 1.5;
        background: none;
        box-shadow: none;
        color: var(--primary-dark);
        font-weight: 600;
    }
    .hero-cta-buttons { 
        gap: 12px; 
        flex-direction: row; 
        width: 90%; 
        margin: 0 auto;
        justify-content: center;
    }
    .cta-button { 
        padding: 10px 12px; 
        font-size: 0.85rem; 
        width: 48%;
        border-radius: 25px;
        margin-right: 0;
        text-align: center;
        box-sizing: border-box;
    }
    .cta-phone { 
        font-size: 0.8rem; 
    }
    
    /* Opening offer banner adjustments */
    .opening-offer-banner {
        margin: -10px auto 40px;
        padding: 15px;
    }
    
    .offer-wrapper {
        padding: 25px 15px;
    }
    
    .offer-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .offer-badge {
        font-size: 0.7rem;
        padding: 4px 8px;
    }
    
    .discount {
        font-size: 1.7rem;
    }
    
    .courses {
        font-size: 0.9rem;
    }
    
    .offer-cta {
        font-size: 1rem;
        padding: 12px 30px;
        width: 100%;
    }
    
    .offer-disclaimer {
        font-size: 0.75rem;
    }
    
    /* Why Join section improvements */
    .grand-why-join { padding: 30px 15px 40px; margin-top: 30px; margin-bottom: 40px; border-radius: 15px; }
    .why-section { padding: 30px 15px; margin: 20px auto 40px; }
    .why-features-grid { 
        grid-template-columns: 1fr; 
        gap: 15px; 
    }
    .why-feature-card { 
        padding: 20px 15px; 
        max-width: 100%; 
        height: auto;
        margin-bottom: 0;
    }
    .why-intro { 
        font-size: 0.95rem; 
        margin-bottom: 20px; 
        line-height: 1.5; 
    }
    .why-feature-title { 
        font-size: 1.1rem; 
        margin-bottom: 10px; 
    }
    .why-feature-desc { 
        font-size: 0.9rem; 
        line-height: 1.5;
    }
    .why-feature-emoji { 
        font-size: 2.2rem; 
        margin-bottom: 12px; 
    }
    .why-highlight { font-size: 1.4rem; }
    .why-highlight:after { height: 2px; bottom: -3px; }
    
    /* Final CTA mobile optimization */
    .final-cta { margin: 40px auto; }
    .final-cta .content-container { border-radius: 20px; }
    .final-cta-header { padding: 35px 20px; }
    .final-cta h2 { font-size: 1.7rem; }
    .final-cta-content { padding: 30px 15px; }
    .final-cta-list { gap: 15px; }
    .final-cta-list div { padding: 15px 15px 15px 45px; font-size: 0.95rem; }
    .final-cta-list div:before { left: 12px; width: 20px; height: 20px; }
    .final-cta-buttons { margin-top: 25px; }
    .final-cta .cta-button { width: 100%; margin-bottom: 10px; }
    
    /* Faculty section mobile improvements */
    .faculty-card { padding: 25px 15px; margin: 40px 10px 20px; }
    .faculty-card img { width: 120px; height: 120px; margin: -50px auto 15px; }
    .faculty-card h4 { font-size: 1.1rem; }
    .faculty-card p { font-size: 0.9rem; }
    .faculty-details span { font-size: 0.8rem; padding: 4px 8px; }
    
    /* Footer mobile improvements */
    .footer-container { padding: 30px 15px 15px; }
    .footer-logo-contact { flex-direction: column; align-items: center; text-align: center; gap: 15px; }
    .footer-logo { height: 50px; }
    .footer-institute { font-size: 1.1rem; }
    .footer-address { font-size: 0.9rem; }
    .footer-contact { font-size: 0.9rem; }
    .footer-social { margin-top: 20px; }
    .footer-social-icon img { height: 30px; width: 30px; }
    
    /* Other mobile adjustments */
    .whatsapp-float { right: 15px; bottom: 70px; }
    .whatsapp-icon { width: 45px; height: 45px; }
    .whatsapp-badge { font-size: 10px; padding: 3px 6px; top: -5px; right: -5px; }
}

/* Add more section styles as you approve the look */

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 1000;
    animation: floatBtn 3s ease-in-out infinite alternate;
    transition: all 0.3s ease;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float:hover .whatsapp-icon {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.whatsapp-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--primary);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(10, 36, 114, 0.3);
    animation: badgePulse 2s infinite alternate;
}

@keyframes floatBtn {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes badgePulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/* Modern Footer Styles */
footer {
    background: var(--primary-dark);
    color: #fff;
    padding: 0;
    margin-top: 64px;
    border-top: 4px solid var(--accent);
    box-shadow: 0 -2px 16px rgba(10,36,114,0.08);
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 20px 18px 20px;
    flex-wrap: wrap;
    gap: 24px;
}
.footer-logo-contact {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}
.footer-logo {
    height: 60px;
    width: auto;
    border-radius: 10px;
    background: #fff;
    padding: 6px 12px;
    box-shadow: 0 2px 12px rgba(10,36,114,0.08);
}
.footer-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer-institute {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 2px;
}
.footer-address {
    font-size: 1rem;
    color: #e0e6f7;
    margin-bottom: 2px;
}
.footer-contact {
    font-size: 1rem;
    color: #fff;
}
.footer-contact a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
}
.footer-contact a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 8px;
}
.footer-social-icon img {
    height: 32px;
    width: 32px;
    transition: transform 0.2s;
}
.footer-social-icon:hover img {
    transform: scale(1.12);
}
.footer-bottom {
    text-align: center;
    color: #e0e6f7;
    font-size: 1rem;
    padding: 12px 0 10px 0;
    border-top: 1px solid #223;
    background: rgba(10,36,114,0.97);
}

.developer-credit {
    text-align: center;
    padding: 15px 0;
    background: #fff;
    color: var(--muted);
    font-size: 0.9rem;
    border-top: 1px solid #e0e6f7;
}

.developer-credit a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.developer-credit a:hover {
    color: var(--accent);
}

@media (max-width: 480px) {
    .developer-credit {
        font-size: 0.8rem;
        padding: 12px 0;
    }
}

@media (max-width: 800px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 18px;
    }
    .footer-logo-contact {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .footer-social {
        justify-content: center;
        margin-top: 16px;
    }
}

/* Animations styles */
.animated-element {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: 0s;
    will-change: opacity, transform;
}

.animated-element.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Coming Soon Page Styles */
.coming-soon-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
    padding: 20px;
}

.coming-soon-container {
    max-width: 700px;
    background: rgba(0,0,0,0.2);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.logo-coming-soon {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.logo-coming-soon .location {
    color: #f1c40f; /* A slightly different accent for this page */
    font-weight: 400;
}

#coming-soon-logo {
    height: 60px; /* Adjust as needed */
    margin-right: 15px;
    vertical-align: middle;
}

.coming-soon-container h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.coming-soon-container p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.7;
}

#countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px; /* Increased gap for better spacing */
    margin-bottom: 40px;
}

.timer-box {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 8px;
    min-width: 90px; /* Ensure boxes have some width */
    text-align: center;
}

.timer-box span:first-child {
    font-size: 2.5rem; /* Larger numbers */
    font-weight: 600;
    display: block;
    color: #f1c40f;
}

.timer-box span:last-child {
    font-size: 0.9rem; /* Smaller text for Days/Hours etc. */
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,0.8);
}

.coming-soon-contact {
    margin-bottom: 30px;
    background: rgba(0,0,0,0.1);
    padding: 25px;
    border-radius: 8px;
}

.coming-soon-contact h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #f1c40f;
}

.coming-soon-contact p {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.6;
}

.coming-soon-contact p strong {
    color: rgba(255,255,255,0.9);
}

.coming-soon-page .cta-button {
    background-color: #f1c40f;
    color: #2c3e50;
}

.coming-soon-page .cta-button:hover {
    background-color: #dab10d;
}

/* Logo Header Customization */
.logo-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}

#header-logo {
    height: 60px;
    margin-bottom: 8px;
}

.logo-location-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-main {
    font-size: 2rem;
    font-weight: 700;
    color: #f1c40f;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.location-sub {
    font-size: 1rem;
    color: #888;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.logo-bg-box, .logo-coming-soon-bg-box {
    background: #fff;
    padding: 10px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#header-logo, #coming-soon-logo {
    background: transparent;
    height: 60px;
    width: auto;
    display: block;
}

/* Trust Bar */
.hero-trust-bar {
    background: rgba(10, 36, 114, 0.85);
    color: white;
    padding: 12px 16px;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sticky-trust-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.trust-dot {
    color: var(--accent);
    font-size: 1.2rem;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .hero-trust-bar {
        font-size: 0.95rem;
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .hero-trust-bar {
        font-size: 0.85rem;
        padding: 8px 10px;
        gap: 8px;
    }
    
    .trust-dot {
        margin: 0 2px;
    }
}

/* Why Join Section - Clean Implementation */
.why-section {
    padding: 80px 20px 100px;
    margin: 80px auto;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(135deg, #f5f9ff 0%, #e8f0ff 100%);
    position: relative;
    overflow: hidden;
}

.why-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(241,196,15,0.15) 0%, rgba(241,196,15,0) 70%);
    z-index: 0;
    border-radius: 100%;
    transform: translate(30%, -30%);
}

.why-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(10,36,114,0.08) 0%, rgba(10,36,114,0) 70%);
    z-index: 0;
    border-radius: 100%;
    transform: translate(-30%, 30%);
}

.why-section h2 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.why-highlight {
    color: var(--primary);
    background: linear-gradient(90deg, #f1c40f 60%, #ffe066 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 2.5rem;
}

.why-highlight:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f1c40f 60%, #ffe066 100%);
    border-radius: 2px;
}

.why-intro {
    text-align: center;
    font-size: 1.35rem;
    color: var(--primary-dark);
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Specific Grid Fixes - 1.3 */
.why-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    max-width: 1140px;
    margin: 0 auto 40px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.why-feature-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(10,36,114,0.1);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(10,36,114,0.05);
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.why-feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-feature-card:hover {
    box-shadow: 0 25px 50px rgba(10,36,114,0.15);
    transform: translateY(-10px);
    border-color: rgba(241,196,15,0.3);
}

.why-feature-card:hover:before {
    opacity: 1;
}

.why-feature-card:hover .why-feature-emoji {
    transform: scale(1.15);
}

.why-feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-feature-card:hover {
    box-shadow: 0 25px 50px rgba(10,36,114,0.15);
    transform: translateY(-10px);
    border-color: rgba(241,196,15,0.3);
}

.why-feature-card:hover:before {
    opacity: 1;
}

.why-feature-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

.why-feature-desc {
    font-size: 1.1rem;
    color: var(--muted);
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
}

.why-feature-emoji {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 8px 20px rgba(241,196,15,0.4));
    transition: transform 0.4s ease;
}

.why-feature-card:hover .why-feature-emoji {
    transform: scale(1.15);
}

/* Responsive styles for Why section */
@media (max-width: 1100px) {
    .why-section { padding: 70px 20px 90px; margin: 70px auto; }
    .why-features-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 30px; }
    .why-intro { font-size: 1.25rem; margin-bottom: 50px; }
    .why-feature-emoji { font-size: 3.2rem; margin-bottom: 20px; }
    .why-feature-card { 
        padding: 35px 25px; 
        max-width: 280px; 
    }
    .why-highlight { font-size: 2.2rem; }
}

@media (max-width: 768px) {
    .why-section { padding: 60px 20px 80px; margin: 60px auto; }
    .why-features-grid { gap: 35px 25px; }
    .why-feature-title { font-size: 1.2rem; margin-bottom: 12px; }
    .why-feature-desc { font-size: 1rem; }
    .why-feature-emoji { font-size: 3rem; margin-bottom: 18px; }
    .why-feature-card { 
        padding: 30px 20px;
        max-width: 280px; 
        box-shadow: 0 10px 30px rgba(10,36,114,0.08);
    }
    .why-highlight { font-size: 1.8rem; }
    .why-intro { font-size: 1.15rem; margin-bottom: 40px; }
}

@media (max-width: 480px) {
    .why-section {
        padding: 50px 15px 70px 15px;
        margin: 50px auto;
        width: 100%;
        box-sizing: border-box;
    }
    .why-section h2, .why-highlight, .why-intro {
        padding-left: 4px;
        padding-right: 4px;
        box-sizing: border-box;
        word-break: break-word;
    }
    .why-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0;
    }
}

/* Courses Offered Section */
.courses-offered {
    padding: 90px 30px 80px;
    margin: 30px auto 60px;
    position: relative;
    background: linear-gradient(135deg, #f8f9fe 0%, #eaf0fb 100%);
    border-radius: 20px;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.courses-offered:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(10, 36, 114, 0.05) 0%, rgba(10, 36, 114, 0) 70%);
    border-radius: 100%;
    transform: translate(20%, -30%);
}

.courses-offered:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(241, 196, 15, 0.08) 0%, rgba(241, 196, 15, 0) 70%);
    border-radius: 100%;
    transform: translate(-20%, 30%);
}

.courses-offered h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
}

.courses-offered h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.courses-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px 30px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}

.course-block {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(10, 36, 114, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.course-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    z-index: 1;
}

.course-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(10, 36, 114, 0.15);
}

.course-block h3 {
    font-size: 1.6rem;
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.course-block h3:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.course-block p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #4a5568;
    font-weight: 500;
}

.course-block ul {
    margin: 0;
    padding-left: 0;
    margin-top: auto;
    list-style: none;
}

.course-block li {
    margin-bottom: 12px;
    color: var(--muted);
    position: relative;
    padding-left: 32px;
    transition: transform 0.2s ease;
}

.course-block li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(10, 36, 114, 0.2);
    font-size: 0.9rem;
}

.course-block li:hover {
    transform: translateX(5px);
}

@media (max-width: 1100px) {
    .courses-offered {
        padding: 70px 20px 60px;
        margin: 20px auto 40px;
    }
    
    .courses-offered h2 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .courses-list {
        gap: 25px;
    }
    
    .course-block {
        padding: 25px;
    }
    
    .course-block h3 {
        font-size: 1.4rem;
    }
    
    .course-block p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .courses-offered {
        padding: 60px 15px 50px;
        margin: 15px auto 30px;
    }
    
    .courses-offered h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .courses-list {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 25px 20px;
    }
    
    .course-block h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .courses-offered {
        padding: 30px 15px;
        margin: 10px auto 20px;
        border-radius: 15px;
    }
    
    .courses-offered h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .courses-offered h2:after {
        width: 60px;
        height: 3px;
    }
    
    .courses-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .course-block {
        padding: 15px;
        margin-bottom: 0;
    }
    
    .course-block h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .course-block p {
        font-size: 0.9rem;
        margin-bottom: 12px;
        line-height: 1.5;
    }
    
    .course-block li {
        font-size: 0.85rem;
        padding-left: 25px;
        margin-bottom: 8px;
    }
    
    .course-block li:before {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
    }
}

/* Location & Contact Section */
.location-contact {
    padding: 0 0 0 0;
    margin: 60px auto 0;
    position: relative;
    background: none;
    border-radius: 0;
    overflow: visible;
}

.location-contact h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-dark);
}

.location-contact h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.contact-info-row {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 40px;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(247,249,251,0.9) 100%);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(10, 36, 114, 0.08);
    position: relative;
    z-index: 2;
    border-bottom: 4px solid var(--accent);
}

.contact-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 36, 114, 0.02) 0%, rgba(10, 36, 114, 0) 100%);
    border-radius: 16px;
    z-index: -1;
}

.contact-text p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #454d5d;
    line-height: 1.7;
}

.contact-text p:last-child {
    margin-bottom: 0;
}

.contact-text strong {
    color: var(--primary);
    font-weight: 700;
}

.contact-text a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
    padding-bottom: 2px;
    border-bottom: 1px dashed rgba(10, 36, 114, 0.3);
}

.contact-text a:hover {
    color: var(--accent);
    border-bottom-color: var(--accent);
}

.full-width-map {
    width: 100vw;
    height: 450px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 5px solid var(--primary);
}

.full-width-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Facilities Section */
.facilities-section {
    padding: 80px 0;
    background: none;
    margin: 60px auto;
    text-align: center;
    position: relative;
    overflow: visible;
}

.facilities-section h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
    z-index: 1;
}

.facilities-section h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.facilities-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.facility-item {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(10, 36, 114, 0.08);
    transition: all 0.3s ease;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.facility-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.facility-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(10, 36, 114, 0.12);
}

.facility-item:hover:before {
    transform: scaleX(1);
}

.facility-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.facility-item:hover .facility-icon {
    transform: scale(1.2);
}

.facility-name {
    font-weight: 600;
    color: var(--primary-dark);
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .facility-item {
        width: 160px;
        height: 160px;
        padding: 25px 15px;
    }
    
    .facility-icon {
        font-size: 2.2rem;
    }
    
    .facility-name {
        font-size: 1rem;
    }
    
    .contact-text {
        padding: 25px 30px;
    }
}

@media (max-width: 768px) {
    .facilities-section {
        padding: 60px 20px;
        margin: 40px auto;
    }
    
    .facilities-section h2 {
        font-size: 1.8rem;
    }
    
    .facilities-list {
        gap: 20px;
    }
    
    .facility-item {
        width: 140px;
        height: 140px;
        padding: 20px 10px;
    }
    
    .facility-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    
    .facility-name {
        font-size: 0.9rem;
    }
    
    .contact-text {
        padding: 20px 25px;
    }
    
    .contact-text p {
        font-size: 1rem;
    }
    
    .full-width-map {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .facilities-section {
        padding: 30px 15px;
        margin: 20px auto;
    }
    
    .facilities-section h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .facilities-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
        margin: 0 auto;
    }
    
    .facility-item {
        width: 100%;
        padding: 10px 8px;
        font-size: 0.8rem;
        height: auto;
        min-height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(10, 36, 114, 0.1);
    }
    
    .facility-icon {
        font-size: 2rem;
        margin-bottom: 8px;
    }
    
    .facility-name {
        font-size: 0.85rem;
        text-align: center;
        color: var(--primary-dark);
        font-weight: 600;
    }
    
    .contact-info-row {
        margin-bottom: 20px;
    }
    
    .contact-text {
        padding: 15px;
    }
    
    .contact-text p {
        font-size: 0.85rem;
        margin-bottom: 8px;
    }
    
    .full-width-map {
        height: 250px;
    }
    
    /* Sticky footer and floating button adjustments */
    .sticky-footer {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
    
    .sticky-footer .sticky-cta {
        padding: 5px 12px;
        margin-left: 10px;
        font-size: 0.8rem;
    }
    
    .whatsapp-float {
        right: 10px;
        bottom: 70px;
    }
    
    .whatsapp-icon {
        width: 40px;
        height: 40px;
    }
    
    .whatsapp-badge {
        font-size: 8px;
        padding: 2px 5px;
        top: -5px;
        right: -5px;
    }
}

/* Final CTA Section */
.final-cta {
    padding: 0;
    margin: 80px auto;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
}

.final-cta .content-container {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 30px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(10, 36, 114, 0.12);
    border: 1px solid rgba(10, 36, 114, 0.05);
}

.final-cta-header {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

.final-cta-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 100%;
    transform: translate(30%, -30%);
}

.final-cta-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(241, 196, 15, 0.1) 0%, rgba(241, 196, 15, 0) 70%);
    border-radius: 100%;
    transform: translate(-30%, 30%);
}

.final-cta h2 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 2;
    text-align: center;
}

.final-cta-content {
    padding: 50px 40px;
}

.final-cta-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
    font-size: 1.15rem;
    color: var(--primary-dark);
    text-align: left;
    position: relative;
    z-index: 2;
}

.final-cta-list div {
    position: relative;
    padding-left: 34px;
    background: #f0f4ff;
    padding: 20px 20px 20px 54px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 3px solid var(--primary);
}

.final-cta-list div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(10, 36, 114, 0.08);
    background: #e6eeff;
}

.final-cta-list div:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f1c40f"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.final-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.final-cta .cta-button {
    min-width: 200px;
    padding: 18px 35px;
}

.final-cta .cta-button.primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    box-shadow: 0 10px 25px rgba(10, 36, 114, 0.3);
}

.final-cta .cta-button.primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(10, 36, 114, 0.4);
}

.final-cta .cta-button.secondary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    color: var(--primary-dark);
    box-shadow: 0 10px 25px rgba(241, 196, 15, 0.3);
}

.final-cta .cta-button.secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(241, 196, 15, 0.4);
}

.final-cta .cta-button.tertiary {
    background: white;
    color: var(--primary-dark);
    border: 2px solid var(--primary);
    box-shadow: 0 10px 20px rgba(10, 36, 114, 0.1);
}

.final-cta .cta-button.tertiary:hover {
    background: rgba(10, 36, 114, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(10, 36, 114, 0.15);
}

@media (max-width: 992px) {
    .final-cta-list {
        grid-template-columns: 1fr;
    }
    
    .final-cta h2 {
        font-size: 2.2rem;
    }
    
    .final-cta-header,
    .final-cta-content {
        padding: 40px 30px;
    }
}

@media (max-width: 1100px) {
    .location-contact {
        padding: 70px 20px 60px;
    }
    
    .location-contact h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    
    .contact-details p {
        font-size: 1rem;
    }
    
    .map-placeholder {
        height: 300px;
    }
    
    .final-cta {
        padding: 60px 20px;
    }
    
    .final-cta h2 {
        font-size: 2.2rem;
    }
    
    .final-cta-list {
        font-size: 1.1rem;
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .location-contact {
        padding: 60px 15px 50px;
    }
    
    .location-contact h2 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    
    .contact-details {
        padding: 25px;
    }
    
    .map-placeholder {
        height: 250px;
    }
    
    .final-cta {
        padding: 50px 15px;
    }
    
    .final-cta h2 {
        font-size: 1.8rem;
    }
    
    .final-cta-list {
        font-size: 1rem;
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .final-cta .cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .location-contact {
        padding: 50px 15px 40px;
    }
    
    .location-contact h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .location-contact h2:after {
        width: 60px;
        height: 3px;
    }
    
    .contact-details {
        padding: 20px;
    }
    
    .contact-details p {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }
    
    .map-placeholder {
        height: 200px;
    }
    
    .final-cta {
        padding: 40px 15px;
    }
    
    .final-cta h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .final-cta-list {
        font-size: 0.95rem;
        padding: 15px;
        margin-bottom: 25px;
    }
    
    .final-cta-list div {
        padding-left: 25px;
    }
    
    .final-cta-list div:before {
        width: 16px;
        height: 16px;
    }
}

/* About Us Section */
.about-us {
    background: white;
    border-radius: 20px;
    padding: 60px 30px;
    box-shadow: 0 10px 30px rgba(10, 36, 114, 0.08);
    text-align: center;
    margin: 30px auto 50px;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.about-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
}

.about-us h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
}

.about-us h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.about-us p {
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: 1.15rem;
    line-height: 1.8;
}

.about-us p:first-of-type {
    color: var(--primary);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 1100px) {
    .about-us {
        padding: 50px 25px;
    }
    
    .about-us h2 {
        font-size: 2.2rem;
    }
    
    .about-us p {
        font-size: 1.05rem;
    }
    
    .about-us p:first-of-type {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .about-us {
        padding: 40px 20px;
        margin: 25px auto 40px;
    }
    
    .about-us h2 {
        font-size: 1.8rem;
    }
    
    .about-us p {
        font-size: 1rem;
    }
    
    .about-us p:first-of-type {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .about-us {
        padding: 35px 15px;
        margin: 20px auto 30px;
    }
    
    .about-us h2 {
        font-size: 1.6rem;
    }
    
    .about-us h2:after {
        width: 60px;
        height: 3px;
    }
    
    .about-us p {
        font-size: 0.95rem;
    }
    
    .about-us p:first-of-type {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
}

/* Hostel Facility Section */
.hostel-facility {
    padding: 70px 30px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    background: none;
    border-radius: 0;
    box-shadow: none;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.hostel-facility:before, 
.hostel-facility:after {
    display: none;
}

.hostel-facility h2 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-dark);
}

.hostel-facility h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.hostel-flex {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.hostel-info {
    flex: 1;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    transition: none;
}

.hostel-info:hover {
    transform: none;
    box-shadow: none;
}

.hostel-info h3 {
    font-size: 1.6rem;
    color: var(--primary);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}

.hostel-info h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.hostel-info p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #3a4555;
    line-height: 1.7;
}

.hostel-info ul {
    margin: 0 0 30px 0;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 30px;
}

.hostel-info li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 32px;
    color: #3a4555;
    break-inside: avoid;
    transition: transform 0.2s ease;
}

.hostel-info li:hover {
    transform: translateX(5px);
}

.hostel-info li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(10, 36, 114, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hostel-info li:before {
    content: '✓';
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.hostel-alert {
    background: linear-gradient(135deg, var(--accent) 0%, #f39c12 100%);
    color: var(--primary-dark);
    font-weight: 700;
    padding: 18px 25px;
    border-radius: 15px;
    font-size: 1.1rem;
    text-align: center;
    box-shadow: 0 10px 25px rgba(241, 196, 15, 0.3);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.hostel-alert:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(241, 196, 15, 0.4);
}

.hostel-alert:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 100%;
    transform: translate(20%, -30%);
}

.hostel-video {
    flex: 0 0 400px;
    position: relative;
    z-index: 2;
    perspective: 1000px;
}

.hostel-video:before {
    content: '🏠 Hostel Tour';
    position: absolute;
    top: -15px;
    left: 20px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(10, 36, 114, 0.2);
    z-index: 3;
}

.hostel-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.05) 0%, rgba(10, 36, 114, 0.05) 100%);
    border-radius: 20px;
    z-index: 2;
    pointer-events: none;
}

.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid #fff;
    box-shadow: 0 20px 50px rgba(10, 36, 114, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: rotateY(-5deg);
}

.hostel-video:hover .video-container {
    transform: rotateY(0);
    box-shadow: 0 25px 60px rgba(10, 36, 114, 0.25);
}

.hostel-video iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: none;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

@media (max-width: 1100px) {
    .hostel-video {
        flex: 0 0 350px;
    }
    
    .hostel-video:before {
        font-size: 1rem;
        padding: 6px 16px;
    }
}

@media (max-width: 768px) {
    .hostel-video {
        flex: 0 0 auto;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .video-container {
        transform: none;
    }
}

/* Faculty Section */
.faculty-section {
    padding: 80px 30px;
    margin: 40px auto;
    text-align: center;
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.faculty-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(241, 196, 15, 0.08) 0%, rgba(241, 196, 15, 0) 70%);
    border-radius: 100%;
    transform: translate(30%, -30%);
    z-index: -1;
}

.faculty-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(10, 36, 114, 0.05) 0%, rgba(10, 36, 114, 0) 70%);
    border-radius: 100%;
    transform: translate(-30%, 30%);
    z-index: -1;
}

.faculty-section h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
}

.faculty-section h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.faculty-section > p {
    max-width: 800px;
    margin: 30px auto 50px;
    font-size: 1.15rem;
    line-height: 1.7;
}

.faculty-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.faculty-card {
    flex: 0 0 calc(33.333% - 30px);
    min-width: 280px;
    background: #f8f9fe;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 36, 114, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.faculty-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(10, 36, 114, 0.15);
}

.faculty-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faculty-card:hover:before {
    opacity: 1;
}

.faculty-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease;
    border-bottom: 1px solid rgba(10, 36, 114, 0.05);
}

.faculty-card:hover img {
    transform: none;
}

.faculty-card h4 {
    margin: 20px 0 5px;
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 15px;
    text-align: center;
}

.faculty-card p {
    color: var(--muted);
    font-size: 0.95rem;
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: center;
}

.faculty-details {
    padding: 0 15px 20px;
    font-size: 0.9rem;
    color: var(--primary-dark);
    text-align: center;
}

.faculty-details span {
    display: inline-block;
    background: rgba(10, 36, 114, 0.05);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: var(--primary-dark);
}

.faculty-details i {
    margin-right: 5px;
    opacity: 0.7;
}

@media (max-width: 1100px) {
    .faculty-card {
        flex: 0 0 calc(50% - 20px);
    }
    
    .faculty-card img {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .faculty-card {
        flex: 0 0 calc(100% - 30px);
    }
    
    .faculty-card img {
        height: 250px;
    }
}

/* Success Stories Section */
.success-stories {
    padding: 80px 30px;
    background: none;
    border-radius: 0;
    margin: 40px auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.success-stories:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(241, 196, 15, 0.08) 0%, rgba(241, 196, 15, 0) 70%);
    border-radius: 100%;
    transform: translate(30%, -30%);
    z-index: -1;
}

.success-stories:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(10, 36, 114, 0.05) 0%, rgba(10, 36, 114, 0) 70%);
    border-radius: 100%;
    transform: translate(-30%, 30%);
    z-index: -1;
}

.success-stories h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
}

.success-stories h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.testimonial {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(10, 36, 114, 0.08);
    text-align: left;
    position: relative;
    max-width: 500px;
    flex: 1 1 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.testimonial:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(10, 36, 114, 0.15);
}

.testimonial:before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 80px;
    color: rgba(10, 36, 114, 0.08);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.testimonial span {
    display: block;
    text-align: right;
    color: var(--primary);
    font-weight: 600;
    font-style: italic;
}

.results-snapshots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    padding: 0 20px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.results-snapshots img {
    height: 200px;
    width: auto;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(10, 36, 114, 0.15);
    transition: all 0.4s ease;
    border: 4px solid white;
}

.results-snapshots img:hover {
    transform: scale(1.08) rotate(1deg);
    box-shadow: 0 20px 45px rgba(10, 36, 114, 0.2);
}

@media (max-width: 1100px) {
    .faculty-section {
        padding: 70px 25px;
    }
    
    .faculty-section h2 {
        font-size: 2.2rem;
    }
    
    .faculty-list {
        gap: 25px;
    }
    
    .success-stories {
        padding: 70px 25px;
    }
    
    .success-stories h2 {
        font-size: 2.2rem;
    }
    
    .testimonial {
        padding: 25px;
    }
    
    .testimonial p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .faculty-section,
    .why-section,
    .courses-offered,
    .about-us,
    .facilities-section,
    .campus-gallery {
        padding: 60px 20px;
    }
    
    .why-features-grid,
    .courses-list,
    .facilities-list,
    .gallery-list {
        padding: 0 15px;
    }
    
    .faculty-section h2 {
        font-size: 1.8rem;
    }
    
    .faculty-section > p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .faculty-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .success-stories {
        padding: 60px 20px;
    }
    
    .success-stories h2 {
        font-size: 1.8rem;
    }
    
    .testimonials {
        gap: 20px;
    }
    
    .testimonial {
        flex: 1 1 100%;
        padding: 20px;
    }
    
    .results-snapshots img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .faculty-section {
        padding: 40px 15px;
    }
    
    .faculty-section h2 {
        font-size: 1.6rem;
    }
    
    .faculty-section h2:after {
        width: 60px;
        height: 3px;
    }
    
    .faculty-section > p {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }
    
    .faculty-card h4 {
        font-size: 1.1rem;
    }
    
    .faculty-card p {
        font-size: 0.9rem;
    }
    
    .success-stories {
        padding: 40px 15px;
    }
    
    .success-stories h2 {
        font-size: 1.6rem;
    }
    
    .success-stories h2:after {
        width: 60px;
        height: 3px;
    }
    
    .testimonial {
        padding: 20px 15px;
    }
    
    .testimonial p {
        font-size: 0.95rem;
    }
    
    .testimonial span {
        font-size: 0.9rem;
    }
    
    .results-snapshots img {
        height: 120px;
    }
}

/* Facilities Section */
.facilities-section {
    padding: 70px 30px;
    background: white;
    border-radius: 20px;
    margin: 40px auto;
    text-align: center;
    box-shadow: 0 10px 30px rgba(10, 36, 114, 0.08);
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.facilities-section h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
}

.facilities-section h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.facilities-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.facility-item {
    background: #f8f9fe;
    padding: 15px 25px;
    border-radius: 30px;
    color: var(--primary);
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(10, 36, 114, 0.08);
    transition: all 0.3s ease;
}

.facility-item:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(10, 36, 114, 0.15);
}

/* Campus Gallery */
.campus-gallery {
    padding: 80px 30px;
    margin: 40px auto;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.campus-gallery h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    color: var(--primary-dark);
}

.campus-gallery h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
    border-radius: 2px;
}

.gallery-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
    padding: 0 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-list img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(10, 36, 114, 0.12);
    transition: all 0.4s ease;
    border: 5px solid white;
}

.gallery-list img:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(10, 36, 114, 0.15);
}

@media (max-width: 1100px) {
    .facilities-section {
        padding: 60px 25px;
    }
    
    .facilities-section h2 {
        font-size: 2.2rem;
    }
    
    .campus-gallery {
        padding: 70px 25px;
    }
    
    .campus-gallery h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .facilities-section {
        padding: 50px 20px;
    }
    
    .facilities-section h2 {
        font-size: 1.8rem;
    }
    
    .facility-item {
        font-size: 0.95rem;
        padding: 12px 20px;
    }
    
    .campus-gallery {
        padding: 60px 20px;
    }
    
    .campus-gallery h2 {
        font-size: 1.8rem;
    }
    
    .gallery-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .gallery-list img {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .facilities-section {
        padding: 40px 15px;
    }
    
    .facilities-section h2 {
        font-size: 1.6rem;
    }
    
    .facilities-section h2:after {
        width: 60px;
        height: 3px;
    }
    
    .facility-item {
        font-size: 0.9rem;
        padding: 10px 18px;
    }
    
    .campus-gallery {
        padding: 40px 15px;
    }
    
    .campus-gallery h2 {
        font-size: 1.6rem;
    }
    
    .campus-gallery h2:after {
        width: 60px;
        height: 3px;
    }
    
    .gallery-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
        margin: 0 auto;
    }
    
    .gallery-list img {
        height: 110px;
        border: 2px solid white;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(10, 36, 114, 0.1);
    }
}

.highlight {
    display: inline-block;
    background: rgba(241, 196, 15, 0.2);
    color: var(--primary-dark);
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 6px;
}

@media (max-width: 1100px) {
    .hostel-facility {
        padding: 60px 25px;
    }
    
    .hostel-facility h2 {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .hostel-flex {
        gap: 30px;
    }
    
    .hostel-info h3 {
        font-size: 1.5rem;
    }
    
    .hostel-info p {
        font-size: 1rem;
    }
    
    .hostel-info ul {
        columns: 2;
    }
    
    .hostel-alert {
        font-size: 1rem;
    }
    
    .hostel-video {
        flex: 0 0 350px;
    }
}

@media (max-width: 768px) {
    .hostel-facility {
        padding: 50px 20px;
    }
    
    .hostel-facility h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .hostel-flex {
        flex-direction: column;
        gap: 30px;
    }
    
    .hostel-info h3 {
        font-size: 1.4rem;
        text-align: center;
    }
    
    .hostel-info ul {
        columns: 1;
    }
    
    .hostel-video {
        flex: 0 0 auto;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hostel-facility {
        padding: 40px 15px;
    }
    
    .hostel-facility h2 {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
    
    .hostel-facility h2:after {
        width: 60px;
        height: 3px;
    }
    
    .hostel-info h3 {
        font-size: 1.3rem;
    }
    
    .hostel-info p {
        font-size: 0.95rem;
    }
    
    .hostel-info li {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .hostel-info ul {
        margin-bottom: 20px;
    }
    
    .hostel-alert {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .hostel-video iframe {
        height: 220px;
    }
}

.faculty-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 40px;
}

.faculty-carousel {
    display: flex;
    gap: 40px;
    transition: transform 0.5s ease;
}

.faculty-card {
    flex: 0 0 calc(33.333% - 30px);
    min-width: 280px;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    margin: 30px 15px;
    box-shadow: 0 10px 30px rgba(10, 36, 114, 0.08);
    border: 1px solid rgba(10, 36, 114, 0.05);
}

.faculty-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faculty-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(10, 36, 114, 0.15);
}

.faculty-card:hover::before {
    opacity: 1;
}

.faculty-card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    margin: -50px auto 20px;
    border: 5px solid white;
    box-shadow: 0 10px 25px rgba(10, 36, 114, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.faculty-card:hover img {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(10, 36, 114, 0.2);
}

.faculty-card h4 {
    margin: 0 0 5px;
    color: var(--primary);
    font-size: 1.3rem;
    font-weight: 700;
}

.faculty-card p {
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 8px;
}

.faculty-details span {
    display: inline-block;
    background: rgba(10, 36, 114, 0.05);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: var(--primary-dark);
}

.faculty-details i {
    margin-right: 5px;
    opacity: 0.7;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.carousel-prev,
.carousel-next {
    width: 50px;
    height: 50px;
    border: 2px solid var(--primary);
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(10, 36, 114, 0.1);
}

.carousel-prev:hover,
.carousel-next:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
}

.carousel-prev:active,
.carousel-next:active {
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .faculty-card {
        flex: 0 0 calc(50% - 20px);
    }
    
    .faculty-card img {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .faculty-card {
        flex: 0 0 calc(100% - 30px);
    }
}

.testimonials-carousel-container {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
}

.testimonials-carousel {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    width: 100%;
}

.testimonial {
    margin: 0;
}

@media (max-width: 480px) {
    .faculty-card {
        padding: 40px 15px 25px 15px;
    }
    .faculty-card img {
        margin: 0 auto 15px auto;
    }
    .results-snapshots {
        flex-direction: column;
        gap: 18px;
        margin-top: 25px;
        align-items: center;
    }
    .results-snapshots img {
        margin-bottom: 0;
    }
}

/* Gallery Image and Modal Styles */
.gallery-img {
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(10, 36, 114, 0.2);
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.2);
    animation: modal-zoom 0.3s ease;
}

@keyframes modal-zoom {
    from {transform: scale(0.8); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

#imageCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: white;
    padding: 20px 0;
    font-size: 1.1rem;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close-modal:hover {
    color: var(--accent);
    transform: rotate(90deg);
}

/* Opening Offer Banner */
.opening-offer-banner {
    padding: 20px;
    margin: -20px auto 60px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.offer-wrapper {
    background: linear-gradient(135deg, #ff4e50, #f9d423);
    border-radius: 20px;
    padding: 40px 30px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 15px 40px rgba(255, 78, 80, 0.3);
    overflow: hidden;
    animation: pulseShadow 2s infinite alternate;
}

.offer-wrapper:before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.offer-wrapper:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.offer-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-dark);
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 30px;
    letter-spacing: 1px;
    animation: pulse 1.5s infinite alternate;
}

.offer-title {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
}

.offer-title:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: white;
    border-radius: 2px;
}

.offer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.offer-highlight {
    flex: 1 1 300px;
    max-width: 320px;
    margin: 0 auto;
}

.discount {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-dark);
    line-height: 1.2;
}

.courses {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}

.offer-divider {
    font-size: 1.2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
}

.offer-cta {
    display: inline-block;
    background: white;
    color: var(--primary-dark);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.offer-cta:hover {
    background: var(--primary-dark);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.offer-disclaimer {
    font-size: 0.85rem;
    color: white;
    margin-top: 15px;
    opacity: 0.85;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

@keyframes pulseShadow {
    0% { box-shadow: 0 15px 40px rgba(255, 78, 80, 0.3); }
    100% { box-shadow: 0 20px 60px rgba(255, 78, 80, 0.5); }
}

@media (max-width: 768px) {
    .offer-wrapper {
        padding: 30px 20px;
    }
    
    .offer-title {
        font-size: 2rem;
    }
    
    .offer-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .offer-highlight {
        width: 100%;
        min-width: unset;
        padding: 15px 20px;
    }
    
    .discount {
        font-size: 2rem;
    }
    
    .courses {
        font-size: 1rem;
    }
    
    .offer-divider {
        margin: -5px 0;
    }
}

@media (max-width: 480px) {
    .opening-offer-banner {
        margin: 0 auto 10px;
        padding: 4px;
    }
    .offer-wrapper {
        padding: 10px 6px 16px 6px;
        border-radius: 14px;
        min-height: unset;
        box-shadow: 0 4px 16px rgba(255, 78, 80, 0.12);
    }
    .offer-title {
        font-size: 1.1rem;
        margin-bottom: 4px;
    }
    .offer-badge {
        font-size: 0.6rem;
        padding: 2px 4px;
        top: 3px;
        right: 3px;
    }
    .offer-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 6px;
        padding: 0;
    }
    .offer-highlight {
        flex: 1 1 0;
        max-width: 120px;
        padding: 2px 4px;
        margin: 0;
        text-align: center;
    }
    .discount {
        font-size: 1.1rem;
        margin-bottom: 0;
        line-height: 1.1;
    }
    .courses {
        font-size: 0.7rem;
        margin-top: 0;
    }
    .offer-divider {
        font-size: 0.7rem;
        margin: 0 2px;
        padding: 0;
        align-self: center;
    }
    .offer-cta {
        font-size: 0.8rem;
        padding: 7px 10px;
        width: auto;
        display: inline-block;
        margin: 4px auto 0;
        border-radius: 18px;
    }
    .offer-disclaimer {
        font-size: 0.6rem;
        margin-top: 4px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    /* Trust bar redesign */
    .hero-trust-bar, .sticky-trust-bar {
        font-size: 0.75rem;
        padding: 6px 4px;
        background: var(--primary-dark);
        color: #fff;
        border-radius: 0 0 12px 12px;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .trust-dot {
        color: var(--accent);
        font-size: 1.1rem;
        margin: 0 4px;
    }

    /* Hero section redesign */
    .hero {
        background: linear-gradient(120deg, #eaf0fb 0%, #dbeafe 60%, #f7f9fb 100%);
        box-shadow: none;
        border: none;
        margin-bottom: 18px;
        padding: 24px 8px 18px 8px;
        min-height: unset;
    }
    .hero-content {
        background: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        align-items: center;
    }
    .hero-logo-bg {
        background: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: 8px;
        border-radius: 0;
    }
    .hero-logo-img {
        height: 32px;
        margin-bottom: 0;
    }
    .grand-headline {
        font-size: 1.05rem;
        color: var(--primary-dark);
        font-weight: 800;
        margin: 6px 0 2px 0;
        background: none;
        box-shadow: none;
        padding: 0;
        line-height: 1.2;
    }
    .hero-akurdi-highlight {
        background: none;
        color: var(--primary);
        font-size: 0.95rem;
        font-weight: 700;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        display: block;
    }
    .grand-subheadline {
        font-size: 0.85rem;
        color: var(--primary-dark);
        background: none;
        box-shadow: none;
        font-weight: 500;
        margin: 2px 0 10px 0;
        padding: 0;
        line-height: 1.3;
        border-radius: 0;
        text-align: center;
    }
    /* CTA buttons side by side, same size */
    .hero-cta-buttons {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
    }
    .cta-button {
        width: 48%;
        min-width: 120px;
        padding: 10px 0;
        font-size: 0.9rem;
        border-radius: 22px;
        box-shadow: 0 2px 8px rgba(10,36,114,0.08);
        text-align: center;
        margin: 0;
    }
    .cta-button span, .cta-phone {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-logo-img {
        margin-bottom: 18px;
    }
    .grand-headline {
        margin: 0 0 14px 0;
    }
    .grand-subheadline {
        margin: 0 0 18px 0;
    }
    .hero-cta-buttons {
        margin: 18px 0 10px 0;
    }
}

@media (max-width: 480px) {
    .hero-content {
        background: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0 8px;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .hero {
        background: linear-gradient(120deg, #eaf0fb 0%, #dbeafe 60%, #f7f9fb 100%);
        position: relative;
        overflow: hidden;
        box-shadow: none;
        border: none;
        margin-bottom: 18px;
        padding: 32px 0 22px 0;
        min-height: unset;
    }
    .hero::before {
        content: '';
        position: absolute;
        top: -40px;
        right: -60px;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle, rgba(241, 196, 15, 0.18) 0%, rgba(241, 196, 15, 0) 70%);
        border-radius: 50%;
        z-index: 1;
    }
    .hero::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: -60px;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(10, 36, 114, 0.10) 0%, rgba(10, 36, 114, 0) 70%);
        border-radius: 50%;
        z-index: 1;
    }
    .hero-content > * {
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 480px) {
    .hero {
        background: linear-gradient(135deg, #eaf0fb 0%, #dbeafe 40%, #ffe066 100%);
        position: relative;
        overflow: hidden;
        box-shadow: none;
        border: none;
        margin-bottom: 18px;
        padding: 38px 0 28px 0;
        min-height: unset;
    }
    .hero::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -80px;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle, rgba(241, 196, 15, 0.45) 0%, rgba(241, 196, 15, 0) 80%);
        border-radius: 50%;
        z-index: 1;
    }
    .hero::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: -80px;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(10, 36, 114, 0.22) 0%, rgba(10, 36, 114, 0) 80%);
        border-radius: 50%;
        z-index: 1;
    }
    .hero .hero-accent-circle {
        position: absolute;
        left: 55%;
        top: 80px;
        width: 80px;
        height: 80px;
        background: radial-gradient(circle, rgba(241,196,15,0.32) 0%, rgba(241,196,15,0) 80%);
        border-radius: 50%;
        z-index: 2;
        pointer-events: none;
        display: block;
    }
    .hero-content > * {
        position: relative;
        z-index: 3;
    }
}

@media (max-width: 480px) {
    .faculty-carousel-container {
        padding: 0;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    
    .faculty-carousel {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 15px;
        padding: 0 15px;
        gap: 20px;
        -webkit-overflow-scrolling: touch;
    }
    
    .faculty-carousel::-webkit-scrollbar {
        display: none;
    }
    
    .faculty-card {
        flex: 0 0 calc(100% - 30px);
        scroll-snap-align: center;
        margin: 40px 0 20px;
        padding: 40px 15px 25px 15px; /* Increased top padding */
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .faculty-card img {
        width: 120px;
        height: 120px;
        margin: 0 auto 15px auto; /* Remove negative margin */
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .results-snapshots {
        flex-direction: column;
        gap: 18px;
        margin-top: 25px;
        align-items: center;
    }
    .results-snapshots img {
        margin-bottom: 0;
    }
}

footer .content-container {
    padding-bottom: 0;
}

@media (min-width: 481px) {
    .testimonial-controls .carousel-prev,
    .testimonial-controls .carousel-next {
        width: 50px;
        height: 50px;
        border: 2px solid var(--primary);
        background: white;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary);
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(10, 36, 114, 0.1);
        margin: 0 8px;
        padding: 0;
    }
    .testimonial-controls .carousel-prev:hover,
    .testimonial-controls .carousel-next:hover {
        background: var(--primary);
        color: white;
        transform: translateY(-3px);
    }
    .testimonial-controls .carousel-prev:active,
    .testimonial-controls .carousel-next:active {
        transform: translateY(0);
    }
    .testimonial-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }
}

.with-footer-padding {
    padding-bottom: 60px;
}

@media (min-width: 481px) {
  .final-cta {
    background: #f7f9fb;
  }
  .final-cta .content-container {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(10, 36, 114, 0.12);
  }
}

@media (min-width: 769px) {
  .faculty-card {
    min-height: 320px;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .faculty-card img {
    margin-top: -80px;
  }
}

.parallax-parent:before {
    transition: transform 0.2s linear;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0px));
}
.parallax-parent:after {
    transition: transform 0.2s linear;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0px));
}

@media (min-width: 769px) {
  .why-section:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 220px; height: 220px;
    background: url('data:image/svg+xml;utf8,<svg width="220" height="220" xmlns="http://www.w3.org/2000/svg"><circle cx="110" cy="110" r="100" fill="%23f1c40f" fill-opacity="0.18"/><circle cx="60" cy="60" r="40" fill="%230a2472" fill-opacity="0.10"/></svg>') no-repeat center/contain;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translateY(var(--parallax-offset, 0px));
  }
  .success-stories:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 180px; height: 180px;
    background: url('data:image/svg+xml;utf8,<svg width="180" height="180" xmlns="http://www.w3.org/2000/svg"><polygon points="90,10 170,170 10,170" fill="%230a2472" fill-opacity="0.10"/><circle cx="140" cy="40" r="30" fill="%23f1c40f" fill-opacity="0.15"/></svg>') no-repeat center/contain;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translateY(var(--parallax-offset, 0px));
  }
  .facilities-section:before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 200px; height: 200px;
    background: url('data:image/svg+xml;utf8,<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"><rect x="30" y="30" width="140" height="140" rx="40" fill="%230a2472" fill-opacity="0.08"/><circle cx="160" cy="160" r="30" fill="%23f1c40f" fill-opacity="0.13"/></svg>') no-repeat center/contain;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translateY(var(--parallax-offset, 0px));
  }
  .campus-gallery:before {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 180px; height: 180px;
    background: url('data:image/svg+xml;utf8,<svg width="180" height="180" xmlns="http://www.w3.org/2000/svg"><ellipse cx="90" cy="90" rx="80" ry="60" fill="%23f1c40f" fill-opacity="0.12"/><rect x="40" y="40" width="60" height="60" rx="20" fill="%230a2472" fill-opacity="0.10"/></svg>') no-repeat center/contain;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transform: translateY(var(--parallax-offset, 0px));
  }
}

@media (max-width: 768px) {
  .parallax-parent:before,
  .parallax-parent:after {
    transform: translateY(calc(var(--parallax-offset, 0px) * 0.4));
  }
}
