/* =========================================
   CYBEROAKS GLOBAL
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: "Inter", Arial, sans-serif;

    background: #ffffff;

    color: #172033;

    overflow-x: hidden;
}


a {
    text-decoration: none;
}


button,
input,
textarea {
    font-family: inherit;
}


/* =========================================
   TEMPORARY HERO
========================================= */

.cyber-temp-hero {
    min-height: 100vh;

    padding: 82px 8% 70px;

    display: flex;
    align-items: center;

    position: relative;

    overflow: hidden;

    background: #ffffff;
}


/* Decorative blue circle */

.cyber-temp-hero::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    right: -170px;
    top: 130px;

    border-radius: 50%;

    background: #eef5ff;

    z-index: 0;
}


/* Decorative orange shape */

.cyber-temp-hero::after {
    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    left: -100px;
    bottom: -70px;

    border-radius: 50%;

    background: #fff5df;

    z-index: 0;
}


/* Hero content */

.cyber-temp-content {
    max-width: 780px;

    position: relative;

    z-index: 2;
}


.cyber-temp-content > p:first-child {
    margin-bottom: 20px;

    color: #2563eb;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 3px;
}


.cyber-temp-content h1 {
    color: #172033;

    font-size: clamp(48px, 6vw, 82px);

    line-height: 1.04;

    letter-spacing: -4px;
}


.cyber-temp-content h1 span {
    display: block;

    color: #2563eb;
}


.cyber-temp-content p:last-child {
    max-width: 620px;

    margin-top: 28px;

    color: #687386;

    font-size: 17px;

    line-height: 1.8;
}
/* =========================================
   CYBEROAKS HOME HERO
========================================= */

.cyber-hero {
    position: relative;

    min-height: 100vh;

    padding-top: 82px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #ffffff;
}


/* =========================================
   HERO CONTAINER
========================================= */

.cyber-hero-container {
    position: relative;

    width: min(1400px, 90%);

    margin: 0 auto;

    min-height: calc(100vh - 82px);

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 30px;
}


/* =========================================
   HERO CONTENT
========================================= */

.cyber-hero-content {
    position: relative;

    z-index: 5;

    max-width: 690px;
}


/* =========================================
   EYEBROW
========================================= */

.cyber-hero-eyebrow {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 22px;

    color: #2563eb;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2.2px;
}


.cyber-hero-eyebrow span {
    width: 30px;

    height: 3px;

    background: #f59e0b;

    border-radius: 10px;
}


/* =========================================
   HERO TITLE
========================================= */

.cyber-hero-title {
    max-width: 720px;

    color: #172033;

    font-size: clamp(48px, 5.4vw, 78px);

    font-weight: 800;

    line-height: 1.04;

    letter-spacing: -3.5px;
}


.cyber-hero-title span {
    display: block;

    color: #2563eb;
}


/* =========================================
   DESCRIPTION
========================================= */

.cyber-hero-description {
    max-width: 590px;

    margin-top: 28px;

    color: #697386;

    font-size: 17px;

    line-height: 1.8;
}


/* =========================================
   BUTTONS
========================================= */

.cyber-hero-buttons {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 34px;
}


.cyber-primary-button,
.cyber-secondary-button {
    min-height: 52px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    border-radius: 7px;

    font-size: 14px;

    font-weight: 700;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


.cyber-primary-button {
    color: #ffffff;

    background: #2563eb;

    box-shadow:
        0 8px 20px rgba(37, 99, 235, 0.18);
}


.cyber-primary-button span {
    font-size: 20px;

    line-height: 0;

    transition: transform 0.25s ease;
}


.cyber-primary-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(37, 99, 235, 0.25);
}


.cyber-primary-button:hover span {
    transform: translateX(4px);
}


.cyber-secondary-button {
    color: #263246;

    background: #ffffff;

    border: 1px solid #dce1e8;
}


.cyber-secondary-button:hover {
    color: #2563eb;

    border-color: #2563eb;

    transform: translateY(-3px);
}


/* =========================================
   TRUST POINTS
========================================= */

.cyber-hero-trust {
    display: flex;

    align-items: center;

    gap: 0;

    margin-top: 55px;
}


.cyber-hero-trust > div {
    padding-right: 28px;

    margin-right: 28px;

    border-right: 1px solid #e4e7ec;

    display: flex;

    flex-direction: column;

    gap: 4px;
}


.cyber-hero-trust > div:last-child {
    border-right: none;

    margin-right: 0;

    padding-right: 0;
}


.cyber-hero-trust strong {
    color: #172033;

    font-size: 18px;

    font-weight: 800;
}


.cyber-hero-trust span {
    color: #8992a2;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 0.4px;
}


/* =========================================
   THREE.JS VISUAL
========================================= */

.cyber-hero-visual {
    position: relative;

    height: 650px;

    display: flex;

    align-items: center;

    justify-content: center;
}


.cyber-three-wrapper {
    position: relative;

    width: 620px;

    height: 620px;

    max-width: 100%;

    max-height: 100%;
}


#cyberThreeCanvas {
    width: 100%;

    height: 100%;

    display: block;
}


/* =========================================
   FLOATING CARDS
========================================= */

.cyber-floating-card {
    position: absolute;

    z-index: 10;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 12px 16px;

    background: #ffffff;

    border: 1px solid #e8ebef;

    border-radius: 9px;

    box-shadow:
        0 12px 30px rgba(30, 45, 70, 0.10);

    animation: cyberFloat 4s ease-in-out infinite;
}


.cyber-floating-card strong {
    display: block;

    color: #273247;

    font-size: 12px;

    font-weight: 800;
}


.cyber-floating-card span {
    display: block;

    margin-top: 3px;

    color: #8a93a3;

    font-size: 9px;
}


