﻿/* =================================================================
           B2C MOBILE APP DEVELOPMENT – CLEAN BUILD
           Single font: Montserrat · Cipher Trivia
           ================================================================= */
/* ---------- CUSTOM PROPERTIES ---------- */
:root {
    --ct-navy: #002542;
    --ct-navy-deep: #001a33;
    --ct-navy-light: #003866;
    --ct-gold: #fece1a;
    --ct-gold-soft: rgba(254, 206, 26, 0.12);
    --ct-white: #ffffff;
    --ct-off-white: #f8f9fb;
    --ct-border: #e4e7ec;
    --ct-text: #444444;
    --ct-text-light: #667085;
    --ct-radius: 12px;
    --ct-radius-sm: 8px;
    --ct-shadow-sm: 0 2px 8px rgba(0, 37, 66, 0.06);
    --ct-hero-form h4 --ct-shadow-md: 0 8px 30px rgba(0, 37, 66, 0.1);
    --ct-shadow-lg: 0 20px 60px rgba(0, 37, 66, 0.14);
    --ct-ease: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --ct-font: "Montserrat", sans-serif;
}

.content li::before {
    display: none;
}

.content ul {
    padding-left: 0px;
}

/* ---------- RESETS ---------- */
.ct-page-wrap {
    font-family: var(--ct-font);
    -webkit-font-smoothing: antialiased;
}

    .ct-page-wrap *, .ct-page-wrap *::before, .ct-page-wrap *::after {
        box-sizing: border-box;
    }

    .ct-page-wrap h1, .ct-page-wrap h2, .ct-page-wrap h3,
    .ct-page-wrap h4, .ct-page-wrap h5, .ct-page-wrap h6 {
        font-family: var(--ct-font);
        ;
    }

    .ct-page-wrap .font-bold {
        font-weight: 700;
    }

    .ct-page-wrap a {
        text-decoration: none;
    }

/* ---------- BREADCRUMB ---------- */
.ct-breadcrumb-top {
    background: var(--ct-off-white);
    padding: 1px 0;
    border-bottom: 1px solid var(--ct-border);
}

    .ct-breadcrumb-top .breadcrumb {
        margin: 0;
        background: transparent;
        padding: 0 !important;
        font-size: 13px;
    }

        .ct-breadcrumb-top .breadcrumb li a {
            color: var(--ct-text-light);
            transition: var(--ct-ease);
            font-size:12px;
        }

            .ct-breadcrumb-top .breadcrumb li a:hover {
                color: var(--ct-navy);
            }

        .ct-breadcrumb-top .breadcrumb li:last-child {
            color: var(--ct-navy);
            font-weight: 600;
            font-size: 12px;
        }

/* ---------- HERO ---------- */
.ct-hero {
    background: var(--ct-navy);
    background-image: linear-gradient(135deg, var(--ct-navy-deep) 0%, var(--ct-navy) 40%, var(--ct-navy-light) 100%);
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

    .ct-hero::before {
        content: '';
        position: absolute;
        left: -80px;
        bottom: -80px;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: rgba(254, 206, 26, 0.03);
        pointer-events: none;
    }

    .ct-hero::after {
        content: '';
        position: absolute;
        right: -120px;
        top: -120px;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: rgba(254, 206, 26, 0.04);
        pointer-events: none;
    }

    .ct-hero .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(254, 206, 26, 0.15);
        border: 1px solid rgba(254, 206, 26, 0.25);
        border-radius: 50px;
        padding: 6px 18px;
        font-size: 12px;
        font-weight: 700;
        color: var(--ct-gold);
        text-transform: uppercase;
        letter-spacing: 1.2px;
        margin-bottom: 20px;
    }

        .ct-hero .hero-badge i {
            font-size: 14px;
        }

    .ct-hero .banner-text h1 {
        font-size: 44px;
        line-height: 56px;
        color: #fff;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }

        .ct-hero .banner-text h1 .font-bold {
            color: var(--ct-gold);
        }

    .ct-hero .banner-text p {
        color: rgba(255,255,255,0.8);
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 12px;
    }

        .ct-hero .banner-text p strong {
            color: #fff;
        }

    .ct-hero .hero-btns {
        display: flex;
        gap: 14px;
        margin-top: 28px;
        flex-wrap: wrap;
    }

    .ct-hero .btn-common {
        background: var(--ct-gold);
        color: var(--ct-navy);
        font-weight: 700;
        border-radius: 8px;
        padding: 13px 38px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: var(--ct-ease);
        box-shadow: 0 4px 15px rgba(254, 206, 26, 0.3);
    }

        .ct-hero .btn-common:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(254, 206, 26, 0.4);
        }

    .ct-hero .btn-outline-light {
        border: 2px solid rgba(255,255,255,0.35);
        color: #fff;
        background: transparent;
        border-radius: 8px;
        padding: 11px 38px;
        font-size: 16px;
        font-weight: 600;
        transition: var(--ct-ease);
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

        .ct-hero .btn-outline-light:hover {
            background: #fff;
            color: var(--ct-navy);
            border-color: #fff;
            transform: translateY(-2px);
        }

    .ct-hero .hero-mini-stats {
        display: flex;
        gap: 32px;
        margin-top: 32px;
        padding-top: 24px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

        .ct-hero .hero-mini-stats .hms-item {
            text-align: left;
        }

        .ct-hero .hero-mini-stats .hms-num {
            font-size: 26px;
            font-weight: 800;
            color: var(--ct-gold);
            line-height: 1;
        }

        .ct-hero .hero-mini-stats .hms-txt {
            font-size: 12px;
            color: rgba(255,255,255,0.55);
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-top: 4px;
        }

/* ---------- HERO FORM ---------- */
.ct-hero-form {
    background: #fff;
    border-radius: var(--ct-radius);
    padding: 34px 30px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.35);
    position: relative;
    z-index: 2;
    border-top: 4px solid var(--ct-gold);
}

    .ct-hero-form h4 {
        font-size: 24px;
        font-weight: 700;
        color: var(--ct-navy);
        margin-bottom: 4px;
    }

    .ct-hero-form .form-sub {
        font-size: 13px;
        color: var(--ct-text-light);
        margin-bottom: 24px;
    }

    .ct-hero-form .fg {
        margin-bottom: 16px;
    }

        .ct-hero-form .fg label {
            font-size: 13px;
            font-weight: 600;
            color: #333;
            margin-bottom: 6px;
            display: block;
        }

        .ct-hero-form .fg input,
        .ct-hero-form .fg textarea {
            width: 100%;
            border: 1.5px solid var(--ct-border);
            border-radius: var(--ct-radius-sm);
            padding: 10px 14px;
            font-size: 14px;
            color: #333;
            background: #f9fafb;
            transition: var(--ct-ease);
            outline: none;
            font-family: var(--ct-font);
        }

            .ct-hero-form .fg input:focus,
            .ct-hero-form .fg textarea:focus {
                border-color: var(--ct-navy);
                background: #fff;
                box-shadow: 0 0 0 4px rgba(0,37,66,0.06);
            }

    .ct-hero-form .btn-form-submit {
        width: 100%;
        padding: 13px;
        background: var(--ct-navy);
        color: #fff;
        border: none;
        border-radius: var(--ct-radius-sm);
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        transition: var(--ct-ease);
        font-family: var(--ct-font);
        letter-spacing: 0.3px;
    }

        .ct-hero-form .btn-form-submit:hover {
            background: var(--ct-gold);
            color: var(--ct-navy);
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(254, 206, 26, 0.3);
        }

    .ct-hero-form .form-trust {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 16px;
        font-size: 12px;
        color: #999;
    }

        .ct-hero-form .form-trust i {
            color: #28a745;
            font-size: 16px;
        }

/* ---------- TRUST STRIP ---------- */
.ct-trust-strip {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid var(--ct-border);
}

.ct-trust-item {
    text-align: center;
    padding: 40px 15px;
    border-right: 1px solid var(--ct-border);
    transition: var(--ct-ease);
}

    .ct-trust-item:hover {
        background: var(--ct-off-white);
    }

    .ct-trust-item:last-child {
        border-right: none;
    }

    .ct-trust-item .t-icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: var(--ct-gold-soft);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }

        .ct-trust-item .t-icon i {
            font-size: 20px;
            color: var(--ct-navy);
        }

    .ct-trust-item .t-num {
        font-size: 40px;
        font-weight: 800;
        color: var(--ct-navy);
        line-height: 1;
    }

    .ct-trust-item .t-label {
        font-size: 12px;
        color: var(--ct-text-light);
        font-weight: 60 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/* ---------- LOGOS MARQUEE — 2 ROWS ---------- */
.ct-logos-sec {
    padding: 60px 0;
    background: var(--ct-off-white);
    overflow: hidden;
}

    .ct-logos-sec .sec-label {
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        color: #000;
        font-weight: 700;
        margin-bottom: 36px;
    }

.ct-marquee-wrap {
    position: relative;
    overflow: hidden;
}

    .ct-marquee-wrap + .ct-marquee-wrap {
        margin-top: 24px;
    }

    .ct-marquee-wrap::before,
    .ct-marquee-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 120px;
        z-index: 2;
        pointer-events: none;
    }

    .ct-marquee-wrap::before {
        left: 0;
        background: linear-gradient(90deg, var(--ct-off-white) 0%, transparent 100%);
    }

    .ct-marquee-wrap::after {
        right: 0;
        background: linear-gradient(270deg, var(--ct-off-white) 0%, transparent 100%);
    }

