/* =====================================================
   ABOUT US - PART 1
===================================================== */


/* =====================================================
   ABOUT HERO
===================================================== */

.about-hero{
    position:relative;
    overflow:hidden;
    padding:150px 0 100px;
    background:linear-gradient(135deg,#f7faff 0%,#eef5ff 100%);
}

.about-hero::before{
    content:"";
    position:absolute;
    width:550px;
    height:550px;
    border-radius:50%;
    background:rgba(37,99,235,.06);
    right:-180px;
    top:-180px;
}

.about-hero::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(37,99,235,.04);
    left:-150px;
    bottom:-150px;
}

.about-hero > .container{
    position:relative;
    z-index:2;
}

.about-hero h1{
    max-width:750px;
    font-size:58px;
    line-height:1.12;
    font-weight:800;
    color:#172033;
    margin:22px 0;
}

.about-hero h1 span{
    color:#2563eb;
    display:block;
}

.about-hero-desc{
    max-width:680px;
    color:#667085;
    font-size:18px;
    line-height:1.85;
    margin-bottom:30px;
}

.about-hero-buttons{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.about-hero .primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 25px;
    border-radius:12px;
    background:#2563eb;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.about-hero .primary-btn:hover{
    background:#1d4ed8;
    transform:translateY(-2px);
}

.secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 25px;
    border-radius:12px;
    background:#fff;
    color:#2563eb;
    border:1px solid #dce6f8;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.secondary-btn:hover{
    background:#2563eb;
    color:#fff;
}

.about-trust{
    display:flex;
    gap:40px;
    margin-top:45px;
}

.about-trust div{
    display:flex;
    flex-direction:column;
}

.about-trust strong{
    font-size:25px;
    color:#172033;
    font-weight:800;
}

.about-trust span{
    margin-top:4px;
    color:#737e90;
    font-size:13px;
}


/* =====================================================
   HERO VISUAL
===================================================== */