.cyber-floating-icon {
    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    color: #ffffff;

    background: #2563eb;

    font-size: 10px;

    font-weight: 800;
}


.cyber-card-ai {
    top: 115px;

    right: 20px;
}


.cyber-card-cloud {
    bottom: 105px;

    left: 25px;

    animation-delay: -2s;
}


.cyber-card-cloud .cyber-floating-icon {
    color: #172033;

    background: #f59e0b;
}


/* =========================================
   FLOATING DOTS
========================================= */

.cyber-floating-dot {
    position: absolute;

    border-radius: 50%;

    z-index: 5;
}


.cyber-dot-one {
    width: 13px;

    height: 13px;

    top: 100px;

    left: 100px;

    background: #f59e0b;

    animation: cyberDotFloat 3s ease-in-out infinite;
}


.cyber-dot-two {
    width: 9px;

    height: 9px;

    top: 220px;

    right: 35px;

    background: #16b8a6;

    animation: cyberDotFloat 4s ease-in-out infinite;

    animation-delay: -1s;
}


.cyber-dot-three {
    width: 10px;

    height: 10px;

    bottom: 80px;

    right: 130px;

    background: #2563eb;

    animation: cyberDotFloat 3.5s ease-in-out infinite;

    animation-delay: -2s;
}


/* =========================================
   DECORATIVE BACKGROUND SHAPES
========================================= */

.cyber-hero-shape {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


.cyber-shape-one {
    width: 500px;

    height: 500px;

    right: -260px;

    top: 100px;

    border: 1px solid #edf3ff;
}


.cyber-shape-two {
    width: 320px;

    height: 320px;

    left: -230px;

    bottom: -160px;

    background: #fff8e8;
}


/* =========================================
   SCROLL INDICATOR
========================================= */

.cyber-scroll-indicator {
    position: absolute;

    left: 5%;

    bottom: 28px;

    display: flex;

    align-items: center;

    gap: 12px;

    color: #a0a7b3;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.cyber-scroll-line {
    width: 40px;

    height: 1px;

    background: #cdd2da;
}
/* =========================================
   THREE JS CANVAS FIX
========================================= */

.cyber-three-wrapper {
    position: relative;
    width: 620px;
    height: 620px;
    max-width: 100%;
    max-height: 100%;
}

#cyberThreeCanvas {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    display: block;

    pointer-events: auto;
}
/* =========================================
   ABOUT PREVIEW
========================================= */

.cyber-about-preview {
    position: relative;

    padding: 140px 0;

    background: #ffffff;

    border-top: 1px solid #f0f2f5;
}


.cyber-about-container {
    width: min(1280px, 90%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        160px
        1fr
        210px;

    gap: 60px;

    align-items: start;
}


/* =========================================
   SECTION LABEL
========================================= */

.cyber-about-label {
    display: flex;

    align-items: center;

    gap: 12px;

    padding-top: 10px;

    transform: rotate(-90deg);

    transform-origin: left top;

    width: 140px;
}


.cyber-section-number {
    color: #2563eb;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;
}


.cyber-section-line {
    width: 30px;

    height: 2px;

    background: #f59e0b;
}


.cyber-section-label {
    color: #7c8595;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.5px;

    white-space: nowrap;
}


/* =========================================
   ABOUT CONTENT
========================================= */

.cyber-about-content {
    max-width: 720px;
}


.cyber-about-content h2 {
    margin: 0;

    color: #172033;

    font-size: clamp(
        40px,
        4vw,
        60px
    );

    line-height: 1.08;

    letter-spacing: -2.5px;

    font-weight: 800;
}


.cyber-about-content h2 span {
    color: #2563eb;
}


.cyber-about-intro {
    max-width: 650px;

    margin-top: 30px;

    color: #475569;

    font-size: 22px;

    line-height: 1.7;

    font-weight: 500;
}


.cyber-about-text {
    max-width: 620px;

    margin-top: 20px;

    color: #7a8494;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   TEXT BUTTON
========================================= */

.cyber-text-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 30px;

    color: #2563eb;

    font-size: 19px;

    font-weight: 800;

    border-bottom: 1px solid #2563eb;

    padding-bottom: 5px;

    transition: gap 0.25s ease;
}


.cyber-text-button span {
    font-size: 22px;
}


.cyber-text-button:hover {
    gap: 18px;
}


/* =========================================
   STATS
========================================= */

.cyber-about-stats {
    display: flex;

    flex-direction: column;

    gap: 0;

    border-left: 1px solid #e5e9ef;
}


.cyber-about-stat {
    padding: 20px 0 20px 28px;

    border-bottom: 1px solid #e5e9ef;
}


.cyber-about-stat:first-child {
    padding-top: 0;
}


.cyber-about-stat:last-child {
    border-bottom: none;
}


.cyber-about-stat strong {
    display: block;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 25px;

    font-weight: 800;
}


.cyber-about-stat span {
    color: #6f7888;

    font-size: 17px;

    line-height: 1.5;

    font-weight: 700;

    letter-spacing: 0.5px;
}
/* =========================================
   SERVICES SHOWCASE
========================================= */

.cyber-services-preview {
    position: relative;

    padding: 140px 0;

    background: #f8fafc;

    border-top: 1px solid #edf0f4;
}


.cyber-services-container {
    width: min(1280px, 90%);

    margin: 0 auto;
}


/* =========================================
   SERVICES HEADER
========================================= */

.cyber-services-heading {
    display: grid;

    grid-template-columns: 160px 1fr;

    gap: 60px;

    align-items: start;

    margin-bottom: 65px;
}


.cyber-services-heading h2 {
    max-width: 750px;

    margin: 0;

    color: #172033;

    font-size: clamp(
        40px,
        4vw,
        58px
    );

    line-height: 1.08;

    letter-spacing: -2.5px;

    font-weight: 800;
}


.cyber-services-heading h2 span {
    color: #2563eb;

    display: block;
}


.cyber-services-heading p {
    max-width: 620px;

    margin-top: 22px;

    color: #727d8e;

    font-size: 19px;

    line-height: 1.8;
}


/* =========================================
   SERVICES GRID
========================================= */

.cyber-services-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}


