body{
    font-family:'Poppins',sans-serif;
    background:#f8fafc;
}

/*=============================
 HERO
==============================*/

.hero-section{

    background:linear-gradient(135deg,#0F172A,#1E3A8A);

    color:#fff;

    padding:90px 0;

    position:relative;

    overflow:hidden;
    margin-top:80px;

}
.container{
    max-width:16000px !important;
    
}
.hero-container{
    max-width:1550px;
    padding-left:40px;
    padding-right:40px;
}

.hero-section::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-150px;

    right:-150px;

}

.hero-badge{

    display:inline-block;

    background:#FBBF24;

    color:#000;

    padding:8px 18px;

    border-radius:30px;

    font-weight:600;

    font-size:14px;

    margin-bottom:20px;

}

.hero-title{

    font-size:54px;

    font-weight:800;

    line-height:1.2;

}

.hero-title span{

    color:#FBBF24;

}

.hero-desc{

    color:#d7d7d7;

    margin-top:20px;

    font-size:18px;

}

.feature-card{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    border-radius:15px;

    text-align:center;

    padding:20px 15px;

    transition:.3s;

    backdrop-filter:blur(8px);

}

.feature-card:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.12);

}

.feature-card i{

    font-size:34px;

    color:#FBBF24;

    margin-bottom:10px;

}

.tech-badge{

    display:inline-block;

    background:#ffffff15;

    padding:10px 16px;

    border-radius:30px;

    margin:6px;

    font-size:14px;

    border:1px solid rgba(255,255,255,.1);

}

.hero-btn{

    padding:16px 40px;

    font-size:18px;

    font-weight:600;

    border-radius:50px;

}

.form-card{

    background:#fff;

    border-radius:25px;

    padding:35px;

    box-shadow:0 20px 60px rgba(0,0,0,.25);
    
   

}

.form-card h3{

    color:#0F172A;

    font-weight:700;

}

.form-card .form-control,
.form-card .form-select{
    color:#0f172a;
    background:#ffffff;
    border:1px solid #d1d5db;
    height:52px;

    border-radius:12px;
}
.form-card .form-label{
    color:#0f172a;
    font-weight:600;
    font-size:15px;
    margin-bottom:8px;
}
.btn-register{

    height:55px;

    border-radius:12px;

    font-size:18px;

    font-weight:600;

}

.security-text{

    font-size:13px;

    color:#666;

}

@media(max-width:991px){

.hero-title{

font-size:38px;

}

.hero-section{

text-align:center;

}

}

/*=====================================
WHY WIZMAX
=====================================*/

.why-section{

padding:110px 0;

background:#ffffff;

position:relative;

overflow:hidden;

}

.why-section::before{

content:"";

position:absolute;

width:500px;

height:500px;

background:rgba(37,99,235,.05);

border-radius:50%;

top:-180px;

left:-180px;

}

.section-tag{

display:inline-block;

padding:10px 24px;

background:#FBBF24;

color:#111827;

border-radius:40px;

font-size:14px;

font-weight:700;

letter-spacing:1px;

}

.section-title{

font-size:48px;

font-weight:800;

color:#0F172A;

line-height:1.2;

}

.section-title span{

color:#2563EB;

}

.section-subtitle{

max-width:850px;

margin:auto;

margin-top:20px;

font-size:18px;

color:#64748B;

line-height:1.8;

}

/* Statistics */

.stats-row{

margin-top:70px;

}

.stat-box{

background:white;

padding:30px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.06);

transition:.35s;

}

.stat-box:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.stat-box h2{

font-size:48px;

font-weight:800;

color:#F59E0B;

margin-bottom:8px;

}

.stat-box p{

margin:0;

font-weight:600;

color:#475569;

}

/* Cards */

.why-card{

background:#fff;

padding:35px;

border-radius:24px;

height:100%;

border:1px solid #e5e7eb;

box-shadow:0 12px 35px rgba(0,0,0,.05);

transition:.35s;

position:relative;

overflow:hidden;

}

