

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ================= GLOBAL ================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.t1 {
    max-width: 1280px;
}
body{
    font-family:'Poppins',sans-serif;
    background:#f7f8fc;
    color:#111827;
    overflow-x:hidden;
}

section{
    padding:10px 0;
}

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

/* ================= NAVBAR ================= */

.navbar{
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-bottom: 1px solid #e2e8f0;
}

.navbar-brand{
    font-size:30px;
    letter-spacing:-1px;
    color:#ff6b00 !important;
    font-weight:700 !important;
    font-family: "Oswald", sans-serif;
    font-size:3em !important;
    color:#000 !important;

}

.nav-link{
    color:#1f2937 !important;
    font-weight:600;
    font-size:14px;
    margin:0 10px;
    transition:0.3s;
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-link:hover{
    color:#4b632d !important;
}

/* ================= BUTTONS ================= */

.course-btn{
        background: #ffffff;
    color: #fff !important;
    border-radius: 13px;
    padding: 5px 12px !important;
    border: 1px solid #4b632d;
    color: #4b632d !important;
    line-height: 28px;
   
}



.course-btn:hover{
    background:#4b632d;
    color: #ffffff !important;
}

.btn-outline-dark{
    border-radius:14px;
    padding:10px 24px;
    font-weight:600;
}

/* ================= MEGA MENU ================= */

.mega-menu{
    border: none;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08) !important;
    padding: 30px;
    margin-top: 15px !important;
}

.course-box{
    padding:15px;
    height:100%;
    background: transparent;
    border-right: 1px solid #f3f4f6;
}
.col-lg-4:last-child .course-box {
    border-right: none;
}

.online-box{
    background: transparent;
}

.offline-box{
    background: transparent;
}

.course-box h4{
    font-weight:700;
    margin-bottom:20px;
    color: #1f2937;
    font-size: 1.1rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f4f6;
}

.menu-link{
    color:#4b5563;
    font-weight:500;
    transition: all 0.3s ease;
    display: inline-block;
}

.menu-link:hover{
    color:#4b632d;
    transform: translateX(5px);
    text-decoration: none;
}

/* ================= HERO ================= */

.hero{
    padding-top:20px;
    
}