/* Row 1 — Left scroll */
.ct-marquee-track {
    display: flex;
    gap: 70px;
    animation: b2cMarquee 30s linear infinite;
    width: max-content;
}

    .ct-marquee-track img {
        height: 70px;
        filter: grayscale(100%);
        opacity: 0.5;
        transition: var(--ct-ease);
    }

        .ct-marquee-track img:hover {
            filter: grayscale(0%);
            opacity: 1;
        }

@keyframes b2cMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Row 2 — Right scroll (reverse) */
.ct-marquee-track-reverse {
    animation: b2cMarqueeReverse 35s linear infinite;
}

@keyframes b2cMarqueeReverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .ct-logos-sec {
        padding: 45px 0;
    }

        .ct-logos-sec .sec-label {
            font-size: 18px;
            letter-spacing: 2px;
            margin-bottom: 28px;
        }

    .ct-marquee-track img {
        height: 55px;
    }

    .ct-marquee-track {
        gap: 50px;
    }

    .ct-marquee-wrap + .ct-marquee-wrap {
        margin-top: 18px;
    }
}

@media (max-width: 575px) {
    .ct-logos-sec .sec-label {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .ct-marquee-track img {
        height: 42px;
    }

    .ct-marquee-track {
        gap: 36px;
    }

    .ct-marquee-wrap::before,
    .ct-marquee-wrap::after {
        width: 60px;
    }
}
/* ---------- SECTION HEADER ---------- */
.ct-sec-head {
    text-align: center;
    margin-bottom: 55px;
}

    .ct-sec-head .sec-tag {
        display: none;
        align-items: center;
        gap: 6px;
        background: var(--ct-gold-soft);
        border-radius: 50px;
        padding: 5px 16px;
        font-size: 11px;
        font-weight: 700;
        color: var(--ct-navy);
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 14px;
    }

        .ct-sec-head .sec-tag i {
            font-size: 12px;
            color: var(--ct-gold);
        }

    .ct-sec-head h2 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 14px;
        letter-spacing: -0.3px;
    }

    .ct-sec-head p {
        font-size: 16px;
        color: var(--ct-text-light);
        max-width: 680px;
        margin: 0 auto;
        line-height: 27px;
    }

/* ---------- SERVICES ---------- */
.ct-services {
    padding: 80px 0;
}

