/* =========================================================
   CYBERTZ ABOUT US
   ========================================================= */

.cyb-about-page{
    --cyb-navy:#101827;
    --cyb-navy-2:#071a35;
    --cyb-red:#E30613;
    --cyb-red-light:#E30613;
    --cyb-blue:#0A66C2;

    color:#172033;
    background:#f7f8fa;

    overflow:hidden;

    font-family:
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.cyb-about-page *,
.cyb-about-page *::before,
.cyb-about-page *::after{
    box-sizing:border-box;
}


/* =========================================================
   CONTAINER
   ========================================================= */

.cyb-about-container{
    width:100%;
    max-width:1300px;

    margin:0 auto;

    padding-left:50px;
    padding-right:50px;

    box-sizing:border-box;
}


/* =========================================================
   GENERAL TYPOGRAPHY
   ========================================================= */

.cyb-about-page h1,
.cyb-about-page h2,
.cyb-about-page h3,
.cyb-about-page h4,
.cyb-about-page strong{
    font-family:
        "Inter",
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.cyb-about-page h1,
.cyb-about-page h2,
.cyb-about-page h3,
.cyb-about-page h4,
.cyb-about-page p{
    margin-top:0;
}

.cyb-about-section-heading{
    max-width:760px;
    margin-bottom:55px;
}

.cyb-about-section-heading h2{
    margin:17px 0 0;

    font-size:46px;
    line-height:1.1;

    font-weight:800;

    letter-spacing:-1.4px;
}

.cyb-about-section-heading h2 span{
    display:block;

    color:var(--cyb-red);
}

.cyb-about-section-heading > p{
    max-width:680px;

    margin:20px 0 0;

    color:#657084;

    font-size:15px;
    line-height:1.85;
}

.cyb-about-eyebrow{
    display:inline-flex;
    align-items:center;

    gap:10px;

    color:var(--cyb-red);

    font-size:11px;
    font-weight:700;

    letter-spacing:1.8px;
    text-transform:uppercase;
}

.cyb-about-eyebrow::before{
    content:"";

    width:30px;
    height:2px;

    background:var(--cyb-red);
}


/* =========================================================
   HERO
   ========================================================= */

.cyb-about-hero{
    position:relative;

    color:#fff;

    background:
        linear-gradient(
            120deg,
            #101421 0%,
            #111a2b 58%,
            #10213a 100%
        );

    overflow:hidden;
}

.cyb-about-hero::before{
    content:"";

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:3px;

    background:var(--cyb-red);
}

.cyb-about-hero .cyb-about-container{
    min-height:550px;

    display:grid;

    grid-template-columns:1.15fr .85fr;

    align-items:center;

    gap:60px;

    padding-top:55px;
    padding-bottom:55px;
}

.cyb-about-hero-content{
    position:relative;

    z-index:2;
}

.cyb-about-hero h1{
    max-width:760px;

    margin:18px 0 21px;

    font-size:60px;
    line-height:1.04;

    font-weight:800;

    letter-spacing:-2.1px;
}

.cyb-about-hero h1 span{
    display:block;

    color:var(--cyb-red);
}

.cyb-about-hero-content > p{
    max-width:640px;

    margin:0;

    color:#c4cedc;

    font-size:15px;
    line-height:1.85;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.cyb-about-hero-actions{
    display:flex;
    align-items:center;

    gap:12px;

    margin-top:30px;
}

.cyb-about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:13px;

    min-height:48px;

    padding:0 20px;

    border-radius:7px;

    font-size:13px;
    font-weight:700;

    text-decoration:none;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}

.cyb-about-btn-primary{
    color:#fff;

    background:var(--cyb-red);

    box-shadow:
        0 9px 22px rgba(227,6,19,.18);
}

.cyb-about-btn-primary:hover{
    color:#fff;

    background:#c90510;

    transform:translateY(-2px);
}

.cyb-about-btn-primary span{
    display:flex;

    align-items:center;
    justify-content:center;

    width:23px;
    height:23px;

    border-radius:50%;

    background:rgba(255,255,255,.15);
}

.cyb-about-btn-secondary{
    color:#fff;

    background:rgba(255,255,255,.035);

    border:1px solid rgba(255,255,255,.18);
}

.cyb-about-btn-secondary:hover{
    color:#fff;

    border-color:var(--cyb-red);

    background:rgba(227,6,19,.08);
}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.cyb-about-hero-visual{
    position:relative;

    min-height:370px;

    display:flex;

    align-items:center;
    justify-content:center;
}

.cyb-about-hero-visual::before{
    content:"";

    position:absolute;

    width:310px;
    height:310px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:50%;
}

.cyb-about-hero-visual::after{
    content:"";

    position:absolute;

    width:215px;
    height:215px;

    border:1px solid rgba(227,6,19,.30);

    border-radius:50%;
}


/* =========================================================
   HERO CARD
   ========================================================= */

.cyb-about-hero-card{
    position:relative;

    z-index:2;

    width:285px;
    min-height:305px;

    display:flex;

    flex-direction:column;
    justify-content:space-between;

    padding:30px;

    border:1px solid rgba(255,255,255,.12);

    border-radius:13px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );

    backdrop-filter:blur(12px);

    box-shadow:
        0 25px 60px rgba(0,0,0,.25);
}

.cyb-about-card-number{
    color:var(--cyb-red);

    font-size:12px;
    font-weight:800;

    letter-spacing:1.8px;
}

.cyb-about-hero-card strong{
    color:#fff;

    font-size:28px;
    line-height:1.13;

    font-weight:750;
}

.cyb-about-card-line{
    width:42px;
    height:2px;

    background:var(--cyb-red);
}

.cyb-about-hero-card small{
    color:#aeb9c9;

    font-size:11px;
    line-height:1.65;
}


/* =========================================================
   WHO WE ARE
   ========================================================= */

/* =========================================================
   WHO WE ARE
========================================================= */

.cyb-about-who{
    padding:100px 0;
    background:#fff;
}

.cyb-about-who-grid{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:90px;
    align-items:start;
}

/* LEFT SIDE */

.cyb-about-who-intro{
    position:relative;
    padding-left:28px;
}

.cyb-about-who-intro::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:3px;
    height:205px;
    background:#E30613;
}