.hero-box{
    background:linear-gradient(135deg,#ff5b1f,#ff7b00);
    border-radius:36px;
    padding:70px;
    overflow:hidden;
    position:relative;
}

.hero-title{
    font-size:50px;
    font-weight:800;
    line-height:1.05;
    color:#fff;
    letter-spacing:-2px;
}

.hero-sub{
    font-size:20px;
    color:rgba(255,255,255,0.92);
    margin-top:25px;
    line-height:1.8;
}

.hero-btn{
    margin-top:35px;
    background:#ffd500;
    color:#111;
    border:none;
    border-radius:18px;
    padding:16px 34px;
    font-size:15px;
    font-weight:700;
    transition:0.3s;
}

.hero-btn:hover{
    transform:translateY(-3px);
    background:#ffea61;
}

.student-img{
    width:100%;
}

/* ================= COURSES ================= */

.courses-section{
    margin-top:-60px;
    position:relative;
    z-index:10;
}

.course-wrapper{
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid #e7e4e4;
}

.section-title{
    display:inline-block;
    background:#ffe082;
    padding:12px 24px;
    border-radius:50px;
    font-weight:700;
    font-size:18px;
    margin-bottom:35px;
}

.course-card{
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    transition: 0.35s ease;
    cursor: pointer;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.course-card:hover{
    transform:translateY(-8px);
}

.course-card h5{
    margin-top:10px;
    font-weight:500;
    font-size:20px;
    color:#001b39;
    font-family: "Poppins", sans-serif;
    font-size:16px;
}

.icon{
    font-size:30px;
    opacity:0.5;
}

/* COLORS */

.purple{
    background:#eee3ff;
}

.yellow{
    background:#fff4d0;
}

.green{
    background:#dfffea;
}

.pink{
    background:#ffe6f0;
}

.blue{
    background:#dfe9ff;
}

/* ================= EXPLORE COURSES ================= */

.explore-courses{
    background:#f7f8fc;
}

.explore-title{
        font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #01202b;
    margin-bottom: 30px;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.explore-title span{
  font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    color: #344e5a;
    margin-left: 8px;
}

.explore-card{
        background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 0 #f0f0f0;
    border: 2px solid #eceaea;
    border-radius: 24px;
    position: relative;
    flex: 1;
    padding: 27px 0 64px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 445px;
}

.explore-card:hover{
    transform:translateY(-10px);
}

.blue-card{
    background:#dfe8ff;
}

.purple-card{
    background:#efe7ff;
}

.yellow-card{
    background:#fff2cc;
}

.card-content{
    position:relative;
    z-index:2;
    width:60%;
}

.small-title{
   font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #0181fd;
    margin-bottom: 12px;
}

.main-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .181818px;
    color: #01202b;
    margin-bottom: 15px;
}

.tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:30px;
}

.tags span{
    background:#fff;
    padding:10px 16px;
    border-radius:14px;
    font-size:14px;
    font-weight:600;
    color:#ff5a1f;
    box-shadow:0 4px 10px rgba(0,0,0,0.04);
}

.explore-btn{
    background:#ff6b35;
    color:#fff;
    border:none;
    border-radius:16px;
    padding:14px 28px;
    font-size:16px;
    font-weight:600;
    transition:0.3s;
    line-height: 140%;

}
.kids-explore-btn{
        --tw-text-opacity: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 12px;
    min-width: 100px;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background: #01202b;
    box-shadow: 0 3px 0 #01202b;
    border: 1px solid transparent;
    transition: .3s ease;
        border-radius: 8px;


}
.sign-in-btn
{
        min-width: 114px;
    line-height: 28px;
    padding: 5px 12px;
    box-shadow: none;
        font-family: Poppins;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    outline: none;
    color: #01202b;
    background: #fff;
    border: 1px solid #eceaea;
    font-size: 12px;
    letter-spacing: .2px;
    cursor: pointer;
        transition: .3s ease;
            border-radius: 8px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.explore-btn:hover{
    background:#eb580c;
    transform:translateY(-3px);
}

.student-img{
    position:absolute;
    bottom:0;
    right:0;
    width:52%;
}

/* ================= KIDS SECTION ================= */

.kids-heading{
        font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.kids-heading span{
    color:#ff6b35;
    position:relative;
}

.kids-heading span::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-6px;
    width:100%;
    height:6px;
    background:#ffd000;
    border-radius:10px;
}

.kids-card{
    border-radius:30px;
    padding:35px;
    min-height:280px;
    transition:0.35s;
}

.kids-card:hover{
    transform:translateY(-8px);
}

.icon-box{
    width:75px;
    height:75px;
    background:#fff;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:22px;
}

.class-text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 7px;
}

.card-title{
   font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.kids-card p{
   font-size: 14px;
    line-height: 22px;
    color: #344e5a;
    margin-bottom: 12px;
    width: 173px;

}

.pink-card{
    background:#fcece6;
}

.blue-card{
    background:#e6efff;
}

.purple-card{
    background:#efe9ff;
}

.orange-text{
    color:#ff6b35;
}

.blue-text{
    color:#3b82f6;
}

.purple-text{
    color:#7c3aed;
}

/* ================= RIGHT IMAGE ================= */

.kids-image-area{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:650px;
}

.circle-bg{
    width:520px;
    height:520px;
    background:#f8ebbf;
    border-radius:50%;
    position:absolute;
}

.kids-main-image{
    width:82%;
    position:relative;
    z-index:2;
}

/* FLOATING ICONS */

.floating-icon{
    position:absolute;
    width:80px;
    height:80px;
    border-radius:22px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    font-weight:700;
    animation:float 3s ease-in-out infinite;
}

.icon-1{
    top:40px;
    right:90px;
    background:#d946ef;
}

.icon-2{
    top:250px;
    right:0;
    background:#2563eb;
}

.icon-3{
    top:170px;
    right:60px;
    background:#ff7a00;
}

.icon-4{
    bottom:60px;
    right:120px;
    background:#f59e0b;
}

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* ================= MOBILE ================= */

@media(max-width:992px){

    section{
        padding:60px 0;
    }

    .hero-box{
        padding:40px;
        text-align:center;
    }

    .hero-title{
        font-size:46px;
    }

    .hero-sub{
        font-size:17px;
    }

    .explore-title,
    .kids-heading{
        font-size:40px;
    }

    .main-title{
        font-size:30px;
    }

    .card-title{
        font-size:28px;
    }

    .card-content{
        width:100%;
    }

    .student-img{
        position:relative;
        width:100%;
        margin-top:30px;
    }

    .kids-image-area{
        min-height:auto;
        margin-top:50px;
    }

    .circle-bg{
        width:320px;
        height:320px;
    }

    .floating-icon{
        width:60px;
        height:60px;
        font-size:22px;
    }

}

@media(max-width:576px){

    .hero-title{
        font-size:38px;
    }

    .explore-title,
    .kids-heading{
        font-size:34px;
    }

    .course-wrapper{
        padding:25px;
    }

    .hero-box{
        border-radius:26px;
    }

    .explore-card,
    .kids-card{
        border-radius:24px;
    }

}
/* ================= FREE DEMO SECTION ================= */

.free-demo-section{
    background:#efefef;
    padding:20px 0;
}

.free-demo-box{
  
    border-radius:32px;
  
    position:relative;
    overflow:hidden;
}

.demo-content{
    position:relative;
    z-index:2;
}

.demo-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #01202b;
    margin-bottom: 16px;
}

.demo-title span{
    color:#ff6b35;
    position:relative;
    display:inline-block;
}

.demo-title span::after{
    content:'';
    position:absolute;
    left:0;
    bottom:8px;
    width:100%;
    height:10px;
    background:#ffd43b;
    border-radius:20px;
    z-index:-1;
}

.demo-subtitle{
   color: #01202b;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: -4px;
}

.demo-btn{
    width: 350px;
    margin-top: 20px;
    background:#ff6b35;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:12px 15px;
    font-size:16px;
    line-height: 1.6;
    letter-spacing: .2px;
    cursor: pointer;
    font-weight:600;
    transition:0.3s ease;
    box-shadow:0 10px 25px rgba(255,107,53,0.25);
}

.demo-btn:hover{
    background:#eb580c;
    transform:translateY(-3px);
}

/* RIGHT IMAGE AREA */

.demo-image-area{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:420px;
}

/* ORANGE CIRCLE */

.demo-circle{
    width:360px;
    height:360px;
    background:#ff8a4d;
    border-radius:50%;
    position:absolute;
    z-index:1;
}

/* STUDENT IMAGE */

.demo-student-img{
    width:72%;
    position:relative;
    z-index:2;
}

/* CURVE LINE */

.demo-line{
    position:absolute;
    width:120px;
    height:120px;
    border:4px solid #ff8a4d;
    border-color:#ff8a4d transparent transparent transparent;
    border-radius:50%;
    top:35px;
    right:60px;
    transform:rotate(40deg);
}

/* DOTS */

.demo-dot{
    position:absolute;
    width:14px;
    height:14px;
    background:#ff8a4d;
    border-radius:50%;
}

.dot-1{
    top:80px;
    left:60px;
}

.dot-2{
    bottom:90px;
    right:40px;
}

.dot-3{
    bottom:40px;
    left:120px;
}

/* ================= MOBILE ================= */

@media(max-width:992px){

    .free-demo-box{
        padding:50px 35px;
        text-align:center;
    }

    .demo-title{
        font-size:42px;
        max-width:100%;
    }

    .demo-image-area{
        margin-top:50px;
        min-height:320px;
    }

    .demo-circle{
        width:280px;
        height:280px;
    }

    .demo-student-img{
        width:65%;
    }

}

@media(max-width:576px){

    .free-demo-box{
        padding:35px 25px;
        border-radius:24px;
    }

    .demo-title{
        font-size:34px;
    }

    .demo-subtitle{
        font-size:15px;
    }

    .demo-btn{
        width:100%;
        font-size:16px;
    }

    .demo-circle{
        width:220px;
        height:220px;
    }

    .demo-line{
        display:none;
    }

}
/* ================= LOGIN MODAL ================= */

.login-modal{
    border:none;
    border-radius:10px;
    overflow:hidden;
    padding:20px;
}

.custom-close{
    position:absolute;
    right:25px;
    top:25px;
    z-index:10;
    font-size:15px;
}

.modal-logo{
    font-size:25px;
    font-weight:800;
    color:#4b632d;
    margin-bottom:20px;
    letter-spacing: 1px;
}

.modal-title-custom{
    font-size: 20px;
    margin-bottom: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    line-height:1.4;
    color:#01202b;
    margin-left: auto;
    margin-right: auto;
}

.modal-title-custom span{
    color:#4b632d;
}

.mobile-title{
    font-weight:600;
    color:#01202b;
    font-size: 18px;
}

.mobile-subtitle{
    color:#667085;
    font-size:14px;            
    margin-bottom:25px;
}

/* INPUT AREA */

.mobile-input-box{
    max-width:350px;
    margin:auto;
    height:50px;
    border:2px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
    display:flex;
    font-size:16px;
    line-height: 1.5rem;
    align-items:center;
    background:#fff;
    transition: all 0.3s ease;
}

.mobile-input-box:focus-within {
    border-color: #4b632d;
    box-shadow: 0 4px 15px rgba(75, 99, 45, 0.1);
}

.country-code{
    width:90px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    border-right:1px solid #eee;
    color:#111827;
}

.mobile-input{
    border:none !important;
    height:100%;
    font-size:16px;
    box-shadow:none !important;
}

.arrow-btn{
    width:70px;
    height:100%;
    border:none;
    background:#f3f4f6;
    font-size:24px;
    color:#999;
    transition:0.3s;
}

.arrow-btn:hover{
    background:#4b632d;
    color:#fff;
}

/* DIVIDER */

.divider-area{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin:35px 0;
}

.divider-line{
    height:1px;
    width:120px;
    background:#e5e7eb;
}

.divider-area span{
    color:#999;
    font-size:14px;
    font-weight:600;
}

/* SOCIAL LOGIN */

.social-login{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.social-btn{
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-btn img{
    width:20px;
}

.social-btn:hover{
    background:#f9fafb;
    transform:translateY(-2px);
}

/* FOOTER */

.safe-text{
    margin-top:30px;
    color:#667085;
    font-size:12px;
}

/* MOBILE */

@media(max-width:768px){

    .modal-title-custom{
        font-size:28px;
    }

    .mobile-input-box{
        height:58px;
    }

    .social-login{
        flex-direction:column;
    }

    .social-btn{
        width:100%;
        justify-content:center;
    }

}/* Expert Call Box */
.expert-box{
    gap:12px;
    color:#0f172a;
}

/* Icon */
.phone-icon{
    width: 36px;
    height: 36px;
    margin-right: 15px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    transition: all .2s;
}

.expert-box:hover .phone-icon{
    transform:scale(1.05);
}

/* Text */
.phone-content p{
    font-size: 12px;
    line-height: 130%;
    color: #51626a;
    margin: 0;
    font-weight: 200;
}

.phone-content span{
    font-weight: 600;
    font-size: 14px;
}

/* Sign In Button */
.signin-btn{
    background:#fff;
    border:1px solid #e5e7eb;
    padding:12px 24px;
    border-radius:14px;
    font-weight:600;
    color:#111827;
    transition:0.3s ease;
}

.signin-btn:hover{
    background:#ff6b00;
    color:#fff;
    border-color:#ff6b00;
}

/* Responsive */
@media(max-width:768px){

    .phone-content span{
        font-size:18px;
    }

    .phone-content p{
        font-size:11px;
    }

    .signin-btn{
        padding:10px 18px;
    }
}