/* =========================================
   SERVICE CARD
========================================= */

.cyber-service-card {
    position: relative;

    min-height: 330px;

    padding: 28px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e7ebf0;

    border-radius: 12px;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


.cyber-service-card::before {
    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 3px;

    height: 0;

    background: #2563eb;

    transition: height 0.35s ease;
}


.cyber-service-card:hover {
    transform: translateY(-7px);

    border-color: #d9e2f3;

    box-shadow:
        0 18px 40px rgba(
            31,
            52,
            82,
            0.09
        );
}


.cyber-service-card:hover::before {
    height: 100%;
}


/* =========================================
   SERVICE TOP
========================================= */

.cyber-service-top {
    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 25px;
}


.cyber-service-number {
    color: #a0a8b5;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


.cyber-service-arrow {
    color: #a4acb8;

    font-size: 20px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.cyber-service-card:hover
.cyber-service-arrow {
    color: #2563eb;

    transform: translate(
        3px,
        -3px
    );
}


/* =========================================
   SERVICE ICON
========================================= */

.cyber-service-icon {
    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 24px;

    border-radius: 9px;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 0.5px;
}


.cyber-icon-blue {
    color: #2563eb;

    background: #edf4ff;
}


.cyber-icon-teal {
    color: #089b8d;

    background: #eafaf8;
}


.cyber-icon-orange {
    color: #d98700;

    background: #fff5df;
}


/* =========================================
   SERVICE CONTENT
========================================= */

.cyber-service-card h3 {
    margin: 0;

    color: #1d2739;

    font-size: 19px;

    line-height: 1.3;

    font-weight: 800;
}


.cyber-service-card p {
    margin-top: 13px;

    color: #7b8493;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   SERVICE LINK
========================================= */

.cyber-service-link {
    margin-top: auto;

    padding-top: 25px;

    color: #2563eb;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 0.3px;
}


/* =========================================
   WIDE SERVICE
========================================= */

.cyber-service-wide {
    grid-column: span 3;

    min-height: 250px;
}


/* =========================================
   SERVICES FOOTER
========================================= */

/* =========================================
   GLOBAL FOOTER (shared across every page)
   Matches the <footer><div class="footer-grid">
   markup used identically on all pages.
========================================= */
footer{padding:35px 0;background:#071a35;color:#aebed2}
footer a{text-decoration:none}
.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
footer .cyber-logo-text strong{color:#fff}
footer .cyber-logo-text small{color:#8fa4bf}
.footer-links{display:flex;gap:20px;flex-wrap:wrap;font-size:11px}
.footer-links a{color:#aebed2}
.footer-links a:hover{color:#fff}
.copyright{font-size:10px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#7f94ae}
@media(max-width:560px){
.footer-grid{flex-direction:column;align-items:flex-start}
}

.cyber-services-footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 35px;

    padding-top: 28px;

    border-top: 1px solid #e3e7ed;
}


.cyber-services-footer p {
    margin: 0;

    color: #8a93a2;

    font-size: 13px;
}


.cyber-services-footer a {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #172033;

    font-size: 13px;

    font-weight: 800;
}


.cyber-services-footer a span {
    color: #2563eb;

    font-size: 19px;

    transition:
        transform 0.25s ease;
}


.cyber-services-footer a:hover span {
    transform: translateX(5px);
}
/* =========================================
   WHY CYBEROAKS
========================================= */

.cyber-why-section {
    position: relative;

    padding: 145px 0;

    background: #ffffff;

    border-top: 1px solid #edf0f4;
}


.cyber-why-container {
    width: min(1280px, 90%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        0.9fr
        1.1fr;

    gap: 110px;

    align-items: start;
}


/* =========================================
   LEFT
========================================= */

.cyber-why-left {
    max-width: 570px;
}


.cyber-section-mini {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 32px;
}


.cyber-section-mini span {
    color: #2563eb;

    font-size: 10px;

    font-weight: 800;
}


.cyber-section-mini i {
    display: block;

    width: 18px;

    height: 1px;

    background: #f59e0b;
}


.cyber-section-mini strong {
    color: #7b8493;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;
}


.cyber-why-left h2 {
    margin: 0;

    color: #172033;

    font-size: clamp(
        38px,
        4vw,
        58px
    );

    line-height: 1.08;

    letter-spacing: -2.5px;

    font-weight: 800;
}


.cyber-why-left h2 span {
    display: block;

    color: #2563eb;
}


.cyber-why-left > p {
    max-width: 500px;

    margin-top: 28px;

    color: #748093;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   BUTTON
========================================= */

.cyber-why-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 30px;

    padding: 13px 20px;

    color: #ffffff;

    background: #2563eb;

    border-radius: 6px;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(
            37,
            99,
            235,
            0.16
        );

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.cyber-why-button span {
    font-size: 18px;

    transition:
        transform 0.25s ease;
}


.cyber-why-button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(
            37,
            99,
            235,
            0.22
        );
}


.cyber-why-button:hover span {
    transform: translateX(4px);
}


/* =========================================
   RIGHT
========================================= */

.cyber-why-right {
    border-top: 1px solid #e5e9ef;
}


/* =========================================
   WHY ITEM
========================================= */

.cyber-why-item {
    display: grid;

    grid-template-columns:
        45px
        1fr
        35px;

    gap: 25px;

    align-items: start;

    padding: 30px 0;

    border-bottom: 1px solid #e5e9ef;

    transition:
        padding-left 0.3s ease,
        background 0.3s ease;
}


.cyber-why-item:hover {
    padding-left: 12px;
}


.cyber-why-number {
    color: #a2aab6;

    font-size: 10px;

    font-weight: 800;

    padding-top: 4px;
}


.cyber-why-content h3 {
    margin: 0;

    color: #1c273a;

    font-size: 18px;

    font-weight: 800;
}


.cyber-why-content p {
    max-width: 540px;

    margin: 10px 0 0;

    color: #7b8493;

    font-size: 13px;

    line-height: 1.7;
}


.cyber-why-icon {
    color: #b1b8c3;

    font-size: 18px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.cyber-why-item:hover
.cyber-why-icon {
    color: #2563eb;

    transform: translate(
        3px,
        -3px
    );
}
/* =====================================================
   STEP 7
   PORTFOLIO / SELECTED WORK
===================================================== */


/* =====================================================
   MAIN SECTION
===================================================== */

.cyber-portfolio-section {

    position: relative;

    padding: 145px 0;

    background: #f8fafc;

    border-top: 1px solid #edf0f4;

}


.cyber-portfolio-container {

    width: min(1280px, 90%);

    margin: 0 auto;

}



/* =====================================================
   PORTFOLIO HEADER
===================================================== */

.cyber-portfolio-header {

    margin-bottom: 55px;

}


.cyber-portfolio-title {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 40px;

    margin-top: 28px;

}


.cyber-portfolio-title h2 {

    max-width: 720px;

    margin: 0;

    color: #172033;

    font-size: clamp(
        38px,
        4vw,
        56px
    );

    line-height: 1.08;

    letter-spacing: -2.5px;

    font-weight: 800;

}


.cyber-portfolio-title h2 span {

    display: block;

    color: #2563eb;

}



/* =====================================================
   VIEW PORTFOLIO BUTTON
===================================================== */

.cyber-portfolio-view {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    flex-shrink: 0;

    padding-bottom: 6px;

    color: #172033;

    border-bottom: 1px solid #172033;

    font-size: 12px;

    font-weight: 800;

    transition:
        color 0.25s ease;

}


.cyber-portfolio-view span {

    color: #2563eb;

    font-size: 18px;

    transition:
        transform 0.25s ease;

}


.cyber-portfolio-view:hover {

    color: #2563eb;

}


.cyber-portfolio-view:hover span {

    transform:
        translate(
            3px,
            -3px
        );

}



/* =====================================================
   FEATURED PROJECT
===================================================== */

.cyber-project-featured {

    display: grid;

    grid-template-columns:
        1.15fr
        0.85fr;

    min-height: 540px;

    background: #ffffff;

    border: 1px solid #e5e9ef;

    border-radius: 14px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

}


.cyber-project-featured:hover {

    transform:
        translateY(-5px);

    box-shadow:
        0 22px 55px
        rgba(
            25,
            45,
            75,
            0.09
        );

}



/* =====================================================
   FEATURED IMAGE
===================================================== */

.cyber-project-visual {

    position: relative;

    min-height: 540px;

    overflow: hidden;

    background: #eef3f8;

}


.cyber-project-visual img {

    width: 100%;

    height: 100%;

    min-height: 540px;

    display: block;

    object-fit: cover;

    transition:
        transform 0.7s ease;

}


.cyber-project-featured:hover
.cyber-project-visual img {

    transform:
        scale(1.045);

}



/* =====================================================
   IMAGE OVERLAY
===================================================== */

.cyber-project-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(
                15,
                23,
                42,
                0.02
            ),
            rgba(
                15,
                23,
                42,
                0.38
            )
        );

    pointer-events: none;

}



/* =====================================================
   FEATURED PROJECT LABEL
===================================================== */

.cyber-project-tag {

    position: absolute;

    left: 25px;

    bottom: 25px;

    padding:
        8px
        12px;

    color: #ffffff;

    background:
        rgba(
            37,
            99,
            235,
            0.92
        );

    border-radius: 4px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

}



/* =====================================================
   FEATURED PROJECT INFORMATION
===================================================== */

.cyber-project-info {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 65px;

}


.cyber-project-meta {

    display: flex;

    align-items: center;

    gap: 15px;

    color: #8b94a3;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

}


.cyber-project-meta span:first-child {

    color: #2563eb;

}


.cyber-project-info h3 {

    margin:
        25px
        0
        0;

    color: #172033;

    font-size: clamp(
        32px,
        3vw,
        46px
    );

    line-height: 1.1;

    letter-spacing: -1.8px;

    font-weight: 800;

}


.cyber-project-info h3 span {

    display: block;

    color: #2563eb;

}


.cyber-project-info p {

    max-width: 430px;

    margin-top: 25px;

    color: #748093;

    font-size: 14px;

    line-height: 1.8;

}



/* =====================================================
   PROJECT LINK
===================================================== */

.cyber-project-link {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 35px;

    color: #172033;

    font-size: 12px;

    font-weight: 800;

}


.cyber-project-link span {

    color: #2563eb;

    font-size: 19px;

    transition:
        transform 0.25s ease;

}


.cyber-project-featured:hover
.cyber-project-link span {

    transform:
        translate(
            4px,
            -4px
        );

}



/* =====================================================
   SMALL PROJECT ROW
===================================================== */

.cyber-project-row {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin-top: 18px;

}



/* =====================================================
   SMALL PROJECT CARD
===================================================== */

.cyber-project-small {

    display: grid;

    grid-template-columns:
        130px
        1fr;

    min-height: 190px;

    background: #ffffff;

    border: 1px solid #e5e9ef;

    border-radius: 12px;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


.cyber-project-small:hover {

    transform:
        translateY(-5px);

    border-color: #dce4ef;

    box-shadow:
        0 15px 35px
        rgba(
            25,
            45,
            75,
            0.08
        );

}



/* =====================================================
   SMALL PROJECT IMAGE
===================================================== */

.cyber-small-visual {

    position: relative;

    overflow: hidden;

    background: #eef3f8;

}


.cyber-small-visual img {

    width: 100%;

    height: 100%;

    min-height: 190px;

    display: block;

    object-fit: cover;

    transition:
        transform 0.5s ease;

}


.cyber-project-small:hover
.cyber-small-visual img {

    transform:
        scale(1.07);

}



/* =====================================================
   SMALL PROJECT INFORMATION
===================================================== */

.cyber-small-info {

    position: relative;

    padding: 25px;

}


.cyber-small-number {

    color: #9ba4b1;

    font-size: 9px;

    font-weight: 800;

}


.cyber-small-info h3 {

    margin:
        22px
        0
        0;

    color: #1d2739;

    font-size: 15px;

    line-height: 1.35;

    font-weight: 800;

}


.cyber-small-info p {

    margin:
        8px
        0
        0;

    color: #87909e;

    font-size: 10px;

    line-height: 1.5;

}


.cyber-small-arrow {

    position: absolute;

    right: 20px;

    bottom: 18px;

    color: #2563eb;

    font-size: 17px;

    transition:
        transform 0.25s ease;

}


.cyber-project-small:hover
.cyber-small-arrow {

    transform:
        translate(
            3px,
            -3px
        );

}



/* =====================================================
   PORTFOLIO FOOTER
===================================================== */

.cyber-portfolio-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    margin-top: 35px;

    padding-top: 28px;

    border-top: 1px solid #e3e7ed;

}


.cyber-portfolio-footer p {

    margin: 0;

    color: #8a93a2;

    font-size: 12px;

}


.cyber-portfolio-footer a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #172033;

    font-size: 12px;

    font-weight: 800;

}


.cyber-portfolio-footer a span {

    color: #2563eb;

    font-size: 18px;

    transition:
        transform 0.25s ease;

}


.cyber-portfolio-footer a:hover span {

    transform:
        translateX(5px);

}
/* =========================================
   STEP 8 — CTA SECTION
========================================= */

.cyber-cta-section {
    position: relative;
    padding: 135px 0;
    background: #ffffff;
    border-top: 1px solid #edf0f4;
    overflow: hidden;
}

.cyber-cta-container {
    width: min(1280px, 90%);
    margin: 0 auto;
}


/* ---------- LABEL ---------- */

.cyber-cta-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7b8493;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.cyber-cta-label span:first-child {
    color: #2563eb;
}


/* ---------- CONTENT ---------- */

.cyber-cta-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    margin-top: 45px;
}


/* ---------- HEADING ---------- */

.cyber-cta-heading h2 {
    margin: 0;
    color: #172033;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
    letter-spacing: -4px;
    font-weight: 800;
}

.cyber-cta-heading h2 span {
    display: block;
    color: #2563eb;
}


/* ---------- TEXT ---------- */

.cyber-cta-text {
    max-width: 460px;
}

.cyber-cta-text p {
    margin: 0;
    color: #748093;
    font-size: 15px;
    line-height: 1.85;
}


/* ---------- BUTTON ---------- */

.cyber-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    padding: 15px 22px;

    color: #ffffff;
    background: #172033;

    border-radius: 4px;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cyber-cta-button span {
    color: #ffffff;
    font-size: 18px;
    transition: transform 0.25s ease;
}

.cyber-cta-button:hover {
    background: #2563eb;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.18);
}

.cyber-cta-button:hover span {
    transform: translate(4px, -4px);
}


/* ---------- BOTTOM ---------- */

.cyber-cta-bottom {
    margin-top: 85px;
}

.cyber-cta-line {
    width: 100%;
    height: 1px;
    background: #e5e9ef;
}

.cyber-cta-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.cyber-cta-tags span {
    color: #9ba4b1;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.cyber-cta-tags span:nth-child(2) {
    color: #2563eb;
}

.cyber-cta-tags span:nth-child(3) {
    color: #16b8a6;
}

.cyber-cta-tags span:nth-child(4) {
    color: #f59e0b;
}


/* =========================================
   CTA RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .cyber-cta-section {
        padding: 105px 0;
    }

    .cyber-cta-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cyber-cta-text {
        max-width: 600px;
    }

    .cyber-cta-bottom {
        margin-top: 65px;
    }
}


@media (max-width: 600px) {

    .cyber-cta-section {
        padding: 85px 0;
    }

    .cyber-cta-container {
        width: 88%;
    }

    .cyber-cta-content {
        margin-top: 35px;
        gap: 30px;
    }

    .cyber-cta-heading h2 {
        font-size: 48px;
        letter-spacing: -2.5px;
    }

    .cyber-cta-text p {
        font-size: 14px;
        line-height: 1.75;
    }

    .cyber-cta-button {
        margin-top: 25px;
    }

    .cyber-cta-bottom {
        margin-top: 55px;
    }

    .cyber-cta-tags {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 18px 28px;
    }

}
/* =========================================
   STEP 9 — CONTACT SECTION
========================================= */

.cyber-contact-section {
    position: relative;
    padding: 140px 0;
    background: #f8fafc;
    border-top: 1px solid #edf0f4;
}

.cyber-contact-container {
    width: min(1280px, 90%);
    margin: 0 auto;
}


/* =========================================
   LABEL
========================================= */

.cyber-contact-label {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #7b8493;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.cyber-contact-label span:first-child {
    color: #2563eb;
}


/* =========================================
   HEADER
========================================= */

.cyber-contact-header {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: end;

    margin-top: 42px;
    margin-bottom: 65px;
}

.cyber-contact-title h2 {
    margin: 0;

    color: #172033;

    font-size: clamp(48px, 5.5vw, 75px);
    line-height: 0.98;
    letter-spacing: -3.5px;
    font-weight: 800;
}

.cyber-contact-title h2 span {
    display: block;
    color: #2563eb;
}

.cyber-contact-intro {
    max-width: 450px;
}

.cyber-contact-intro p {
    margin: 0;

    color: #748093;

    font-size: 14px;
    line-height: 1.85;
}


/* =========================================
   CONTACT GRID
========================================= */

.cyber-contact-grid {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 70px;
    align-items: start;
}


/* =========================================
   CONTACT INFO
========================================= */

.cyber-contact-info {
    padding-top: 10px;
}

.cyber-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;

    padding: 25px 0;

    border-bottom: 1px solid #dfe5ec;
}

.cyber-contact-info-item:first-child {
    border-top: 1px solid #dfe5ec;
}

.cyber-contact-info-number {
    color: #2563eb;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.cyber-contact-info-item small {
    display: block;

    margin-bottom: 8px;

    color: #9aa3b0;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.cyber-contact-info-item a {
    color: #172033;

    font-size: 14px;
    font-weight: 700;

    transition: color 0.25s ease;
}

.cyber-contact-info-item a:hover {
    color: #2563eb;
}

.cyber-contact-info-item p {
    margin: 0;

    color: #172033;

    font-size: 14px;
    font-weight: 700;
}


/* =========================================
   CONTACT NOTE
========================================= */

.cyber-contact-note {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-top: 45px;
}

.cyber-contact-note span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    color: #ffffff;
    background: #2563eb;

    border-radius: 50%;

    font-size: 10px;
    font-weight: 800;
}

.cyber-contact-note p {
    max-width: 220px;
    margin: 0;

    color: #8a93a2;

    font-size: 11px;
    line-height: 1.6;
}


/* =========================================
   FORM WRAPPER
========================================= */

.cyber-contact-form-wrapper {
    padding: 42px;

    background: #ffffff;

    border: 1px solid #e2e7ed;
    border-radius: 12px;

    box-shadow: 0 18px 50px rgba(25, 45, 75, 0.05);
}


/* =========================================
   FORM
========================================= */

.cyber-contact-form {
    width: 100%;
}

.cyber-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.cyber-form-group {
    margin-bottom: 25px;
}

.cyber-form-group label {
    display: block;

    margin-bottom: 10px;

    color: #697383;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.cyber-form-group input,
.cyber-form-group select,
.cyber-form-group textarea {
    width: 100%;

    padding: 15px 16px;

    color: #172033;
    background: #ffffff;

    border: 1px solid #dfe5ec;
    border-radius: 4px;

    outline: none;

    font-family: inherit;
    font-size: 13px;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.cyber-form-group input::placeholder,
.cyber-form-group textarea::placeholder {
    color: #a4acb7;
}

.cyber-form-group input:focus,
.cyber-form-group select:focus,
.cyber-form-group textarea:focus {
    border-color: #2563eb;

    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.07);
}

.cyber-form-group textarea {
    min-height: 135px;

    resize: vertical;
}

.cyber-form-group select {
    cursor: pointer;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.cyber-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    min-width: 175px;

    padding: 16px 22px;

    color: #ffffff;
    background: #172033;

    border: none;
    border-radius: 4px;

    cursor: pointer;

    font-family: inherit;
    font-size: 11px;
    font-weight: 800;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cyber-contact-submit strong {
    font-size: 18px;
    font-weight: 500;

    transition: transform 0.25s ease;
}

.cyber-contact-submit:hover {
    background: #2563eb;

    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.18);
}

.cyber-contact-submit:hover strong {
    transform: translate(4px, -4px);
}


/* =========================================
   FORM MESSAGE
========================================= */

.cyber-form-message {
    margin-top: 18px;

    font-size: 12px;
    line-height: 1.5;
}
/* =========================================
   STEP 10 — FOOTER
========================================= */

.cyber-footer {
    position: relative;
    background: #172033;
    color: #ffffff;
    padding: 85px 0 25px;
}

.cyber-footer-container {
    width: min(1280px, 90%);
    margin: 0 auto;
}


/* =========================================
   FOOTER TOP
========================================= */

.cyber-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 1.2fr 0.8fr;
    gap: 60px;
}


/* =========================================
   BRAND
========================================= */

.cyber-footer-brand {
    max-width: 330px;
}

.cyber-footer-logo {
    display: inline-block;

    color: #ffffff;

    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
}

.cyber-footer-logo span {
    color: #2563eb;
}

.cyber-footer-brand p {
    margin: 25px 0 22px;

    color: #9da7b7;

    font-size: 12px;
    line-height: 1.8;
}

.cyber-footer-email {
    color: #ffffff;

    font-size: 12px;
    font-weight: 700;

    border-bottom: 1px solid #526075;
    padding-bottom: 5px;

    transition: color 0.25s ease;
}

.cyber-footer-email:hover {
    color: #2563eb;
}


/* =========================================
   FOOTER COLUMNS
========================================= */

.cyber-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cyber-footer-column h4 {
    margin: 0 0 22px;

    color: #ffffff;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.cyber-footer-column a {
    margin-bottom: 12px;

    color: #8e99aa;

    font-size: 11px;
    line-height: 1.5;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.cyber-footer-column a:hover {
    color: #ffffff;
    transform: translateX(3px);
}


/* =========================================
   FOOTER LINE
========================================= */

.cyber-footer-line {
    width: 100%;
    height: 1px;

    margin-top: 70px;

    background: #303b4e;
}


/* =========================================
   FOOTER BOTTOM
========================================= */

.cyber-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    gap: 30px;

    padding-top: 22px;
}

.cyber-footer-bottom p {
    margin: 0;

    color: #707b8d;

    font-size: 10px;
}

.cyber-footer-bottom-links {
    display: flex;
    gap: 25px;
}

.cyber-footer-bottom-links a {
    color: #707b8d;

    font-size: 10px;

    transition: color 0.25s ease;
}

.cyber-footer-bottom-links a:hover {
    color: #ffffff;
}


/* =========================================
   BACK TO TOP
========================================= */

.cyber-back-top {
    justify-self: end;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    color: #ffffff;
    background: #2563eb;

    border: none;
    border-radius: 4px;

    cursor: pointer;

    font-size: 17px;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.cyber-back-top:hover {
    background: #16b8a6;
    transform: translateY(-3px);
}
/* =========================================
   STEP 11 — ABOUT PAGE
========================================= */


/* =====================================================
   ABOUT PAGE — COMPLETE STYLING
===================================================== */


/* =====================================================
   ABOUT HERO BANNER
===================================================== */

.cyber-about-banner {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    background: #172033;
}

.cyber-about-banner-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.cyber-about-banner-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s ease;
}

.cyber-about-banner:hover .cyber-about-banner-image img {
    transform: scale(1.025);
}

.cyber-about-banner-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10, 18, 35, 0.92) 0%,
            rgba(10, 18, 35, 0.72) 40%,
            rgba(10, 18, 35, 0.25) 100%
        );
}

.cyber-about-banner-content {
    position: relative;
    z-index: 2;

    width: min(1280px, 90%);
    height: 100%;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-top: 50px;
}

.cyber-about-banner-label {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 28px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.cyber-about-banner-label span:first-child {
    color: #4f8cff;
}

.cyber-about-banner-content h1 {
    max-width: 800px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(60px, 7vw, 100px);

    line-height: 0.94;

    letter-spacing: -5px;

    font-weight: 800;
}

.cyber-about-banner-content h1 span {
    display: block;
    color: #4f8cff;
}

.cyber-about-banner-content > p {
    max-width: 520px;

    margin: 30px 0 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 15px;
    line-height: 1.8;
}

.cyber-about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 38px;

    font-size: 10px;
    font-weight: 700;
}

.cyber-about-breadcrumb a {
    color: rgba(255, 255, 255, 0.55);

    transition: color 0.25s ease;
}

.cyber-about-breadcrumb a:hover {
    color: #ffffff;
}

.cyber-about-breadcrumb span {
    color: rgba(255, 255, 255, 0.3);
}

.cyber-about-breadcrumb strong {
    color: #ffffff;
}


/* =====================================================
   COMMON ABOUT CONTAINER
===================================================== */

.cyber-about-container {
    width: min(1280px, 90%);
    margin: 0 auto;
}

.cyber-about-section-label {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #7b8493;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.4px;
}

.cyber-about-section-label span:first-child {
    color: #2563eb;
}


/* =====================================================
   COMPANY
===================================================== */

.cyber-about-company {
    padding: 135px 0;

    background: #ffffff;

    border-bottom: 1px solid #edf0f4;
}

.cyber-about-company-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;

    margin-top: 55px;
}

.cyber-about-company-heading h2 {
    margin: 0;

    color: #172033;

    font-size: clamp(45px, 5vw, 68px);

    line-height: 1;

    letter-spacing: -3.5px;

    font-weight: 800;
}

.cyber-about-company-heading h2 span {
    display: block;
    color: #2563eb;
}

.cyber-about-company-content {
    max-width: 540px;
}

.cyber-about-company-content p {
    margin: 0 0 25px;

    color: #748093;

    font-size: 14px;

    line-height: 1.9;
}


/* =====================================================
   STATS
===================================================== */

.cyber-about-stats {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    margin-top: 75px;

    border-top: 1px solid #dfe5ec;
    border-bottom: 1px solid #dfe5ec;
}

.cyber-about-stat {
    padding: 30px 25px;

    border-right: 1px solid #dfe5ec;
}

.cyber-about-stat:last-child {
    border-right: none;
}

.cyber-about-stat strong {
    display: block;

    color: #172033;

    font-size: 38px;

    line-height: 1;

    letter-spacing: -2px;
}

.cyber-about-stat span {
    display: block;

    margin-top: 10px;

    color: #8993a2;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.2px;
}


/* =====================================================
   DIRECTION
===================================================== */

.cyber-about-direction {
    padding: 130px 0;

    background: #f8fafc;
}

.cyber-about-direction-header {
    margin-bottom: 60px;
}

.cyber-about-direction-header h2 {
    max-width: 650px;

    margin: 42px 0 0;

    color: #172033;

    font-size: clamp(44px, 5vw, 68px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 800;
}

.cyber-about-direction-header h2 span {
    display: block;
    color: #2563eb;
}

.cyber-direction-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;
}

.cyber-direction-card {
    position: relative;

    min-height: 410px;

    padding: 42px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    overflow: hidden;

    background: #172033;

    border-radius: 10px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.cyber-direction-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(25, 45, 75, 0.10);
}

.cyber-direction-light {
    background: #ffffff;

    border: 1px solid #e2e7ed;
}

.cyber-direction-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cyber-direction-top span {
    color: #4f8cff;

    font-size: 10px;

    font-weight: 800;
}

.cyber-direction-top small {
    color: #9aa3b0;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.3px;
}

.cyber-direction-card h3 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 38px;

    line-height: 1.02;

    letter-spacing: -1.8px;

    font-weight: 800;
}