/* CYB BOX */

.cyb-about-accent-box{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 0 28px;

    border-radius:10px;
    background:#111;
    color:#fff;

    font-size:15px;
    font-weight:800;
    letter-spacing:.5px;
}

/* LEFT HEADING */

.cyb-about-who-intro h3{
    margin:0;
    max-width:390px;

    font-family:"Inter",Arial,sans-serif;
    font-size:28px;
    line-height:1.28;
    font-weight:800;
    letter-spacing:-.7px;
    color:#172033;
}

/* RIGHT SIDE */

.cyb-about-who-content{
    max-width:720px;
    padding-top:4px;
}

.cyb-about-who-content p{
    margin:0 0 18px;

    font-family:"Inter",Arial,sans-serif;
    font-size:15px;
    line-height:1.9;
    font-weight:400;
    color:#667085;
}

/* CHECK LIST */

.cyb-about-check-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    column-gap:42px;
    row-gap:16px;
    margin-top:28px;
}

.cyb-about-check-list div{
    display:flex;
    align-items:center;
    gap:11px;

    font-size:14px;
    font-weight:600;
    color:#172033;
}

.cyb-about-check-list span{
    width:26px;
    height:26px;
    flex:0 0 26px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    border:1px solid #E30613;

    color:#E30613;
    background:#fff;

    font-size:13px;
    font-weight:700;
}

/* MOBILE */

@media(max-width:991px){

    .cyb-about-who-grid{
        grid-template-columns:1fr;
        gap:55px;
    }

    .cyb-about-who-intro::before{
        height:100%;
    }

}

@media(max-width:640px){

    .cyb-about-who{
        padding:70px 0;
    }

    .cyb-about-who-intro{
        padding-left:22px;
    }

    .cyb-about-who-intro h3{
        font-size:19px;
        line-height:1.25;
    }

    .cyb-about-check-list{
        grid-template-columns:1fr;
        gap:14px;
    }

}

/* =========================================================
   WHAT WE DO
   ========================================================= */

.cyb-about-services{
    padding:105px 0;

    background:#f7f8fa;
}

.cyb-about-services-grid{
    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;
}