.about-hero-visual{
    min-height:510px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-main-card{
    position:relative;
    z-index:3;
    width:390px;
    padding:30px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(255,255,255,.9);
    border-radius:25px;
    box-shadow:0 25px 60px rgba(28,67,125,.12);
    backdrop-filter:blur(12px);
}

.profile-top{
    display:flex;
    align-items:center;
    gap:14px;
}

.profile-avatar{
    width:55px;
    height:55px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf4ff;
    color:#2563eb;
    font-size:24px;
}

.profile-top strong{
    display:block;
    color:#172033;
    font-size:16px;
}

.profile-top span{
    display:block;
    color:#8993a4;
    font-size:13px;
    margin-top:3px;
}

.verified-icon{
    margin-left:auto;
    color:#22c55e;
    font-size:21px;
}

.profile-progress{
    margin-top:35px;
}

.progress-info{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
    color:#505b6d;
    font-size:14px;
}

.progress-info strong{
    color:#2563eb;
}

.profile-progress .progress{
    height:9px;
    background:#eaf0f8;
    border-radius:20px;
    overflow:hidden;
}

.profile-progress .progress-bar{
    background:#2563eb;
    border-radius:20px;
}

.profile-items{
    margin-top:30px;
}

.profile-items div{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 0;
    color:#596476;
    font-size:14px;
    border-bottom:1px solid #edf0f5;
}

.profile-items div:last-child{
    border-bottom:0;
}

.profile-items i{
    color:#22c55e;
}


/* =====================================================
   FLOATING HERO CARDS
===================================================== */

.floating-about-card{
    position:absolute;
    z-index:4;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 18px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(28,67,125,.12);
}

.floating-about-card i{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf4ff;
    color:#2563eb;
    border-radius:11px;
}

.floating-about-card strong{
    display:block;
    color:#172033;
    font-size:13px;
}

.floating-about-card span{
    display:block;
    color:#8a94a4;
    font-size:11px;
    margin-top:2px;
}

.card-one{
    left:0;
    top:85px;
}

.card-two{
    right:-5px;
    bottom:90px;
}

.about-circle{
    position:absolute;
    border:1px solid rgba(37,99,235,.12);
    border-radius:50%;
}

.circle-one{
    width:430px;
    height:430px;
}

.circle-two{
    width:300px;
    height:300px;
}


/* =====================================================
   WHO WE ARE
===================================================== */

.who-we-are{
    padding:110px 0;
    background:#fff;
}

.about-image-card{
    position:relative;
    min-height:480px;
    border-radius:30px;
    background:linear-gradient(145deg,#eaf2ff,#f7faff);
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}

.about-image-card::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    border:1px solid rgba(37,99,235,.12);
}

.about-image-placeholder{
    position:relative;
    z-index:2;
    width:230px;
    height:230px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    color:#2563eb;
    box-shadow:0 20px 50px rgba(37,99,235,.12);
}

.about-image-placeholder i{
    font-size:65px;
    margin-bottom:12px;
}

.about-image-placeholder span{
    font-size:14px;
    font-weight:700;
    color:#334155;
}

.experience-card{
    position:absolute;
    z-index:4;
    left:25px;
    bottom:25px;
    padding:18px 22px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.experience-card strong{
    display:block;
    color:#172033;
}

.experience-card span{
    display:block;
    color:#7b8493;
    font-size:12px;
    margin-top:4px;
}

.who-we-are h2{
    max-width:650px;
    font-size:44px;
    line-height:1.2;
    color:#172033;
    font-weight:750;
    margin:20px 0;
}

.who-we-are > .container > .row > .col-lg-7 > p{
    color:#697588;
    line-height:1.85;
    margin-bottom:15px;
}

.who-points{
    margin-top:30px;
}

.who-point{
    display:flex;
    gap:17px;
    margin-bottom:25px;
}

.point-icon{
    width:50px;
    height:50px;
    flex:0 0 50px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf4ff;
    color:#2563eb;
    font-size:20px;
}

.who-point h5{
    margin:0 0 6px;
    font-size:17px;
    font-weight:700;
    color:#172033;
}

.who-point p{
    margin:0;
    color:#727d8e;
    font-size:14px;
    line-height:1.7;
}


/* =====================================================
   MISSION & VISION
===================================================== */

.mission-vision{
    padding:110px 0;
    background:#f7faff;
}

.mission-card{
    height:100%;
    padding:40px;
    background:#fff;
    border-radius:25px;
    border:1px solid #e9eef6;
    transition:.35s;
}

.mission-card:hover{
    transform:translateY(-7px);
    box-shadow:0 20px 45px rgba(20,65,130,.08);
}

.mission-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf4ff;
    color:#2563eb;
    font-size:25px;
    margin-bottom:25px;
}

.mission-card > span{
    color:#2563eb;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
}

.mission-card h3{
    max-width:500px;
    font-size:28px;
    line-height:1.3;
    color:#172033;
    font-weight:750;
    margin:12px 0 17px;
}

.mission-card p{
    color:#6d7889;
    line-height:1.8;
    margin:0;
}

.mission-line{
    height:1px;
    background:#edf0f5;
    margin:30px 0 20px;
}

.mission-highlight{
    display:flex;
    align-items:center;
    gap:10px;
    color:#2563eb;
    font-weight:700;
    font-size:14px;
}

.mission-highlight i{
    color:#22c55e;
}

.vision-card .mission-icon{
    background:#eefbf6;
    color:#10b981;
}

.vision-card > span{
    color:#10a879;
}


/* =====================================================
   PART 1 RESPONSIVE
===================================================== */

@media(max-width:991px){

    .about-hero{
        padding:120px 0 80px;
    }

    .about-hero h1{
        font-size:46px;
    }

    .about-hero-visual{
        min-height:470px;
        margin-top:20px;
    }

    .who-we-are{
        padding:80px 0;
    }

    .about-image-card{
        min-height:420px;
    }

    .who-we-are h2{
        font-size:38px;
    }

    .mission-vision{
        padding:80px 0;
    }

}

@media(max-width:767px){

    .about-hero{
        padding:100px 0 70px;
    }

    .about-hero h1{
        font-size:36px;
    }

    .about-hero-desc{
        font-size:16px;
    }

    .about-trust{
        gap:20px;
        flex-wrap:wrap;
    }

    .about-trust strong{
        font-size:21px;
    }

    .about-hero-visual{
        min-height:400px;
    }

    .hero-main-card{
        width:calc(100% - 35px);
        padding:23px;
    }

    .card-one{
        left:-5px;
        top:25px;
    }

    .card-two{
        right:-5px;
        bottom:30px;
    }

    .floating-about-card{
        padding:10px 13px;
    }

    .floating-about-card i{
        width:34px;
        height:34px;
    }

    .circle-one{
        width:330px;
        height:330px;
    }

    .circle-two{
        width:230px;
        height:230px;
    }

    .who-we-are h2{
        font-size:32px;
    }

    .about-image-card{
        min-height:350px;
    }

    .mission-card{
        padding:30px 25px;
    }

}

@media(max-width:480px){

    .about-hero h1{
        font-size:32px;
    }

    .about-hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .about-hero .primary-btn,
    .about-hero .secondary-btn{
        width:100%;
    }

    .about-trust{
        justify-content:space-between;
    }

    .about-trust div{
        min-width:30%;
    }

    .about-trust span{
        font-size:11px;
    }

    .about-hero-visual{
        min-height:350px;
    }

    .hero-main-card{
        width:100%;
    }

    .floating-about-card{
        display:none;
    }

}

/* =========================================================
   WHAT WE DO
========================================================= */

.what-we-do{
    position:relative;
    padding:110px 0;
    background:#ffffff;
    overflow:hidden;
}

.what-we-do::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:#f3f7ff;
    left:-250px;
    top:80px;
}

