﻿/* GCC HIRING PAGE */
        

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

.gcc-page {
    --navy: #0b0f2b;
    --navy-alt: #12173f;
    --blue: #3b82f6;
    --indigo: #4f6ef7;
    --violet: #7c3aed;
    --pink: #ec4899;
    --gold: #f2b705;
    --gradient: linear-gradient(135deg, var(--indigo), var(--violet) 55%, var(--pink));
    --font-display: 'Space Grotesk', 'Poppins', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --text: #555;
    --shadow: 0 10px 30px rgba(11,15,43,.08);
    --transition: .35s ease;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #fff;
    overflow-x: hidden;
}

    /*==================================================
                GLOBAL
==================================================*/

    .gcc-page section {
        padding: 90px 0;
        position: relative;
    }

    .gcc-page img {
        max-width: 100%;
        display: block;
        transition: .4s;
    }

        .gcc-page img:hover {
            transform: scale(1.02);
        }

    .gcc-page a {
        text-decoration: none;
    }

    .gcc-page ul {
        padding-left: 18px;
    }

    .gcc-page li {
        margin-bottom: 12px;
    }

    .gcc-page h1,
    .gcc-page h2,
    .gcc-page h3,
    .gcc-page h4 {
        font-weight: 700;
    }

    .gcc-page p {
        line-height: 1.9;
        font-size: 16px;
        color: #666;
    }

    .gcc-page .gcc-bg-light {
        background: #f7f8fc;
    }

    .gcc-page .gcc-shadow {
        box-shadow: 0 20px 50px rgba(11,15,43,.14) !important;
    }

    /*==================================================
            GRADIENT TEXT / TAGS
==================================================*/

    .gcc-page .gcc-text-gradient {
        background: var(--gradient);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .gcc-page .gcc-section-tag {
        display: inline-block;
        background: linear-gradient(135deg, rgba(79,110,247,.12), rgba(236,72,153,.12));
        color: var(--violet);
        padding: 10px 18px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .gcc-page .gcc-section-title {
        color: var(--navy);
        font-size: 42px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .gcc-page .gcc-section-subtitle {
        font-size: 18px;
        color: #777;
        max-width: 750px;
        margin: auto;
        line-height: 1.8;
    }

    /*==================================================
            HERO SECTION
==================================================*/

    .gcc-page .gcc-hero {
        position: relative;
        background: var(--navy);
        overflow: hidden;
        padding: 150px 0 110px;
    }

    /* background photo */
    .gcc-page .gcc-hero-bg-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        transition: none;
    }

        .gcc-page .gcc-hero-bg-img:hover {
            transform: none;
        }

    /* lighter navy wash over the photo so text stays readable      */
    /* lower these alpha values to let more of the photo show through */
    .gcc-page .gcc-hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(160deg, rgba(11,15,43,.7) 0%, rgba(18,23,63,.6) 100%);
    }

    /* fine blueprint grid instead of blurred blobs */
    .gcc-page .gcc-hero-grid {
        position: absolute;
        inset: 0;
        z-index: 2;
        background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
        background-size: 48px 48px;
        mask-image: radial-gradient(ellipse 80% 60% at 30% 30%, #000 40%, transparent 90%);
        -webkit-mask-image: radial-gradient(ellipse 80% 60% at 30% 30%, #000 40%, transparent 90%);
    }

    .gcc-page .gcc-hero .container {
        position: relative;
        z-index: 5;
    }

    .gcc-page .gcc-hero-title,
    .gcc-page .gcc-hero-sub,
    .gcc-page .gcc-hero-eyebrow {
        text-shadow: 0 2px 16px rgba(11,15,43,.45);
    }

    /* eyebrow */
    .gcc-page .gcc-hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: var(--font-mono);
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #cfd3f5;
        border: 1px solid rgba(255,255,255,.18);
        padding: 9px 18px 9px 14px;
        border-radius: 30px;
    }

    .gcc-page .gcc-eyebrow-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--gold);
        box-shadow: 0 0 0 4px rgba(242,183,5,.18);
    }

    /* headline */
    .gcc-page .gcc-hero-title {
        font-family: var(--font-display);
        color: #fff;
        font-size: 54px;
        font-weight: 700;
        line-height: 1.18;
        letter-spacing: -.01em;
        max-width: 620px;
    }

    .gcc-page .gcc-hero-sub {
        color: #b7bbdd;
        font-size: 18px;
        line-height: 1.8;
        max-width: 520px;
    }

    /* stat ledger strip (replaces glass mini-cards) */
    .gcc-page .gcc-hero-stats {
        display: flex;
        gap: 0;
        border-top: 1px solid rgba(255,255,255,.14);
        padding-top: 26px;
        max-width: 520px;
    }

    .gcc-page .gcc-stat {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding-right: 34px;
        margin-right: 34px;
        border-right: 1px solid rgba(255,255,255,.14);
    }

        .gcc-page .gcc-stat:last-child {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }

    .gcc-page .gcc-stat-num {
        font-family: var(--font-mono);
        color: #fff;
        font-size: 28px;
        font-weight: 800;
    }

    .gcc-page .gcc-stat-label {
        font-size: 16px;
        font-weight: 800;
        color: #9296bf;
    }

    /* signature: corridor map panel */
    .gcc-page .gcc-corridor-panel {
        position: relative;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 20px;
        background: rgba(255,255,255,.03);
        padding: 30px 30px 22px;
    }

    .gcc-page .gcc-corridor-label {
        font-family: var(--font-mono);
        font-size: 20px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--gold);
    }

    .gcc-page .gcc-corridor-svg {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .gcc-page .gcc-route-path {
        fill: none;
        stroke: url(#gcc-route-gradient);
        stroke: var(--indigo);
        stroke-width: 2;
        stroke-dasharray: 6 8;
        stroke-linecap: round;
        opacity: .8;
        animation: gccRouteFlow 6s linear infinite;
    }

    .gcc-page .gcc-node-dot {
        fill: var(--gold);
        stroke: rgba(242,183,5,.25);
        stroke-width: 8;
    }

    .gcc-page .gcc-node-city {
        font-family: var(--font-display);
        font-size: 15px;
        font-weight: 600;
        fill: #fff;
    }

    .gcc-page .gcc-node-tag {
        font-family: var(--font-mono);
        font-size: 11px;
        fill: #9296bf;
    }

    .gcc-page .gcc-corridor-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
        padding-top: 18px;
        border-top: 1px solid rgba(255,255,255,.1);
        font-family: var(--font-mono);
        font-size: 12px;
        color: #9296bf;
    }

    .gcc-page .gcc-corridor-pulse {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #22c55e;
        box-shadow: 0 0 0 0 rgba(34,197,94,.5);
        animation: gccPulse 1.8s ease-out infinite;
    }

@keyframes gccRouteFlow {
    to {
        stroke-dashoffset: -140;
    }
}

@keyframes gccPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34,197,94,.5);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(34,197,94,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34,197,94,0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .gcc-page .gcc-route-path,
    .gcc-page .gcc-corridor-pulse {
        animation: none;
    }
}

