/*==================================================
                ABOUT PAGE HERO
==================================================*/

.page-hero{

    padding:120px 0 100px;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    position:relative;

    overflow:hidden;

}

.page-hero::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    left:-200px;

    top:-200px;

}

.page-hero::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,255,255,.06);

    border-radius:50%;

    right:-120px;

    bottom:-120px;

}

.page-hero-content{

    position:relative;

    z-index:2;

    max-width:850px;

    margin:auto;

    text-align:center;

}

.page-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-weight:700;

    margin-bottom:25px;

}

.page-hero h1{

    color:#fff;

    font-size:60px;

    margin-bottom:25px;

}

.page-hero p{

    color:rgba(255,255,255,.92);

    font-size:20px;

    line-height:1.9;

    margin-bottom:35px;

}



/*==================================================
                ABOUT COMPANY
==================================================*/

.about-company{

    background:#ffffff;

}

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(15,23,42,.12);

}

.about-content span{

    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:#EEF4FF;

    color:#2563EB;

    font-weight:700;

    margin-bottom:20px;

}

.about-content h2{

    margin-bottom:25px;

}

.about-content p{

    margin-bottom:20px;

    line-height:1.9;

    color:#64748B;

}

.about-content ul{

    margin-top:30px;

}

.about-content ul li{

    margin-bottom:15px;

    color:#334155;

    font-weight:600;

}



/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:992px){

.about-grid{

grid-template-columns:1fr;

}

.page-hero h1{

font-size:42px;

}

}

@media(max-width:768px){

.page-hero{

padding:80px 0;

}

.page-hero h1{

font-size:34px;

}

.page-hero p{

font-size:16px;

}

}
/*==================================================
                MISSION SECTION
==================================================*/

.mission-section{

    background:#F8FAFC;

    position:relative;

    overflow:hidden;

}

.mission-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:#2563EB;

    opacity:.04;

    border-radius:50%;

    top:-180px;

    right:-180px;

}

.mission-grid{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.mission-card{

    background:#fff;

    border:1px solid #E2E8F0;

    border-radius:24px;

    padding:40px 35px;

    text-align:center;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.mission-card:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

    box-shadow:0 30px 60px rgba(37,99,235,.12);

}

.mission-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:22px;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:34px;

}

.mission-card h3{

    margin-bottom:18px;

}

.mission-card p{

    color:#64748B;

    line-height:1.9;

}



/*==================================================
                COUNTER
==================================================*/

.counter-section{

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    position:relative;

    overflow:hidden;

}

.counter-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.counter-box{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:24px;

    padding:40px;

    text-align:center;

    transition:.35s;

}

.counter-box:hover{

    transform:translateY(-8px);

    background:rgba(255,255,255,.18);

}

.counter-box h3{

    color:#fff;

    font-size:52px;

    margin-bottom:12px;

}

.counter-box p{

    color:#F8FAFC;

}



/*==================================================
                FEATURE SECTION
==================================================*/

.about-features{

    background:#ffffff;

}

.feature-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.feature-card{

    text-align:center;

    background:#fff;

    border:1px solid #E2E8F0;

    border-radius:24px;

    padding:35px;

    transition:.35s;

    box-shadow:0 12px 30px rgba(15,23,42,.05);

}

.feature-card:hover{

    transform:translateY(-8px);

    border-color:#2563EB;

    box-shadow:0 25px 50px rgba(37,99,235,.12);

}

.feature-card i{

    width:75px;

    height:75px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    margin-bottom:22px;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    color:#fff;

    font-size:32px;

}

.feature-card h3{

    margin-bottom:15px;

    font-size:22px;

}

.feature-card p{

    color:#64748B;

    line-height:1.8;

}



/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:1200px){

.feature-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:992px){

.mission-grid{

grid-template-columns:1fr;

}

.counter-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.feature-grid{

grid-template-columns:1fr;

}

.counter-grid{

grid-template-columns:1fr;

}

.counter-box h3{

font-size:42px;

}

.mission-card,

.feature-card{

padding:28px;

}

}
/*==================================================
                TEAM SECTION
==================================================*/

.team-section{

    background:#F8FAFC;

}

.team-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.team-card{

    background:#ffffff;

    border:1px solid #E2E8F0;

    border-radius:24px;

    overflow:hidden;

    text-align:center;

    transition:.35s;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.team-card:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

    box-shadow:0 30px 60px rgba(37,99,235,.12);

}

.team-card img{

    width:100%;

    height:320px;

    object-fit:cover;

}

.team-card h3{

    margin:25px 0 12px;

    font-size:24px;

}

.team-card p{

    padding:0 25px 30px;

    color:#64748B;

    line-height:1.8;

}



/*==================================================
                TRUST SECTION
==================================================*/

.trust-section{

    background:#ffffff;

}

.trust-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.trust-box{

    background:#fff;

    border:1px solid #E2E8F0;

    border-radius:22px;

    padding:35px;

    text-align:center;

    transition:.35s;

    box-shadow:0 12px 30px rgba(15,23,42,.05);

}

.trust-box:hover{

    transform:translateY(-8px);

    border-color:#2563EB;

    box-shadow:0 25px 50px rgba(37,99,235,.12);

}

.trust-box i{

    width:75px;

    height:75px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 20px;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    color:#fff;

    font-size:32px;

}

.trust-box h3{

    margin-bottom:15px;

    font-size:22px;

}

.trust-box p{

    color:#64748B;

    line-height:1.8;

}



/*==================================================
                FINAL CTA
==================================================*/

.final-cta{

    padding:120px 0;

    background:#F8FAFC;

}

.cta-wrapper{

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    border-radius:32px;

    padding:80px 60px;

    text-align:center;

    color:#fff;

    position:relative;

    overflow:hidden;

}

.cta-wrapper::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    left:-150px;

    top:-150px;

}

.cta-wrapper::after{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    right:-120px;

    bottom:-120px;

}

.cta-wrapper>*{

    position:relative;

    z-index:2;

}

.cta-wrapper h2{

    color:#fff;

    font-size:48px;

    margin-bottom:20px;

}

.cta-wrapper p{

    color:rgba(255,255,255,.92);

    font-size:18px;

    max-width:760px;

    margin:0 auto 35px;

    line-height:1.9;

}

.cta-wrapper .hero-btns{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}



/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:1200px){

.team-grid{

grid-template-columns:repeat(2,1fr);

}

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:992px){

.cta-wrapper{

padding:60px 35px;

}

.cta-wrapper h2{

font-size:38px;

}

}

@media(max-width:768px){

.team-grid,

.trust-grid{

grid-template-columns:1fr;

}

.team-card img{

height:260px;

}

.cta-wrapper{

padding:40px 25px;

}

.cta-wrapper h2{

font-size:30px;

line-height:1.4;

}

.cta-wrapper p{

font-size:16px;

}

.cta-wrapper .hero-btns{

flex-direction:column;

}

.cta-wrapper .hero-btns a{

width:100%;

}

}