.what-we-do .container{
    position:relative;
    z-index:2;
}

.what-we-do .section-title{
    max-width:850px;
    margin:0 auto;
}

.what-we-do .section-title h2{
    font-size:44px;
    line-height:1.18;
    font-weight:800;
    color:#172033;
    margin:18px auto;
}

.what-we-do .section-title p{
    max-width:680px;
    margin:0 auto;
    color:#6d788a;
    font-size:16px;
    line-height:1.8;
}


/* Cards */

.service-about-card{
    position:relative;
    height:100%;
    min-height:390px;
    padding:38px 34px;
    background:#ffffff;
    border:1px solid #e8edf5;
    border-radius:26px;
    overflow:hidden;
    transition:all .35s ease;
}

.service-about-card::after{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    border-radius:50%;
    background:#f4f8ff;
    right:-80px;
    bottom:-80px;
    transition:.35s;
}

.service-about-card:hover{
    transform:translateY(-10px);
    border-color:#d9e6ff;
    box-shadow:0 25px 60px rgba(30,73,140,.10);
}

.service-about-card:hover::after{
    transform:scale(1.25);
}

.service-about-card.featured{
    background:linear-gradient(145deg,#0f56d9,#1e63e8);
    border:none;
    box-shadow:0 25px 60px rgba(37,99,235,.20);
}

.service-about-card.featured::after{
    background:rgba(255,255,255,.08);
}


/* Number */

.service-number{
    position:absolute;
    right:28px;
    top:22px;
    font-size:52px;
    line-height:1;
    font-weight:800;
    color:#edf3fc;
    transition:.3s;
}

.service-about-card.featured .service-number{
    color:rgba(255,255,255,.10);
}


/* Icon */

.service-about-icon{
    position:relative;
    z-index:2;
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:20px;
    background:#edf4ff;
    color:#2563eb;
    font-size:27px;
    margin-bottom:28px;
    transition:.35s;
}

.service-about-card:hover .service-about-icon{
    transform:rotate(-5deg) scale(1.05);
}

.service-about-card.featured .service-about-icon{
    background:rgba(255,255,255,.14);
    color:#ffffff;
}


/* Content */

.service-about-card h4{
    position:relative;
    z-index:2;
    font-size:24px;
    font-weight:750;
    color:#172033;
    margin-bottom:14px;
}

.service-about-card.featured h4{
    color:#ffffff;
}

.service-about-card p{
    position:relative;
    z-index:2;
    color:#6e798b;
    line-height:1.8;
    margin-bottom:28px;
}

.service-about-card.featured p{
    color:rgba(255,255,255,.80);
}


/* Link */

.service-about-card a{
    position:relative;
    z-index:3;
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#2563eb;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
}

.service-about-card.featured a{
    color:#ffffff;
}

.service-about-card a i{
    transition:.3s;
}

.service-about-card:hover a i{
    transform:translateX(5px);
}


/* =========================================================
   WHY JOBMINT
========================================================= */

.why-jobmint{
    position:relative;
    padding:120px 0;
    background:#f5f8fd;
    overflow:hidden;
}

.why-jobmint::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    border:1px solid #e3ebf8;
    right:-300px;
    top:-200px;
}