/*==================================================
            BUTTONS
==================================================*/

.gcc-page .gcc-btn {
    display: inline-block;
    padding: 15px 36px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    transition: all .35s ease;
    border: 2px solid transparent;
}

    .gcc-page .gcc-btn:hover {
        transform: translateY(-4px);
    }

.gcc-page .gcc-btn-gradient {
    background: var(--gradient);
    color: #fff;
    box-shadow: 0 15px 35px rgba(124,58,237,.35);
}

    .gcc-page .gcc-btn-gradient:hover {
        box-shadow: 0 20px 45px rgba(236,72,153,.4);
        color: #fff;
    }

.gcc-page .gcc-btn-outline {
    border-color: rgba(255,255,255,.5);
    color: #fff;
}

    .gcc-page .gcc-btn-outline:hover {
        background: #fff;
        color: var(--navy);
        border-color: #fff;
    }

/*==================================================
            LISTS
==================================================*/

.gcc-page .gcc-list {
    list-style: none;
    padding: 0;
}

    .gcc-page .gcc-list li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 18px;
        font-size: 16px;
        color: #444;
        font-weight: 500;
    }

        .gcc-page .gcc-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: var(--gradient);
            color: #fff;
            font-size: 13px;
            text-align: center;
            line-height: 24px;
        }

/*==================================================
            STATISTICS SECTION
==================================================*/

.gcc-page .gcc-statistics-section {
    background: linear-gradient(135deg, var(--navy), var(--navy-alt));
    color: #fff;
    overflow: hidden;
}

.gcc-page .gcc-stats-overlay::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--blue), transparent 70%);
    right: -150px;
    top: -180px;
    opacity: .18;
}

.gcc-page .gcc-stats-overlay::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--pink), transparent 70%);
    left: -140px;
    bottom: -160px;
    opacity: .18;
}

