*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Poppins,sans-serif;

background:#071739;

color:#fff;

overflow-x:hidden;

}

.container{

width:90%;

max-width:1280px;

margin:auto;

}

a{

text-decoration:none;

}

ul{

list-style:none;

}

img{

max-width:100%;

display:block;

}

/************************
TOP BAR
************************/

.top-bar{

background:#16A34A;

padding:10px;

text-align:center;

font-size:15px;

}

/************************
HEADER
************************/

header{

position:sticky;

top:0;

z-index:999;

background:rgba(7,23,57,.95);

backdrop-filter:blur(10px);

}

.nav-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

height:80px;

}

.logo img{

height:55px;

}

nav ul{

display:flex;

gap:35px;

}

nav a{

color:#fff;

font-weight:500;

transition:.3s;

}

nav a:hover{

color:#16A34A;

}

.btn{

background:#16A34A;

padding:14px 28px;

border-radius:8px;

color:#fff;

font-weight:600;

transition:.3s;

}

.btn:hover{

background:#0d8d39;

}

.btn-outline{

border:2px solid #16A34A;

padding:14px 28px;

color:#fff;

border-radius:8px;

margin-left:15px;

}

/************************
HERO
************************/

.hero{

padding:90px 0;

background:

linear-gradient(rgba(7,23,57,.95),

rgba(7,23,57,.95)),

url('../images/hero-bg.png');

background-size:cover;

}

.hero-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

gap:80px;

}

.hero-left{

width:55%;

}

.hero-right{

width:45%;

position:relative;

}

.tag{

display:inline-block;

background:#163e80;

padding:8px 18px;

border-radius:50px;

margin-bottom:20px;

}

.hero h1{

font-size:60px;

line-height:1.2;

margin-bottom:25px;

}

.hero h1 span{

color:#16A34A;

}

.hero p{

font-size:18px;

line-height:32px;

color:#d9d9d9;

margin-bottom:35px;

}

.market-list{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

margin-bottom:35px;

}

.market-list div{

background:#112d63;

padding:18px;

border-radius:10px;

text-align:center;

font-weight:600;

}

.hero-buttons{

margin-bottom:35px;

}

.hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.hero-features div{

background:#0f2956;

padding:15px;

border-radius:10px;

}

.hero-right img{

width:450px;

margin:auto;

border-radius:20px;

}