.ct-svc-card {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius);
    padding: 32px 28px;
    margin-bottom: 28px;
    transition: var(--ct-ease);
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .ct-svc-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: transparent;
        transition: var(--ct-ease);
    }

    .ct-svc-card:hover {
        border-color: transparent;
        box-shadow: var(--ct-shadow-lg);
        transform: translateY(-6px);
    }

        .ct-svc-card:hover::before {
            background: linear-gradient(90deg, var(--ct-navy), var(--ct-gold));
        }

    .ct-svc-card .svc-icon {
        width: 60px;
        height: 60px;
        border-radius: var(--ct-radius-sm);
        background: linear-gradient(135deg, var(--ct-navy) 0%, var(--ct-navy-light) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: var(--ct-ease);
    }

    .ct-svc-card:hover .svc-icon {
        transform: scale(1.08);
    }

    .ct-svc-card .svc-icon i {
        font-size: 24px;
        color: var(--ct-gold);
    }

    .ct-svc-card .svc-num {
        position: absolute;
        top: 20px;
        right: 22px;
        font-size: 42px;
        font-weight: 800;
        color: rgba(0, 37, 66, 0.04);
        line-height: 1;
    }

    .ct-svc-card h5 {
        font-size: 20px;
        font-weight: 600;
        color: var(--ct-navy);
        margin-bottom: 10px;
        line-height: 25px;
    }

    .ct-svc-card p {
        font-size: 14px;
        color: var(--ct-text);
        line-height: 24px;
        margin: 0;
    }

/* ---------- WHY CHOOSE US ---------- */
.ct-why-sec {
    padding: 80px 0;
    background: var(--ct-off-white);
}

.ct-why-card {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius);
    padding: 30px 26px;
    margin-bottom: 24px;
    transition: var(--ct-ease);
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .ct-why-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: var(--ct-gold);
        transition: var(--ct-ease);
    }

    .ct-why-card:hover {
        border-color: transparent;
        box-shadow: var(--ct-shadow-md);
        transform: translateY(-4px);
    }

        .ct-why-card:hover::after {
            width: 100%;
        }

    .ct-why-card .why-icon-wrap {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background: var(--ct-gold-soft);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

        .ct-why-card .why-icon-wrap i {
            font-size: 24px;
            color: var(--ct-navy);
        }

    .ct-why-card h5 {
        font-size: 20px;
        font-weight: 600;
        color: var(--ct-navy);
        margin-bottom: 10px;
        line-height: 24px;
    }

    .ct-why-card p {
        font-size: 14px;
        color: var(--ct-text);
        line-height: 24px;
        margin: 0;
    }

/* ---------- APP TYPES (STICKY) ---------- */
.ct-apptypes {
    padding: 80px 0;
}

.ct-sticky-col {
    position: sticky;
    top: 110px;
    height: fit-content;
}

.ct-phone-mockup {
    background: linear-gradient(180deg, var(--ct-navy-deep) 0%, var(--ct-navy-light) 100%);
    border-radius: 28px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: var(--ct-shadow-lg);
    position: relative;
    overflow: hidden;
}

    .ct-phone-mockup .phone-notch {
        width: 120px;
        height: 24px;
        border-radius: 0 0 14px 14px;
        background: var(--ct-navy-deep);
        margin: 0 auto 30px;
    }

    .ct-phone-mockup .phone-screen {
        background: rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 40px 20px;
        text-align: center;
        min-height: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .ct-phone-mockup .phone-screen i {
            font-size: 64px;
            color: var(--ct-gold);
            margin-bottom: 16px;
        }

        .ct-phone-mockup .phone-screen .ps-title {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px;
        }

        .ct-phone-mockup .phone-screen .ps-sub {
            font-size: 12px;
            color: rgba(255,255,255,0.5);
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

    .ct-phone-mockup .phone-home {
        width: 40px;
        height: 5px;
        border-radius: 3px;
        background: rgba(255,255,255,0.2);
        margin: 24px auto 0;
    }

    .ct-phone-mockup::after {
        content: '';
        position: absolute;
        bottom: -50px;
        right: -50px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(254,206,26,0.06);
    }

.ct-sticky-cta {
    margin-top: 24px;
    text-align: center;
}

    .ct-sticky-cta .btn-common {
        background: var(--ct-gold);
        color: var(--ct-navy);
        font-weight: 700;
        border-radius: 8px;
        padding: 12px 34px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: var(--ct-ease);
        box-shadow: 0 4px 15px rgba(254, 206, 26, 0.25);
    }

        .ct-sticky-cta .btn-common:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(254, 206, 26, 0.35);
        }

.ct-scroll-card {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-left: 4px solid var(--ct-navy);
    border-radius: 0 var(--ct-radius) var(--ct-radius) 0;
    padding: 28px 26px;
    margin-bottom: 20px;
    transition: var(--ct-ease);
}

    .ct-scroll-card:hover {
        border-left-color: var(--ct-gold);
        box-shadow: var(--ct-shadow-md);
        transform: translateX(6px);
    }

    .ct-scroll-card h5 {
        font-size: 17px;
        font-weight: 700;
        color: var(--ct-navy);
        margin-bottom: 10px;
        line-height: 26px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .ct-scroll-card h5 .sc-icon {
            width: 34px;
            height: 34px;
            min-width: 34px;
            border-radius: 8px;
            background: var(--ct-gold-soft);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .ct-scroll-card h5 .sc-icon i {
                font-size: 16px;
                color: var(--ct-navy);
            }

    .ct-scroll-card p {
        font-size: 14px;
        color: var(--ct-text);
        line-height: 24px;
        margin: 0;
    }

/* ---------- TECHNOLOGY SECTION ---------- */
.ct-tech-rails-sec {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    color: #fff;
    background: var(--ct-navy);
    background-image: radial-gradient(ellipse at 15% 50%, rgba(0, 56, 102, 0.5) 0%, transparent 55%), radial-gradient(ellipse at 85% 20%, rgba(254, 206, 26, 0.04) 0%, transparent 45%), linear-gradient(180deg, var(--ct-navy-deep) 0%, var(--ct-navy) 100%);
}

.ct-tech-rails-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    animation: techGridDrift 20s linear infinite;
}

.ct-tech-rails-sec .container {
    position: relative;
    z-index: 2;
}

/* — Use existing page sec-head styles — */
.ct-tech-rails-sec .ct-sec-head h2 {
    color: #fff;
}

    .ct-tech-rails-sec .ct-sec-head h2 .font-bold {
        color: var(--ct-gold);
    }

.ct-tech-rails-sec .ct-sec-head p {
    color: rgba(255,255,255,0.5);
}

.ct-tech-rails-sec .ct-sec-head .sec-tag {
    background: rgba(254, 206, 26, 0.12);
    color: var(--ct-gold);
}

.ct-tech-rail {
    margin-bottom: 44px;
}

    .ct-tech-rail:last-child {
        margin-bottom: 0;
    }

.ct-tech-rail-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

    .ct-tech-rail-header .tb-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 10px;
        background: rgba(254, 206, 26, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ct-tech-rail-header .tb-icon i {
            font-size: 18px;
            color: var(--ct-gold);
        }

    .ct-tech-rail-header h6 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 1.2;
    }

    .ct-tech-rail-header .tb-sub {
        font-size: 11px;
        color: rgba(255,255,255,0.4);
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-weight: 600;
    }

    .ct-tech-rail-header .tb-line {
        flex: 1;
        height: 1px;
        background: linear-gradient(90deg, rgba(254,206,26,0.25) 0%, transparent 100%);
    }

.ct-tech-rails-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.ct-tc {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: var(--ct-radius);
    padding: 24px 16px 20px;
    text-align: center;
    transition: var(--ct-ease);
    position: relative;
    overflow: hidden;
    cursor: default;
}

    .ct-tc::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(254, 206, 26, 0.06) 0%, transparent 60%);
        opacity: 0;
        transition: var(--ct-ease);
    }

    .ct-tc:hover {
        border-color: rgba(254, 206, 26, 0.35);
        background: rgba(255,255,255,0.07);
        transform: translateY(-6px);
        box-shadow: 0 12px 32px rgba(0,0,0,0.3), 0 0 0 1px rgba(254, 206, 26, 0.15);
    }

        .ct-tc:hover::before {
            opacity: 1;
        }

    .ct-tc .tc-icon-wrap {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: rgba(254, 206, 26, 0.1);
        border: 1px solid rgba(254, 206, 26, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
        transition: var(--ct-ease);
        position: relative;
        z-index: 1;
    }

    .ct-tc:hover .tc-icon-wrap {
        background: var(--ct-gold);
        border-color: var(--ct-gold);
        transform: scale(1.1) rotate(-3deg);
        box-shadow: 0 6px 20px rgba(254, 206, 26, 0.3);
    }

    .ct-tc .tc-icon-wrap i {
        font-size: 22px;
        color: var(--ct-gold);
        transition: var(--ct-ease);
    }

    .ct-tc:hover .tc-icon-wrap i {
        color: var(--ct-navy);
    }

    .ct-tc .tc-name {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: rgba(255,255,255,0.92);
        line-height: 1.3;
        margin-bottom: 4px;
        position: relative;
        z-index: 1;
    }

    .ct-tc .tc-type {
        display: none;
        font-size: 10px;
        font-weight: 600;
        color: rgba(255,255,255,0.3);
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        z-index: 1;
        transition: var(--ct-ease);
    }

    .ct-tc:hover .tc-type {
        color: rgba(254, 206, 26, 0.6);
    }

/* ---------- DETAIL SECTIONS (Process / Growth) ---------- */
.ct-detail-sec {
    padding: 80px 0;
}

    .ct-detail-sec.bg-alt {
        background: var(--ct-off-white);
    }

    .ct-detail-sec h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 20px;
        letter-spacing: -0.3px;
    }

    .ct-detail-sec h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .ct-detail-sec p {
        font-size: 16px;
        line-height: 28px;
        color: var(--ct-text);
    }

        .ct-detail-sec p strong {
            color: var(--ct-navy);
        }

.ct-process-visual {
    background: linear-gradient(135deg, var(--ct-navy-deep) 0%, var(--ct-navy-light) 100%);
    border-radius: var(--ct-radius);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
}

    .ct-process-visual::after {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: rgba(254,206,26,0.06);
    }

.ct-process-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    position: relative;
}

    .ct-process-step:last-child {
        margin-bottom: 0;
    }

    .ct-process-step .ps-num {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 10px;
        background: var(--ct-gold);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 800;
        color: var(--ct-navy);
        position: relative;
        z-index: 1;
    }

    .ct-process-step:not(:last-child) .ps-num::after {
        content: '';
        position: absolute;
        top: 42px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 50px;
        background: rgba(254, 206, 26, 0.25);
    }

    .ct-process-step .ps-text h6 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 3px;
    }

    .ct-process-step .ps-text p {
        font-size: 14px;
        color: rgba(255,255,255,0.5);
        line-height: 18px;
        margin: 0;
    }