.why-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.icon-circle{

width:70px;

height:70px;

border-radius:50%;

background:linear-gradient(135deg,#FBBF24,#F59E0B);

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.icon-circle i{

font-size:30px;

color:white;

}

.why-card h4{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:#0F172A;

}

.why-card p{

color:#64748B;

line-height:1.8;

margin-bottom:18px;

}

.why-card ul{

padding-left:18px;

margin:0;

}

.why-card li{

margin-bottom:10px;

color:#334155;

}

/* Responsive */

@media(max-width:991px){

.section-title{

font-size:36px;

}

.section-subtitle{

font-size:16px;

}

.stat-box{

margin-bottom:20px;

}

}

@media(max-width:576px){

.why-section{

padding:70px 0;

}

.section-title{

font-size:30px;

}

.why-card{

padding:25px;

}

.stat-box h2{

font-size:36px;

}

}

/*==================================
ROADMAP
==================================*/

/*.roadmap-section{*/

/*padding:110px 0;*/

/*background:white;*/

/*}*/

/*.timeline{*/

/*position:relative;*/

/*margin-top:70px;*/

/*}*/

/*.timeline::before{*/

/*content:"";*/

/*position:absolute;*/

/*left:50%;*/

/*top:0;*/

/*width:4px;*/

/*height:100%;*/

/*background:linear-gradient(#2563EB,#FBBF24);*/

/*transform:translateX(-50%);*/

/*border-radius:5px;*/

/*}*/

/*.timeline-item{*/

/*display:flex;*/

/*align-items:center;*/

/*margin-bottom:60px;*/

/*position:relative;*/

/*}*/

/*.timeline-item:nth-child(even){*/

/*flex-direction:row-reverse;*/

/*}*/

/*.timeline-number{*/

/*width:70px;*/

/*height:70px;*/

/*border-radius:50%;*/

/*background:linear-gradient(135deg,#2563EB,#1E40AF);*/

/*color:white;*/

/*display:flex;*/

/*align-items:center;*/

/*justify-content:center;*/

/*font-size:26px;*/

/*font-weight:700;*/

/*z-index:2;*/

/*box-shadow:0 10px 25px rgba(37,99,235,.25);*/

/*}*/

/*.timeline-card{*/

/*background:white;*/

/*width:42%;*/

/*padding:35px;*/

/*border-radius:24px;*/

/*box-shadow:0 20px 45px rgba(0,0,0,.08);*/

/*border:1px solid #e5e7eb;*/

/*transition:.35s;*/

/*}*/

/*.timeline-card:hover{*/

/*transform:translateY(-10px);*/

/*box-shadow:0 30px 60px rgba(0,0,0,.15);*/

/*}*/

/*.timeline-card i{*/

/*font-size:40px;*/

/*color:#2563EB;*/

/*margin-bottom:20px;*/

/*display:block;*/

/*}*/

/*.timeline-card h4{*/

/*color:#F59E0B;*/

/*font-weight:700;*/

/*margin-bottom:5px;*/

/*}*/

/*.timeline-card h5{*/

/*font-weight:700;*/

/*margin-bottom:20px;*/

/*color:#0F172A;*/

/*}*/

/*.timeline-card p{*/

/*line-height:1.9;*/

/*color:#475569;*/

/*margin:0;*/

/*}*/

/* Mobile */

/*@media(max-width:992px){*/

/*.timeline::before{*/

/*left:35px;*/

/*}*/

/*.timeline-item,*/
/*.timeline-item:nth-child(even){*/

/*flex-direction:row;*/

/*padding-left:90px;*/

/*}*/

/*.timeline-number{*/

/*position:absolute;*/

/*left:0;*/

/*}*/

/*.timeline-card{*/

/*width:100%;*/

/*}*/

/*}*/

/*==================================
ROADMAP
==================================*/

.roadmap-section{

padding:110px 0;

background:white;

}

.timeline-roadmap{

position:relative;

margin-top:70px;

}

.timeline-roadmap::before{

content:"";

position:absolute;

left:50%;

top:0;

width:4px;

height:100%;

background:linear-gradient(#2563EB,#FBBF24);

transform:translateX(-50%);

border-radius:5px;

}

.timeline-roadmap-item{

display:flex;

align-items:center;

margin-bottom:60px;

position:relative;

}

.timeline-roadmap-item:nth-child(even){

flex-direction:row-reverse;

}

.timeline-roadmap-number{

/*width:70px;*/

/*height:70px;*/

/*border-radius:50%;*/

/*background:linear-gradient(135deg,#2563EB,#1E40AF);*/

/*color:white;*/

/*display:flex;*/

/*align-items:center;*/

/*justify-content:center;*/

/*font-size:26px;*/

/*font-weight:700;*/

/*z-index:2;*/

/*box-shadow:0 10px 25px rgba(37,99,235,.25);*/

position: absolute;

    left: 50%;
    top: 50%;

    width: 70px;
    height: 70px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #2563EB,
        #1E40AF
    );

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    font-weight: 700;

    z-index: 5;

    box-shadow:
        0 10px 25px rgba(37, 99, 235, 0.25);

}

.timeline-roadmap-card{

background:white;

width:42%;

padding:35px;

border-radius:24px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

border:1px solid #e5e7eb;

transition:.35s;

}

.timeline-roadmap-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.timeline-roadmap-card i{

font-size:40px;

color:#2563EB;

margin-bottom:20px;

display:block;

}

.timeline-roadmap-card h4{

color:#F59E0B;

font-weight:700;

margin-bottom:5px;

}

.timeline-roadmap-card h5{

font-weight:700;

margin-bottom:20px;

color:#0F172A;

}

.timeline-roadmap-card p{

line-height:1.9;

color:#475569;

margin:0;

}

@media(max-width:992px){

.timeline-roadmap::before{

left:35px;

}

.timeline-roadmap-item,
.timeline-roadmap-item:nth-child(even){

flex-direction:row;

padding-left:90px;

}

.timeline-roadmap-number{

left: 35px;
        top: 50%;

        width: 60px;
        height: 60px;

        font-size: 22px;

}

.timeline-roadmap-card{

width:100%;

}

}


/*==================================
PROJECTS
==================================*/

.projects-section{

padding:110px 0;

background:#f8fafc;

}

.project-card{

background:white;

border-radius:24px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.project-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(0,0,0,.15);

}

.project-card img{

width:100%;

height:240px;

object-fit:cover;

transition:.4s;

}

.project-card:hover img{

transform:scale(1.06);

}

.project-body{

padding:28px;

}

.project-body h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.project-body p{

line-height:1.8;

color:#64748B;

min-height:90px;

}

.tech-stack{

margin-top:20px;

display:flex;

flex-wrap:wrap;

gap:10px;

}

.tech-stack span{

background:#EEF4FF;

color:#2563EB;

padding:8px 16px;

border-radius:30px;

font-size:14px;

font-weight:600;

}
/*=========================================
WHY STUDENTS STRUGGLE
=========================================*/

.struggle-section{

padding:100px 0;

background:#f8fafc;

}

.section-tag{

display:inline-block;

padding:8px 18px;

background:#EEF4FF;

color:#2563EB;

border-radius:30px;

font-weight:600;

margin-bottom:20px;

}

.section-title{

font-size:48px;

font-weight:800;

color:#0F172A;

line-height:1.2;

margin-bottom:20px;

}

.section-title span{

color:#2563EB;

}

.section-desc{

font-size:19px;

color:#64748B;

line-height:1.8;

max-width:650px;

}

/* =========================================
   Student Struggle Image
========================================= */

.struggle-image-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}

.struggle-image-wrapper::before{
    display:none;
}

.struggle-image{
    position:relative;
    z-index:2;
    width:100%;
    max-width:560px;
    height:auto;
    display:block;
    object-fit:contain;
    filter:drop-shadow(0 20px 45px rgba(0,0,0,.18));
    transition:all .4s ease;
}

.struggle-image:hover{
    transform:translateY(-8px) scale(1.02);
    filter:drop-shadow(0 30px 60px rgba(0,0,0,.25));
}

.problem-card{

background:#fff;

border-radius:20px;

padding:35px;

height:100%;

transition:.35s;

box-shadow:0 10px 40px rgba(0,0,0,.08);

border-bottom:5px solid transparent;

}

.problem-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.icon-circle{

width:72px;

height:72px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:#fff;

margin-bottom:25px;

}

.problem-card h4{

font-weight:700;

margin-bottom:15px;

}

.problem-card p{

color:#64748B;

line-height:1.8;

margin:0;

}

/* Colors */

.purple{

border-color:#7C3AED;

}

.purple .icon-circle{

background:#7C3AED;

}

.green{

border-color:#16A34A;

}

.green .icon-circle{

background:#16A34A;

}

.orange{

border-color:#F97316;

}

.orange .icon-circle{

background:#F97316;

}

.pink{

border-color:#EC4899;

}

.pink .icon-circle{

background:#EC4899;

}

.blue{

border-color:#2563EB;

}

.blue .icon-circle{

background:#2563EB;

}

.red{

border-color:#DC2626;

}

.red .icon-circle{

background:#DC2626;

}

@media(max-width:991px){

.section-title{

font-size:36px;

text-align:center;

}

.section-desc{

text-align:center;

margin:auto;

}

.struggle-image{

margin-top:40px;

}

}

.mentor-section{
    padding:100px 0;
    background:#f8fbff;
}

.mentor-photo{
    text-align:center;
}

.mentor-photo img{
    width:100%;
    max-width:340px;
    border-radius:25px;
    box-shadow:0 30px 60px rgba(0,0,0,.15);
}

.mentor-name{
    font-size:40px;
    font-weight:800;
    color:#0F172A;
}

.mentor-role{
    color:#2563EB;
    font-weight:600;
    margin-bottom:25px;
}

.mentor-highlights{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:30px;
}

.mentor-highlights span{
    background:#EFF6FF;
    padding:10px 18px;
    border-radius:50px;
    font-weight:600;
}

.mentor-highlights i{
    color:#22C55E;
    margin-right:8px;
}

.mentor-description{
    font-size:18px;
    line-height:1.8;
    color:#475569;
}

.mentor-skills{
    margin-top:30px;
}

.mentor-skills span{
    display:inline-block;
    background:white;
    border:1px solid #dbeafe;
    padding:10px 18px;
    margin:8px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.achievement-card{
    background:white;
    border-radius:20px;
    text-align:center;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.achievement-card:hover{
    transform:translateY(-10px);
}

.achievement-card h2{
    font-size:46px;
    color:#2563EB;
    font-weight:800;
}

.mentor-quote{
    margin-top:60px;
    background:linear-gradient(135deg,#0F172A,#1E3A8A);
    color:white;
    padding:50px;
    border-radius:25px;
    text-align:center;
}

.mentor-quote i{
    font-size:42px;
    color:#FBBF24;
}

.mentor-quote p{
    font-size:24px;
    margin-top:20px;
    font-weight:500;
}

/*==========================
HEADER
===========================*/

.main-header{

position:fixed;

top:0;

left:0;

width:100%;

z-index:9999;

background:rgba(15,23,42,.88);

backdrop-filter:blur(12px);

transition:.35s;

padding:14px 0;

border-bottom:1px solid rgba(255,255,255,.08);

}

.main-header.scrolled{

padding:10px 0;

background:#0F172A;

box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.navbar-brand img{

height:52px;

}

.nav-link{

color:#fff !important;

font-weight:500;

margin:0 12px;

transition:.3s;

position:relative;

}

.nav-link:hover{

color:#FBBF24 !important;

}

.nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

height:2px;

width:0;

background:#FBBF24;

transition:.3s;

}

.nav-link:hover::after{

width:100%;

}

.header-buttons{

display:flex;

align-items:center;

gap:12px;

}

.btn-call{

width:44px;

height:44px;

display:flex;

align-items:center;

justify-content:center;

background:#2563EB;

color:#fff;

border-radius:50%;

text-decoration:none;

transition:.3s;

}

.btn-call:hover{

transform:translateY(-3px);

background:#1E40AF;

color:#fff;

}

.btn-whatsapp{

width:44px;

height:44px;

display:flex;

align-items:center;

justify-content:center;

background:#22C55E;

color:#fff;

border-radius:50%;

font-size:22px;

text-decoration:none;

transition:.3s;

}

.btn-whatsapp:hover{

transform:translateY(-3px);

color:#fff;

}

.btn-register-header{

padding:12px 26px;

background:#FBBF24;

color:#000;

font-weight:700;

border-radius:50px;

text-decoration:none;

transition:.3s;

}

.btn-register-header:hover{

background:#FFD54F;

transform:translateY(-3px);

color:#000;

}

@media(max-width:991px){

.main-header{

padding:10px 0;

}

.navbar-collapse{

background:#0F172A;

padding:25px;

margin-top:15px;

border-radius:20px;

}

.nav-link{

margin:12px 0;

}

.header-buttons{

margin-top:20px;

justify-content:center;

}

}

/*=========================================
FAQ
=========================================*/

.faq-section{

padding:110px 0;

background:#ffffff;

}

.faq-accordion .accordion-item{

border:none;

border-radius:18px;

margin-bottom:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.faq-accordion .accordion-button{

padding:22px 28px;

font-size:18px;

font-weight:600;

background:#fff;

color:#0F172A;

box-shadow:none;

}

.faq-accordion .accordion-button:not(.collapsed){

background:#2563EB;

color:#fff;

}

.faq-accordion .accordion-button:focus{

box-shadow:none;

}

.faq-accordion .accordion-body{

padding:24px 28px;

font-size:16px;

line-height:1.8;

color:#555;

background:#fff;

}

.support-card{

background:linear-gradient(135deg,#2563EB,#1E3A8A);

color:#fff;

padding:40px 30px;

border-radius:24px;

text-align:center;

box-shadow:0 25px 50px rgba(37,99,235,.25);

position:sticky;

top:110px;

}

.support-card i{

font-size:60px;

margin-bottom:20px;

color:#FBBF24;

}

.support-card h3{

font-weight:700;

margin-bottom:15px;

}

.support-card p{

opacity:.95;

margin-bottom:30px;

line-height:1.7;

}

.support-card .btn{

padding:14px;

font-weight:600;

border-radius:12px;

}

.support-card .btn i{
    font-size:20px;
    margin-right:8px;
    vertical-align:middle;
}

@media(max-width:991px){

.support-card{

margin-top:40px;

position:static;

}

}

/*=========================================
FOOTER CTA
=========================================*/

.footer-cta{

background:linear-gradient(135deg,#2563EB,#1E3A8A);

padding:70px 0;

color:#fff;

}

.footer-cta h2{

font-size:42px;

font-weight:800;

margin-bottom:20px;

}

.footer-cta p{

font-size:18px;

opacity:.95;

line-height:1.8;

}

.footer-cta .btn{

padding:15px 32px;

font-weight:700;

border-radius:50px;

}


/*=========================================
FOOTER
=========================================*/

.main-footer{

background:#0F172A;

color:#CBD5E1;

padding:80px 0 30px;

}

.footer-logo{

height:70px;

margin-bottom:25px;

}

.footer-about{

line-height:1.9;

color:#94A3B8;

}

.main-footer h5{

color:#fff;

margin-bottom:25px;

font-weight:700;

}

.main-footer ul{

padding:0;

margin:0;

list-style:none;

}

.main-footer ul li{

margin-bottom:15px;

}

.main-footer ul li a{

color:#CBD5E1;

text-decoration:none;

transition:.3s;

}

.main-footer ul li a:hover{

color:#FBBF24;

padding-left:6px;

}

.contact-list li{

display:flex;

align-items:flex-start;

gap:12px;

}

.contact-list i{

color:#FBBF24;

margin-top:4px;

font-size:18px;

min-width:20px;

}

.social-icons{

margin-top:30px;

display:flex;

gap:15px;

}

.social-icons a{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

background:#1E293B;

border-radius:50%;

color:#fff;

font-size:20px;

transition:.3s;

text-decoration:none;

}

.social-icons a:hover{

background:#2563EB;

transform:translateY(-5px);

}

.main-footer hr{

border-color:rgba(255,255,255,.08);

margin:50px 0 25px;

}

.footer-bottom{

font-size:15px;

color:#94A3B8;

}

.footer-bottom a{

color:#CBD5E1;

text-decoration:none;

margin:0 6px;

transition:.3s;

}

.footer-bottom a:hover{

color:#FBBF24;

}

.footer-credit{

font-size:14px;

color:#64748B;

}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.footer-cta{

text-align:center;

}

.footer-cta h2{

font-size:32px;

}

.footer-cta .btn{

width:100%;

margin-bottom:15px;

}

.main-footer{

text-align:center;

}

.contact-list li{

justify-content:center;

}

.social-icons{

justify-content:center;

}

}

.legal-page{

padding:120px 0 80px;

background:#f8fafc;

}

.legal-page .container{

max-width:1000px;

background:#fff;

padding:50px;

border-radius:20px;

box-shadow:0 10px 40px rgba(0,0,0,.08);

}

.legal-page h1{

font-size:42px;

font-weight:800;

margin-bottom:25px;

color:#0F172A;

}

.legal-page h3{

margin-top:35px;

margin-bottom:15px;

font-weight:700;

color:#2563EB;

}

.legal-page p{

font-size:17px;

line-height:1.9;

color:#475569;

}

.legal-page ul{

padding-left:22px;

}

.legal-page li{

margin-bottom:12px;

line-height:1.8;

color:#475569;

}

.legal-page hr{

margin:35px 0;

}

@media(max-width:768px){

.legal-page .container{

padding:30px 20px;

}

.legal-page h1{

font-size:32px;

}

}

/*=========================================
ABOUT HERO
=========================================*/

.about-hero{

padding:150px 0 100px;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

color:#fff;

position:relative;

overflow:hidden;
margin-top:80px;

}

.about-hero::before{

content:"";

position:absolute;

right:-120px;

top:-120px;

width:420px;

height:420px;

border-radius:50%;

background:rgba(255,255,255,.05);

}

.about-badge{

display:inline-block;

background:#FBBF24;

color:#000;

padding:10px 22px;

border-radius:40px;

font-weight:600;

margin-bottom:25px;

}

.about-hero h1{

font-size:58px;

font-weight:800;

line-height:1.2;

margin-bottom:25px;

}

.about-hero h1 span{

color:#FBBF24;

}

.about-hero p{

font-size:18px;

line-height:1.9;

color:#E2E8F0;

}

.hero-stats{

display:flex;

justify-content:space-between;

margin-top:50px;

gap:20px;

}

.hero-stats div{

text-align:center;

flex:1;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

border-radius:18px;

padding:25px 15px;

backdrop-filter:blur(8px);

}

.hero-stats h2{

font-size:36px;

font-weight:800;

color:#FBBF24;

margin-bottom:10px;

}

.hero-stats p{

font-size:15px;

margin:0;

color:#fff;

}

.founder-image{

max-width:420px;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.35);

border:6px solid rgba(255,255,255,.12);

}

@media(max-width:991px){

.about-hero{

padding:120px 0 70px;

text-align:center;

}

.about-hero h1{

font-size:40px;

}

.hero-stats{

flex-wrap:wrap;

}

.hero-stats div{

width:48%;

}

.founder-image{

margin-top:40px;

max-width:320px;

}

}

/*=========================================
COMPANY STORY
=========================================*/

.company-story{

background:#F8FAFC;

padding:100px 0;

position:relative;

overflow:hidden;

}

.timeline{

position:relative;

max-width:1100px;

margin:auto;

padding:40px 0;

}

.timeline::before{

content:"";

position:absolute;

left:50%;

top:0;

transform:translateX(-50%);

width:5px;

height:100%;

background:linear-gradient(#2563EB,#FBBF24);

border-radius:20px;

}

.timeline-item{

position:relative;

width:50%;

padding:20px 45px;

margin-bottom:40px;

}

.timeline-item.left{

left:0;

text-align:right;

}

.timeline-item.right{

left:50%;

}

.timeline-content{

background:#fff;

padding:30px;

border-radius:22px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

position:relative;

}

.timeline-content:hover{

transform:translateY(-8px);

box-shadow:0 20px 50px rgba(37,99,235,.15);

}

.timeline-year{

display:inline-block;

background:#2563EB;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-weight:700;

margin-bottom:18px;

}

.timeline-content h4{

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.timeline-content p{

color:#64748B;

line-height:1.8;

margin:0;

}

.timeline-item::before{

content:"";

position:absolute;

top:50px;

width:22px;

height:22px;

background:#FBBF24;

border:5px solid #2563EB;

border-radius:50%;

z-index:10;

}

.timeline-item.left::before{

right:-11px;

}

.timeline-item.right::before{

left:-11px;

}

/* Mobile */

@media(max-width:991px){

.timeline::before{

left:25px;

}

.timeline-item{

width:100%;

left:0 !important;

padding-left:70px;

padding-right:20px;

text-align:left;

}

.timeline-item::before{

left:14px;

}

}
/*=========================================
FOUNDER
=========================================*/

.founder-section{

padding:100px 0;

background:#fff;

}

.founder-image-box{

position:relative;

display:inline-block;

}

.founder-photo{

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

border:8px solid #fff;

}

.experience-badge{

position:absolute;

bottom:20px;

right:-20px;

background:#2563EB;

color:#fff;

padding:20px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(37,99,235,.30);

}

.experience-badge span{

display:block;

font-size:36px;

font-weight:800;

color:#FBBF24;

}

.quote-box{

background:#EFF6FF;

border-left:6px solid #2563EB;

padding:30px;

border-radius:15px;

margin:30px 0;

position:relative;

}

.quote-icon{

position:absolute;

top:18px;

right:20px;

font-size:36px;

color:#2563EB;

opacity:.20;

}

.quote-box p{

margin:0;

font-size:17px;

line-height:1.9;

}

.founder-signature{

margin-top:35px;

padding-top:20px;

border-top:2px dashed #CBD5E1;

}

.founder-signature h4{

font-weight:700;

margin-bottom:5px;

color:#0F172A;

}

.founder-signature p{

margin:0;

color:#64748B;

}
.promise-box{

margin-top:40px;

background:linear-gradient(135deg,#2563EB,#1E3A8A);

color:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 20px 40px rgba(37,99,235,.25);

}

.promise-box h3{

font-weight:700;

margin-bottom:20px;

}

.promise-box p{

font-size:17px;

line-height:1.9;

margin:0;

}
/*=========================================
MISSION & VISION
=========================================*/

.mission-section{

padding:100px 0;

background:#F8FAFC;

}

.mission-card,
.vision-card{

background:#fff;

padding:45px;

border-radius:25px;

height:100%;

box-shadow:0 20px 50px rgba(15,23,42,.08);

transition:.35s;

position:relative;

overflow:hidden;

}

.mission-card::before,
.vision-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:6px;

background:linear-gradient(90deg,#2563EB,#FBBF24);

}

.mission-card:hover,
.vision-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(37,99,235,.15);

}

.icon-circle{

width:80px;

height:80px;

border-radius:50%;

background:linear-gradient(135deg,#2563EB,#1E3A8A);

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.icon-circle i{

font-size:34px;

color:#fff;

}

.mission-card h3,
.vision-card h3{

font-weight:700;

margin-bottom:20px;

color:#0F172A;

}

.mission-card p,
.vision-card p{

line-height:1.9;

color:#64748B;

}

.mission-card ul,
.vision-card ul{

margin-top:25px;

padding-left:20px;

}

.mission-card li,
.vision-card li{

margin-bottom:12px;

color:#334155;

}
.company-motto{

margin-top:70px;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

padding:50px;

border-radius:25px;

color:#fff;

}

.company-motto h3{

font-size:36px;

font-weight:800;

color:#FBBF24;

margin-bottom:20px;

}

.company-motto p{

font-size:18px;

max-width:850px;

margin:auto;

line-height:1.8;

color:#E2E8F0;

}

/*==================================
WHY CHOOSE
==================================*/

.why-choose{

padding:100px 0;

background:#ffffff;

}

.choose-card{

background:#fff;

padding:40px 30px;

border-radius:20px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 15px 40px rgba(15,23,42,.08);

border:1px solid #EEF2F7;

position:relative;

overflow:hidden;

}

.choose-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#2563EB,#FBBF24);

transform:scaleX(0);

transition:.4s;

}

.choose-card:hover::before{

transform:scaleX(1);

}

.choose-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.choose-icon{

width:90px;

height:90px;

border-radius:50%;

background:linear-gradient(135deg,#2563EB,#1E40AF);

margin:auto;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.choose-icon i{

font-size:38px;

color:#fff;

}

.choose-card h4{

font-weight:700;

margin-bottom:18px;

color:#0F172A;

}

.choose-card p{

line-height:1.8;

color:#64748B;

margin:0;

}

/*=========================================
BRAND PHILOSOPHY
=========================================*/

.brand-philosophy{

padding:100px 0;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

color:#fff;

}

.step-card{

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.15);

border-radius:20px;

padding:35px 20px;

height:100%;

transition:.35s;

backdrop-filter:blur(8px);

}

.step-card:hover{

transform:translateY(-10px);

background:rgba(255,255,255,.12);

}

.step-number{

width:70px;

height:70px;

border-radius:50%;

background:#FBBF24;

color:#000;

font-size:28px;

font-weight:800;

display:flex;

align-items:center;

justify-content:center;

margin:auto auto 20px;

}

.step-card h5{

font-weight:700;

margin-bottom:15px;

}

.step-card p{

font-size:15px;

line-height:1.7;

margin:0;

color:#E2E8F0;

}

/*=====================================
ECOSYSTEM
======================================*/

.ecosystem-section{

padding:100px 0;

background:#F8FAFC;

}

.eco-card{

background:#fff;

padding:45px 35px;

border-radius:24px;

height:100%;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.35s;

border-top:5px solid transparent;

}

.eco-card:hover{

transform:translateY(-12px);

border-color:#2563EB;

box-shadow:0 30px 60px rgba(37,99,235,.18);

}

.eco-card i{

font-size:55px;

color:#2563EB;

margin-bottom:20px;

display:block;

}

.eco-card h4{

font-weight:700;

margin-bottom:20px;

}

.eco-card p{

color:#64748B;

line-height:1.8;

}

.eco-card ul{

margin-top:20px;

padding-left:18px;

}

.eco-card li{

margin-bottom:12px;

}

/*====================================
LEARNING
====================================*/

.learning-section{

padding:100px 0;

background:#fff;

}

.timeline-wrapper{

position:relative;

}

.timeline-line{

position:absolute;

top:45px;

left:0;

right:0;

height:4px;

background:#2563EB20;

z-index:0;

}

.learning-card{

position:relative;

background:#fff;

padding:35px 25px;

text-align:center;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

height:100%;

z-index:2;

}

.learning-card:hover{

transform:translateY(-12px);

}

.step-circle{

width:55px;

height:55px;

background:#2563EB;

color:#fff;

font-weight:700;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

margin-bottom:20px;

font-size:22px;

}

.learning-card i{

font-size:40px;

color:#F59E0B;

margin-bottom:18px;

display:block;

}

.learning-card h5{

font-weight:700;

margin-bottom:12px;

}

.learning-card p{

color:#64748B;

font-size:15px;

line-height:1.8;

}
/*==============================
TECHNOLOGIES
==============================*/

.technology-section{

padding:100px 0;

background:#F8FAFC;

}

.tech-card{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.tech-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(37,99,235,.15);

}

.tech-icon{

width:80px;

height:80px;

background:#2563EB;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.tech-icon i{

font-size:35px;

}

.tech-card h4{

font-weight:700;

margin-bottom:20px;

}

.tech-list{

display:flex;

flex-wrap:wrap;

gap:10px;

}

.tech-list span{

background:#EEF4FF;

padding:10px 18px;

border-radius:30px;

font-size:14px;

font-weight:500;

color:#2563EB;

transition:.3s;

}

.tech-list span:hover{

background:#2563EB;

color:#fff;

}
/*=========================================
OUR SERVICES
=========================================*/

.services-section{

padding:100px 0;

background:#ffffff;

}

.service-card{

background:#fff;

padding:40px 35px;

border-radius:22px;

height:100%;

text-align:center;

box-shadow:0 15px 40px rgba(15,23,42,.08);

transition:.35s;

border:1px solid #EEF2F7;

position:relative;

overflow:hidden;

}

.service-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#2563EB,#FBBF24);

transform:scaleX(0);

transition:.35s;

}

.service-card:hover::before{

transform:scaleX(1);

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.service-icon{

width:90px;

height:90px;

background:linear-gradient(135deg,#2563EB,#1E40AF);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:0 auto 25px;

}

.service-icon i{

font-size:38px;

color:#fff;

}

.service-card h4{

font-weight:700;

margin-bottom:18px;

color:#0F172A;

}

.service-card p{

color:#64748B;

line-height:1.8;

margin-bottom:25px;

min-height:110px;

}

.service-card a{

text-decoration:none;

font-weight:600;

color:#2563EB;

transition:.3s;

}

.service-card:hover a{

letter-spacing:1px;

}

.service-card a i{

margin-left:6px;

}

/*==================================
CORE VALUES
==================================*/

.values-section{

padding:100px 0;

background:#F8FAFC;

}

.value-card{

background:#fff;

padding:35px 30px;

border-radius:24px;

height:100%;

text-align:center;

box-shadow:0 15px 40px rgba(15,23,42,.08);

transition:.35s;

position:relative;

overflow:hidden;

border:1px solid #EEF2F7;

}

.value-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#2563EB,#FBBF24);

transform:scaleX(0);

transition:.35s;

}

.value-card:hover::before{

transform:scaleX(1);

}

.value-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.value-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#2563EB,#1E40AF);

}

.value-icon i{

font-size:38px;

color:#fff;

}

.value-card h4{

font-weight:700;

margin-bottom:18px;

color:#0F172A;

}

.value-card p{

font-size:15px;

line-height:1.8;

color:#64748B;

margin:0;

}
/*==================================
ACHIEVEMENT COUNTER
==================================*/

.achievement-section{

padding:100px 0;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

color:#fff;

}

.achievement-section .section-title,
.achievement-section .section-subtitle{

color:#fff;

}

.counter-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(10px);

border:1px solid rgba(255,255,255,.15);

border-radius:22px;

padding:40px 25px;

text-align:center;

height:100%;

transition:.35s;

}

.counter-card:hover{

transform:translateY(-10px);

background:rgba(255,255,255,.12);

}

.counter-icon{

width:85px;

height:85px;

background:#FBBF24;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:0 auto 25px;

}

.counter-icon i{

font-size:36px;

color:#0F172A;

}

.counter-card h2{

font-size:52px;

font-weight:800;

margin-bottom:10px;

color:#fff;

}

.counter-card p{

font-size:17px;

color:#E2E8F0;

margin:0;

}
/*=====================================
FINAL CTA
=====================================*/

.final-cta-section{

padding:110px 0;

background:linear-gradient(135deg,#0F172A,#1E3A8A);

position:relative;

overflow:hidden;

}

.final-cta-section::before{

content:"";

position:absolute;

width:500px;

height:500px;

background:rgba(255,255,255,.05);

border-radius:50%;

top:-180px;

right:-180px;

}

.final-cta-section::after{

content:"";

position:absolute;

width:350px;

height:350px;

background:rgba(251,191,36,.08);

border-radius:50%;

bottom:-150px;

left:-120px;

}

.cta-box{

position:relative;

z-index:2;

background:rgba(255,255,255,.08);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.15);

padding:70px;

border-radius:30px;

}

.cta-box h2{

font-size:48px;

font-weight:800;

color:#fff;

margin-bottom:25px;

line-height:1.3;

}

.cta-box h2 span{

color:#FBBF24;

}

.cta-box p{

font-size:18px;

line-height:2;

color:#E2E8F0;

margin-bottom:35px;

}

.cta-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:25px;

}

.cta-highlights div{

color:#fff;

font-size:16px;

font-weight:500;

}

.cta-highlights i{

color:#FBBF24;

margin-right:10px;

}

.cta-btn{

display:block;

width:100%;

margin-bottom:18px;

padding:18px;

font-size:18px;

font-weight:700;

border-radius:50px;

transition:.35s;

}

.cta-btn:hover{

transform:translateY(-5px);

}

@media(max-width:991px){

.cta-box{

padding:45px 30px;

text-align:center;

}

.cta-box h2{

font-size:34px;

}

.cta-highlights{

grid-template-columns:1fr;

margin-bottom:35px;

}

}

/*==============================
CTA CLOSING
==============================*/

.cta-closing{

position:relative;

z-index:5;

text-align:center;

margin-top:70px;

padding:0 20px;

}

.cta-closing h3{

font-size:34px;

font-weight:700;

color:#ffffff;

line-height:1.7;

margin-bottom:20px;

}

.cta-closing p{

font-size:20px;

font-weight:500;

color:#CBD5E1;

letter-spacing:2px;

}


/*==============================
BRAND POSITIONING
==============================*/

.brand-positioning{

position:relative;

z-index:5;

margin-top:60px;

padding:35px 20px;

border-top:1px solid rgba(255,255,255,.15);

border-bottom:1px solid rgba(255,255,255,.15);

display:flex;

justify-content:center;

align-items:center;

flex-wrap:wrap;

gap:20px;

}

.brand-positioning span{

font-size:18px;

font-weight:600;

color:#FBBF24;

position:relative;

padding:0 18px;

}

.brand-positioning span:not(:last-child)::after{

content:"•";

position:absolute;

right:-8px;

color:#64748B;

}


/*==============================
MOBILE
==============================*/

@media(max-width:768px){

.cta-closing h3{

font-size:24px;

}

.brand-positioning{

flex-direction:column;

gap:15px;

}

.brand-positioning span::after{

display:none;

}

}