.cyber-direction-light h3 {
    color: #172033;
}

.cyber-direction-card h3 span {
    color: #4f8cff;
}

.cyber-direction-card p {
    max-width: 420px;

    margin: 0;

    color: #a8b1bf;

    font-size: 13px;

    line-height: 1.8;
}

.cyber-direction-light p {
    color: #748093;
}

.cyber-direction-mark {
    position: absolute;

    right: 35px;
    bottom: 15px;

    color: rgba(255, 255, 255, 0.04);

    font-size: 150px;

    line-height: 1;

    font-weight: 800;

    pointer-events: none;
}

.cyber-direction-light .cyber-direction-mark {
    color: rgba(37, 99, 235, 0.05);
}


/* =====================================================
   VALUES
===================================================== */

.cyber-values-section {
    padding: 130px 0;

    background: #ffffff;

    border-bottom: 1px solid #edf0f4;
}

.cyber-values-heading {
    display: flex;

    justify-content: space-between;

    align-items: end;

    gap: 50px;

    margin-top: 45px;
}

.cyber-values-heading h2 {
    margin: 0;

    color: #172033;

    font-size: clamp(44px, 5vw, 68px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 800;
}

.cyber-values-heading h2 span {
    display: block;
    color: #2563eb;
}

.cyber-values-heading p {
    max-width: 280px;

    margin: 0;

    color: #8a93a2;

    font-size: 12px;

    line-height: 1.7;
}

.cyber-values-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

    margin-top: 60px;
}

