*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

body{
    background:#f8fafc;
    min-height:100vh;
}

body::before,
body::after{
    display:none;
}

:root{
    --primary:#0f172a;
    --green:#16a34a;
    --green-dark:#15803d;
    --red:#dc2626;
    --light:#f8fafc;
    --text:#1e293b;
}

/* HEADER */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    padding:15px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    z-index:1000;
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left: 5rem;
}

.crown{
    font-size:24px;
}

.logo h3{
    margin:0;
    font-size:18px;
     color:#0f172a;
    background:none;
    -webkit-text-fill-color:unset;
}

.logo small{
    color:#dc2626;
    font-size:11px;
    letter-spacing:1px;
}

/* Desktop Menu */

.desktop-menu{
    display:flex;
    gap:12px;
    align-items:center;
    margin-right: 5rem;
}

.phone-btn{
    text-decoration:none;
    color:#081226;
    border:1px solid #ddd;
    padding:10px 18px;
    border-radius:8px;
}

.explore-btn{
    background:linear-gradient(135deg,#d32f2f,#2e7d32);
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:8px;
    cursor:pointer;
}

/* Hamburger */

/* Default - Desktop */
.menu-toggle{
    display:none !important;
    background:none;
    border:none;
    font-size:30px;
    cursor:pointer;
}

/* Desktop buttons */
.desktop-menu{
    display:flex;
    gap:12px;
    align-items:center;
}

/* Mobile Sidebar */

.mobile-menu{
    position:fixed;
    top:0;
    right:-320px;
    width:300px;
    height:128vh;
    background:#fff;
    padding:25px;
    z-index:9999;
    transition:.3s;

    display:none;
    flex-direction:column;
    gap:15px;

    box-shadow:-5px 0 20px rgba(0,0,0,.15);
}

.mobile-menu.active{
    right:0;
}

.mobile-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.close-btn{
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
}

.mobile-link{
    text-decoration:none;
    color:#081226;
    border:1px solid #ddd;
    padding:12px;
    border-radius:8px;
    text-align:center;
}

.mobile-btn{
    background:#e53935;
    color:#fff;
    border:none;
    padding:12px;
    border-radius:8px;
    cursor:pointer;
}

/* Overlay */

.overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.4);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.overlay.active{
    opacity:1;
    visibility:visible;
}

/* Mobile */

@media(max-width:1000px){

    .desktop-menu{
        display:none !important;
    }

    .menu-toggle{
        display:block !important;
    }

    .mobile-menu{
        display:flex;
    }

}


@media(min-width:1001px){

    .menu-toggle{
        display:none !important;
    }

    .mobile-menu{
        display:none !important;
    }

}

/* section-1 */
.hero{
    padding-top:80px;
    background:#f8fafc;
}

.hero{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:20px;
}


.hero-wrapper{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.hero-left{
    flex:1;
}

.hero-right{
    flex:1;
    text-align:center;
}

.hero-right img{
    width:100%;
    max-width:550px;
}

.hero .stats{
    max-width:1200px;
    margin:50px auto 0;
}

@media(max-width:900px){

    .hero-wrapper{
        flex-direction:column;
        text-align:center;
    }

}
.container{
    max-width:900px;
}

.badge{
    display:inline-block;
    padding:8px 18px;
    border:1px solid #ffb4b4;
    border-radius:50px;
    margin-bottom:20px;
}

h1{
    font-size:72px;
    font-weight:800;
    line-height:1.1;
    color:#081226;
}

.highlight{
    color:#16a34a;
    background:none;
    -webkit-text-fill-color:unset;
}

.desc{
    margin-top:20px;
    color:#666;
    font-size:18px;
    line-height: 1.625;
    max-width: 42rem;
    margin-bottom: 2.5rem;
}

.buttons{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:15px;
}

.btn{
    padding:14px 28px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
}

.primary{
    background:linear-gradient(135deg,#d32f2f,#2e7d32);
    color:#fff;
}

.primary,
.explore-btn,
.mobile-btn,
.submit,
.cta-btn{
        background:#16a34a;
    color:#fff;

}


.primary:hover,
.explore-btn:hover,
.mobile-btn:hover,
.submit:hover,
.cta-btn:hover{
     background:#15803d;
}

.secondary{
    background:#fff;
    border:2px solid #16a34a;
    color:#16a34a;
}

.stats{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:50px;
    flex-wrap:wrap;
}

.card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    width:180px;
}

.card,
.trust-card,
.learn-card,
.teach-card,
.testimonial-card{
    backdrop-filter:blur(10px);
    background:#fff;
    border:1px solid #e5e7eb;
    box-shadow:0 10px 25px rgba(15,23,42,.08);
}


.card h3{
    font-size:30px;
}

.card p{
    color:#666;
}


.comparison-table th{
    background:#2e7d32;
    color:#fff;
}



/* Modal */

.modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:9999;
}