.ct-detail-img-placeholder {
    background: linear-gradient(135deg, #e8eaed 0%, #f0f2f5 100%);
    border-radius: var(--ct-radius);
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .ct-detail-img-placeholder img {
        width: 100%;
        height: 100%;
    }

    .ct-detail-img-placeholder::after {
        content: '';
        position: absolute;
        bottom: -30px;
        right: -30px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: rgba(0, 37, 66, 0.04);
    }

    .ct-detail-img-placeholder i {
        font-size: 56px;
        color: var(--ct-navy);
        margin-bottom: 14px;
        opacity: 0.5;
    }

    .ct-detail-img-placeholder span {
        font-size: 12px;
        color: #aaa;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 600;
    }

/* ---------- CASE STUDIES ---------- */
.ct-cases {
    padding: 80px 0;
    background: var(--ct-off-white);
}

.ct-case-card {
    background: #fff;
    border-radius: var(--ct-radius);
    border: 1px solid var(--ct-border);
    overflow: hidden;
    margin-bottom: 28px;
    transition: var(--ct-ease);
}

    .ct-case-card:hover {
        box-shadow: var(--ct-shadow-lg);
        transform: translateY(-6px);
        border-color: transparent;
    }

.ct-case-thumb {
    height: 200px;
    background: linear-gradient(135deg, var(--ct-navy-deep) 0%, var(--ct-navy-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .ct-case-thumb i {
        font-size: 44px;
        color: rgba(254, 206, 26, 0.3);
    }

    .ct-case-thumb .case-overlay-tag {
        position: absolute;
        top: 14px;
        left: 14px;
        background: var(--ct-gold);
        color: var(--ct-navy);
        font-size: 10px;
        font-weight: 800;
        padding: 4px 14px;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.ct-case-body {
    padding: 24px;
}

    .ct-case-body h5 {
        font-size: 20px;
        font-weight: 500;
        color: var(--ct-navy);
        margin-bottom: 10px;
        line-height: 28px;
        letter-spacing: 0px;
    }

    .ct-case-body p {
        font-size: 14px;
        color: var(--ct-text);
        line-height: 24px;
        margin-bottom: 14px;
    }

    .ct-case-body .case-link {
        font-size: 13px;
        font-weight: 700;
        color: var(--ct-navy);
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: var(--ct-ease);
    }

        .ct-case-body .case-link:hover {
            color: var(--ct-gold);
            gap: 10px;
        }

        .ct-case-body .case-link i {
            font-size: 14px;
        }

.ct-case-metrics {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    display: none
}

    .ct-case-metrics .cm-item {
        background: var(--ct-off-white);
        border-radius: 6px;
        padding: 8px 14px;
        text-align: center;
        flex: 1;
    }

        .ct-case-metrics .cm-item .cm-val {
            font-size: 18px;
            font-weight: 800;
            color: var(--ct-navy);
            line-height: 1;
        }

        .ct-case-metrics .cm-item .cm-lbl {
            font-size: 10px;
            color: var(--ct-text-light);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 3px;
        }

/* ---------- CTA ---------- */
.ct-cta-impact {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: var(--ct-navy);
    background-image: radial-gradient(ellipse at 10% 90%, rgba(254, 206, 26, 0.06) 0%, transparent 50%), radial-gradient(ellipse at 90% 10%, rgba(0, 56, 102, 0.4) 0%, transparent 50%), linear-gradient(135deg, var(--ct-navy-deep) 0%, var(--ct-navy) 50%, var(--ct-navy-light) 100%);
}

    .ct-cta-impact h2 {
        font-size: 38px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 18px;
        letter-spacing: -0.3px;
    }

        .ct-cta-impact h2 .font-bold {
            color: var(--ct-gold);
        }

    .ct-cta-impact p {
        color: rgba(255,255,255,0.75);
        font-size: 16px;
        line-height: 28px;
    }

    .ct-cta-impact .cta-btns {
        display: flex;
        gap: 14px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .ct-cta-impact .btn-common {
        background: var(--ct-gold);
        color: var(--ct-navy);
        font-weight: 700;
        padding: 14px 44px;
        border-radius: 8px;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: var(--ct-ease);
        box-shadow: 0 4px 15px rgba(254, 206, 26, 0.3);
    }

        .ct-cta-impact .btn-common:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(254, 206, 26, 0.4);
        }

    .ct-cta-impact .btn-outline-light {
        border: 2px solid rgba(255,255,255,0.3);
        color: #fff;
        background: transparent;
        border-radius: 8px;
        padding: 12px 34px;
        font-weight: 600;
        font-size: 16px;
        transition: var(--ct-ease);
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

        .ct-cta-impact .btn-outline-light:hover {
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.5);
        }

.ct-cta-glass {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--ct-radius);
    padding: 36px 30px;
    text-align: center;
}

    .ct-cta-glass .cg-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--ct-gold);
        color: var(--ct-navy);
        padding: 5px 16px;
        border-radius: 50px;
        font-weight: 800;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 24px;
    }

    .ct-cta-glass .cg-icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgba(254, 206, 26, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
    }

        .ct-cta-glass .cg-icon i {
            font-size: 36px;
            color: var(--ct-gold);
        }

.ct-cta-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 24px;
}

    .ct-cta-stats-grid .csg-item {
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: var(--ct-radius-sm);
        padding: 18px 12px;
        text-align: center;
    }

        .ct-cta-stats-grid .csg-item .csg-num {
            font-size: 28px;
            font-weight: 800;
            color: var(--ct-gold);
            line-height: 1;
        }

        .ct-cta-stats-grid .csg-item .csg-txt {
            font-size: 11px;
            color: rgba(255,255,255,0.55);
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-top: 6px;
        }

/* ---------- FAQ ---------- */
.ct-faq {
    padding: 80px 0;
}

    .ct-faq .accordion-item {
        border: 1px solid var(--ct-border);
        margin-bottom: 12px;
        border-radius: var(--ct-radius-sm) !important;
        overflow: hidden;
        transition: var(--ct-ease);
    }

        .ct-faq .accordion-item:hover {
            border-color: #ccc;
        }

    .ct-faq .accordion-button {
        font-family: var(--ct-font);
        font-size: 16px;
        font-weight: 600;
        color: var(--ct-navy);
        padding: 18px 54px 18px 24px;
        position: relative;
    }

        .ct-faq .accordion-button::after {
            content: '+';
            position: absolute;
            top: 50%;
            right: 18px;
            transform: translateY(-50%);
            width: 28px;
            height: 28px;
            background: var(--ct-navy);
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--ct-ease);
            background-image: none;
        }

        .ct-faq .accordion-button:not(.collapsed)::after {
            content: '\2212';
            background: var(--ct-gold);
            color: var(--ct-navy);
            transform: translateY(-50%);
        }

        .ct-faq .accordion-button:not(.collapsed) {
            background: var(--ct-off-white);
            color: var(--ct-navy);
            box-shadow: none;
        }

    .ct-faq .accordion-body {
        padding: 24px 24px 24px;
    }

    .ct-faq .accordion-button:not(.collapsed)::after {
        filter: invert(0) !important;
    }

    .ct-faq .accordion-body p {
        font-size: 14px;
        line-height: 26px;
        color: var(--ct-text);
    }

/* ---------- RELATED ---------- */
.ct-related {
    padding: 60px 0;
    border-top: 1px solid var(--ct-border);
}

    .ct-related h3 {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
    }

.ct-related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

    .ct-related-grid a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--ct-off-white);
        border: 1px solid var(--ct-border);
        border-radius: 50px;
        padding: 10px 22px;
        font-size: 14px;
        font-weight: 600;
        color: var(--ct-navy);
        transition: var(--ct-ease);
    }

        .ct-related-grid a i {
            color: var(--ct-gold);
            font-size: 16px;
        }

        .ct-related-grid a:hover {
            background: var(--ct-navy);
            color: #fff;
            border-color: var(--ct-navy);
            transform: translateY(-2px);
            box-shadow: var(--ct-shadow-sm);
        }

            .ct-related-grid a:hover i {
                color: var(--ct-gold);
            }