.cyber-value-card {
    position: relative;

    min-height: 300px;

    padding: 30px;

    background: #f8fafc;

    border: 1px solid #e3e8ee;

    border-radius: 8px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.cyber-value-card:hover {
    transform: translateY(-5px);

    border-color: #d5deea;

    box-shadow:
        0 18px 40px rgba(25, 45, 75, 0.07);
}

.cyber-value-card > span {
    color: #2563eb;

    font-size: 10px;

    font-weight: 800;
}

.cyber-value-icon {
    position: absolute;

    top: 28px;
    right: 28px;

    color: #d4dbe5;

    font-size: 24px;

    font-weight: 300;
}

.cyber-value-card h3 {
    margin: 80px 0 15px;

    color: #172033;

    font-size: 21px;

    font-weight: 800;
}

.cyber-value-card p {
    margin: 0;

    color: #7b8493;

    font-size: 12px;

    line-height: 1.75;
}


/* =====================================================
   TECHNOLOGY
===================================================== */

.cyber-about-tech {
    padding: 130px 0;

    background: #f8fafc;

    border-bottom: 1px solid #edf0f4;
}

.cyber-about-tech-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;
}

.cyber-about-tech-heading h2 {
    margin: 45px 0 0;

    color: #172033;

    font-size: clamp(45px, 5vw, 70px);

    line-height: 0.98;

    letter-spacing: -3.5px;

    font-weight: 800;
}

