*{
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;


}
.logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.logo img{
    display:block;
    height:65px;
    width:auto;
}


.header-right{

display:flex;

align-items:center;

gap:15px;

}

.menu-toggle{

display:none;

border:none;

background:none;

font-size:30px;

cursor:pointer;

color:#071739;

}

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;

}




.menu-overlay{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.5);

opacity:0;

visibility:hidden;

transition:.3s;

z-index:999;

}

.menu-overlay.active{

opacity:1;

visibility:visible;

}

/************************
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;
margin-top:40px;

}

.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:#cfd5df;

padding-left:9px;

}

.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;

}


/*==================================
Terms & Conditions
==================================*/

.page-banner{

background:linear-gradient(135deg,#071739,#0b5ed7);

padding:120px 0;

text-align:center;

color:#fff;

}

.page-banner h1{

font-size:48px;

margin-bottom:15px;

}

.page-banner p{

font-size:18px;

opacity:.9;

}

.policy-section{

padding:90px 0;

background:#f7f9fc;

}

.policy-content{

max-width:900px;

margin:auto;

background:#fff;

padding:50px;

border-radius:20px;

box-shadow:0 10px 40px rgba(0,0,0,.08);

}

.policy-content h2{

font-size:26px;

margin-top:35px;

margin-bottom:15px;

color:#071739;

}

.policy-content p{

font-size:17px;

line-height:32px;

color:#555;

margin-bottom:20px;

}

.policy-content ul{

margin-bottom:25px;

padding-left:25px;

}

.policy-content li{

font-size:17px;

line-height:32px;

margin-bottom:10px;

}

.last-update{

margin-top:50px;

padding:20px;

background:#eef8f0;
color:#16A34A;

border-left:5px solid #16A34A;

font-size:16px;

border-radius:10px;

}

@media(max-width:768px){

.page-banner{

padding:80px 20px;

}

.page-banner h1{

font-size:34px;

}

.policy-content{

padding:30px 20px;

}

.policy-content h2{

font-size:22px;

}

}

.policy-content a{
    color:#16A34A;  
  }

.policy-content ul li::before{
    content: "•";
    color: #16A34A;
    font-weight: bold;
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
  }

.policy-content ul li{
    padding-left: 0.5em; 
    color: #555;
  }
.policy-content ul{
    padding-left: 1.5em; 
  }
.policy-content a:hover{
    text-decoration:underline;
  }


  /*==========================
WHY CHOOSE US
==========================*/

.why-choose{

padding:100px 0;

background:#f8fbff;

}

.section-title{

text-align:center;

max-width:700px;

margin:auto;

margin-bottom:60px;

}

.section-title span{

display:inline-block;

padding:8px 18px;

background:#E8F8EE;

color:#16A34A;

border-radius:50px;

font-size:14px;

font-weight:600;

margin-bottom:20px;

}

.section-title h2{

font-size:46px;

line-height:1.3;

color:#071739;

margin-bottom:20px;

font-weight:700;

}

.section-title h2 span{

background:none;

padding:0;

color:#16A34A;

}

.section-title p{

font-size:18px;

color:#6B7280;

line-height:30px;

}

.choose-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.choose-card{

background:#fff;

border-radius:20px;

padding:40px 30px;

text-align:center;

transition:.4s;

box-shadow:0 10px 40px rgba(0,0,0,.06);

border:1px solid #EEF2F6;

}

.choose-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(22,163,74,.15);

}

.choose-icon{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#E8F8EE;

margin-bottom:25px;

}

.choose-icon i{

font-size:38px;

color:#16A34A;

}

.choose-card h3{

font-size:24px;

color:#071739;

margin-bottom:15px;

}

.choose-card p{

font-size:16px;

line-height:28px;

color:#6B7280;

}

@media(max-width:991px){

.choose-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.section-title h2{

font-size:34px;

}

.choose-grid{

grid-template-columns:1fr;

}

.choose-card{

padding:35px 25px;

}

}

/*==========================
ACADEMY STATS
==========================*/



.stats-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.stat-card{

background:#fff;

border-radius:18px;

padding:30px;

display:flex;

align-items:center;

gap:22px;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.35s ease;

border:1px solid #edf2f7;

}

.stat-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 40px rgba(22,163,74,.15);

}