.cyb-about-service-card{
    position:relative;

    min-height:290px;

    padding:27px;

    box-sizing:border-box;

    background:#fff;

    border:1px solid #e5e8ed;

    border-radius:11px;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.cyb-about-service-card:hover{
    transform:translateY(-5px);

    border-color:rgba(227,6,19,.24);

    box-shadow:
        0 16px 38px rgba(16,24,39,.07);
}

.cyb-about-service-number{
    color:#aeb6c1;

    font-size:11px;
    font-weight:800;
}

.cyb-about-service-icon{
    width:50px;
    height:50px;

    display:flex;

    align-items:center;
    justify-content:center;

    margin:27px 0 22px;

    border-radius:9px;

    color:var(--cyb-red);

    background:#fff;

    border:1px solid #e8e8e8;

    font-size:21px;
}

.cyb-about-service-card h3{
    margin:0 0 12px;

    color:#172033;

    font-size:18px;
    line-height:1.25;

    font-weight:750;
}

.cyb-about-service-card p{
    margin:0;

    color:#697588;

    font-size:13px;
    line-height:1.75;
}


/* =========================================================
   INDUSTRIES
   ========================================================= */

.cyb-about-industries{
    position:relative;

    padding:105px 0;

    color:#fff;

    background:
        linear-gradient(
            120deg,
            #101421 0%,
            #071a35 100%
        );
}

.cyb-about-industries .cyb-about-eyebrow{
    color:var(--cyb-red);
}

.cyb-about-heading-light h2{
    color:#fff;
}

.cyb-about-industries-grid{
    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:15px;
}

.cyb-about-industry-card{
    min-height:180px;

    padding:25px;

    box-sizing:border-box;

    border:1px solid rgba(255,255,255,.10);

    border-radius:11px;

    background:rgba(255,255,255,.035);

    transition:
        border-color .25s ease,
        background .25s ease,
        transform .25s ease;
}

.cyb-about-industry-card:hover{
    background:rgba(255,255,255,.055);

    border-color:rgba(227,6,19,.40);

    transform:translateY(-4px);
}

.cyb-about-industry-card > span{
    color:var(--cyb-red);

    font-size:11px;
    font-weight:800;

    letter-spacing:1px;
}

.cyb-about-industry-card h3{
    margin:25px 0 10px;

    color:#fff;

    font-size:19px;
    line-height:1.3;

    font-weight:750;
}

.cyb-about-industry-card p{
    margin:0;

    color:#aeb9c9;

    font-size:13px;
    line-height:1.7;
}


/* =========================================================
   WHY CYBERTZ
   ========================================================= */

.cyb-about-why{
    padding:105px 0;

    background:#fff;
}

.cyb-about-why-grid{
    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;
}

.cyb-about-why-card{
    padding:28px;

    border-radius:11px;

    background:#f7f8fa;

    border:1px solid #e7eaee;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.cyb-about-why-card:hover{
    transform:translateY(-4px);

    border-color:#dce1e7;

    box-shadow:
        0 14px 32px rgba(16,24,39,.06);
}

.cyb-about-why-card > span{
    color:var(--cyb-red);

    font-size:11px;
    font-weight:800;
}

.cyb-about-why-card h3{
    margin:25px 0 12px;

    color:#172033;

    font-size:18px;
    line-height:1.3;

    font-weight:750;
}

.cyb-about-why-card p{
    margin:0;

    color:#687486;

    font-size:13px;
    line-height:1.75;
}


/* =========================================================
   CERTIFICATIONS
   ========================================================= */

.cyb-about-certifications{
    padding:105px 0;

    background:#f7f8fa;
}

.cyb-about-cert-grid{
    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;
}

.cyb-about-cert-card{
    position:relative;

    padding:30px;

    background:#fff;

    border:1px solid #e5e8ed;

    border-radius:11px;

    overflow:hidden;
}

.cyb-about-cert-card::before{
    display:none !important;
}

.cyb-about-cert-badge{
    display:flex;

    align-items:center;
    justify-content:center;

    width:58px;
    height:58px;

    margin-bottom:22px;

    border-radius:9px;

    color:#fff;

    font-size:13px;
    font-weight:800;

    background:#111;
}

.cyb-about-cert-card > span{
    color:var(--cyb-red);

    font-size:12px;
    font-weight:800;
}

.cyb-about-cert-card h3{
    margin:12px 0 10px;

    color:#172033;

    font-size:18px;
    line-height:1.3;

    font-weight:750;
}

.cyb-about-cert-card p{
    margin:0;

    color:#6b7788;

    font-size:13px;
    line-height:1.7;
}


/* =========================================================
   COMPLIANCE
   ========================================================= */

.cyb-about-compliance{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:40px;

    margin-top:35px;

    padding:28px 32px;

    border-radius:11px;

    color:#fff;

    background:#111;
}

.cyb-about-compliance-label{
    color:var(--cyb-red);

    font-size:10px;
    font-weight:800;

    letter-spacing:1.7px;
}

.cyb-about-compliance h3{
    margin:9px 0 0;

    font-size:22px;
    line-height:1.3;

    font-weight:700;
}

.cyb-about-compliance-details{
    display:flex;

    align-items:center;

    justify-content:flex-end;

    flex-wrap:wrap;

    gap:8px;
}

.cyb-about-compliance-details span{
    padding:8px 11px;

    border:1px solid rgba(255,255,255,.12);

    border-radius:6px;

    color:#cbd4df;

    background:rgba(255,255,255,.035);

    font-size:11px;
}


/* =========================================================
   CTA
   ========================================================= */

.cyb-about-cta{
    position:relative;

    padding:80px 0;

    overflow:hidden;

    color:#fff;

    background:
        linear-gradient(
            120deg,
            #101421 0%,
            #071a35 100%
        );
}

.cyb-about-cta::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:var(--cyb-red);
}

