﻿
.premium-cta-area {
    padding: 70px 0 90px;
    background: #fff;
}

.premium-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #182230;
    box-shadow: 0 32px 90px rgba(15, 23, 42, .18);
}

.premium-cta-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 25%, rgba(220, 0, 5, .38), transparent 32%), radial-gradient(circle at 82% 20%, rgba(255, 255, 255, .14), transparent 28%), linear-gradient(135deg, #182230 0%, #243044 54%, #101722 100%);
}

.premium-cta-box::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.12);
    pointer-events: none;
    z-index: 1;
}

.premium-cta-box::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: rgba(220, 0, 5, .26);
    filter: blur(70px);
}

.premium-cta-content {
    position: relative;
    z-index: 2;
    max-width: 940px;
    padding: 76px 34px;
    text-align: center;
}

.premium-cta-kicker {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.88);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .4px;
    backdrop-filter: blur(14px);
}

.premium-cta-content h2 {
    color: #fff;
    font-size: clamp(36px, 4vw, 40px);
    line-height: 1.08;
    font-weight: 500 !important;
    letter-spacing: -1.6px;
    margin-bottom: 24px;
}

.premium-cta-content h4 {
    color: rgba(255,255,255,.90);
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.35;
    font-weight: 500 !important;
    letter-spacing: -.5px;
    margin-bottom: 24px;
}

.premium-cta-content p {
    color: rgba(255,255,255,.80);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
    font-weight:500 !important;
}

.premium-cta-btn {
    min-height: 58px;
    padding: 0 22px 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc0005, #a90004);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(220, 0, 5, .38);
    transition: .28s ease;
}

    .premium-cta-btn i {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.18);
        transition: .28s ease;
    }

    .premium-cta-btn:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 24px 58px rgba(220, 0, 5, .48);
    }

        .premium-cta-btn:hover i {
            transform: translateX(3px);
        }

@media (max-width: 767px) {
    .premium-cta-area {
        padding: 50px 0 70px;
    }

    .premium-cta-box {
        border-radius: 24px;
        min-height: auto;
    }

        .premium-cta-box::before {
            inset: 10px;
            border-radius: 18px;
        }

    .premium-cta-content {
        padding: 58px 22px;
    }

        .premium-cta-content h2 {
            font-size: 34px;
            letter-spacing: -1px;
        }

        .premium-cta-content h4 {
            font-size: 20px;
        }

        .premium-cta-content p {
            font-size: 18px;
        }

    .premium-cta-btn {
        width: max-content;
    }
}

.premium-hero {
    padding: 125px 18px 18px 18px;
}

.premium-hero-bg {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    border-radius: 34px;
    background: #182230;
    display: flex;
    align-items: center;
}

.premium-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .52;
    transform: scale(1.03);
}

.premium-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(24, 34, 48, .98) 0%, rgba(24, 34, 48, .82) 42%, rgba(24, 34, 48, .62) 100%), radial-gradient(circle at 50% 35%, rgba(220, 0, 5, .20), transparent 34%), linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .46));
    z-index: 1;
}

.premium-hero-bg::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    z-index: 2;
    pointer-events: none;
}

.premium-hero-bg::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(220, 0, 5, .32), transparent 66%);
    filter: blur(8px);
    z-index: 1;
}

.premium-hero-glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 2;
}

.premium-hero-glow-one {
    left: 9%;
    bottom: 16%;
    width: 280px;
    height: 280px;
    background: rgba(220, 0, 5, .14);
    filter: blur(70px);
}

.premium-hero-glow-two {
    right: 16%;
    top: 18%;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, .10);
    filter: blur(80px);
}

.premium-hero-container {
    position: relative;
    z-index: 3;
    padding-top: 110px;
    padding-bottom: 110px;
}

.premium-hero-content {
    max-width: 1080px;
    margin: 0 auto;
}

.premium-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    margin-bottom: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .3px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

    .premium-hero-badge i {
        color: #dc0005;
    }

.premium-hero-title {
    color: #fff !important;
    max-width: 980px;
    font-size: clamp(42px, 5vw, 78px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -2.2px;
    text-shadow: 0 18px 42px rgba(0, 0, 0, .35);
}

.premium-hero-subtitle {
    color: rgba(255, 255, 255, .90) !important;
    max-width: 980px;
    margin-top: 28px !important;
    margin-bottom: 34px !important;
    font-size: clamp(18px, 1.6vw, 28px) !important;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: -.4px;
}

.premium-feature-box {
    width: 100%;
    max-width: 760px;
    padding: 24px;
    margin-bottom: 34px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055)), linear-gradient(135deg, rgba(220, 0, 5, .16), rgba(24, 34, 48, .2));
    backdrop-filter: blur(22px);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

    .premium-feature-box .hero-feature-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

        .premium-feature-box .hero-feature-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
        }

        .premium-feature-box .hero-feature-list i {
            width: 34px;
            height: 34px;
            min-width: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            border-radius: 12px;
            background: linear-gradient(135deg, #dc0005, #9f0004);
            box-shadow: 0 12px 28px rgba(220, 0, 5, .32);
        }

.premium-hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.premium-btn {
    min-width: 176px;
    height: 56px;
    padding: 0 26px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    transition: .28s ease;
}

.premium-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #dc0005, #a90004) !important;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 42px rgba(220, 0, 5, .36);
}

.premium-btn-light {
    color: #000 !important;
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid rgba(255, 255, 255, .4);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}

.premium-btn:hover {
    transform: translateY(-3px);
}

.premium-btn-primary:hover {
    box-shadow: 0 24px 56px rgba(220, 0, 5, .46);
}

.premium-btn .btn-text1,
.premium-btn .btn-text2 {
    color: inherit !important;
}