.stat-icon{

width:78px;

height:78px;

min-width:78px;

border-radius:50%;

background:linear-gradient(135deg,#16A34A,#22C55E);

display:flex;

align-items:center;

justify-content:center;

}

.stat-icon i{

font-size:32px;

color:#fff;

}

.stat-content h3{

font-size:34px;

font-weight:700;

color:#071739;

margin-bottom:8px;

}

.stat-content p{

font-size:18px;

color:#6b7280;

line-height:1.6;

margin:0;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.stats-grid{

grid-template-columns:1fr;

}

}

@media(max-width:767px){

.academy-stats{

padding:60px 0;

}

.stat-card{

padding:22px;

gap:18px;

}

.stat-icon{

width:65px;

height:65px;

min-width:65px;

}

.stat-icon i{

font-size:26px;

}

.stat-content h3{

font-size:28px;

}

.stat-content p{

font-size:16px;

}

}


/*==========================
Course Hero
===========================*/

.course-hero{

padding:70px 0;

background:#F8FAFC;

}

.course-hero-content{

display:grid;

grid-template-columns:1fr 450px;

align-items:center;

gap:70px;

}

.course-tag{

display:inline-block;

padding:8px 18px;

background:#E7F7ED;

color:#16A34A;

border-radius:30px;

font-size:14px;

font-weight:600;

margin-bottom:18px;

}



.hero-left p{

font-size:18px;

line-height:32px;

color:#64748B;

max-width:600px;

margin-bottom:30px;

}

.course-info{

display:flex;

gap:15px;

flex-wrap:wrap;

margin-bottom:35px;

}

.course-info span{

background:#fff;

padding:12px 18px;

border-radius:40px;

box-shadow:0 8px 25px rgba(0,0,0,.06);

font-size:15px;

display:flex;

align-items:center;

gap:8px;

}

.course-info i{

color:#16A34A;

}

.hero-right img{

width:100%;

}

@media(max-width:991px){

.course-hero-content{

grid-template-columns:1fr;

text-align:center;

}

.hero-left p{

margin:auto;

margin-bottom:30px;

}

.course-info{

justify-content:center;

}

.hero-left h1{

font-size:38px;

}

.hero-right{

margin-top:30px;

}

}


.stock-banner{

padding:90px 0;

background:#071739;

}

.stock-grid{

display:grid;

grid-template-columns:1fr 500px;

gap:60px;

align-items:center;

}

.stock-left h1{

font-size:54px;

color:#fff;

margin:20px 0;

}

.stock-left p{

font-size:18px;

line-height:34px;

color:#d5d8df;

margin-bottom:35px;

}

.stock-feature{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:35px;

}

.stock-feature div{

background:rgba(255,255,255,.08);

padding:18px;

border-radius:12px;

color:#fff;

}

.stock-feature i{

color:#16A34A;

margin-right:10px;

}

.stock-right img{

width:100%;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

@media(max-width:991px){

.stock-grid{

grid-template-columns:1fr;

}

.stock-left{

text-align:center;

}

.stock-feature{

grid-template-columns:1fr;

}

}

/*=================================
WHY STOCK MARKET
==================================*/

.why-stock-market{

padding:100px 0;

background:#f8fbff;

}

.section-heading{

max-width:750px;

margin:auto;

text-align:center;

margin-bottom:60px;

}

.section-heading span{

display:inline-block;

padding:8px 18px;

background:#E8F8EE;

color:#16A34A;

border-radius:30px;

font-size:14px;

font-weight:600;

margin-bottom:18px;

}

.section-heading h2{

font-size:42px;

color:#071739;

margin-bottom:18px;

font-weight:700;

}

.section-heading p{

font-size:17px;

line-height:30px;

color:#64748B;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.why-card{

background:#fff;

padding:35px 30px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.06);

transition:.35s;

border:1px solid #edf2f7;

}

.why-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(22,163,74,.15);

}

.why-card .icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#16A34A;

display:flex;

align-items:center;

justify-content:center;

}

.why-card .icon i{

font-size:34px;

color:#fff;

}

.why-card h3{

font-size:22px;

color:#071739;

margin-bottom:15px;

}

.why-card p{

font-size:16px;

line-height:28px;

color:#64748B;

}

@media(max-width:991px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.why-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:32px;

}

}


/*====================================
Crypto Hero
====================================*/