.gcc-page .gcc-counter-box {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    transition: .3s;
}

    .gcc-page .gcc-counter-box:hover {
        transform: translateY(-8px);
    }

    .gcc-page .gcc-counter-box h2,
    .gcc-page .gcc-counter {
        background: var(--gradient);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 54px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .gcc-page .gcc-counter-box p {
        color: #fff;
        font-size: 18px;
        margin: 0;
    }

/*==================================================
            SERVICE CARDS
==================================================*/

.gcc-page .gcc-service-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 15px 35px rgba(11,15,43,.06);
    transition: all .35s ease;
    border: 1px solid #edeefc;
    overflow: hidden;
    position: relative;
}

    .gcc-page .gcc-service-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        background: var(--gradient);
        transform: scaleX(0);
        transition: .35s;
    }

    .gcc-page .gcc-service-card:hover::before {
        transform: scaleX(1);
    }

    .gcc-page .gcc-service-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(11,15,43,.12);
    }

    .gcc-page .gcc-service-card i {
        font-size: 52px;
        color: var(--violet);
        margin-bottom: 25px;
        transition: .35s;
    }

    .gcc-page .gcc-service-card:hover i {
        color: var(--pink);
        transform: scale(1.1);
    }

    .gcc-page .gcc-service-card h4 {
        color: var(--navy);
        margin-bottom: 18px;
        font-weight: 600;
    }

    .gcc-page .gcc-service-card p {
        color: #666;
        line-height: 1.8;
    }

/*==================================================
            INDUSTRY CARDS
==================================================*/

.gcc-page .gcc-industry-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
    border: 1px solid #edeefc;
    box-shadow: 0 12px 28px rgba(11,15,43,.05);
    transition: .35s;
    cursor: pointer;
}

    .gcc-page .gcc-industry-card:hover {
        background: var(--gradient);
        color: #fff;
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(124,58,237,.25);
    }

    .gcc-page .gcc-industry-card::before {
        content: "✓";
        display: block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin: 0 auto 15px;
        border-radius: 50%;
        background: linear-gradient(135deg, rgba(79,110,247,.10), rgba(236,72,153,.10));
        color: var(--violet);
        font-weight: bold;
    }

    .gcc-page .gcc-industry-card:hover::before {
        background: rgba(255,255,255,.2);
        color: #fff;
    }

/*==================================================
            IT HUB CARDS
==================================================*/

.gcc-page .gcc-hub-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(11,15,43,.08);
    transition: .4s;
    height: 100%;
}

    .gcc-page .gcc-hub-card:hover {
        transform: translateY(-12px);
    }

    .gcc-page .gcc-hub-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        transition: .4s;
    }

    .gcc-page .gcc-hub-card:hover img {
        transform: scale(1.08);
    }

    .gcc-page .gcc-hub-card h3 {
        color: var(--navy);
        margin-bottom: 15px;
    }

    .gcc-page .gcc-hub-card p {
        line-height: 1.8;
        color: #666;
    }

    .gcc-page .gcc-hub-card .p-4 {
        padding: 30px !important;
    }

/*==================================================
            RECRUITMENT TIMELINE
==================================================*/

.gcc-page .gcc-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    margin-top: 70px;
}

    .gcc-page .gcc-timeline::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 38px;
        height: 4px;
        background: #e8e9f7;
        z-index: 0;
    }

.gcc-page .gcc-timeline-step {
    position: relative;
    z-index: 2;
    width: 16%;
    text-align: center;
}

    .gcc-page .gcc-timeline-step span {
        width: 75px;
        height: 75px;
        background: var(--gradient);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: auto;
        font-size: 24px;
        font-weight: 700;
        box-shadow: 0 15px 30px rgba(124,58,237,.30);
        transition: .35s;
    }

    .gcc-page .gcc-timeline-step:hover span {
        transform: scale(1.08);
    }

    .gcc-page .gcc-timeline-step h5 {
        margin-top: 25px;
        color: var(--navy);
        font-size: 18px;
        line-height: 1.5;
    }

/*==================================================
            FAQ / ACCORDION
==================================================*/

.gcc-page .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(11,15,43,.06);
}

.gcc-page .accordion-button {
    background: #fff;
    color: var(--navy);
    font-weight: 600;
    font-size: 18px;
    padding: 25px;
    box-shadow: none !important;
}

    .gcc-page .accordion-button:not(.collapsed) {
        background: var(--gradient);
        color: #fff;
    }

    .gcc-page .accordion-button::after {
        filter: brightness(0);
    }

    .gcc-page .accordion-button:not(.collapsed)::after {
        filter: brightness(10);
    }

.gcc-page .accordion-body {
    padding: 25px;
    line-height: 1.9;
    color: #666;
    background: #fff;
}

/*==================================================
            CTA SECTION (.cta-box, used in markup)
==================================================*/

