/* ==========================================================================
   About page — creative redesign (scoped: loaded only on about-us.php)
   Brand: #1e08c4 (primary) · #21c7f7 (cyan)
   ========================================================================== */
:root{
    --rc-primary:#1e08c4;
    --rc-cyan:#21c7f7;
    --rc-grad:linear-gradient(135deg,#1e08c4 0%,#21c7f7 100%);
    --rc-dark:#0e0b2e;
    --rc-muted:#5b6070;
    --rc-border:1px solid #eef0f7;
    --rc-shadow:0 10px 30px rgba(20,10,80,.06);
    --rc-shadow-hover:0 22px 50px rgba(30,8,196,.16);
}

/* ---- Section rhythm & headings ----
   Override the site's global .heading-sec (display:flex; padding-left:11rem)
   and its .heading-sec h2 (font-size:6.3rem) so the eyebrow + heading stack
   and center at a sensible size on the About page. */
.about-section{padding:95px 0;position:relative;overflow:hidden}
.about-section .heading-sec{display:block;text-align:center;max-width:760px;margin:0 auto 58px;padding:0}
.about-section .heading-sec h2{font-size:40px;line-height:1.2;font-weight:800;margin:4px 0 0}
.about-section .heading-sec .eyebrow{margin-bottom:16px}

/* ---- Eyebrow label (uppercase text flanked by short gradient lines) ---- */
.eyebrow{
    display:inline-flex;align-items:center;gap:14px;margin-bottom:16px;
    font-size:14px;font-weight:700;letter-spacing:3px;text-transform:uppercase;
    line-height:1;white-space:nowrap;color:var(--rc-primary);
    background:none;border:none;padding:0;-webkit-text-fill-color:currentColor;
}
.eyebrow::before,.eyebrow::after{content:"";width:32px;height:2px;border-radius:2px;background:var(--rc-grad);flex:0 0 auto}

/* ---- Dark sections ---- */
.about-dark{background:var(--rc-dark);color:#fff}
.about-dark .heading-sec h2,.about-dark>.container h2{color:#fff}
.about-dark p{color:rgba(255,255,255,.75)}
.about-dark .eyebrow,.who-we-are-white .eyebrow{color:var(--rc-cyan);-webkit-text-fill-color:var(--rc-cyan)}
.about-dark .eyebrow::before,.about-dark .eyebrow::after,
.who-we-are-white .eyebrow::before,.who-we-are-white .eyebrow::after{background:var(--rc-cyan)}

/* ---- Intro ---- */
.about-intro .content{text-align:center}
.about-intro .content h2{font-size:34px;font-weight:800;line-height:1.25;margin-bottom:18px}
.about-intro .content p{color:var(--rc-muted);line-height:1.8;font-size:16px}
.about-intro .img-ab{position:relative}

/* ---- Who We Are (dark, full-width copy) ---- */
.who-we-are-white{background:var(--rc-dark)!important;position:relative;overflow:hidden}
.who-we-are-white::before,.who-we-are-white::after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}
.who-we-are-white::before{width:420px;height:420px;top:-160px;left:-140px;background:radial-gradient(circle,rgba(33,199,247,.30),transparent 68%)}
.who-we-are-white::after{width:460px;height:460px;bottom:-190px;right:-150px;background:radial-gradient(circle,rgba(30,8,196,.45),transparent 68%)}
.who-we-are-white .content{max-width:900px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.who-we-are-white .content h2{font-size:32px;font-weight:800;color:#fff;position:relative}
.who-we-are-white .content h2::after{content:"";display:block;width:74px;height:3px;margin:18px auto 26px;border-radius:3px;background:var(--rc-grad)}
.who-we-are-white .content p{color:rgba(255,255,255,.8);line-height:1.9;font-size:16.5px;max-width:820px;margin-left:auto;margin-right:auto}

/* ---- Mission / Vision cards ---- */
.mv-card{
    background:#fff;border-radius:20px;padding:46px 40px;height:100%;text-align:center;
    box-shadow:0 12px 34px rgba(20,10,80,.07);border:var(--rc-border);
    transition:transform .35s ease,box-shadow .35s ease;position:relative;overflow:hidden;
}
.mv-card::after{content:"";position:absolute;right:-40px;bottom:-40px;width:150px;height:150px;border-radius:50%;background:var(--rc-grad);opacity:.06}
.mv-card:hover{transform:translateY(-8px);box-shadow:var(--rc-shadow-hover)}
.mv-card .mv-icon{
    width:72px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;
    font-size:28px;color:#fff;background:var(--rc-grad);margin:0 auto 24px;
    box-shadow:0 8px 22px rgba(30,8,196,.25);
}
.mv-card h2{font-size:25px;font-weight:800;margin-bottom:14px}
.mv-card p{color:var(--rc-muted);line-height:1.75;margin-bottom:0}
.mv-card p+p{margin-top:14px}

/* ---- Feature / value cards ---- */
.about-feature{
    position:relative;background:#fff;border-radius:18px;padding:34px 30px;
    box-shadow:var(--rc-shadow);border:var(--rc-border);z-index:1;overflow:hidden;
    transition:transform .35s ease,box-shadow .35s ease;margin-bottom:30px;
}
.about-feature::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--rc-grad);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.about-feature:hover{transform:translateY(-10px);box-shadow:var(--rc-shadow-hover)}
.about-feature:hover::before{transform:scaleX(1)}
.about-feature .fi-icon{
    width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;
    font-size:25px;color:#fff;background:var(--rc-grad);margin-bottom:22px;
    box-shadow:0 8px 20px rgba(30,8,196,.25);transition:transform .35s ease;
}
.about-feature:hover .fi-icon{transform:rotate(-6deg) scale(1.08)}
.about-feature h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#141329}
.about-feature p{margin:0;color:var(--rc-muted);line-height:1.7;font-size:15px}

/* ---- Process timeline ---- */
.process-step{
    position:relative;background:#fff;border-radius:18px;padding:42px 26px 30px;height:100%;text-align:center;
    box-shadow:var(--rc-shadow);border:var(--rc-border);margin-bottom:26px;
    transition:transform .35s ease,box-shadow .35s ease;
}
.process-step:hover{transform:translateY(-10px);box-shadow:var(--rc-shadow-hover)}
.process-num{
    width:72px;height:72px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    font-size:22px;font-weight:800;color:#fff;background:var(--rc-grad);box-shadow:0 8px 20px rgba(30,8,196,.25);
}
.process-step h3{font-size:18px;font-weight:700;margin-bottom:10px;color:#141329}
.process-step p{color:var(--rc-muted);line-height:1.65;font-size:14.5px;margin:0}
@media(min-width:992px){
    .about-process .process-col{position:relative}
    .about-process .process-col:not(:last-child)::after{
        content:"";position:absolute;top:78px;right:-14px;width:28px;height:2px;
        background:linear-gradient(90deg,var(--rc-primary),rgba(33,199,247,.2));z-index:0;
    }
}

/* ---- Stats / counters ---- */
.stat-box{padding:26px 15px;text-align:center}
.stat-box .stat-icon{font-size:30px;margin-bottom:14px;color:var(--rc-cyan)}
.stat-box .stat-num{font-size:54px;font-weight:800;line-height:1;color:#fff;letter-spacing:-1px}
.stat-box .stat-label{margin:12px 0 0;font-size:15px;color:rgba(255,255,255,.8);font-weight:500}
.stat-box .stat-divider{width:46px;height:3px;background:var(--rc-grad);border-radius:3px;margin:16px auto 0}

/* ---- Closing CTA ---- */
.about-cta{
    position:relative;background:var(--rc-grad);border-radius:26px;padding:72px 40px;text-align:center;
    color:#fff;overflow:hidden;box-shadow:0 24px 60px rgba(30,8,196,.3);
}
.about-cta::before,.about-cta::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}
.about-cta::before{width:300px;height:300px;top:-130px;right:-70px}
.about-cta::after{width:210px;height:210px;bottom:-110px;left:-50px}
.about-cta h2{color:#fff;font-weight:800;font-size:36px;margin-bottom:18px;position:relative}
.about-cta p{color:rgba(255,255,255,.92);max-width:770px;margin:0 auto 12px;position:relative;line-height:1.75}
.about-cta .cta-actions{margin-top:36px;position:relative;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.about-cta .btn-cta{display:inline-flex;align-items:center;gap:9px;padding:15px 34px;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}
.about-cta .btn-cta.primary{background:#fff;color:var(--rc-primary)}
.about-cta .btn-cta.ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.55)}
.about-cta .btn-cta:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.2)}

/* ---- Responsive ---- */
@media(max-width:991px){.about-intro .content{margin-top:30px}}
@media(max-width:767px){
    .about-section{padding:60px 0}
    .about-section .heading-sec{margin-bottom:40px}
    .about-intro .content h2,.who-we-are-white .content h2{font-size:26px}
    .about-cta{padding:52px 24px}
    .about-cta h2{font-size:26px}
    .stat-box .stat-num{font-size:44px}
    .mv-card{padding:36px 28px}
}