.floating{

position:absolute;

background:#fff;

color:#111;

padding:15px 25px;

border-radius:10px;

font-weight:700;

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

.price{

top:0;

left:0;

}

.duration{

top:50px;

right:0;

}

.refund{

bottom:80px;

left:0;

}

.support{

bottom:0;

right:20px;

}

/************************
Responsive
************************/

@media(max-width:992px){

.hero-wrapper{

flex-direction:column;

}

.hero-left,

.hero-right{

width:100%;

}

nav{

display:none;

}

.hero h1{

font-size:42px;

}

.market-list{

grid-template-columns:1fr;

}

.hero-features{

grid-template-columns:1fr;

}

}


/*============================

WHY SECTION

=============================*/

.why-section{

padding:110px 0;

background:#ffffff;

}

.section-title{

text-align:center;

max-width:760px;

margin:auto;

margin-bottom:70px;

}

.section-title span{

display:inline-block;

background:#eaf7ef;

color:#16A34A;

padding:8px 22px;

border-radius:50px;

font-size:14px;

font-weight:600;

letter-spacing:1px;

margin-bottom:20px;

}

.section-title h2{

font-size:48px;

color:#071739;

line-height:1.3;

margin-bottom:20px;

}

.section-title h2 strong{

color:#16A34A;

}

.section-title p{

font-size:18px;

color:#6b7280;

line-height:32px;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.why-card{

background:#fff;

padding:45px 35px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 40px rgba(0,0,0,.08);

transition:.4s;

border:1px solid #edf2f7;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.why-card img{

width:80px;

height:80px;

border-radius:50%;

margin:auto;

margin-bottom:25px;

}

.why-card h3{

font-size:24px;

color:#071739;

margin-bottom:15px;

}

.why-card p{

color:#6b7280;

line-height:28px;

font-size:16px;

}

/*=========================
STATISTICS
==========================*/

.stats-section{

padding:120px 0;

background:#f7fafc;

}

.stats-wrapper{

display:grid;

grid-template-columns:420px 1fr;

gap:60px;

align-items:center;

}

.subtitle{

display:inline-block;

padding:8px 18px;

background:#e7f7ee;

color:#16A34A;

border-radius:40px;

font-size:14px;

font-weight:600;

letter-spacing:1px;

margin-bottom:20px;

}

.stats-left h2{

font-size:48px;

line-height:1.3;

color:#071739;

margin-bottom:20px;

}

.stats-left span{

color:#16A34A;

}

.stats-left p{

font-size:17px;

line-height:32px;

color:#666;

margin-bottom:35px;

}

.primary-btn{

display:inline-flex;

align-items:center;

padding:16px 35px;

background:#16A34A;

color:#fff;

border-radius:50px;

font-weight:600;

transition:.4s;

}

.primary-btn:hover{

background:#0f8b39;

transform:translateY(-3px);

}

.stats-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

}

.stat-card{

background:#fff;

padding:35px;

border-radius:18px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.4s;

}

.stat-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.stat-card img{

width:70px;

height:70px;

border-radius:50%;

margin:auto;

margin-bottom:20px;

}

.stat-card h3{

font-size:34px;

color:#071739;

margin-bottom:10px;

font-weight:700;

}

.stat-card p{

font-size:16px;

color:#777;

line-height:28px;

}

/*=========================
PROGRAM SECTION
==========================*/

.programs-section{

padding:120px 0;

background:#fff;

}

.section-heading{

text-align:center;

max-width:760px;

margin:0 auto 70px;

}

.section-heading span{

display:inline-block;

padding:8px 20px;

background:#e8f7ee;

color:#16A34A;

font-weight:600;

border-radius:50px;

margin-bottom:20px;

}

.section-heading h2{

font-size:48px;

color:#071739;

margin-bottom:20px;

line-height:1.3;

}

.section-heading strong{

color:#16A34A;

}

.section-heading p{

font-size:18px;

color:#666;

line-height:32px;

}

.program-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.program-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.program-card:hover{

transform:translateY(-12px);

}

.program-image{

height:240px;

position:relative;

overflow:hidden;

}

.program-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.program-card:hover img{

transform:scale(1.1);

}

.overlay{

position:absolute;

inset:0;

background:linear-gradient(180deg,transparent,rgba(0,0,0,.65));

}

.program-content{

padding:30px;

}

.badge{

display:inline-block;

padding:8px 18px;

background:#071739;

color:#fff;

border-radius:30px;

font-size:13px;

margin-bottom:20px;

}

.badge.green{

background:#16A34A;

}

.badge.blue{

background:#2563eb;

}

.program-content h3{

font-size:28px;

color:#071739;

margin-bottom:15px;

}

.program-content p{

line-height:30px;

color:#666;

margin-bottom:25px;

}

.program-content ul{

padding:0;

margin:0 0 30px;

list-style:none;

}

.program-content li{

padding:10px 0;

border-bottom:1px solid #eee;

color:#555;

}

.program-content a{

display:inline-block;

margin-top:10px;

font-weight:600;

color:#16A34A;

transition:.3s;

}

.program-content a:hover{

padding-left:8px;

}

/*=========================
COURSE ROADMAP
==========================*/

.roadmap-section{

padding:120px 0;

background:#f8fafc;

}

.roadmap-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:70px;

}

.roadmap-card{

background:#fff;

border-radius:20px;

padding:35px;

position:relative;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.4s;

overflow:hidden;

}

.roadmap-card:hover{

transform:translateY(-10px);

}