.modal-content{
    background:#fff;
    width:90%;
    max-width:650px;
    padding:30px;
    border-radius:15px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.close{
    float:right;
    font-size:30px;
    cursor:pointer;
}

.modal h2{
    margin-bottom:10px;
}

.modal p{
    color:#666;
    margin-bottom:20px;
}

.form-group{
    margin-bottom:15px;
}

input,
textarea{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
}

textarea{
    height:120px;
}

.form-buttons{
    display:flex;
    justify-content:flex-end;
    gap:10px;
}

.cancel{
    background:#eee;
}

.submit{
    background:#d84315;
    color:white;
}

.success{
    display:none;
    color:green;
    margin-top:15px;
}




.trust-section{
    background:#ffffff;
    padding:100px 20px;
}

.curriculum-section{
    background:#f8fafc;
    padding:100px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding-top: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-tag{
    display:block;
    text-align:center;
    color:#dc2626;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

h2{
    text-align:center;
    font-size:48px;
    color:#0f172a;
    margin-bottom:40px;
}

.section-desc{
    text-align:center;
    color:#666;
    margin-bottom:50px;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.curriculum-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.trust-card,
.learn-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:25px;
    transition:.3s;
}

.trust-card,
.learn-card,
.teach-card,
.testimonial-card,
.card{
    background:#fff;
    border:1px solid #dcedc8;
    box-shadow:0 4px 15px rgba(46,125,50,.08);
}

.trust-card:hover,
.learn-card:hover,
.teach-card:hover,
.testimonial-card:hover{
    border-color:#2e7d32;
    transform:translateY(-6px);

    box-shadow:
    0 15px 35px rgba(46,125,50,.15);
}

.trust-card:hover,
.learn-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.icon{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
     background:#ecfdf5;
    border:1px solid #bbf7d0;
    border-radius:12px;
    font-size:20px;
    margin-bottom:20px;
}

.trust-card h4,
.learn-card h4{
    margin-bottom:10px;
    color:#081226;
}

.trust-card p,
.learn-card p{
    color:#666;
    line-height:1.6;
    font-size:14px;
}

.teach-section{
    background:#f1fff1;
}


.why-section{
    background:#f8fafc;
}

.testimonial-section{
    background:#f1fff1;
}

.teach-section,
.why-section,
.testimonial-section{
    padding:100px 20px;
}

.teach-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.teach-card,
.testimonial-card{
    background:#fff;
    border:1px solid #eee;
    padding:25px;
    border-radius:16px;
}

.why-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.why-left{
    flex:1;
}

.comparison-table{
    flex:1;
}

.comparison-table table{
    width:100%;
    border-collapse:collapse;
}

.comparison-table td,
.comparison-table th{
    border:1px solid #ddd;
    padding:12px;
}

.comparison-table th{
     background:#16a34a;
    color:white;
}

.comparison-table tr:nth-child(even){
    background:#f0fdf4;
}

.feature-box{
    padding:20px;
    border-radius:12px;
    margin-top:15px;
    color:white;
}

.red{
    background:#d32f2f;
}

.gold{
    background:#2e7d32;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.cta-section{
    background:#0f172a;
    border-top:4px solid #16a34a;
    padding:120px 20px;
    text-align:center;
    color:white;
    border-bottom:6px solid #d32f2f;
}

.cta-content{
     max-width:800px;
    margin:auto;
    text-align:center;
}

.cta-content span{
    color:#ff8a80;
    font-weight:700;
    letter-spacing:2px;
}

.cta-content h2{
    color:#fff;
    font-size:48px;
}

.cta-content p{
    color:#cbd5e1;
    margin-top:15px;
}

.cta-buttons{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:15px;
}

.cta-btn{
   background:#16a34a;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    text-decoration:none;
    transition:.3s;
}

.cta-btn:hover{
    background:transparent;
    border:2px solid #fff;
}

.cta-btn.outline{
     background:transparent;
    border:2px solid white;
    color:white;
}

.cta-btn.outline:hover{
    background:white;
    color:#0f172a;
}



.faq-section{
    padding:100px 20px;
    background:#f8fafc;
}

.faq-container{
    max-width:700px;
    margin:40px auto;
}

.faq-item{
    margin-bottom:15px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
}

.faq-question{
    width:100%;
    padding:18px;
    border:none;
    background:#fff;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:15px;
}

.faq-answer{
    display:none;
    padding:18px;
    border-top:1px solid #eee;
    color:#666;
}

.footer{
    background:#0f172a;
    color:#fff;
}

.warning-bar{
    background:#dc2626;
    text-align:center;
    padding:12px;
    font-size:13px;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    padding:60px 20px;
}

.footer-col{
    display:flex;
    flex-direction:column;
}

.footer-col h4{
    margin-bottom:15px;
}

.footer-col a{
    color:#bbb;
    text-decoration:none;
    margin-bottom:10px;
}

.footer-col p{
    color:#bbb;
    margin-bottom:10px;
}

.disclaimer{
    max-width:1200px;
    margin:auto;
    border-color:rgba(46,125,50,.3);
    padding:25px;
    border-radius:12px;
    margin-bottom:30px;
    
}

.disclaimer h4{
    color:#81c784;
    margin-bottom:10px;
}

.copyright{
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.1);
    color:#999;
}