@media (max-width: 991px) {
    .premium-hero {
        padding: 10px;
    }

    .premium-hero-bg {
        min-height: 690px;
        border-radius: 26px;
    }

    .premium-hero-container {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    .premium-hero-title {
        letter-spacing: -1.4px;
    }

    .premium-feature-box {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .premium-hero-bg {
        min-height: auto;
        border-radius: 22px;
    }

        .premium-hero-bg::before {
            inset: 10px;
            border-radius: 16px;
        }

    .premium-hero-container {
        padding:40px 20px;
    }

    .premium-hero-badge {
        margin-bottom: 22px;
        font-size: 13px;
        padding: 9px 14px;
    }

    .premium-hero-title {
        font-size: clamp(34px, 10vw, 46px);
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .premium-hero-subtitle {
        margin-top: 20px !important;
        margin-bottom: 26px !important;
        font-size: 18px !important;
        line-height: 1.5;
    }

    .premium-feature-box {
        padding: 18px;
        border-radius: 22px;
        margin-bottom: 28px;
    }

        .premium-feature-box .hero-feature-list {
            grid-template-columns: 1fr;
            gap: 13px;
        }

            .premium-feature-box .hero-feature-list li {
                font-size: 14px;
            }

    .premium-hero-buttons {
        width: 100%;
        gap: 12px;
    }

    .premium-btn {
        width: 100%;
        min-width: 100%;
        height: 54px;
    }
}

.premium-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
}

.premium-stat-item {
    position: relative;
    padding: 20px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: .3s ease;
}

    .premium-stat-item:hover {
        transform: translateY(-4px);
        border-color: rgba(220,0,5,0.5);
        box-shadow: 0 20px 40px rgba(220,0,5,0.2);
    }

.stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dc0005, #8f0003);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(220,0,5,0.35);
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-value {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.stat-text {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    font-weight: 500;
}

/* responsive */
@media (max-width: 991px) {
    .premium-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .premium-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-icon{
        display:none !important;
    }

    .stat-text{
        font-weight:500 !important;font-size:12px !important;
    }
    .stat-value {
        font-size: 18px !important;
    }
    .premium-hero-buttons a {
        width: 48% !important;
        min-width: 48% !important;
    }
 

}

.premium-services-section {
    position: relative;
    padding: 110px 0;
    background: radial-gradient(circle at top left, rgba(220, 0, 5, .06), transparent 32%), linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    overflow: hidden;
}

.premium-section-head {
    max-width: 920px;
    margin: 0 auto 58px;
    text-align: center;
}

.premium-section-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(220, 0, 5, .08);
    color: #dc0005;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
}

.premium-section-head h2 {
    color: #000;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -1.8px;
    margin-bottom: 18px;
}

.premium-section-head p {
    color: #334155;
    font-size: 19px;
    line-height: 1.65;
    margin: 0;
}

.premium-services-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.premium-service-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: stretch;
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(24, 34, 48, .10);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .08);
}

    .premium-service-card.reverse {
        grid-template-columns: .95fr 1.05fr;
    }

        .premium-service-card.reverse .premium-service-image {
            order: 2;
        }

        .premium-service-card.reverse .premium-service-content {
            order: 1;
        }

.premium-service-image {
    min-height: 430px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(24, 34, 48, .04), rgba(220, 0, 5, .045));
}

    .premium-service-image img {
        width: 100%;
        height: 100%;
        min-height: 374px;
        object-fit: cover;
        border-radius: 26px;
        box-shadow: 0 28px 60px rgba(15, 23, 42, .16);
    }

.premium-service-content {
    position: relative;
    padding: 70px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-number {
    position: absolute;
    top: 34px;
    right: 46px;
    color: rgba(220, 0, 5, .11);
    font-size: 88px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -5px;
}

.premium-service-content h3 {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -1.2px;
    margin-bottom: 12px;
}

.premium-service-content h4 {
    position: relative;
    z-index: 1;
    color: #dc0005;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 650;
    margin-bottom: 28px;
}

.premium-service-content p {
    position: relative;
    z-index: 1;
    color: #334155;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
}

.premium-service-btn {
    width: fit-content;
    min-height: 52px;
    padding: 0 22px 0 26px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 999px;
    background: #182230;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .28s ease;
}

    .premium-service-btn i {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: #dc0005;
        font-size: 13px;
        transition: .28s ease;
    }

    .premium-service-btn:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 18px 42px rgba(24, 34, 48, .22);
    }

        .premium-service-btn:hover i {
            transform: translateX(3px);
        }

@media (max-width: 991px) {
    .premium-services-section {
        padding: 80px 0;
    }

    .premium-service-card,
    .premium-service-card.reverse {
        grid-template-columns: 1fr;
    }

        .premium-service-card.reverse .premium-service-image,
        .premium-service-card.reverse .premium-service-content {
            order: initial;
        }

    .premium-service-image {
        min-height: auto;
        padding: 20px;
    }

        .premium-service-image img {
            min-height: 300px;
        }

    .premium-service-content {
        padding: 42px 34px 46px;
    }

    .service-number {
        top: 24px;
        right: 28px;
        font-size: 64px;
    }
}

@media (max-width: 575px) {
    .premium-section-head {
        margin-bottom: 36px;
    }

        .premium-section-head h2 {
            font-size: 34px;
            letter-spacing: -1px;
        }

        .premium-section-head p {
            font-size: 16px;
            line-height: 1.55;
        }

    .premium-service-card {
        border-radius: 24px;
    }

    .premium-service-image {
        padding: 14px;
    }

        .premium-service-image img {
            min-height: 230px;
            border-radius: 18px;
        }

    .premium-service-content {
        padding: 34px 24px 36px;
    }

        .premium-service-content h3 {
            font-size: 28px;
        }

        .premium-service-content h4 {
            font-size: 19px;
            margin-bottom: 20px;
        }

        .premium-service-content p {
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 26px;
        }

    .premium-service-btn {
        width: 100%;
        justify-content: center;
    }
}

.premium-references-section {
    padding: 110px 0;
    background: radial-gradient(circle at 10% 0%, rgba(220, 0, 5, .055), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

.premium-references-head {
    max-width: 980px;
    margin: 0 auto 52px;
    text-align: center;
}

.premium-section-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(220, 0, 5, .08);
    color: #dc0005;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
}

.premium-references-head h2 {
    color: #000;
    font-size: clamp(26px, 4vw, 40px) !important;
    line-height: 1.05;
    font-weight: 500 !important;
    letter-spacing: -1.8px;
    margin-bottom: 18px;
}

.premium-references-head p {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.65;
    font-weight:500 !important;
}

.premium-references-panel {
    padding: 34px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(24, 34, 48, .09);
    box-shadow: 0 30px 90px rgba(15, 23, 42, .08);
}

.premium-references-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.reference-item {
    min-width: 0;
}

.references-box {
    position: relative;
    height: 158px;
    padding: 26px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid rgba(24, 34, 48, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .28s ease;
}

    .references-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(220, 0, 5, .10), transparent 42%), linear-gradient(135deg, rgba(24, 34, 48, .05), transparent 42%);
        opacity: 0;
        transition: .28s ease;
    }

    .references-box::after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 0;
        height: 3px;
        border-radius: 999px 999px 0 0;
        background: linear-gradient(90deg, transparent, #dc0005, transparent);
        opacity: 0;
        transition: .28s ease;
    }

    .references-box:hover {
        transform: translateY(-6px);
        border-color: rgba(220, 0, 5, .28);
        box-shadow: 0 24px 54px rgba(15, 23, 42, .12);
    }

        .references-box:hover::before,
        .references-box:hover::after {
            opacity: 1;
        }

    .references-box .ref-img {
        position: relative;
        z-index: 1;
        width: auto;
        max-width: 82%;
        max-height: 82px;
        object-fit: contain;
        padding: 0 !important;
        transition: .28s ease;
    }

    .references-box:hover .ref-img {
        transform: scale(1.045);
    }