.cyb-about-cta-inner{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:40px;
}

.cyb-about-cta h2{
    margin:17px 0 12px;

    font-size:42px;
    line-height:1.1;

    font-weight:800;

    letter-spacing:-1px;
}

.cyb-about-cta h2 span{
    color:var(--cyb-red);
}

.cyb-about-cta p{
    max-width:600px;

    margin:0;

    color:#aeb9c9;

    font-size:14px;
    line-height:1.8;
}

.cyb-about-cta-button{
    flex:0 0 auto;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:13px;

    min-height:50px;

    padding:0 22px;

    border-radius:7px;

    color:#fff;

    background:var(--cyb-red);

    font-size:13px;
    font-weight:700;

    text-decoration:none;

    box-shadow:
        0 9px 24px rgba(227,6,19,.18);

    transition:
        background .25s ease,
        transform .25s ease;
}

.cyb-about-cta-button:hover{
    color:#fff;

    background:#c90510;

    transform:translateY(-2px);
}

.cyb-about-cta-button span{
    font-size:17px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:991px){

    .cyb-about-container{
        padding-left:30px;
        padding-right:30px;
    }

    .cyb-about-hero .cyb-about-container{
        grid-template-columns:1fr;

        gap:45px;

        padding-top:65px;
        padding-bottom:65px;
    }

    .cyb-about-hero h1{
        font-size:52px;
    }

    .cyb-about-hero-visual{
        min-height:330px;
    }

    .cyb-about-who-grid{
        grid-template-columns:1fr;

        gap:50px;
    }

    .cyb-about-services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cyb-about-industries-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cyb-about-why-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cyb-about-cert-grid{
        grid-template-columns:1fr;
    }

    .cyb-about-compliance{
        align-items:flex-start;

        flex-direction:column;
    }

    .cyb-about-compliance-details{
        justify-content:flex-start;
    }

    .cyb-about-cta-inner{
        align-items:flex-start;

        flex-direction:column;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:640px){

    .cyb-about-container{
        padding-left:20px;
        padding-right:20px;
    }

    .cyb-about-section-heading{
        margin-bottom:42px;
    }

    .cyb-about-section-heading h2{
        font-size:28px;
    }

    .cyb-about-hero .cyb-about-container{
        padding-top:55px;
        padding-bottom:55px;
    }

    .cyb-about-hero h1{
        font-size:40px;

        letter-spacing:-1.3px;
    }

    .cyb-about-hero-content > p{
        font-size:14px;
    }

    .cyb-about-hero-actions{
        align-items:stretch;

        flex-direction:column;
    }

    .cyb-about-btn{
        width:100%;
    }

    .cyb-about-hero-visual{
        min-height:285px;
    }

    .cyb-about-hero-visual::before{
        width:235px;
        height:235px;
    }

    .cyb-about-hero-visual::after{
        width:160px;
        height:160px;
    }

    .cyb-about-hero-card{
        width:245px;
        min-height:275px;

        padding:25px;
    }

    .cyb-about-hero-card strong{
        font-size:25px;
    }

    .cyb-about-who,
    .cyb-about-services,
    .cyb-about-industries,
    .cyb-about-why,
    .cyb-about-certifications{
        padding:70px 0;
    }

    .cyb-about-who-intro h3{
        font-size:28px;
    }

    .cyb-about-check-list{
        grid-template-columns:1fr;
    }

    .cyb-about-services-grid,
    .cyb-about-industries-grid,
    .cyb-about-why-grid{
        grid-template-columns:1fr;
    }

    .cyb-about-service-card{
        min-height:260px;
    }

    .cyb-about-compliance{
        padding:25px;

        margin-top:25px;
    }

    .cyb-about-compliance h3{
        font-size:20px;
    }

    .cyb-about-compliance-details{
        display:grid;

        grid-template-columns:1fr 1fr;
    }

    .cyb-about-compliance-details span:last-child{
        grid-column:1 / -1;
    }

    .cyb-about-cta{
        padding:65px 0;
    }

    .cyb-about-cta h2{
        font-size:34px;
    }

    .cyb-about-cta-button{
        width:100%;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media(max-width:420px){

    .cyb-about-hero h1{
        font-size:37px;
    }

    .cyb-about-section-heading h2{
        font-size:31px;
    }

}

/* =========================================================
   WHO WE ARE — ADD CARD
   ========================================================= */

.cyb-about-who-grid{
    padding:40px 42px !important;

    background:#fff !important;

    border:1px solid #e5e7eb !important;
    border-radius:14px !important;

    box-shadow:0 8px 28px rgba(0,0,0,.04) !important;
}


/* LEFT CONTENT */

.cyb-about-who-intro{
    padding-top:8px !important;
    padding-bottom:8px !important;
}


/* RIGHT CONTENT */

.cyb-about-who-content{
    padding-top:0 !important;
}


/* MOBILE */

@media(max-width:640px){

    .cyb-about-who-grid{
        padding:28px 22px !important;
    }

}


/* =========================================================
   MOBILE — WHO WE ARE FINAL ADJUSTMENT
   ========================================================= */

@media (max-width:640px){

    /* Section heading */
    .cyb-about-section-heading{
        margin-bottom:32px !important;
    }

    .cyb-about-section-heading h2{
        margin-top:14px !important;

        font-size:30px !important;
        line-height:1.12 !important;

        letter-spacing:-.7px !important;
    }


    /* WHO WE ARE CARD */
    .cyb-about-who-grid{
        width:100% !important;

        padding:28px 22px !important;

        gap:38px !important;

        border-radius:12px !important;
    }


    /* Left content inside card */
    .cyb-about-who-intro{
        padding-left:20px !important;

        padding-top:4px !important;
        padding-bottom:4px !important;
    }


    /* Red vertical line */
    .cyb-about-who-intro::before{
        left:0 !important;
        top:0 !important;
        bottom:0 !important;

        width:3px !important;
        height:auto !important;
    }


    /* CYB */
    .cyb-about-accent-box{
        width:58px !important;
        height:58px !important;

        margin-bottom:24px !important;

        border-radius:9px !important;

        font-size:14px !important;
    }


    /* Your partner heading */
    .cyb-about-who-intro h3{
        max-width:250px !important;

        margin:0 !important;

        font-size:25px !important;
        line-height:1.28 !important;

        letter-spacing:-.5px !important;
    }


    /* Right content */
    .cyb-about-who-content{
        width:100% !important;

        padding-top:0 !important;
    }


    .cyb-about-who-content p{
        font-size:13px !important;
        line-height:1.75 !important;

        margin-bottom:17px !important;
    }


    /* Check list */
    .cyb-about-check-list{
        grid-template-columns:1fr !important;

        gap:12px !important;

        margin-top:24px !important;
    }


    .cyb-about-check-list div{
        font-size:13px !important;
    }


    .cyb-about-check-list span{
        width:24px !important;
        height:24px !important;
        flex:0 0 24px !important;
    }

}

@media (max-width:640px){

    .cyb-about-who-intro h3{
        max-width:none !important;
        width:100% !important;

        font-size:23px !important;
        line-height:1.3 !important;

        letter-spacing:-.35px !important;
    }

}