.why-jobmint::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:#edf4ff;
    left:-220px;
    bottom:-200px;
}

.why-jobmint .container{
    position:relative;
    z-index:2;
}


/* Left */

.why-jobmint h2{
    max-width:650px;
    font-size:46px;
    line-height:1.18;
    font-weight:800;
    color:#172033;
    margin:18px 0 22px;
}

.why-intro{
    max-width:620px;
    color:#687487;
    font-size:16px;
    line-height:1.85;
    margin-bottom:35px;
}


/* List */

.why-list{
    max-width:650px;
}

.why-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:20px 0;
    border-bottom:1px solid #e3e9f2;
}

.why-item:last-child{
    border-bottom:0;
}

.why-icon{
    width:54px;
    height:54px;
    flex:0 0 54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:#ffffff;
    color:#2563eb;
    font-size:21px;
    box-shadow:0 8px 25px rgba(30,73,140,.07);
}

.why-item h5{
    margin:2px 0 7px;
    font-size:18px;
    font-weight:750;
    color:#172033;
}

.why-item p{
    margin:0;
    color:#737e90;
    font-size:14px;
    line-height:1.75;
}


/* =========================================================
   WHY JOBMINT VISUAL
========================================================= */

.why-visual{
    position:relative;
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* Main Dashboard */

.main-growth-card{
    position:relative;
    z-index:3;
    width:410px;
    padding:30px;
    border-radius:26px;
    background:#ffffff;
    border:1px solid #e8edf5;
    box-shadow:0 30px 70px rgba(25,65,125,.12);
}

.growth-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.growth-header span{
    display:block;
    color:#8a94a4;
    font-size:12px;
    font-weight:600;
}

.growth-header h4{
    margin:5px 0 0;
    font-size:22px;
    font-weight:800;
    color:#172033;
}

.growth-icon{
    width:50px;
    height:50px;
    border-radius:15px;
    background:#edf4ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
}


/* Chart */

.growth-chart{
    position:relative;
    height:220px;
    margin-top:35px;
    padding:0 15px 15px;
    display:flex;
    align-items:flex-end;
    justify-content:space-around;
    gap:14px;
    border-bottom:1px solid #e8edf5;
    background:repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent 49px,
        #edf1f6 50px
    );
}

.chart-bar{
    width:38px;
    border-radius:10px 10px 3px 3px;
    background:linear-gradient(
        to top,
        #2563eb,
        #73a6ff
    );
    transition:.4s;
}

.main-growth-card:hover .chart-bar{
    transform:translateY(-4px);
}

.bar-one{
    height:40%;
}

.bar-two{
    height:54%;
}

.bar-three{
    height:48%;
}

.bar-four{
    height:68%;
}

.bar-five{
    height:80%;
}

.bar-six{
    height:94%;
}

.growth-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-top:18px;
    font-size:13px;
    color:#7b8595;
}

.growth-footer strong{
    color:#16a36f;
}


/* Floating Cards */

.mini-growth-card{
    position:absolute;
    z-index:5;
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px 18px;
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 18px 40px rgba(25,65,125,.12);
    border:1px solid #edf1f6;
}

.mini-growth-card i{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#edf9f4;
    color:#16a36f;
}

.mini-growth-card strong{
    display:block;
    font-size:12px;
    color:#172033;
}

.mini-growth-card span{
    display:block;
    margin-top:3px;
    color:#8a94a4;
    font-size:10px;
}

.mini-one{
    top:45px;
    left:0;
}

.mini-two{
    right:-10px;
    bottom:55px;
}

.mini-two i{
    background:#fff6df;
    color:#f59e0b;
}


/* =========================================================
   OUR APPROACH
========================================================= */

.our-approach{
    padding:120px 0;
    background:#ffffff;
}

.our-approach .section-title{
    max-width:850px;
}