.premium-references-action {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.premium-reference-btn {
    min-width: 190px;
    height: 54px;
    padding: 0 28px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #182230 !important;
    color: #fff !important;
    font-size:16px !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 42px rgba(24, 34, 48, .22);
}

    .premium-reference-btn:hover {
        background: #dc0005 !important;
        color: #fff !important;
    }

    .premium-reference-btn .btn-text1,
    .premium-reference-btn .btn-text2 {
        color: #fff !important;
    }

@media (max-width: 991px) {
    .premium-references-section {
        padding: 80px 0;
    }

    .premium-references-panel {
        padding: 24px;
        border-radius: 28px;
    }

    .premium-references-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .premium-references-section {
        padding: 70px 0;
    }

    .premium-references-head {
        margin-bottom: 36px;
    }

        .premium-references-head h2 {
            font-size: 34px;
            letter-spacing: -1px;
        }

        .premium-references-head p {
            font-size: 15px;
            line-height: 1.6;
        }

    .premium-references-panel {
        padding: 16px;
        border-radius: 24px;
    }

    .premium-references-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .references-box {
        height: 132px;
        border-radius: 18px;
    }

    .premium-reference-btn {
        width: 100%;
    }
}

@media(max-width:991px) {
    .three-item-banner-down

{
    height: 200px !important;
}

.banner-box {
    justify-content: center;
}

.banner-h2-mobile {
    font-size: 18px !important;
    font-weight: 500 !important;
}

}

.last-h2-size {
    font-size: clamp(28px, 6vw, 40px) !important;
    font-weight:500 !important;
}

.last-h3-size {
    font-size: clamp(26px, 5vw, 35px) !important;
}

.last-h4-size {
    font-size: clamp(20px, 4vw, 27px) !important;
}

.last-h5-size {
    font-size: clamp(18px, 3.5vw, 22px) !important;
}



.hero-feature-box {
    display: inline-block;
    margin: 12px auto 32px;
    padding: 26px 34px;
    background: rgba(8, 18, 28, 0.52);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 26px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.hero-feature-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .hero-feature-list li {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #fff;
        line-height: 1.5;
        font-size: 16px;
    }

        .hero-feature-list li i {
            width: 18px;
            min-width: 24px;
            font-size: 18px;
            color: #ffffff;
            text-align: center;
            flex-shrink: 0;
            position: relative;
            top: 1px;
        }

        .hero-feature-list li span {
            display: block;
        }

@media (max-width: 991.98px) {
    .hero-feature-box {
        min-width: unset;
        width: 100%;
        max-width: 560px;
        padding: 22px 24px;
    }

    .hero-feature-list li {
        font-size: 15px;
        gap: 12px;
    }

    .banner-button-mobile {
        font-size: 12px !important;
    }
}

@media (max-width: 575.98px) {
    .hero-feature-list li {
        font-size: 15px;
    }

    .hero-feature-box {
        padding: 20px 18px;
        border-radius: 22px;
    }
}


.corp-services {
    position: relative;
    padding: 120px 0;
    background: radial-gradient(circle at top left, rgba(220, 0, 5, 0.07), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    overflow: hidden;
}

.corp-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(24,34,48,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,34,48,0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: .55;
    pointer-events: none;
}

.corp-services .container {
    position: relative;
    z-index: 2;
}

.corp-services-head {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.corp-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    color: #dc0005;
    font-size: 13px;
    font-weight: 500;
    background: rgba(220,0,5,0.08);
    border: 1px solid rgba(220,0,5,0.12);
}

.corp-services-head h2 {
    margin: 0 0 16px;
    color: #000;
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.corp-services-head p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.75;
}

.corp-services-list {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.corp-service-card {
    position: relative;
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 360px;
    border-radius: 32px;
    overflow: hidden;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(24,34,48,0.08);
    box-shadow: 0 30px 90px rgba(24,34,48,0.09);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

    .corp-service-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 88% 20%, rgba(220,0,5,0.10), transparent 36%), linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0));
        opacity: .9;
        pointer-events: none;
    }

    .corp-service-card:hover {
        transform: translateY(-7px);
        border-color: rgba(220,0,5,0.22);
        box-shadow: 0 44px 120px rgba(24,34,48,0.14);
    }

.corp-reverse {
    grid-template-columns: 58% 42%;
}

    .corp-reverse .corp-service-image {
        order: 2;
    }

    .corp-reverse .corp-service-content {
        order: 1;
    }

.corp-service-image {
    position: relative;
    min-height: 360px;
    overflow: hidden;
}

    .corp-service-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(24,34,48,0.18), rgba(220,0,5,0.18)), linear-gradient(180deg, transparent 45%, rgba(24,34,48,0.38));
    }

    .corp-service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .7s ease;
    }

.corp-service-card:hover .corp-service-image img {
    transform: scale(1.08);
}