.roadmap-card.active{

background:#071739;

color:#fff;

}

.roadmap-card.active h3,

.roadmap-card.active h4,

.roadmap-card.active li{

color:#fff;

}

.roadmap-number{

position:absolute;

top:25px;

right:25px;

font-size:70px;

font-weight:800;

opacity:.08;

}

.roadmap-card img{

width:90px;

height:90px;

border-radius:50%;

margin-bottom:25px;

}

.roadmap-card h3{

font-size:30px;

margin-bottom:10px;

color:#16A34A;

}

.roadmap-card h4{

font-size:22px;

margin-bottom:25px;

color:#071739;

}

.roadmap-card ul{

padding:0;

margin:0;

list-style:none;

}

.roadmap-card li{

padding:12px 0;

border-bottom:1px solid rgba(0,0,0,.08);

color:#555;

}

.roadmap-card.active li{

border-color:rgba(255,255,255,.15);

}


/*=========================
MENTOR SECTION
==========================*/

.mentor-section{

padding:120px 0;

background:#ffffff;

}

.mentor-wrapper{

display:grid;

grid-template-columns:480px 1fr;

gap:70px;

align-items:center;

}

.mentor-image{

position:relative;

}

.mentor-bg{

position:absolute;

width:100%;

height:100%;

background:linear-gradient(135deg,#16A34A,#0B5ED7);

border-radius:30px;

transform:rotate(-5deg);

}

.mentor-image img{

position:relative;

width:100%;

border-radius:30px;

z-index:2;

}

.experience-card{

position:absolute;

bottom:30px;

right:-30px;

background:#fff;

padding:25px;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

z-index:5;

text-align:center;

}

.experience-card h2{

font-size:42px;

color:#16A34A;

margin-bottom:5px;

}

.experience-card span{

color:#666;

font-size:15px;

}

.section-tag{

display:inline-block;

background:#e8f7ee;

padding:8px 20px;

border-radius:50px;

font-size:14px;

font-weight:600;

color:#16A34A;

margin-bottom:20px;

}

.mentor-content h2{

font-size:50px;

line-height:1.3;

color:#071739;

margin-bottom:25px;

}

.mentor-content h2 span{

color:#16A34A;

}

.mentor-content p{

font-size:18px;

line-height:34px;

color:#666;

margin-bottom:40px;

}

.mentor-info{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-bottom:40px;

}

.info-box{

display:flex;

align-items:center;

gap:18px;

padding:20px;

background:#f8fafc;

border-radius:18px;

transition:.3s;

}

.info-box:hover{

transform:translateY(-6px);

box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.info-box img{

width:60px;

height:60px;

border-radius:50%;

}

.info-box h4{

font-size:22px;

color:#071739;

margin-bottom:4px;

}

.info-box span{

color:#666;

font-size:15px;

}

.mentor-buttons{

display:flex;

gap:20px;

}

.outline-btn{

padding:16px 34px;

border:2px solid #16A34A;

border-radius:50px;

font-weight:600;

color:#16A34A;

transition:.3s;

}

.outline-btn:hover{

background:#16A34A;

color:#fff;

}

/*=========================
REFUND SECTION
==========================*/

.refund-section{

padding:120px 0;

background:#071739;

color:#fff;

}

.refund-wrapper{

display:grid;

grid-template-columns:1fr 500px;

gap:80px;

align-items:center;

}

.refund-content h2{

font-size:52px;

margin:20px 0;

line-height:1.3;

}

.refund-content h2 span{

color:#16A34A;

}

.refund-content p{

font-size:18px;

line-height:34px;

color:#d7d7d7;

margin-bottom:35px;

}

.refund-content ul{

list-style:none;

margin-bottom:40px;

}

.refund-content li{

padding:14px 0;

font-size:17px;

border-bottom:1px solid rgba(255,255,255,.1);

}

.refund-image{

position:relative;

}

.refund-image img{

width:100%;

border-radius:25px;

}

.refund-badge{

position:absolute;

bottom:30px;

left:-30px;

background:#16A34A;

color:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 25px 50px rgba(0,0,0,.25);

text-align:center;

}

.refund-badge h2{

font-size:60px;

margin-bottom:8px;

}

.refund-badge span{

font-size:18px;

font-weight:600;

}


/*=========================
TESTIMONIALS
==========================*/

.testimonials-section{

padding:120px 0;

background:#f8fafc;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:70px;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:24px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.4s;

display:flex;

flex-direction:column;

justify-content:space-between;

}

.testimonial-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.testimonial-card.featured{

background:linear-gradient(135deg,#071739,#0b5ed7);

color:#fff;

}

.student-top{

display:flex;

align-items:center;

gap:18px;

margin-bottom:25px;

}

.student-top img{

width:75px;

height:75px;

border-radius:50%;

object-fit:cover;

}

.student-top h3{

font-size:22px;

margin-bottom:5px;

}

.student-top span{

font-size:14px;

color:#888;

}

.testimonial-card.featured .student-top span{

color:#d6d6d6;

}

.rating{

font-size:22px;

margin-bottom:20px;

}

.testimonial-card p{

font-size:17px;

line-height:32px;

margin-bottom:30px;

color:#666;

}

.testimonial-card.featured p{

color:#fff;

}

.play-btn{

border:none;

background:#16A34A;

color:#fff;

padding:14px 28px;

border-radius:50px;

cursor:pointer;

font-weight:600;

transition:.3s;

}

.play-btn:hover{

transform:scale(1.05);

}


/*=========================
FAQ
==========================*/

.faq-section{

padding:120px 0;

background:#fff;

}

.faq-wrapper{

max-width:900px;

margin:70px auto 0;

}

.faq-item{

background:#fff;

margin-bottom:20px;

border-radius:18px;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.3s;

}

.faq-item.active{

border-left:5px solid #16A34A;

}

.faq-question{

display:flex;

justify-content:space-between;

align-items:center;

padding:28px 35px;

cursor:pointer;

}

.faq-question h3{

font-size:22px;

color:#071739;

font-weight:600;

}

.faq-question span{

font-size:30px;

font-weight:700;

color:#16A34A;

}

.faq-answer{

padding:0 35px 30px;

}

.faq-answer p{

font-size:17px;

line-height:32px;

color:#666;

}


/*=========================
CTA
==========================*/

.cta-section{

padding:120px 0;

background:linear-gradient(135deg,#071739,#0B5ED7);

color:#fff;

}

.cta-wrapper{

display:grid;

grid-template-columns:1fr 420px;

gap:80px;

align-items:center;

}

.cta-tag{

display:inline-block;

background:#16A34A;

padding:10px 22px;

border-radius:50px;

margin-bottom:25px;

font-weight:600;

}

.cta-content h2{

font-size:54px;

line-height:1.3;

margin-bottom:25px;

}

.cta-content h2 span{

color:#FFD54F;

}

.cta-content p{

font-size:18px;

line-height:34px;

margin-bottom:40px;

color:#e5e5e5;

}

.cta-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.feature{

background:rgba(255,255,255,.08);

padding:18px;

border-radius:12px;

backdrop-filter:blur(8px);

}

.cta-buttons{

display:flex;

gap:20px;

}

.whatsapp-btn{

background:#25D366;

padding:16px 35px;

border-radius:50px;

color:#fff;

font-weight:600;

transition:.3s;

}

.whatsapp-btn:hover{

transform:translateY(-5px);

}

.cta-card{

background:#fff;

color:#071739;

padding:45px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.2);

}

.price-box{

text-align:center;

padding-bottom:25px;

border-bottom:1px solid #eee;

margin-bottom:30px;

}

.price-box small{

font-size:16px;

color:#888;

}

.price-box h2{

font-size:58px;

color:#16A34A;

margin:10px 0;

}

.price-box span{

font-size:15px;

color:#777;

}

.cta-card ul{

list-style:none;

margin-bottom:35px;

}

.cta-card li{

padding:14px 0;

border-bottom:1px solid #eee;

font-size:17px;

}

.join-btn{

display:block;

text-align:center;

background:#16A34A;

padding:18px;

border-radius:50px;

color:#fff;

font-weight:600;

transition:.3s;

}

.join-btn:hover{

background:#0f8d3a;

}


/*=========================
FOOTER
==========================*/

.footer{

background:#071739;

color:#fff;

padding-top:90px;

}

.footer-top{

display:grid;

grid-template-columns:2fr 1fr 1fr 1.3fr;

gap:50px;

padding-bottom:60px;

}

.footer-logo{

width:180px;

margin-bottom:25px;

}

.company p{

line-height:30px;

color:#cfd5df;

margin-bottom:30px;

}

.footer-column h3{

font-size:22px;

margin-bottom:25px;

}

.footer-column ul{

list-style:none;

padding:0;

}

.footer-column ul li{

margin-bottom:16px;

}

.footer-column a{

color:#cfd5df;

transition:.3s;

}

.footer-column a:hover{

color:#16A34A;

padding-left:8px;

}

.contact-info li{

line-height:30px;

}

.social-icons{

display:flex;

gap:15px;

}

.social-icons a{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

background:#112d63;

border-radius:50%;

font-size:18px;

transition:.3s;

}

.social-icons a:hover{

background:#16A34A;

transform:translateY(-5px);

}

.footer-btn{

display:inline-block;

margin-top:20px;

padding:15px 30px;

background:#16A34A;

border-radius:50px;

font-weight:600;

color:#fff;

}

.footer-bottom{

border-top:1px solid rgba(255,255,255,.1);

padding:30px 0;

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

}

.footer-bottom p{

color:#bfc8d8;

}

.footer-links{

display:flex;

gap:25px;

}

.footer-links a{

color:#bfc8d8;

}

.footer-links a:hover{

color:#16A34A;

}


/*=========================
ENROLL MODAL
==========================*/

.modal-overlay{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.65);

display:flex;

align-items:center;

justify-content:center;

visibility:hidden;

opacity:0;

transition:.4s;

z-index:99999;

padding:20px;

}

.modal-overlay.active{

visibility:visible;

opacity:1;

}

.modal-box{

width:100%;

max-width:550px;

background:#fff;

border-radius:20px;

padding:40px;

position:relative;

transform:translateY(-40px);

transition:.4s;

max-height:90vh;

overflow:auto;

}

.modal-overlay.active .modal-box{

transform:translateY(0);

}

.closeModal{

position:absolute;

right:18px;

top:18px;

width:45px;

height:45px;

border:none;

background:#f3f3f3;

border-radius:50%;

font-size:28px;

cursor:pointer;

transition:.3s;

}

.closeModal:hover{

background:#16A34A;

color:#fff;

}

.modal-header{

text-align:center;

margin-bottom:30px;

}

.modal-header h2{

font-size:34px;

color:#071739;

margin-bottom:10px;

}

.modal-header p{

color:#666;

}

.form-group{

margin-bottom:20px;

}

.form-group label{

display:block;

margin-bottom:8px;

font-weight:600;

color:#333;

}

.form-group input,

.form-group select,

.form-group textarea{

width:100%;

padding:15px;

border:1px solid #ddd;

border-radius:10px;

font-size:15px;

outline:none;

transition:.3s;

}

.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus{

border-color:#16A34A;

box-shadow:0 0 0 4px rgba(22,163,74,.15);

}

.submit-btn{

width:100%;

padding:18px;

border:none;

background:#16A34A;

color:#fff;

font-size:17px;

font-weight:600;

border-radius:50px;

cursor:pointer;

transition:.3s;

}

.submit-btn:hover{

background:#0e8b39;

}