.our-approach .section-title h2{
    font-size:44px;
    font-weight:800;
    color:#172033;
    margin:18px 0;
}

.our-approach .section-title p{
    color:#6d788a;
    line-height:1.8;
}


/* Timeline */

.approach-wrapper{
    position:relative;
    max-width:1000px;
    margin:80px auto 0;
}

.approach-line{
    position:absolute;
    left:50%;
    top:25px;
    bottom:25px;
    width:2px;
    background:#dfe7f3;
    transform:translateX(-50%);
}


/* Item */

.approach-item{
    position:relative;
    width:50%;
    padding-right:75px;
    margin-bottom:65px;
}

.approach-item:last-child{
    margin-bottom:0;
}

.approach-item.reverse{
    margin-left:50%;
    padding-left:75px;
    padding-right:0;
}


/* Number */

.approach-number{
    position:absolute;
    z-index:4;
    top:0;
    right:-28px;
    width:56px;
    height:56px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#2563eb;
    color:#ffffff;
    font-size:13px;
    font-weight:800;
    border:7px solid #ffffff;
    box-shadow:0 7px 20px rgba(37,99,235,.20);
}

.approach-item.reverse .approach-number{
    left:-28px;
    right:auto;
}


/* Content */

.approach-content{
    position:relative;
    padding:30px;
    background:#f7f9fc;
    border:1px solid #e7edf5;
    border-radius:22px;
    transition:.35s ease;
}

.approach-content::before{
    content:"";
    position:absolute;
    top:22px;
    right:-9px;
    width:17px;
    height:17px;
    background:#f7f9fc;
    border-top:1px solid #e7edf5;
    border-right:1px solid #e7edf5;
    transform:rotate(45deg);
}

.approach-item.reverse .approach-content::before{
    right:auto;
    left:-9px;
    transform:rotate(-135deg);
}

.approach-content:hover{
    background:#ffffff;
    border-color:#dce7f8;
    box-shadow:0 20px 45px rgba(25,65,125,.08);
    transform:translateY(-6px);
}

.approach-content span{
    color:#2563eb;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
}

.approach-content h4{
    font-size:24px;
    font-weight:800;
    color:#172033;
    margin:9px 0 10px;
}

.approach-content p{
    color:#707b8d;
    font-size:14px;
    line-height:1.8;
    margin:0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

    .what-we-do,
    .why-jobmint,
    .our-approach{
        padding:90px 0;
    }

    .what-we-do .section-title h2,
    .our-approach .section-title h2{
        font-size:38px;
    }

    .why-jobmint h2{
        font-size:40px;
    }

    .why-visual{
        margin-top:45px;
    }

}


@media(max-width:767px){

    .what-we-do,
    .why-jobmint,
    .our-approach{
        padding:75px 0;
    }

    .what-we-do .section-title h2,
    .our-approach .section-title h2,
    .why-jobmint h2{
        font-size:32px;
    }

    .service-about-card{
        min-height:auto;
        padding:32px 27px;
    }

    .why-visual{
        min-height:390px;
    }

    .main-growth-card{
        width:100%;
        padding:24px;
    }

    .mini-one{
        left:-5px;
        top:20px;
    }

    .mini-two{
        right:-5px;
        bottom:20px;
    }

    /* Timeline becomes single column */

    .approach-wrapper{
        margin-top:55px;
        padding-left:0;
    }

    .approach-line{
        left:27px;
        transform:none;
        top:20px;
        bottom:20px;
    }

    .approach-item,
    .approach-item.reverse{
        width:100%;
        margin-left:0;
        padding-left:70px;
        padding-right:0;
        margin-bottom:35px;
    }

    .approach-number,
    .approach-item.reverse .approach-number{
        left:0;
        right:auto;
        width:54px;
        height:54px;
    }

    .approach-content::before,
    .approach-item.reverse .approach-content::before{
        left:-9px;
        right:auto;
        transform:rotate(-135deg);
    }

}