.crypto-hero{

padding:100px 0;

background:linear-gradient(135deg,#071739,#05162f);

overflow:hidden;

}

.crypto-wrapper{

display:grid;

grid-template-columns:1fr 500px;

gap:70px;

align-items:center;

}

.crypto-tag{

display:inline-block;

padding:10px 20px;

background:#16A34A;

color:#fff;

border-radius:50px;

font-size:14px;

font-weight:600;

margin-bottom:25px;

}

.crypto-content h1{

font-size:56px;

line-height:1.2;

color:#fff;

margin-bottom:25px;

}

.crypto-content h1 span{

color:#FACC15;

}

.crypto-content p{

font-size:18px;

line-height:34px;

color:#d8dee9;

margin-bottom:35px;

}

.crypto-info{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:35px;

}

.crypto-info div{

background:rgba(255,255,255,.08);

padding:18px;

border-radius:14px;

display:flex;

align-items:center;

gap:12px;

color:#fff;

}

.crypto-info i{

font-size:22px;

color:#FACC15;

}

.crypto-btn{

display:inline-block;

padding:16px 34px;

background:#16A34A;

color:#fff;

border-radius:8px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.crypto-btn:hover{

background:#12843d;

}

.crypto-image{

position:relative;

text-align:center;

}

.crypto-image img{

width:100%;

max-width:480px;

}

.coin{

position:absolute;

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#fff;

box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.coin i{

font-size:34px;

color:#F7931A;

}

.bitcoin{

top:40px;

left:0;

}

.ethereum{

bottom:60px;

right:10px;

}

.ethereum i{

color:#627EEA;

}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.crypto-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.crypto-info{

grid-template-columns:1fr;

}

.crypto-content h1{

font-size:40px;

}

.crypto-image{

margin-top:40px;

}

.coin{

display:none;

}

}


/*=====================================
WHY CRYPTO
======================================*/

.why-crypto{

padding:100px 0;

background:#F8FAFC;

}

.section-title{

max-width:700px;

margin:auto;

text-align:center;

margin-bottom:60px;

}

.section-title span{

display:inline-block;

padding:8px 18px;

background:#EEF8F2;

color:#16A34A;

border-radius:30px;

font-size:14px;

font-weight:600;

margin-bottom:18px;

}

.section-title h2{

font-size:44px;

color:#071739;

margin-bottom:18px;

}

.section-title p{

font-size:17px;

line-height:30px;

color:#64748B;

}

.crypto-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.crypto-card{

background:#fff;

padding:35px 30px;

border-radius:20px;

text-align:center;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.35s;

border:1px solid #EEF2F7;

}

.crypto-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(22,163,74,.15);

}

.icon-box{

width:80px;

height:80px;

margin:auto;

margin-bottom:22px;

border-radius:20px;

background:linear-gradient(135deg,#16A34A,#22C55E);

display:flex;

align-items:center;

justify-content:center;

}

.icon-box i{

font-size:34px;

color:#fff;

}

.crypto-card h3{

font-size:22px;

color:#071739;

margin-bottom:15px;

}

.crypto-card p{

font-size:16px;

line-height:28px;

color:#64748B;

}

@media(max-width:991px){

.crypto-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.crypto-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:34px;

}

}

/*=========================
FOREX HERO
=========================*/

.forex-hero{

padding:90px 0;

background:linear-gradient(135deg,#071739,#0A274D);

}

.forex-wrapper{

display:grid;

grid-template-columns:1fr 480px;

gap:70px;

align-items:center;

}

.forex-tag{

display:inline-block;

padding:8px 18px;

background:#16A34A;

color:#fff;

border-radius:40px;

margin-bottom:20px;

}

.forex-content h1{

font-size:56px;

color:#fff;

margin-bottom:20px;

}

.forex-content p{

font-size:18px;

line-height:32px;

color:#d4dae5;

margin-bottom:35px;

}

.forex-info{

display:flex;

gap:15px;

flex-wrap:wrap;

margin-bottom:35px;

}

.forex-info span{

background:rgba(255,255,255,.08);

padding:12px 18px;

border-radius:40px;

color:#fff;

display:flex;

align-items:center;

gap:8px;

}

.forex-info i{

color:#16A34A;

}

.forex-image img{

width:100%;

}

@media(max-width:991px){

.forex-wrapper{

grid-template-columns:1fr;

text-align:center;

}

.forex-info{

justify-content:center;

}

}


.why-forex{

padding:100px 0;

background:#F8FAFC;

}

.forex-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.forex-card{

background:#fff;

padding:35px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 35px rgba(0,0,0,.06);

transition:.3s;

}

.forex-card:hover{

transform:translateY(-8px);

}

.forex-card i{

width:80px;

height:80px;

background:#16A34A;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

font-size:34px;

margin-bottom:20px;

}

.forex-card h3{

margin-bottom:15px;

font-size:22px;

color:#071739;

}

.forex-card p{

line-height:28px;

color:#64748B;

}

@media(max-width:991px){

.forex-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.forex-grid{

grid-template-columns:1fr;

}

}


/*=========================
Market Logic Section
==========================*/

.market-logic{

padding:100px 0;

background:#F8FAFC;

}

.logic-wrapper{

display:grid;

grid-template-columns:1fr 420px 1fr;

gap:40px;

align-items:center;

margin-top:60px;

}

.logic-item{

display:flex;

gap:20px;

margin-bottom:30px;

}

.logic-icon{

width:70px;

height:70px;

background:#16A34A;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

flex-shrink:0;

}

.logic-icon i{

font-size:28px;

color:#fff;

}

.logic-item h3{

font-size:22px;

margin-bottom:10px;

color:#071739;

}

.logic-item p{

line-height:28px;

color:#64748B;

}

.logic-center{

text-align:center;

}

.logic-center img{

width:100%;

max-width:380px;

}

.course-box{

background:#071739;

padding:35px;

border-radius:20px;

color:#fff;

}

.course-box h3{

margin-bottom:25px;

font-size:28px;

}

.course-box ul{

list-style:none;

padding:0;

margin:0;

}

.course-box li{

padding:12px 0;

display:flex;

gap:12px;

align-items:center;

font-size:17px;

border-bottom:1px solid rgba(255,255,255,.08);

}

.course-box li i{

color:#16A34A;

}

.logic-quote{

margin-top:35px;

padding:20px;

background:#16A34A;

border-radius:15px;

text-align:center;

}

.logic-quote h4{

margin:0;

font-size:28px;

line-height:42px;

color:#fff;

}

/* Responsive */

@media(max-width:991px){

.logic-wrapper{

grid-template-columns:1fr;

}

.logic-center{

order:-1;

}

.course-box{

margin-top:20px;

}

}

/*==========================
MARQUEE
==========================*/

.marquee-section{

background:#071739;

display:flex;

align-items:center;

overflow:hidden;

}

.marquee-title{

background:#16A34A;

padding:18px 35px;

color:#fff;

font-weight:700;

display:flex;

align-items:center;

gap:10px;

flex-shrink:0;

font-size:18px;

}

.marquee{

overflow:hidden;

white-space:nowrap;

width:100%;

}

.marquee-content{

display:inline-flex;

align-items:center;

animation:marqueeMove 35s linear infinite;

}

.marquee-content span{

display:flex;

align-items:center;

gap:10px;

padding:18px 35px;

color:#fff;

font-size:17px;

font-weight:500;

}

.marquee-content span i{

color:#16A34A;

font-size:18px;

}

@keyframes marqueeMove{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

.marquee:hover .marquee-content{

animation-play-state:paused;

}

/* Mobile */

@media(max-width:768px){

.marquee-title{

padding:14px 18px;

font-size:15px;

}

.marquee-content span{

padding:15px 20px;

font-size:14px;

}

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:20px 0;

    border-top:1px solid rgba(255,255,255,.1);

    margin-top:40px;

    gap:20px;

    flex-wrap:wrap;

}

.footer-bottom p{

    color:#cfd8dc;

    margin:0;

    font-size:15px;

}

.developer{

    display:flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#fff;

    transition:.3s;

}

.developer span{

    font-size:14px;

    color:#cfd8dc;

}

.developer img{

    height:36px;

    width:auto;

    transition:.3s;

}

.developer:hover{

    opacity:.8;

}

@media(max-width:768px){

.footer-bottom{

    flex-direction:column;

    text-align:center;

}

}
.enroll-btn{

    position:relative;

    overflow:hidden;

    animation:pulse 1.8s infinite;

}

@keyframes pulse{

    0%{

        transform:scale(1);

        box-shadow:0 0 0 0 rgba(22,163,74,.7);

    }

    70%{

        transform:scale(1.04);

        box-shadow:0 0 0 15px rgba(22,163,74,0);

    }

    100%{

        transform:scale(1);

        box-shadow:0 0 0 0 rgba(22,163,74,0);

    }

}