/* ---------- GLOBAL BUTTONS ---------- */
.ct-page-wrap .btn-common-sec {
    background: var(--ct-gold);
    color: var(--ct-navy);
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 36px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--ct-ease);
    box-shadow: 0 4px 15px rgba(254, 206, 26, 0.25);
    border: none;
    cursor: pointer;
}

    .ct-page-wrap .btn-common-sec:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(254, 206, 26, 0.35);
    }

.ct-page-wrap .sec-tag-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--ct-gold-soft);
    border-radius: 50px;
    padding: 5px 16px;
    font-size: 11px;
    font-weight: 700;
    color: var(--ct-navy);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

    .ct-page-wrap .sec-tag-inline i {
        font-size: 12px;
        color: var(--ct-gold);
    }

/* ---------- RESPONSIVE ---------- */
@media(max-width:1199px) {
    .ct-tech-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:991px) {
    .ct-hero {
        padding: 50px 0 60px;
    }

        .ct-hero .banner-text h1 {
            font-size: 30px;
            line-height: 42px;
        }

        .ct-hero .hero-mini-stats {
            gap: 20px;
            flex-wrap: wrap;
        }

            .ct-hero .hero-mini-stats .hms-num {
                font-size: 22px;
            }

    .ct-hero-form {
        margin-top: 40px;
    }

    .ct-sticky-col {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .ct-trust-item {
        border-right: none;
        border-bottom: 1px solid var(--ct-border);
    }

        .ct-trust-item .t-num {
            font-size: 30px;
        }

    .ct-phone-mockup {
        max-width: 280px;
    }

        .ct-phone-mockup .phone-screen {
            min-height: 260px;
        }

    .ct-cta-glass {
        margin-top: 40px;
    }

    .ct-detail-img-placeholder {
        height: 260px;
        margin-bottom: 30px;
    }

    .ct-process-visual {
        margin-bottom: 30px;
    }

    .ct-sec-head h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .ct-cta-impact h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .ct-tech-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .ct-tech-block {
        margin-bottom: 36px;
    }

    .ct-tech-sec {
        padding: 60px 0;
    }

    .ct-services, .ct-why-sec, .ct-apptypes,
    .ct-detail-sec, .ct-cases, .ct-faq {
        padding: 60px 0;
    }

    .ct-cta-impact {
        padding: 60px 0;
    }
}

@media(max-width:575px) {
    .ct-hero .banner-text h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .ct-hero .hero-btns {
        flex-direction: column;
    }

    .ct-hero .hero-mini-stats {
        flex-direction: column;
        gap: 14px;
    }

    .ct-cta-impact .cta-btns {
        flex-direction: column;
    }

    .ct-cta-stats-grid {
        grid-template-columns: 1fr;
    }

    .ct-case-metrics {
        flex-direction: column;
    }

    .ct-sec-head h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .ct-tech-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .ct-tc {
        padding: 18px 12px 16px;
    }

        .ct-tc .tc-icon-wrap {
            width: 44px;
            height: 44px;
        }

            .ct-tc .tc-icon-wrap i {
                font-size: 18px;
            }

        .ct-tc .tc-name {
            font-size: 12px;
        }

    Related
}

.row-gap-guttor {
    row-gap: 30px;
}

/* =================================================================
           SECTION 13: RELATED SOLUTIONS — WHITE BACKGROUND
           ================================================================= */

.ct-related-v2 {
    padding: 00px 0 60px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .ct-related-v2 .rel-grid-bg {
        display: none;
    }

    .ct-related-v2 .container {
        position: relative;
        z-index: 1;
    }

    .ct-related-v2 .ct-sec-head h2 {
        color: var(--ct-navy);
    }

        .ct-related-v2 .ct-sec-head h2 .font-bold {
            color: var(--ct-navy);
        }

    .ct-related-v2 .ct-sec-head p {
        color: var(--ct-text-light);
    }

    .ct-related-v2 .ct-sec-head .sec-tag {
        background: var(--ct-gold-soft);
        color: var(--ct-navy);
    }

/* Cards Grid */
.ct-rel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ct-rel-card {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius);
    padding: 0;
    transition: var(--ct-ease);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

    .ct-rel-card:hover {
        border-color: transparent;
        background: #fff;
        transform: translateY(-8px);
        box-shadow: var(--ct-shadow-lg);
    }

    /* Gold glow line on top */
    .ct-rel-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--ct-navy), var(--ct-gold));
        opacity: 0;
        transition: var(--ct-ease);
    }

    .ct-rel-card:hover::before {
        opacity: 1;
    }

    /* Card visual header */
    .ct-rel-card .rc-visual {
        padding: 32px 28px 20px;
        position: relative;
    }

        .ct-rel-card .rc-visual::after {
            content: '';
            position: absolute;
            top: -30px;
            right: -30px;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: var(--ct-gold-soft);
            transition: var(--ct-ease);
        }

    .ct-rel-card:hover .rc-visual::after {
        background: rgba(254, 206, 26, 0.15);
        transform: scale(1.3);
    }

    .ct-rel-card .rc-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        background: linear-gradient(135deg, var(--ct-navy) 0%, var(--ct-navy-light) 100%);
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: var(--ct-ease);
        position: relative;
        z-index: 1;
    }

    .ct-rel-card:hover .rc-icon {
        background: var(--ct-gold);
        border-color: var(--ct-gold);
        transform: scale(1.1) rotate(-5deg);
        box-shadow: 0 8px 25px rgba(254, 206, 26, 0.3);
    }

    .ct-rel-card .rc-icon i {
        font-size: 26px;
        color: var(--ct-gold);
        transition: var(--ct-ease);
    }

    .ct-rel-card:hover .rc-icon i {
        color: var(--ct-navy);
    }

    .ct-rel-card .rc-visual h5 {
        font-size: 18px;
        font-weight: 700;
        color: var(--ct-navy);
        margin-bottom: 8px;
        line-height: 1.35;
        position: relative;
        z-index: 1;
    }

    .ct-rel-card .rc-visual p {
        font-size: 13px;
        color: var(--ct-text-light);
        line-height: 1.6;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    /* Divider */
    .ct-rel-card .rc-divider {
        height: 1px;
        margin: 0 28px;
        background: var(--ct-border);
    }

    /* Card footer */
    .ct-rel-card .rc-footer {
        padding: 16px 28px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: auto;
    }

        .ct-rel-card .rc-footer .rc-label {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--ct-text-light);
            transition: var(--ct-ease);
        }

    .ct-rel-card:hover .rc-footer .rc-label {
        color: var(--ct-navy);
    }

    .ct-rel-card .rc-footer .rc-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: var(--ct-off-white);
        border: 1px solid var(--ct-border);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--ct-ease);
    }

        .ct-rel-card .rc-footer .rc-arrow i {
            font-size: 14px;
            color: var(--ct-text-light);
            transition: var(--ct-ease);
        }

    .ct-rel-card:hover .rc-footer .rc-arrow {
        background: var(--ct-navy);
        border-color: var(--ct-navy);
        transform: translateX(4px);
    }

        .ct-rel-card:hover .rc-footer .rc-arrow i {
            color: var(--ct-gold);
        }