@media(max-width:480px){

    .service-about-card{
        padding:28px 23px;
    }

    .service-about-card h4{
        font-size:21px;
    }

    .why-visual{
        min-height:320px;
    }

    .growth-chart{
        height:165px;
        gap:7px;
        padding-left:5px;
        padding-right:5px;
    }

    .chart-bar{
        width:27px;
    }

    .mini-growth-card{
        padding:10px 12px;
    }

    .mini-growth-card i{
        width:35px;
        height:35px;
    }

    .mini-growth-card strong{
        font-size:10px;
    }

    .mini-growth-card span{
        font-size:9px;
    }

    .approach-content{
        padding:24px 20px;
    }

    .approach-content h4{
        font-size:21px;
    }

}

/* =====================================================
   ABOUT US - PART 3
===================================================== */


/* =====================================================
   OUR IMPACT
===================================================== */

.about-impact{
    padding:100px 0;
    background:#f7faff;
}

.impact-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:50px;
}

.impact-header h2{
    max-width:650px;
    font-size:44px;
    line-height:1.2;
    font-weight:750;
    color:#172033;
    margin:18px 0 0;
}

.impact-header p{
    max-width:480px;
    color:#687386;
    line-height:1.8;
    margin:0;
}

.impact-card{
    height:100%;
    background:#fff;
    border:1px solid #edf1f7;
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    transition:all .35s ease;
}

.impact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(20,65,130,.09);
    border-color:transparent;
}

.impact-icon{
    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    border-radius:18px;
    background:#edf4ff;
    color:#2563eb;
    font-size:25px;
}

.impact-card h3{
    font-size:34px;
    font-weight:800;
    color:#172033;
    margin-bottom:7px;
}

.impact-card span{
    color:#747f91;
    font-size:15px;
}


/* =====================================================
   OUR VALUES
===================================================== */

.our-values{
    padding:110px 0;
    background:#fff;
}

.section-title{
    max-width:850px;
    margin:0 auto;
}

.section-title h2{
    font-size:43px;
    line-height:1.2;
    font-weight:750;
    color:#172033;
    margin:18px 0;
}

.section-title p{
    color:#687386;
    line-height:1.8;
    max-width:700px;
    margin:0 auto;
}

.value-card{
    height:100%;
    padding:35px 30px;
    background:#fff;
    border:1px solid #e9eef6;
    border-radius:22px;
    transition:all .35s ease;
}

.value-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(20,65,130,.08);
    border-color:#dce8ff;
}

.value-icon{
    width:62px;
    height:62px;
    border-radius:17px;
    background:#eef5ff;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:25px;
}

.value-card h4{
    font-size:21px;
    font-weight:700;
    color:#172033;
    margin-bottom:12px;
}

.value-card p{
    color:#707b8d;
    line-height:1.75;
    margin:0;
}


/* =====================================================
   FUTURE VISION
===================================================== */

.future-vision{
    padding:100px 0;
    background:#f7faff;
}

.future-card{
    position:relative;
    overflow:hidden;
    padding:70px;
    border-radius:32px;
    background:linear-gradient(135deg,#0f56d9,#1747ad);
    color:#fff;
}

.future-card::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
    right:-180px;
    top:-220px;
}

.future-card::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    right:-100px;
    bottom:-220px;
}

.future-card > .row{
    position:relative;
    z-index:2;
}

.future-badge{
    display:inline-flex;
    padding:8px 16px;
    border-radius:30px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.15);
    font-size:13px;
    font-weight:600;
    letter-spacing:.3px;
}

.future-card h2{
    max-width:650px;
    font-size:45px;
    line-height:1.2;
    font-weight:750;
    margin:22px 0;
}

.future-card p{
    max-width:650px;
    color:rgba(255,255,255,.82);
    line-height:1.8;
    margin-bottom:15px;
}

.future-points{
    margin-top:30px;
}

.future-points div{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
    font-weight:600;
}

.future-points i{
    font-size:18px;
}


/* =====================================================
   FUTURE VISUAL
===================================================== */