.cyber-about-tech-heading h2 span {
    display: block;
    color: #2563eb;
}

.cyber-about-tech-content {
    max-width: 540px;

    padding-top: 55px;
}

.cyber-about-tech-content p {
    margin: 0 0 25px;

    color: #748093;

    font-size: 14px;

    line-height: 1.9;
}

.cyber-tech-list {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 35px;
}

.cyber-tech-list span {
    padding: 9px 13px;

    color: #172033;

    background: #ffffff;

    border: 1px solid #dfe5ec;

    border-radius: 3px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;
}

.cyber-tech-list span:nth-child(2) {
    color: #2563eb;
}

.cyber-tech-list span:nth-child(3) {
    color: #16a085;
}

.cyber-tech-list span:nth-child(4) {
    color: #f59e0b;
}


/* =====================================================
   WHY CYBEROAKS
===================================================== */

.cyber-about-why {
    padding: 130px 0;

    background: #ffffff;
}

.cyber-about-why-grid {
    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 100px;

    align-items: start;
}

.cyber-about-why h2 {
    margin: 45px 0 25px;

    color: #172033;

    font-size: clamp(44px, 5vw, 68px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 800;
}

.cyber-about-why h2 span {
    display: block;
    color: #2563eb;
}

.cyber-about-why-description {
    max-width: 420px;

    margin: 0;

    color: #7b8493;

    font-size: 13px;

    line-height: 1.8;
}

.cyber-about-why-list {
    border-top: 1px solid #dfe5ec;
}

.cyber-about-why-list > div {
    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 20px;

    padding: 25px 0;

    border-bottom: 1px solid #dfe5ec;
}

.cyber-about-why-list strong {
    color: #2563eb;

    font-size: 10px;
}

.cyber-about-why-list h3 {
    margin: 0 0 7px;

    color: #172033;

    font-size: 14px;

    font-weight: 800;
}

.cyber-about-why-list p {
    margin: 0;

    color: #8993a2;

    font-size: 11px;

    line-height: 1.6;
}


/* =====================================================
   FINAL CTA
===================================================== */

.cyber-about-final-cta {
    padding: 95px 0;

    background: #f8fafc;

    border-top: 1px solid #edf0f4;

    border-bottom: 1px solid #edf0f4;
}

.cyber-about-final-cta-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}

.cyber-about-final-cta-inner > div > span {
    color: #2563eb;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.4px;
}

.cyber-about-final-cta-inner h2 {
    margin: 18px 0 0;

    color: #172033;

    font-size: clamp(38px, 4.5vw, 58px);

    line-height: 1;

    letter-spacing: -2.5px;

    font-weight: 800;
}

.cyber-about-final-cta-inner h2 strong {
    color: #2563eb;
}

.cyber-about-final-button {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 16px 22px;

    color: #ffffff;

    background: #172033;

    border-radius: 4px;

    font-size: 11px;

    font-weight: 800;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cyber-about-final-button span {
    font-size: 18px;

    transition: transform 0.25s ease;
}

.cyber-about-final-button:hover {
    background: #2563eb;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(37, 99, 235, 0.18);
}

.cyber-about-final-button:hover span {
    transform: translate(4px, -4px);
}