/* Responsive */
@media (max-width: 991px) {
    .ct-related-v2 {
        padding: 60px 0;
    }

    .ct-rel-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .ct-rel-grid {
        grid-template-columns: 1fr;
    }

    .ct-rel-card .rc-visual {
        padding: 24px 22px 16px;
    }

    .ct-rel-card .rc-footer {
        padding: 14px 22px 20px;
    }

    .ct-rel-card .rc-divider {
        margin: 0 22px;
    }
}
/* =================================================================
           SECTION 6 v3: APP TYPES — CSS-ONLY INTERACTIVE TAB SHOWCASE
           ================================================================= */

.ct-apptypes-v3 {
    padding: 80px 0;
    background: #fff);
}

/* Hidden radios */
.at-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* --- Tab Navigation --- */
.at-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
}

.at-tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    border-radius: 50px;
    background: #fff;
    border: 1.5px solid var(--ct-border);
    font-family: var(--ct-font);
    font-size: 13px;
    font-weight: 600;
    color: var(--ct-navy);
    cursor: pointer;
    transition: var(--ct-ease);
    white-space: nowrap;
    user-select: none;
}

    .at-tab i {
        font-size: 16px;
        color: var(--ct-text-light);
        transition: var(--ct-ease);
    }

    .at-tab:hover {
        border-color: var(--ct-navy);
        background: rgba(0,37,66,0.02);
        transform: translateY(-1px);
    }

/* --- Panel Container --- */
.at-panels {
    min-height: 420px;
}

/* --- Individual Panel --- */
.at-panel {
    display: none;
    grid-template-columns: 5fr 7fr;
    background: #fff;
    border-radius: var(--ct-radius);
    overflow: hidden;
    border: 1px solid var(--ct-border);
    box-shadow: var(--ct-shadow-md);
    animation: atReveal 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes atReveal {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Panel — Left Visual */
.atp-visual {
    /* background: linear-gradient(145deg, var(--ct-navy-deep) 0%, var(--ct-navy-light) 100%); */
    /* padding: 52px 36px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .atp-visual img {
        width: 100%;
        height: 100%;
    }


/* Panel — Right Content */
.atp-content {
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .atp-content h5 {
        font-size: 24px;
        font-weight: 600;
        color: var(--ct-navy);
        margin-bottom: 14px;
        line-height: 1.3;
        letter-spacing: -0.02em;
    }

    .atp-content > p {
        font-size: 16px;
        color: var(--ct-text);
        line-height: 1.75;
        margin-bottom: 24px;
    }

/* Feature list */
.atp-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
}

    .atp-features li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        font-weight: 600;
        color: var(--ct-navy);
        line-height: 1.3;
    }

        .atp-features li i {
            font-size: 11px;
            color: #fff;
            min-width: 24px;
            height: 24px;
            background: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* Panel CTA */
.atp-cta {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .atp-cta a.atp-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--ct-gold);
        color: var(--ct-navy);
        font-family: var(--ct-font);
        font-weight: 700;
        font-size: 14px;
        padding: 12px 30px;
        border-radius: 8px;
        transition: var(--ct-ease);
        box-shadow: 0 4px 15px rgba(254,206,26,0.25);
    }

        .atp-cta a.atp-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(254,206,26,0.4);
        }

    .atp-cta a.atp-link {
        font-size: 13px;
        font-weight: 700;
        color: var(--ct-navy);
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: var(--ct-ease);
    }

        .atp-cta a.atp-link:hover {
            color: var(--ct-gold);
            gap: 10px;
        }

/* Bottom CTA */
.at-bottom-cta {
    text-align: center;
    margin-top: 44px;
}

/* ======= RESPONSIVE ======= */
@media (max-width: 991px) {
    .ct-apptypes-v3 {
        padding: 60px 0;
    }

    .at-panel {
        grid-template-columns: 1fr;
    }

    .atp-visual {
        padding: 36px 28px;
    }

    .atp-content {
        padding: 28px 24px;
    }

        .atp-content h5 {
            font-size: 20px;
        }

    .at-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 12px;
    }

        .at-nav::-webkit-scrollbar {
            display: none;
        }
}

@media (max-width: 575px) {
    .atp-features {
        grid-template-columns: 1fr;
    }

    .at-tab {
        font-size: 12px;
        padding: 8px 16px;
    }

    .atp-content h5 {
        font-size: 18px;
    }

    .atp-content > p {
        font-size: 14px;
    }

    .atp-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .atp-stats {
        gap: 16px;
    }
}
/* --- Individual Panel --- */
.at-panel {
    display: none;
    grid-template-columns: 5fr 7fr;
    background: #fff;
    border-radius: var(--ct-radius);
    overflow: hidden;
    border: 1px solid var(--ct-border);
    box-shadow: var(--ct-shadow-md);
    animation: atReveal 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

    .at-panel.active {
        display: grid;
    }

/* --- Active Tab --- */
.at-tab.active {
    background: var(--ct-navy);
    color: #fff;
    border-color: var(--ct-navy);
    box-shadow: 0 4px 16px rgba(0,37,66,0.22);
    transform: translateY(-2px);
}

    .at-tab.active i {
        color: var(--ct-gold);
    }
/* ---------- ABOUT OUR SERVICES ---------- */
.ct-about-svc {
    padding: 00px 0 60px;
    background: #fff;
}

.ct-about-svc-title {
    font-size: 34px;
    line-height: 46px;
    color: var(--ct-navy);
    margin-bottom: 22px;
    letter-spacing: -0.3px;
}

    .ct-about-svc-title .font-bold {
        color: var(--ct-navy);
    }

.ct-about-svc p {
    font-size: 16px;
    line-height: 28px;
    color: var(--ct-text);
    margin-bottom: 14px;
}

    .ct-about-svc p strong {
        color: var(--ct-navy);
    }

/* Mini highlight items */
.ct-about-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
    margin-bottom: 8px;
}