.future-visual{
    height:430px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.future-orbit{
    position:absolute;
    border:1px solid rgba(255,255,255,.17);
    border-radius:50%;
}

.orbit-one{
    width:360px;
    height:360px;
}

.orbit-two{
    width:260px;
    height:260px;
}

.future-center{
    width:175px;
    height:175px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    backdrop-filter:blur(10px);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.future-center i{
    font-size:34px;
    margin-bottom:10px;
}

.future-center strong{
    font-size:17px;
}

.future-center span{
    font-size:11px;
    color:rgba(255,255,255,.7);
    margin-top:4px;
}

.future-floating{
    position:absolute;
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#2563eb;
    border-radius:16px;
    font-size:21px;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.future-float-one{
    top:35px;
    right:80px;
}

.future-float-two{
    bottom:55px;
    right:35px;
}

.future-float-three{
    bottom:75px;
    left:70px;
}


/* =====================================================
   ABOUT CTA
===================================================== */

.about-cta{
    padding:100px 0;
    background:#fff;
}

.about-cta-inner{
    position:relative;
    overflow:hidden;
    min-height:370px;
    padding:65px 70px;
    border-radius:30px;
    background:#f1f6ff;
    display:flex;
    align-items:center;
}

.cta-content{
    position:relative;
    z-index:3;
    max-width:720px;
}

.about-cta .section-badge{
    background:#fff;
}

.cta-content h2{
    font-size:43px;
    line-height:1.2;
    font-weight:750;
    color:#172033;
    margin:20px 0 15px;
}

.cta-content p{
    max-width:650px;
    color:#697588;
    line-height:1.8;
    margin-bottom:30px;
}

.cta-buttons{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.cta-primary,
.cta-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 24px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.cta-primary{
    background:#2563eb;
    color:#fff;
}

.cta-primary:hover{
    background:#1d4ed8;
    color:#fff;
    transform:translateY(-2px);
}

.cta-secondary{
    background:#fff;
    color:#2563eb;
    border:1px solid #dbe6fa;
}

.cta-secondary:hover{
    background:#2563eb;
    color:#fff;
}


/* =====================================================
   CTA DECORATION
===================================================== */

.cta-decoration{
    position:absolute;
    width:480px;
    height:480px;
    right:-80px;
    top:-55px;
}

.cta-circle{
    position:absolute;
    border-radius:50%;
    border:1px solid rgba(37,99,235,.12);
}

.circle-a{
    width:400px;
    height:400px;
    top:40px;
    left:40px;
}

.circle-b{
    width:270px;
    height:270px;
    top:105px;
    left:105px;
}

.cta-icon{
    position:absolute;
    width:90px;
    height:90px;
    border-radius:25px;
    background:#2563eb;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    top:195px;
    left:195px;
    box-shadow:0 20px 40px rgba(37,99,235,.25);
    transform:rotate(-8deg);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:991px){

    .impact-header{
        display:block;
    }

    .impact-header p{
        margin-top:25px;
    }

    .future-card{
        padding:50px 35px;
    }

    .future-card h2{
        font-size:36px;
    }

    .future-visual{
        margin-top:20px;
    }

    .about-cta-inner{
        padding:50px 35px;
    }

    .cta-decoration{
        opacity:.45;
        right:-170px;
    }

}

@media(max-width:767px){

    .about-impact,
    .our-values,
    .future-vision,
    .about-cta{
        padding:75px 0;
    }

    .impact-header h2,
    .section-title h2{
        font-size:32px;
    }

    .impact-card{
        padding:30px 20px;
    }

    .future-card{
        padding:40px 25px;
        border-radius:25px;
    }

    .future-card h2{
        font-size:31px;
    }

    .future-visual{
        height:330px;
    }

    .orbit-one{
        width:280px;
        height:280px;
    }

    .orbit-two{
        width:200px;
        height:200px;
    }

    .future-center{
        width:140px;
        height:140px;
    }

    .future-float-one{
        right:35px;
        top:30px;
    }

    .future-float-two{
        right:10px;
        bottom:35px;
    }

    .future-float-three{
        left:25px;
        bottom:50px;
    }

    .about-cta-inner{
        padding:40px 25px;
        border-radius:25px;
    }

    .cta-content h2{
        font-size:32px;
    }

    .cta-buttons{
        align-items:stretch;
        flex-direction:column;
    }

    .cta-primary,
    .cta-secondary{
        width:100%;
    }

    .cta-decoration{
        display:none;
    }

}

@media(max-width:480px){

    .impact-card h3{
        font-size:30px;
    }

    .future-points div{
        align-items:flex-start;
    }

    .future-visual{
        height:290px;
    }

}