.corp-service-content {
    position: relative;
    z-index: 2;
    padding: 52px 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corp-service-number {
    position: absolute;
    top: 30px;
    right: 42px;
    color: rgba(220,0,5,0.075);
    font-size: 82px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -5px;
}

.corp-service-label {
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #dc0005;
    font-size: 12px;
    font-weight: 850;
    background: rgba(220,0,5,0.08);
}

.corp-service-content h3 {
    max-width: 560px;
    margin: 0 0px 20px 0px;
    color: #000;
    font-size: clamp(16px, 2.5vw, 28px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.1px;
}

.corp-service-content p {
    max-width: 680px;
    margin: 0 0 26px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
}

.corp-service-btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: fit-content;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    color: #000;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(24,34,48,0.1);
    box-shadow: 0 14px 34px rgba(24,34,48,0.08);
    transition: all .3s ease;
}

    .corp-service-btn i {
        color: #dc0005;
        transition: transform .3s ease;
    }

    .corp-service-btn:hover {
        color: #fff;
        background: #dc0005;
        border-color: #dc0005;
        box-shadow: 0 18px 44px rgba(220,0,5,0.28);
    }

        .corp-service-btn:hover i {
            color: #fff;
            transform: translateX(4px);
        }

@media (max-width: 991px) {
    .corp-services {
        padding: 90px 0;
    }

    .corp-service-card,
    .corp-reverse {
        grid-template-columns: 1fr;
    }

        .corp-reverse .corp-service-image,
        .corp-reverse .corp-service-content {
            order: unset;
        }

    .corp-service-image {
        min-height: 280px;
    }

    .corp-service-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .corp-services {
        padding: 70px 0;
    }

    .corp-services-head {
        margin-bottom: 40px;
        text-align: left;
    }

        .corp-services-head p {
            font-size: 15px;
        }

    .corp-services-list {
        gap: 22px;
    }

    .corp-service-card {
        border-radius: 24px;
    }

    .corp-service-image {
        min-height: 230px;
    }

    .corp-service-content {
        padding: 30px 24px;
    }

    .corp-service-number {
        top: 24px;
        right: 24px;
        font-size: 56px;
    }

    .corp-service-content h3 {
        font-size: 27px;
    }

    .corp-service-content p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .corp-service-btn {
        width: 100%;
        justify-content: center;
    }
}



.prestige-about-section {
    padding: 120px 0;
    background: radial-gradient(circle at 8% 0%, rgba(220, 0, 5, .055), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.prestige-about-header {
    max-width: 900px;
    margin: 0 auto 46px;
    text-align: center;
}

.prestige-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(220, 0, 5, .08);
    color: #dc0005;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
}

.prestige-about-header h2 {
    color: #000;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -2.4px;
    margin: 0;
}

.prestige-about-card {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 0;
    overflow: hidden;
    border-radius: 36px;
    background: #fff;
    border: 1px solid rgba(24, 34, 48, .08);
    box-shadow: 0 32px 90px rgba(15, 23, 42, .08);
}

.prestige-about-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prestige-about-text {
    position: relative;
    padding-left: 28px;
    border-left: 4px solid #dc0005;
}

    .prestige-about-text p {
        color: #000;
        font-size: 16px;
        line-height: 1.9;
        margin-bottom: 24px;
        font-weight:500 !important;
    }

        .prestige-about-text p:last-child {
            margin-bottom: 0;
        }

.prestige-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 42px;
}

.prestige-feature {
    min-height: 142px;
    padding: 24px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(24, 34, 48, .08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .25s ease;
}

    .prestige-feature strong {
        color: #dc0005;
        font-size: 38px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -1.4px;
    }

    .prestige-feature span {
        color: #000;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 500;
    }

    .prestige-feature:hover {
        transform: translateY(-5px);
        border-color: rgba(220, 0, 5, .28);
        box-shadow: 0 20px 50px rgba(15, 23, 42, .09);
    }

.prestige-about-image {
    position: relative;
    min-height: 610px;
    padding: 28px 28px 28px 0;
}

    .prestige-about-image img {
        width: 100%;
        height: 100%;
        min-height: 554px;
        object-fit: cover;
        border-radius: 28px;
    }

@media (max-width: 991px) {
    .prestige-about-card {
        grid-template-columns: 1fr;
    }

    .prestige-about-content {
        padding: 44px;
    }

    .prestige-about-image {
        padding: 0 24px 24px;
        min-height: auto;
    }

        .prestige-about-image img {
            min-height: 320px;
        }
}

@media (max-width: 575px) {
    .prestige-about-section {
        padding: 70px 0;
    }

    .prestige-about-header h2 {
        font-size: 42px;
        letter-spacing: -1.4px;
    }

    .prestige-about-content {
        padding: 30px 24px;
    }

    .prestige-about-text {
        padding-left: 18px;
    }

        .prestige-about-text p {
            font-size: 16px;
            line-height: 1.7;
        }

    .prestige-about-features {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .prestige-feature {
        min-height: 116px;
    }
}




.nw-why-section {
    position: relative;
    padding: 105px 0 115px;
    background: radial-gradient(circle at 12% 20%, rgba(220, 0, 5, 0.06), transparent 26%), radial-gradient(circle at 88% 82%, rgba(24, 34, 48, 0.08), transparent 30%), linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    overflow: hidden;
}

.nw-why-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(24,34,48,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,34,48,0.035) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 80%, transparent 100%);
    pointer-events: none;
}

.nw-why-section .container {
    position: relative;
    z-index: 2;
}

.nw-why-head {
    max-width: 1100px;
    margin: 0 auto 52px;
    text-align: center;
}

.nw-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    padding: 7px 16px;
    border-radius: 999px;
    color: #dc0005;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .2px;
    background: rgba(220,0,5,0.08);
    border: 1px solid rgba(220,0,5,0.12);
}