.ct-ah-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--ct-off-white);
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius-sm);
    padding: 18px 16px;
    transition: var(--ct-ease);
}

    .ct-ah-item:hover {
        border-color: transparent;
        box-shadow: var(--ct-shadow-md);
        transform: translateY(-3px);
    }

    .ct-ah-item .ah-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 10px;
        background: linear-gradient(135deg, var(--ct-navy) 0%, var(--ct-navy-light) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--ct-ease);
    }

    .ct-ah-item:hover .ah-icon {
        transform: scale(1.08);
    }

    .ct-ah-item .ah-icon i {
        font-size: 18px;
        color: var(--ct-gold);
    }

    .ct-ah-item h6 {
        font-size: 14px;
        font-weight: 700;
        color: var(--ct-navy);
        margin: 0 0 3px;
        line-height: 1.3;
    }

    .ct-ah-item p {
        font-size: 12px;
        color: var(--ct-text-light);
        line-height: 1.5;
        margin: 0;
    }

/* Right side — Image placeholder with gradient */
.ct-about-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    /* BACKGROUND BOX */


    border-radius: var(--ct-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: var(--ct-shadow-lg);
}

    .ct-about-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: calc(var(--ct-radius) - 6px);
    }

.ct-about-img-placeholder {
    background: radial-gradient(ellipse at 30% 70%, rgba(254, 206, 26, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 70% 30%, rgba(0, 56, 102, 0.3) 0%, transparent 50%), linear-gradient(145deg, var(--ct-navy-deep) 0%, var(--ct-navy) 40%, var(--ct-navy-light) 100%);
    border-radius: var(--ct-radius);
    width: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--ct-shadow-lg);
}

    .ct-about-img-placeholder::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(254, 206, 26, 0.06);
        pointer-events: none;
    }

    .ct-about-img-placeholder::after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: -40px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: rgba(254, 206, 26, 0.04);
        pointer-events: none;
    }

    .ct-about-img-placeholder i {
        font-size: 80px;
        color: rgba(254, 206, 26, 0.2);
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
    }

    .ct-about-img-placeholder span {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.35);
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
        position: relative;
        z-index: 1;
    }

/* Dot grid pattern overlay */
.ct-about-img-placeholder {
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), radial-gradient(ellipse at 30% 70%, rgba(254, 206, 26, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 70% 30%, rgba(0, 56, 102, 0.3) 0%, transparent 50%), linear-gradient(145deg, var(--ct-navy-deep) 0%, var(--ct-navy) 40%, var(--ct-navy-light) 100%);
    background-size: 28px 28px, 100% 100%, 100% 100%, 100% 100%;
}

/* Floating stat cards */
.ct-about-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: var(--ct-radius-sm);
    padding: 14px 20px;
    box-shadow: 0 12px 40px rgba(0, 37, 66, 0.18);
    border: 1px solid var(--ct-border);
    z-index: 2;
    animation: abcFloat 3s ease-in-out infinite;
}

    .ct-about-float-card.afc-top {
        top: 30px;
        left: -10px;
    }

    .ct-about-float-card.afc-bottom {
        bottom: 40px;
        right: -10px;
        animation-delay: 1.5s;
    }

    .ct-about-float-card .afc-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 10px;
        background: var(--ct-gold-soft);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ct-about-float-card .afc-icon i {
            font-size: 18px;
            color: var(--ct-navy);
        }

    .ct-about-float-card .afc-num {
        font-size: 20px;
        font-weight: 800;
        color: var(--ct-navy);
        line-height: 1;
    }

    .ct-about-float-card .afc-label {
        font-size: 11px;
        font-weight: 600;
        color: var(--ct-text-light);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 2px;
    }

@keyframes abcFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .ct-about-svc {
        padding: 60px 0;
    }

    .ct-about-svc-title {
        font-size: 28px;
        line-height: 38px;
    }

    .ct-about-highlights {
        grid-template-columns: 1fr;
    }

    .ct-about-img-wrap {
        margin-top: 40px;
    }

    .ct-about-img-placeholder {
        min-height: 380px;
    }

    .ct-about-float-card.afc-top {
        left: 10px;
        top: 10px;
    }

    .ct-about-float-card.afc-bottom {
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 575px) {
    .ct-about-svc-title {
        font-size: 24px;
        line-height: 34px;
    }

    .ct-about-img-placeholder {
        min-height: 300px;
    }

    .ct-about-float-card {
        padding: 10px 14px;
    }

        .ct-about-float-card .afc-num {
            font-size: 16px;
        }
}
/* =================================================================
           SECTION 7: TECHNOLOGY STACK — RAIL LAYOUT (Page-Matched)
           ================================================================= */

.ct-tech-rails-sec {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    color: #fff;
    background: var(--ct-navy);
    background-image: radial-gradient(ellipse at 15% 50%, rgba(0, 56, 102, 0.5) 0%, transparent 55%), radial-gradient(ellipse at 85% 20%, rgba(254, 206, 26, 0.04) 0%, transparent 45%), linear-gradient(180deg, var(--ct-navy-deep) 0%, var(--ct-navy) 100%);
}

.ct-tech-rails-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    animation: techGridDrift 20s linear infinite;
}

.ct-tech-rails-sec .container {
    position: relative;
    z-index: 2;
}

/* — Use existing page sec-head styles — */
.ct-tech-rails-sec .ct-sec-head h2 {
    color: #fff;
}

    .ct-tech-rails-sec .ct-sec-head h2 .font-bold {
        color: var(--ct-gold);
    }

.ct-tech-rails-sec .ct-sec-head p {
    color: rgba(255,255,255,0.5);
}

.ct-tech-rails-sec .ct-sec-head .sec-tag {
    background: rgba(254, 206, 26, 0.12);
    color: var(--ct-gold);
}

/* Rails container */
.ct-tech-rails-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Each rail row */
.ct-tech-rail {
    display: grid;
    grid-template-columns: 280px 1px 1fr;
    align-items: stretch;
    gap: 32px;
    padding: 32px 0;
    position: relative;
}

    .ct-tech-rail:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

/* Left label block */
.ct-tech-rail-left {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ct-tech-rail-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--ct-gold);
    border: 1px solid rgba(254, 206, 26, 0.15);
    background: rgba(254, 206, 26, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: var(--ct-ease);
}

.ct-tech-rail:hover .ct-tech-rail-icon {
    background: var(--ct-gold);
    border-color: var(--ct-gold);
    color: var(--ct-navy);
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 8px 25px rgba(254, 206, 26, 0.3);
}

.ct-tech-rail-left h6 {
    margin: 2px 0 5px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    font-family: var(--ct-font);
}

.ct-tech-rail-left > div > span {
    display: block;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

/* Center vertical line */
.ct-tech-rail-line {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(254, 206, 26, 0.25), transparent);
    position: relative;
}

    .ct-tech-rail-line::before {
        content: "";
        position: absolute;
        top: 22px;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        transform: translateX(-50%);
        background: var(--ct-gold);
        box-shadow: 0 0 0 6px rgba(254, 206, 26, 0.1);
        transition: var(--ct-ease);
    }

.ct-tech-rail:hover .ct-tech-rail-line::before {
    box-shadow: 0 0 0 10px rgba(254, 206, 26, 0.15);
}