.gcc-page .cta-box {
    position: relative;
    /*background: linear-gradient(135deg, var(--navy), var(--navy-alt));*/
    overflow: hidden;
    color: #fff;
}

    .gcc-page .cta-box::before {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        background: radial-gradient(circle, var(--pink), transparent 70%);
        top: -180px;
        right: -120px;
        opacity: .18;
    }

    .gcc-page .cta-box::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, var(--blue), transparent 70%);
        bottom: -120px;
        left: -120px;
        opacity: .18;
    }

    .gcc-page .cta-box h4 {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 30px;
    }

    .gcc-page .cta-box p {
        position: relative;
        z-index: 2;
        color: #dfe1f7;
    }

    .gcc-page .cta-box .btn {
        position: relative;
        z-index: 2;
    }

/*==================================================
            FADE-UP ANIMATION (used by JS observer)
==================================================*/

.gcc-page .gcc-fade-up {
    animation: gccFadeUp .8s ease both;
}

@keyframes gccFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==================================================
            RESPONSIVE
==================================================*/

@media (max-width: 1200px) {
    .gcc-page .gcc-section-title {
        font-size: 38px;
    }

    .gcc-page .gcc-hero-title {
        font-size: 44px;
    }

    .gcc-page .cta-box h4 {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    .gcc-page section {
        padding: 70px 0;
    }

    .gcc-page .gcc-hero {
        text-align: center;
       /* padding: 130px 0 80px;*/
    }

    .gcc-page .gcc-hero-title,
    .gcc-page .gcc-hero-sub {
        max-width: 100%;
    }

    .gcc-page .gcc-hero-eyebrow,
    .gcc-page .gcc-hero-actions {
        justify-content: center;
    }

    .gcc-page .gcc-hero-actions {
        display: flex;
    }

    .gcc-page .gcc-hero-stats {
        margin: 0 auto;
        justify-content: center;
    }

    .gcc-page .gcc-corridor-panel {
        margin-top: 20px;
    }

    .gcc-page .gcc-counter-box {
        margin-bottom: 30px;
    }

    .gcc-page .gcc-timeline {
        flex-direction: column;
    }

        .gcc-page .gcc-timeline::before {
            display: none;
        }

    .gcc-page .gcc-timeline-step {
        width: 100%;
        margin-bottom: 45px;
    }

    .gcc-page .gcc-hub-card {
        margin-bottom: 30px;
    }

    .gcc-page .cta-box {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .gcc-page section {
        padding: 70px 0;
    }

    /*.gcc-page .gcc-hero {
        padding: 120px 0 70px;
    }*/

    .gcc-page .gcc-hero-title {
        font-size: 34px;
    }

    .gcc-page .gcc-hero-sub {
        font-size: 16px;
    }

    .gcc-page .gcc-hero-stats {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .gcc-page .gcc-stat {
        padding-right: 20px;
        margin-right: 20px;
    }

    .gcc-page .gcc-section-title {
        font-size: 28px;
    }

    .gcc-page .gcc-section-subtitle {
        font-size: 16px;
    }

    .gcc-page .gcc-btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .gcc-page .gcc-service-card,
    .gcc-page .gcc-industry-card {
        padding: 30px 20px;
        margin-bottom: 25px;
    }

        .gcc-page .gcc-service-card i {
            width: 75px;
            height: 75px;
            font-size: 34px;
        }

    .gcc-page .gcc-counter-box h2,
    .gcc-page .gcc-counter {
        font-size: 42px;
    }

    .gcc-page .gcc-industry-card {
        padding: 22px;
        font-size: 16px;
    }

    .gcc-page .gcc-hub-card img {
        height: 200px;
    }

    .gcc-page .accordion-button {
        font-size: 16px;
        padding: 20px;
    }

    .gcc-page .gcc-timeline-step span {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .gcc-page .gcc-timeline-step h5 {
        font-size: 16px;
    }

    .gcc-page .cta-box {
        padding: 50px 25px !important;
    }

        .gcc-page .cta-box h4 {
            font-size: 24px;
        }

        .gcc-page .cta-box p {
            font-size: 16px;
        }
}

@media (max-width: 576px) {
    .gcc-page .gcc-hero {
       /* padding-top: 110px;*/
        padding-bottom: 60px;
    }

    .gcc-page .gcc-section-title {
        font-size: 24px;
    }

    .gcc-page .gcc-hero-title {
        font-size: 28px !important;
    }

    .gcc-page .gcc-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .gcc-page .gcc-counter-box {
        padding: 20px 10px;
    }

        .gcc-page .gcc-counter-box h2,
        .gcc-page .gcc-counter {
            font-size: 32px;
        }
}