.nw-why-head h2 {
    margin: 0;
    color: #000;
    font-size: clamp(24px, 3.5vw, 40px);
    font-weight: 500 !important;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.nw-why-head p {
    max-width: 1100px;
    margin: 17px auto 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.nw-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(24,34,48,0.08);
    box-shadow: 0 35px 110px rgba(24,34,48,0.10);
}

.nw-why-card {
    position: relative;
    min-height: 285px;
    padding: 36px 30px 34px;
    background: rgba(255,255,255,0.78);
    border-right: 1px solid rgba(24,34,48,0.08);
    overflow: hidden;
    transition: all .35s ease;
}

    .nw-why-card:last-child {
        border-right: 0;
    }

    .nw-why-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 18%, rgba(220,0,5,0.11), transparent 32%), linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.2));
        opacity: 0;
        transition: opacity .35s ease;
    }

    .nw-why-card::after {
        content: "";
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        height: 3px;
        border-radius: 999px 999px 0 0;
        background: linear-gradient(90deg, #dc0005, rgba(220,0,5,0));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .35s ease;
    }

    .nw-why-card:hover {
        transform: translateY(-6px);
        background: #fff;
        box-shadow: 0 30px 80px rgba(24,34,48,0.12);
        z-index: 3;
    }

        .nw-why-card:hover::before {
            opacity: 1;
        }

        .nw-why-card:hover::after {
            transform: scaleX(1);
        }

.nw-featured {
    background: radial-gradient(circle at 80% 12%, rgba(220,0,5,0.20), transparent 34%), linear-gradient(135deg, #182230 0%, #0f1723 100%);
}

    .nw-featured h5,
    .nw-featured p {
        color: #fff;
    }

    .nw-featured p {
        color: rgba(255,255,255,0.72);
    }

    .nw-featured .nw-card-number {
        color: rgba(255,255,255,0.12);
    }

.nw-card-number {
    position: absolute;
    top: 26px;
    right: 24px;
    color: rgba(24,34,48,0.07);
    font-size: 60px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -4px;
}
/* DARK CARD FULL FIX */
.nw-featured {
    color: #fff;
}

    .nw-featured h5,
    .nw-featured p,
    .nw-featured span,
    .nw-featured div {
        color: #fff !important;
    }

    /* daha soft paragraf */
    .nw-featured p {
        color: rgba(255,255,255,0.75) !important;
    }

    /* label */
    .nw-featured .nw-service-label,
    .nw-featured .nw-kicker {
        color: #fff !important;
        background: rgba(255,255,255,0.12);
        border-color: rgba(255,255,255,0.2);
    }

    /* icon contrast */
    .nw-featured .nw-icon {
        background: linear-gradient(135deg, #dc0005, #ff3b3b);
        color: #fff;
    }

    /* Featured kart hover'da da karanlık kalsın */
    .nw-featured:hover {
        background: radial-gradient(circle at 80% 12%, rgba(220,0,5,0.24), transparent 34%), linear-gradient(135deg, #182230 0%, #0f1723 100%) !important;
        color: #fff !important;
    }

        .nw-featured:hover h5,
        .nw-featured:hover p,
        .nw-featured:hover span,
        .nw-featured:hover div {
            color: #fff !important;
        }

        .nw-featured:hover p {
            color: rgba(255,255,255,0.75) !important;
        }

        .nw-featured:hover .nw-card-number {
            color: rgba(255,255,255,0.12) !important;
        }

.nw-icon {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #182230, #0e1621);
    box-shadow: 0 18px 38px rgba(24,34,48,0.20);
}

.nw-featured .nw-icon,
.nw-why-card:hover .nw-icon {
    background: linear-gradient(135deg, #dc0005, #ff3438);
    box-shadow: 0 18px 42px rgba(220,0,5,0.28);
}

.nw-icon i {
    font-size: 16px;
}

.nw-why-card h5 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.4px;
}

.nw-why-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

@media (max-width: 1199px) {
    .nw-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nw-why-card:nth-child(2) {
        border-right: 0;
    }

    .nw-why-card:nth-child(1),
    .nw-why-card:nth-child(2) {
        border-bottom: 1px solid rgba(24,34,48,0.08);
    }
}

@media (max-width: 767px) {
    .nw-why-section {
        padding: 72px 0 82px;
    }

    .nw-why-head {
        margin-bottom: 36px;
        text-align: left;
    }

        .nw-why-head h2 {
            font-size: 32px;
            letter-spacing: -1px;
        }

        .nw-why-head p {
            margin-top: 14px;
            font-size: 15px;
        }

    .nw-why-grid {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .nw-why-card {
        min-height: auto;
        padding: 32px 26px;
        border-right: 0;
        border-bottom: 1px solid rgba(24,34,48,0.08);
    }

        .nw-why-card:last-child {
            border-bottom: 0;
        }

    .nw-card-number {
        top: 22px;
        right: 22px;
        font-size: 52px;
    }

    .nw-icon {
        margin-bottom: 24px;
    }
}





.journal-cta-section {
    padding: 90px 0;
    background: #ffffff;
}

.journal-cta-box {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 48px;
    align-items: center;
    padding: 58px 44px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(220,0,5,.055), transparent 34%), #f8fafc;
    border: 1px solid rgba(24,34,48,.08);
    overflow: hidden;
}

    .journal-cta-box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 42px;
        bottom: 42px;
        width: 5px;
        border-radius: 0 999px 999px 0;
        background: #dc0005;
    }

.journal-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    color: #dc0005;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .45px;
}

.journal-cta-left h2 {
    color: #000;
    font-size: 19px;
    line-height: 1.13;
    font-weight: 500 !important;
    margin: 0;
}

.journal-cta-right {
    padding-left: 36px;
    border-left: 1px solid rgba(24,34,48,.10);
}

    .journal-cta-right p {
        color: #000;
        font-size: 16px;
        line-height: 1.55;
        font-weight: 500;
        margin-bottom: 26px;
    }

.journal-btn {
    width: fit-content;
    min-height: 54px;
    padding: 0 18px 0 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 999px;
    background: #182230;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .28s ease;
}

    .journal-btn i {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: #dc0005;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        transition: .28s ease;
    }

    .journal-btn:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 18px 42px rgba(24,34,48,.18);
    }

        .journal-btn:hover i {
            transform: translateX(3px);
        }

@media (max-width: 991px) {
    .journal-cta-box {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 44px;
    }

    .journal-cta-right {
        padding-left: 0;
        border-left: 0;
        padding-top: 28px;
        border-top: 1px solid rgba(24,34,48,.10);
    }
}

@media (max-width: 575px) {
    .journal-cta-section {
        padding: 60px 0;
    }

    .journal-cta-box {
        padding: 34px 24px;
        border-radius: 24px;
    }

    .journal-cta-left h2 {
        font-size: 29px;
    }

    .journal-cta-right p {
        font-size: 16px;
    }

    .journal-btn {
        width: max-content;
        justify-content: center;
    }
   .tv-hero-area a i{
        display: none;
    }
    .tv-hero-area a {
        font-size: 12px !important;
        font-weight: 500 !important;
    }
}


.premium-process-section {
    padding: 120px 0;
    background: radial-gradient(circle at 10% 0%, rgba(220,0,5,.045), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.premium-process-head {
    max-width: 900px;
    margin: 0 auto 58px;
    text-align: center;
}

.process-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(220,0,5,.08);
    color: #dc0005;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .5px;
}

.premium-process-head h2 {
    color: #000;
    font-size: clamp(38px, 4.5vw, 64px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 14px;
}

.premium-process-head p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.premium-process-board {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

    .premium-process-board::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 34px;
        bottom: 34px;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(220,0,5,.35), transparent);
        transform: translateX(-50%);
    }

.process-item {
    position: relative;
    min-height: 300px;
    padding: 34px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(24,34,48,.08);
    box-shadow: 0 24px 70px rgba(15,23,42,.065);
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 24px;
    transition: .28s ease;
}

    .process-item:hover {
        transform: translateY(-5px);
        border-color: rgba(220,0,5,.26);
        box-shadow: 0 30px 85px rgba(15,23,42,.10);
    }

.process-step {
    position: relative;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: #182230;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .process-step span {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 32px;
        height: 32px;
        border-radius: 999px;
        background: #dc0005;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        box-shadow: 0 12px 28px rgba(220,0,5,.26);
    }

    .process-step i {
        color: #fff;
        font-size: 24px;
    }

.process-content h3 {
    color: #000;
    font-size: 28px;
    line-height: 1.16;
    font-weight: 500;
    letter-spacing: -.7px;
    margin-bottom: 18px;
}

.process-content p {
    color: #000;
    font-size: 16px;
    line-height: 1.78;
    margin: 0;
}

@media (max-width: 991px) {
    .premium-process-board {
        grid-template-columns: 1fr;
    }

        .premium-process-board::before {
            display: none;
        }

    .process-item {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .premium-process-section {
        padding: 70px 0;
    }

    .premium-process-head h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .process-item {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        border-radius: 24px;
    }

    .process-content h3 {
        font-size: 24px;
    }

    .process-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}




.tech-executive-section {
    padding: 120px 0;
    background: radial-gradient(circle at 8% 0%, rgba(220,0,5,.045), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tech-executive-grid {
    display: grid;
    grid-template-columns: 1.5fr .95fr;
    gap: 70px;
    align-items: center;
}

.tech-executive-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    color: #dc0005;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .5px;
}

.tech-executive-content h2 {
    max-width: 720px;
    color: #000;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -2.6px;
    margin-bottom: 22px;
}

.tech-executive-lead {
    max-width: 780px;
    color: #000;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 36px;
}

.tech-executive-box {
    max-width: 740px;
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(24,34,48,.08);
    box-shadow: 0 24px 70px rgba(15,23,42,.07);
}

    .tech-executive-box h3 {
        color: #000;
        font-size: 30px;
        line-height: 1.15;
        font-weight: 500;
        letter-spacing: -1px;
        margin-bottom: 16px;
    }

    .tech-executive-box p {
        color: #000;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 22px;
    }

.tech-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

    .tech-pills span {
        padding: 8px 14px;
        border-radius: 999px;
        background: #f1f5f9;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .4px;
        border: 1px solid rgba(24,34,48,.08);
    }

        .tech-pills span:last-child {
            background: rgba(220,0,5,.08);
            color: #dc0005;
            border-color: rgba(220,0,5,.16);
        }

.tech-executive-box blockquote {
    margin: 0 0 26px;
    padding-left: 18px;
    border-left: 3px solid #dc0005;
    color: #334155;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 650;
    font-style: italic;
}

.tech-executive-btn {
    min-height: 52px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #182230;
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    text-decoration: none;
    transition: .25s ease;
}

    .tech-executive-btn:hover {
        background: #dc0005;
        color: #fff;
    }

.tech-executive-visual {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tech-executive-visual::before {
        content: "";
        position: absolute;
        width: 470px;
        height: 470px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(220,0,5,.12), transparent 64%);
    }

.tech-device-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 520px;
    min-height: 430px;
    border-radius: 38px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(24,34,48,.08);
    box-shadow: 0 34px 95px rgba(15,23,42,.10);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px;
}

    .tech-device-card img {
        width: 100%;
        max-width: 420px;
        filter: drop-shadow(0 28px 34px rgba(15,23,42,.18));
    }

.tech-mini-card {
    position: absolute;
    z-index: 2;
    width: 190px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(24,34,48,.08);
    box-shadow: 0 22px 55px rgba(15,23,42,.12);
    backdrop-filter: blur(14px);
}

    .tech-mini-card strong {
        display: block;
        color: #dc0005;
        font-size: 18px;
        font-weight: 950;
        margin-bottom: 4px;
    }

    .tech-mini-card span {
        display: block;
        color: #000;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 500;
    }

.tech-mini-card-one {
    top: 64px;
    right: -35px;
}

.tech-mini-card-two {
    left: -35px;
    bottom: 76px;
}

@media (max-width: 991px) {
    .tech-executive-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .tech-executive-visual {
        min-height: 430px;
    }

    .tech-mini-card-one {
        right: 20px;
    }

    .tech-mini-card-two {
        left: 20px;
    }
}

@media (max-width: 575px) {
    .tech-executive-section {
        padding: 70px 0;
    }
    .tech-executive-visual::before{
        width:100% !important;
    }
    .tech-executive-content h2 {
        font-size: 36px;
        letter-spacing: -1.3px;
    }

    .tech-executive-lead {
        font-size: 15px;
    }

    .tech-executive-box {
        padding: 24px;
        border-radius: 22px;
    }

        .tech-executive-box h3 {
            font-size: 26px;
        }

    .tech-executive-visual {
        min-height: auto;
        display: block;
    }

    .tech-device-card {
        min-height: 280px;
        padding: 30px;
        border-radius: 26px;
    }

    .tech-mini-card {
        position: relative;
        width: 100%;
        margin-top: 14px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .tech-executive-btn {
        width: 100%;
    }
}




.executive-faq-area {
    position: relative;
    padding: 95px 0;
    background: linear-gradient(180deg,#ffffff 0%,#f5f7fa 100%);
    overflow: hidden;
}

.executive-faq-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 ;
}

.executive-faq-head {
    max-width: 960px;
    margin: 0 auto 45px;
    text-align: center;
}

    .executive-faq-head span {
        display: inline-block;
        padding: 9px 18px;
        border-radius: 999px;
        background: rgba(220,0,5,.08);
        color: #dc0005;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .executive-faq-head h2 {
        margin: 18px 0;
        color: #000;
        font-weight: 500;
        letter-spacing: -.035em;
    }

    .executive-faq-head p {
        margin: 0;
        color: #000;
        font-size: 16px;
        line-height: 1.7;
        font-weight: 500;
    }

.faq-grid {
    display: grid;
    grid-template-columns: 360px minmax(0,1fr);
    gap: 28px;
    align-items: start;
}

.faq-highlight {
    position: sticky;
    top: 110px;
    padding: 30px;
    border-radius: 26px;
    background: linear-gradient(145deg,#182230,#101826);
    color: #fff;
    box-shadow: 0 22px 55px rgba(24,34,48,.22);
    overflow: hidden;
}

    .faq-highlight::before {
        content: "";
        position: absolute;
        right: -80px;
        top: -80px;
        width: 210px;
        height: 210px;
        background: radial-gradient(circle,rgba(220,0,5,.38),transparent 65%);
    }

    .faq-highlight h3,
    .faq-highlight p,
    .faq-highlight ul {
        position: relative;
        z-index: 2;
    }

    .faq-highlight h3 {
        color: #fff;
        font-size: 23px;
        line-height: 1.2;
        font-weight: 850;
        margin-bottom: 16px;
    }

    .faq-highlight p {
        color: #cbd5e1;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .faq-highlight ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .faq-highlight li {
        position: relative;
        padding: 13px 0 13px 22px;
        border-top: 1px solid rgba(255,255,255,.10);
        color: #eef2f7;
        font-size: 14.5px;
        line-height: 1.45;
    }

        .faq-highlight li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 20px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #dc0005;
        }

.faq-accordion {
    padding: 18px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(24,34,48,.08);
    box-shadow: 0 25px 70px rgba(24,34,48,.12);
}

    .faq-accordion .accordion {
        display: flex;
        flex-direction: column;
        gap: 13px;
    }

    .faq-accordion .accordion-items {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        background: #fff;
        border: 1px solid rgba(24,34,48,.09);
        box-shadow: 0 10px 28px rgba(24,34,48,.055);
        transition: .25s ease;
    }

        .faq-accordion .accordion-items:hover {
            transform: translateY(-2px);
            border-color: rgba(220,0,5,.22);
            box-shadow: 0 18px 42px rgba(24,34,48,.11);
        }

        .faq-accordion .accordion-items::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(180deg,#dc0005,#8c0003);
            z-index: 2;
        }

    .faq-accordion .accordion-header {
        margin: 0;
        font-size: inherit !important;
    }

    .faq-accordion .accordion-buttons {
        position: relative;
        width: 100%;
        min-height: 74px;
        padding: 22px 74px 22px 28px;
        border: 0;
        outline: 0;
        background: linear-gradient(135deg,#fff,#f8fafc);
        color: #182230 !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: -.02em;
        text-align: left;
        box-shadow: none;
    }

        .faq-accordion .accordion-buttons::after {
            content: "+";
            position: absolute;
            right: 22px;
            top: 50%;
            width: 38px;
            height: 38px;
            transform: translateY(-50%);
            border-radius: 13px;
            background: #182230;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            font-weight: 500;
            box-shadow: 0 10px 24px rgba(24,34,48,.20);
            transition: .25s ease;
        }

        .faq-accordion .accordion-buttons:not(.collapsed) {
            color: #dc0005 !important;
            background: linear-gradient(135deg,rgba(220,0,5,.07),rgba(24,34,48,.025)),#fff;
        }

            .faq-accordion .accordion-buttons:not(.collapsed)::after {
                content: "−";
                background: linear-gradient(135deg,#dc0005,#970004);
                box-shadow: 0 12px 28px rgba(220,0,5,.26);
            }

    .faq-accordion .accordion-body {
        padding: 0 28px 28px;
        background: #fff;
    }

        .faq-accordion .accordion-body p {
            width: 100%;
            padding-top: 20px;
            padding-right: 10px;
            border-top: 1px solid rgba(24,34,48,.08);
            color: #000 !important;
            font-size: 16px;
            line-height: 1.85;
            max-height: 100%;
            overflow-y: auto;
        }

            .faq-accordion .accordion-body p::-webkit-scrollbar {
                width: 6px;
            }

            .faq-accordion .accordion-body p::-webkit-scrollbar-thumb {
                background: rgba(24,34,48,.22);
                border-radius: 10px;
            }

        .faq-accordion .accordion-body a {
            color: #dc0005 !important;
            text-decoration: none;
            border-bottom: 1px solid rgba(220,0,5,.32);
        }

    .faq-accordion #loadMore {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 220px;
        height: 54px;
        margin-top: 28px;
        border-radius: 999px;
        background: linear-gradient(135deg,#dc0005,#970004);
        color: #fff;
        border: 0;
       /* box-shadow: 0 16px 34px rgba(220,0,5,.26);*/
    }

@media(max-width:991px) {
    .executive-faq-area {
        padding: 75px 0;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-highlight {
        position: relative;
        top: auto;
    }
}

@media(max-width:575px) {
    .executive-faq-area {
        padding: 58px 0;
    }

    .executive-faq-head h2 {
        font-size: 34px;
    }

    .faq-highlight {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .faq-accordion {
        padding: 12px;
        border-radius: 22px;
    }

        .faq-accordion .accordion-buttons {
            min-height: auto;
            padding: 19px 60px 19px 22px;
            font-size: 16.5px;
        }

            .faq-accordion .accordion-buttons::after {
                right: 16px;
                width: 34px;
                height: 34px;
                border-radius: 11px;
                font-size: 19px;
            }

        .faq-accordion .accordion-body {
            padding: 0 22px 24px;
        }

            .faq-accordion .accordion-body p {
                max-height: 210px;
                font-size: 15px;
                line-height: 1.75;
            }
}


.customer-comments {
    position: relative;
    padding: 100px 0 !important;
    background: radial-gradient(circle at 12% 20%, rgba(220,0,5,.08), transparent 28%), linear-gradient(180deg,#ffffff 0%,#f5f7fa 100%);
    overflow: hidden;
}

.customer-comments h2 {
    color: #000;
    font-weight: 500;
    letter-spacing: -.035em;
    margin-bottom: 16px;
}

.customer-comments .lead {
    max-width: 850px;
    margin: 0 auto;
    color: #475467 !important;
    font-size: 16px;
    line-height: 1.7;
}



.comment-visual {
    position: relative;
    min-height: max-content;
    height:567px !important;
    border-radius: 30px;
    overflow: hidden;
    background: #182230;
    box-shadow: 0 28px 75px rgba(24,34,48,.22);
}

    .comment-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: .72;
        filter: saturate(.9) contrast(1.05);
    }

    .comment-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(24,34,48,.10),rgba(24,34,48,.90)), linear-gradient(135deg,rgba(220,0,5,.18),transparent 45%);
    }

.comment-visual-overlay {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 2;
    color: #fff;
}

    .comment-visual-overlay .mini-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 15px;
        margin-bottom: 18px;
        border-radius: 999px;
        background: rgba(255,255,255,.14);
        border: 1px solid rgba(255,255,255,.22);
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        backdrop-filter: blur(10px);
    }

        .comment-visual-overlay .mini-badge i {
            color: #ffc107;
        }

    .comment-visual-overlay h3 {
        color: #fff;
        font-size: 28px;
        line-height: 1.18;
        font-weight: 500;
        letter-spacing: -.035em;
        margin-bottom: 14px;
    }

    .comment-visual-overlay p {
        color: #e5e7eb;
        font-size: 14.5px;
        line-height: 1.75;
        margin: 0;
    }

.comment-area {
    position: relative;
    min-height: 240px;
    padding: 14px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(24,34,48,.08);
    box-shadow: 0 28px 75px rgba(24,34,48,.12);
}

.testimonial-card {
    position: relative;
    min-height: auto;
    height:200px !important;
    padding: 42px;
    border-radius: 24px;
    background: radial-gradient(circle at top right, rgba(220,0,5,.055), transparent 34%), linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
    border: 1px solid rgba(24,34,48,.08);
    display: flex;
    flex-direction: column;
}

.quote-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg,#dc0005,#970004);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 18px 35px rgba(220,0,5,.25);
    margin-bottom: 22px;
}

.stars {
    display: flex;
    gap: 5px;
    color: #f5a400;
    font-size: 15px;
}

.testimonial-text {
    color: #475467;
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
    min-height: 180px;
    max-width: 100%;
}

.testimonial-user {
    margin-top: auto;
    padding-top: 26px;
    border-top: 1px solid rgba(24,34,48,.08);
    display: flex;
    align-items: center;
    gap: 14px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #182230;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 12px 28px rgba(24,34,48,.18);
}

.user-info h4 {
    margin: 0;
    color: #000;
    font-size: 15.5px;
    font-weight: 850;
}

.testimonial-controls {
    position: absolute;
    right: 14px;
    bottom: -109px;
    display: flex;
    gap: 10px;
    padding: 0 !important;
}

.testimonial-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: #182230;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(24,34,48,.22);
    transition: .25s ease;
}

    .testimonial-arrow:hover {
        background: #dc0005;
        transform: translateY(-2px);
    }

@media(max-width:991px) {
    .customer-comments {
        padding: 75px 0 !important;
    }

    .comment-visual,
    .comment-area {
        min-height: auto;
    }

    .comment-visual {
        height: 390px;
    }

    .testimonial-card {
        min-height: auto;
        padding: 34px;
    }

    .testimonial-controls {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 24px;
        justify-content: center;
    }
}

@media(max-width:575px) {
    .customer-comments {
        padding: 58px 0 !important;
    }

        .customer-comments h2 {
            font-size: 34px;
        }

        .customer-comments .lead {
            font-size: 15px;
        }

    .comment-visual {
        height: 360px;
        border-radius: 24px;
    }

    .comment-visual-overlay {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

        .comment-visual-overlay h3 {
            font-size: 23px;
        }

    .comment-area {
        padding: 10px;
        border-radius: 24px;
    }

    .testimonial-card {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .testimonial-text {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.75;
    }
}

/* BLOG SECTION */
.tv-blog-area3 {
    position: relative;
    padding: 95px 0 120px !important;
    background: radial-gradient(circle at 12% 12%, rgba(220,0,5,.07), transparent 28%), linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%);
    overflow: hidden;
}

.tv-blog-area3 .tv-section-title-box {
    max-width: 100%;
}

.tv-blog-area3 h2 {
    color: #000;
    font-weight: 500;
    letter-spacing: -.035em;
    margin-bottom: 18px;
}

.tv-blog-area3 .lead {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.75;
}

/* ROW GAP */
.tv-blog-area3 .row > .col-lg-3 {
    margin-bottom: 30px;
}

/* CARD WRAPPER */
.tv-blog-area3 .col-lg-3 {
    display: flex;
    flex-direction: column;
}

/* IMAGE */
.tv-blog-area3 .img {
    position: relative;
    height: 178px;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    background: #182230;
    box-shadow: 0 18px 40px rgba(24,34,48,.12);
}

    .tv-blog-area3 .img a {
        display: block;
        width: 100%;
        height: 100%;
    }

.tv-blog-area3 .blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .45s ease;
}

.tv-blog-area3 .col-lg-3:hover .blog-img {
    transform: scale(1.06);
}

/* CONTENT CARD */
.tv-blog-area3 .single-blog-item3 {
    flex: 1;
    margin-bottom: 0 !important;
    border-radius: 0 0 22px 22px;
    background: #ffffff !important;
    border: 1px solid rgba(24,34,48,.08);
    border-top: 0;
    box-shadow: 0 22px 55px rgba(24,34,48,.10);
    transition: .28s ease;
}

.tv-blog-area3 .col-lg-3:hover .single-blog-item3 {
    transform: translateY(-4px);
    box-shadow: 0 30px 70px rgba(24,34,48,.16);
    border-color: rgba(220,0,5,.18);
}

.tv-blog-area3 .single-blog-item3 .content {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    padding: 24px !important;
}

/* TITLE */
.tv-blog-area3 .single-blog-item3 h4 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 850;
    letter-spacing: -.02em;
}

    .tv-blog-area3 .single-blog-item3 h4 a {
        color: #000 !important;
        text-decoration: none;
        transition: .2s ease;
        font-weight:500 !important;
    }

        .tv-blog-area3 .single-blog-item3 h4 a:hover {
            color: #dc0005 !important;
        }

/* TEXT */
.tv-blog-area3 .single-blog-item3 p {
    color: #000;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 22px;
}

/* READ MORE */
.tv-blog-area3 .btn3 {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #182230 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: .22s ease;
}

    .tv-blog-area3 .btn3 i {
        color: #dc0005;
        transition: .22s ease;
    }

    .tv-blog-area3 .btn3:hover {
        color: #dc0005 !important;
    }

        .tv-blog-area3 .btn3:hover i {
            transform: translateX(4px);
        }

/* ALL BLOG BUTTON */
.tv-blog-area3 .tv-btn-primary {
    min-width: 170px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#182230,#0f1722);
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(24,34,48,.22);
}

    .tv-blog-area3 .tv-btn-primary:hover {
        background: linear-gradient(135deg,#dc0005,#970004);
        box-shadow: 0 20px 42px rgba(220,0,5,.28);
    }

/* RESPONSIVE */
@media(max-width:991px) {
    .tv-blog-area3 {
        padding: 75px 0 90px !important;
    }

        .tv-blog-area3 .row > .col-lg-3 {
            width: 50%;
        }
}

@media(max-width:575px) {
    .tv-blog-area3 {
        padding: 58px 0 75px !important;
    }

        .tv-blog-area3 h2 {
            font-size: 34px;
        }

        .tv-blog-area3 .lead {
            font-size: 15px;
        }

        .tv-blog-area3 .row > .col-lg-3 {
            width: 100%;
        }

        .tv-blog-area3 .img {
            height: 210px;
        }

        .tv-blog-area3 .single-blog-item3 .content {
            min-height: auto;
        }
}