/* Right technology tags */
.ct-tech-rail-right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 12px;
}

    .ct-tech-rail-right span {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 20px;
        border-radius: var(--ct-radius);
        border: 1px solid rgba(255, 255, 255, 0.07);
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(6px);
        font-family: var(--ct-font);
        font-size: 14px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1;
        cursor: default;
        /* 🔥 FIXED smooth animation */
        transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
        transform: translateZ(0); /* GPU acceleration */
    }

        /* ICON FIX */
        .ct-tech-rail-right span i {
            font-size: 16px;
            color: var(--ct-gold);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px; /* FIXED size (no jump) */
            height: 24px; /* FIXED size */
            border-radius: 50%;
            transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
        }

        /* HOVER STATE */
        .ct-tech-rail-right span:hover {
            transform: translateY(-4px) scale(1.02); /* smoother than only scale */
            border-color: rgba(254, 206, 26, 0.35);
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(254, 206, 26, 0.15);
            color: #fff;
        }

            /* ICON HOVER (NO LAYOUT SHIFT) */
            .ct-tech-rail-right span:hover i {
                transform: scale(1.15); /* ONLY transform, no width/height/margin */
                background: rgba(254, 206, 26, 0.12);
            }

/* ——— Responsive ——— */
@media (max-width: 991px) {
    .ct-tech-rails-sec {
        padding: 60px 0;
    }

    .ct-tech-rail {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 0;
    }

    .ct-tech-rail-line {
        display: none;
    }

    .ct-tech-rail-left {
        align-items: center;
    }
}

@media (max-width: 575px) {
    .ct-tech-rail-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
        border-radius: 10px;
    }

    .ct-tech-rail-left h6 {
        font-size: 16px;
    }

    .ct-tech-rail-right {
        gap: 8px;
    }

        .ct-tech-rail-right span {
            padding: 10px 14px;
            font-size: 12px;
            border-radius: var(--ct-radius-sm);
        }

            .ct-tech-rail-right span i {
                font-size: 14px;
            }
}
/* =================================================================
           SECTION 10: OUR WORK — SWIPER SLIDER
           ================================================================= */

.ct-work-sec {
    padding: 80px 0;
    background: #fff;
}

.ct-work-slider-wrap {
    position: relative;
}

/* Card */
.ct-work-card {
    background: #fff;
    border-radius: var(--ct-radius);
    border: 1px solid var(--ct-border);
    overflow: hidden;
    transition: var(--ct-ease);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .ct-work-card:hover {
        box-shadow: var(--ct-shadow-lg);
        transform: translateY(-6px);
        border-color: transparent;
    }

/* Image thumbnail */
.ct-work-thumb {
    position: relative;
    background: #f1f1f1;
    height: 220px;
    overflow: hidden;
}

    .ct-work-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--ct-ease);
    }



/* Gradient overlay on image */


/* Body */
.ct-work-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .ct-work-body h5 {
        font-size: 18px;
        font-weight: 700;
        color: var(--ct-navy);
        margin-bottom: 10px;
        line-height: 26px;
    }

    .ct-work-body > p {
        font-size: 14px;
        color: var(--ct-text);
        line-height: 24px;
        margin-bottom: 18px;
    }

/* Stats row */
.ct-work-stats {
    display: none;
    gap: 10px;
    margin-bottom: 18px;
    margin-top: auto;
}

    .ct-work-stats .ws-item {
        background: var(--ct-off-white);
        border: 1px solid var(--ct-border);
        border-radius: var(--ct-radius-sm);
        padding: 10px 14px;
        text-align: center;
        flex: 1;
        transition: var(--ct-ease);
    }

.ct-work-card:hover .ws-item {
    border-color: rgba(254, 206, 26, 0.25);
    background: var(--ct-gold-soft);
}

.ct-work-stats .ws-val {
    font-size: 20px;
    font-weight: 800;
    color: var(--ct-navy);
    line-height: 1;
}

.ct-work-stats .ws-lbl {
    font-size: 10px;
    color: var(--ct-text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    font-weight: 600;
}

/* Link */
.ct-work-body .work-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--ct-navy);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: var(--ct-ease);
}

    .ct-work-body .work-link:hover {
        color: var(--ct-gold);
        gap: 10px;
    }

    .ct-work-body .work-link i {
        font-size: 14px;
    }

/* Navigation */
.ct-work-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 36px;
}

.ct-work-prev,
.ct-work-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--ct-border);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--ct-ease);
    font-size: 18px;
    color: var(--ct-navy);
}

    .ct-work-prev:hover,
    .ct-work-next:hover {
        background: var(--ct-navy);
        border-color: var(--ct-navy);
        color: var(--ct-gold);
        transform: translateY(-2px);
        box-shadow: var(--ct-shadow-md);
    }

/* Pagination bullets */
.ct-work-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .ct-work-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: var(--ct-border);
        border-radius: 50%;
        opacity: 1;
        transition: var(--ct-ease);
    }

    .ct-work-pagination .swiper-pagination-bullet-active {
        background: var(--ct-navy);
        width: 28px;
        border-radius: 5px;
    }

/* Swiper slide height */
.b2cWorkSwiper .swiper-wrapper {
    align-items: stretch;
}

.b2c-WorkSwiper .swiper-slide {
    height: auto;
}

/* ——— Responsive ——— */
@media (max-width: 991px) {
    .ct-work-sec {
        padding: 60px 0;
    }

    .ct-work-thumb {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .ct-work-thumb {
        height: 160px;
    }

    .ct-work-body {
        padding: 18px;
    }

        .ct-work-body h5 {
            font-size: 16px;
            line-height: 24px;
        }

    .ct-work-stats .ws-val {
        font-size: 16px;
    }

    .ct-work-prev,
    .ct-work-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
/* ---------- WORK CARD — PLACEHOLDER THUMBNAIL ---------- */
.ct-work-ph {
    background: radial-gradient(ellipse at 30% 70%, rgba(254, 206, 26, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(0, 56, 102, 0.4) 0%, transparent 50%), linear-gradient(145deg, var(--ct-navy-deep) 0%, var(--ct-navy) 40%, var(--ct-navy-light) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

    /* Dot-grid texture */
    .ct-work-ph::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
        background-size: 20px 20px;
        pointer-events: none;
        z-index: 0;
    }

    /* Decorative floating circles */
    .ct-work-ph .wph-deco {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
    }

    .ct-work-ph .wph-deco-1 {
        width: 120px;
        height: 120px;
        top: -30px;
        right: -30px;
        background: rgba(254, 206, 26, 0.06);
    }

    .ct-work-ph .wph-deco-2 {
        width: 80px;
        height: 80px;
        bottom: -20px;
        left: -20px;
        background: rgba(254, 206, 26, 0.04);
    }

    /* Center icon */
    .ct-work-ph .wph-icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
        background: rgba(254, 206, 26, 0.12);
        border: 1px solid rgba(254, 206, 26, 0.18);
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
        position: relative;
        z-index: 1;
        transition: var(--ct-ease);
    }

        .ct-work-ph .wph-icon i {
            font-size: 30px;
            color: var(--ct-gold);
            transition: var(--ct-ease);
        }

.ct-work-card:hover .wph-icon {
    background: var(--ct-gold);
    border-color: var(--ct-gold);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 28px rgba(254, 206, 26, 0.35);
}

    .ct-work-card:hover .wph-icon i {
        color: var(--ct-navy);
    }

/* Industry label below icon */
.ct-work-ph .wph-label {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: var(--ct-ease);
}

.ct-work-card:hover .wph-label {
    color: rgba(254, 206, 26, 0.6);
}

/* Remove the gradient overlay since there's no image */
.ct-work-ph::after {
    display: none;
}

