.homepage3-body .vl-transparent-header {
    background: #fff;
}

   /* PREMIUM HERO SECTION */

.mysore-hero-premium {
    position: relative;
    min-height: 740px;
    display: flex;
    align-items: center;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(125deg,
            #06172b 0%,
            #092d50 52%,
            #0d456f 100%);
}


 /* BACKGROUND GRID */

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px);
    background-size: 46px 46px;
    pointer-events: none;
}


/* BACKGROUND GLOWS */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
}

.hero-glow-one {
    width: 380px;
    height: 380px;
    top: -180px;
    left: -100px;
    background: rgba(237, 48, 53, 0.28);
}

.hero-glow-two {
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -190px;
    background:
        rgba(34, 127, 213, 0.24);
}

.mysore-hero-premium .container {
    position: relative;
    z-index: 3;
}


/* HERO CONTENT */
.mysore-hero-content {
    max-width: 780px;
}

/* SMALL LABEL */
.hero-small-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 6px 14px 6px 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-small-label span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff6651);
    font-size: 10px;
}

/* MAIN TITLE */
.mysore-hero-content h1 {
    max-width: 780px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 780;
       line-height: normal;
    letter-spacing: normal;
}


.mysore-hero-content h1 span {
    display: block;
    color: #ff6658;
}

/* DESCRIPTION */

.hero-description {
    max-width: 720px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.8;
}


/* TRUST ITEMS */
.hero-trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}


.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px 9px 9px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}


.hero-trust-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.09);
}

.hero-trust-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #ff6255;
    background: rgba(237, 48, 53, 0.12);
    font-size: 12px;
}


/* HERO BUTTON */
.hero-primary-btn {
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 10px 10px 22px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff5d4f);
    box-shadow: 0 15px 35px rgba(237, 48, 53, 0.32);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
}


.hero-primary-btn>span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #ed3035;
    background: #ffffff;
    font-size: 11px;
    transition: transform 0.3s ease;
}


.hero-primary-btn:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(237, 48, 53, 0.40);
}


.hero-primary-btn:hover>span {
    transform: translateX(3px);
}


/* FORM CARD */

.hero-enquiry-card {
    position: relative;
    max-width: 440px;
    margin-left: auto;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

/* RED TOP ACCENT */

.hero-enquiry-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 100px;
    height: 4px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg,
            #ed3035,
            #ff7654);
}


/* DECORATIVE CIRCLE */

.hero-enquiry-card::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: rgba(237, 48, 53, 0.05);
    pointer-events: none;
}


/* =========================================================
   FORM HEADING
========================================================= */

.hero-form-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 13px;
}


.hero-form-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff6250);
    box-shadow: 0 11px 25px rgba(237, 48, 53, 0.24);
    font-size: 18px;
}


.hero-form-heading span {
    display: block;
    margin-bottom: 2px;
    color: #ed3035;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}


.hero-form-heading h4 {
    margin: 0;
    color: #102b48;
    font-size: 21px;
    font-weight: 700;
}

.hero-form-description {
    position: relative;
    z-index: 2;
    margin: 0 0 21px;
    color: #718093;
    font-size: 12px;
    line-height: 1.7;
}


/* INPUT */

.hero-input-group {
    position: relative;
}

.hero-input-group input {
    width: 100%;
    height: 45px;
    padding: 10px 15px 10px 48px;
    outline: none;
    border: 1px solid #e1e6ec;
    border-radius: 11px;
    color: #16314e;
    background: #f8fafc;
    font-size: 15px;
    transition: border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.hero-input-group input::placeholder {
    color: #949eaa;
}

.hero-input-group input:focus {
    border-color: rgba(237, 48, 53, 0.40);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(237, 48, 53, 0.06);
}

/* INPUT ICON */

.hero-input-icon {
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #ed3035;
    font-size: 12px;
    pointer-events: none;
}


/* SUBMIT BUTTON */

.hero-submit-btn {
    width: 100%;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 11px 10px 20px;
    border: 0;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff5c4d);
    box-shadow: 0 13px 30px rgba(237, 48, 53, 0.24);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition:
        all 0.3s ease;
}


.hero-submit-btn i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #ed3035;
    background: #ffffff;
    font-size: 10px;
    transition: transform 0.3s ease;
}


.hero-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 38px rgba(237, 48, 53, 0.35);
}


.hero-submit-btn:hover i {
    transform: translateX(3px);
}


/* FORM BOTTOM */

.hero-form-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 15px;
    color: #99a3af;
    font-size: 9px;
}


.hero-form-bottom i {
    color: #49a76c;
    font-size: 9px;
}


/* TABLET */

@media (max-width: 1199px) {

    .mysore-hero-content h1 {
        font-size: 42px;
    }

    .hero-enquiry-card {
        padding: 18px;
    }

}


/* BELOW DESKTOP */

@media (max-width: 991px) {

    .mysore-hero-premium {
        min-height: auto;
        padding: 100px 0 60px;
    }

    .mysore-hero-content {
        max-width: 760px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .mysore-hero-content h1 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-trust-grid {
        justify-content: center;
    }

    .hero-enquiry-card {
        max-width: 580px;
        margin: 25px auto 0;
    }

}


/* MOBILE  */
@media (max-width: 767px) {

    .mysore-hero-premium {
       padding: 110px 0 50px;
    }

    .mysore-hero-content h1 {
        font-size: 28px;
          line-height: normal;
        letter-spacing: normal;
    }

    .hero-description {
        font-size: 13px;
        line-height: 1.75;
    }

    .hero-trust-grid {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 330px;
        margin: 0 auto 27px;
    }

    .hero-trust-item {
        justify-content: flex-start;
    }

    .hero-enquiry-card {
        padding: 17px;
        border-radius: 18px;
    }

    .hero-form-heading h4 {
        font-size: 21px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mysore-hero-premium {
       padding: 110px 0 50px;
    }

    .hero-small-label {
        font-size: 12px;
    }

    .mysore-hero-content h1 {
        font-size: 25px;
    }

    .hero-primary-btn {
        width: 100%;
        justify-content: space-between;
    }


    .hero-enquiry-card {
        padding: 18px 16px;
    }

    .hero-input-group input {
        height: 51px;
    }

}

.about-border {
    padding: 22px 18px;
    border: 1px solid #e3e8ee;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(6, 27, 52, 0.065);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

/* =========================
   CTA SECTION
========================= */

.mysore-cta-section {
    padding: 80px 0;
    background: #f7f9fc;
}

.mysore-cta-box {
    position: relative;
    overflow: hidden;
    padding: 50px 55px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 10% 20%, rgba(237, 48, 53, 0.20), transparent 28%),
        radial-gradient(circle at 90% 80%, rgba(40, 114, 190, 0.18), transparent 30%),
        linear-gradient(135deg, #07192f 0%, #0c2f53 55%, #114671 100%);
    box-shadow: 0 25px 60px rgba(8, 29, 53, 0.18);
}

/* subtle grid effect */
.mysore-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.10;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 38px 38px;
}

/* red glow */
.mysore-cta-box::after {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(237, 48, 53, 0.22);
    filter: blur(55px);
    pointer-events: none;
}

.mysore-cta-content,
.mysore-cta-btn-area {
    position: relative;
    z-index: 2;
}

.mysore-cta-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
}

.mysore-cta-btn-area {
    display: flex;
    justify-content: flex-end;
}

.mysore-cta-btn {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 10px 10px 22px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #ed3035, #ff5d4e);
    box-shadow: 0 14px 30px rgba(237, 48, 53, 0.30);
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mysore-cta-btn span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ffffff;
    color: #ed3035;
    font-size: 11px;
    transition: all 0.3s ease;
}

.mysore-cta-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(237, 48, 53, 0.38);
}

.mysore-cta-btn:hover span {
    transform: translateX(3px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .mysore-cta-section {
        padding: 65px 0;
    }

    .mysore-cta-box {
        padding: 40px 35px;
    }

    .mysore-cta-content {
        text-align: center;
    }

    .mysore-cta-btn-area {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mysore-cta-section {
        padding: 50px 0;
    }

    .mysore-cta-box {
        padding: 32px 22px;
        border-radius: 18px;
    }

    .mysore-cta-content h2 {
        font-size: 24px;
        line-height: 1.35;
        text-align: center;
    }

    .mysore-cta-btn {
        width: 100%;
        justify-content: center;
        padding-left: 18px;
    }
}

/* =========================================================
   SERVICE SHOWCASE
========================================================= */

.service-showcase {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%,
            rgba(237, 48, 53, 0.06),
            transparent 24%),
        radial-gradient(circle at 90% 85%,
            rgba(10, 55, 98, 0.07),
            transparent 30%),
        linear-gradient(180deg,
            #f7f9fc 0%,
            #ffffff 50%,
            #f7f9fc 100%);
}

/* DECOR */

.service-decor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.07;
}

.service-decor-one {
    top: 30px;
    left: -100px;
    width: 290px;
}

.service-decor-two {
    right: -110px;
    bottom: 20px;
    width: 330px;
}

.service-showcase .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   HEADING
========================================================= */

.service-showcase-heading {
    max-width: 940px;
    margin: 0 auto 52px;
}

.service-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 8px 15px;
    border-radius: 50px;
    color: #ed3035;
    background: rgba(237, 48, 53, 0.07);
    border: 1px solid rgba(237, 48, 53, 0.12);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.service-eyebrow i {
    font-size: 10px;
}

.service-showcase-heading .vl-section-title {
    margin: 0;
    color: #081d37;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -1px;
}

.service-showcase-heading p {
    max-width: 750px;
    margin: 18px auto 0;
    color: #687588;
    font-size: 14px;
    line-height: 1.8;
}

/* MAIN VERTICAL CARD  */
.showcase-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3e8ee;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(6, 27, 52, 0.065);
    transition: transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.showcase-card:hover {
    transform: translateY(-10px);
    border-color: rgba(237, 48, 53, 0.15);
    box-shadow: 0 30px 70px rgba(6, 27, 52, 0.16);
}


/* IMAGE */

.showcase-image {
    position: relative;
    height: 285px;
    overflow: hidden;
}

.showcase-image>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.showcase-card:hover .showcase-image>img {
    transform: scale(1.075);
}

.showcase-image-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.76) 0%,
            rgba(0, 0, 0, 0.12) 45%,
            transparent 76%);
}


/* NUMBER */

.showcase-number {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 13px;
    color: #fff;
    background: rgba(5, 23, 43, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 700;
}

/* CATEGORY */

.showcase-category {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 4;
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* CARD CONTENT */
.showcase-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px;
}

/* FLOATING ICON */

.showcase-icon {
    position: absolute;
    top: -31px;
    right: 25px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #fff;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff6550);

    box-shadow: 0 12px 28px rgba(237, 48, 53, 0.28);
    font-size: 21px;
    transition: transform 0.35s ease;
}

.showcase-card:hover .showcase-icon {
    transform: rotate(-5deg) scale(1.08);
}


/* TITLE */

.showcase-title {
    display: block;
    max-width: 82%;
    margin-bottom: 12px;
    color: #0d2948;
    font-size: 20px;
    font-weight: 740;
    line-height: 1.35;
    transition: color 0.25s ease;
}

.showcase-title:hover {
    color: #ed3035;
}


/* TEXT */

.showcase-content p {
    flex-grow: 1;
    margin: 0 0 15px;
    color: #6a7788;
    font-size: 15px;
    line-height: 1.7;
}

/* LINK */

.showcase-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #edf0f4;
    color: #183451;
    font-size: 15px;
    font-weight: 700;
}

.showcase-link span {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ed3035;
    background: rgba(237, 48, 53, 0.08);
    transition: all 0.3s ease;
}

.showcase-link:hover {
    color: #ed3035;
}

.showcase-link:hover span {
    color: #fff;
    background: #ed3035;
    transform: translateX(4px);
}

/* WIDE CARDS */

.showcase-wide-card {
    position: relative;
    min-height: 340px;
    display: grid;
    grid-template-columns: 46% 54%;
    overflow: hidden;
    border: 1px solid #e3e8ee;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(6, 27, 52, 0.07);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.showcase-wide-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(6, 27, 52, 0.15);
}

/* WIDE IMAGE */

.wide-card-image {
    position: relative;
    min-height: 340px;
    overflow: hidden;
}

.wide-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(5, 22, 42, 0.04),
            rgba(5, 22, 42, 0.18));
}

.wide-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.showcase-wide-card:hover .wide-card-image img {
    transform: scale(1.07);
}


/* NUMBER */

.wide-number {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: rgba(4, 22, 43, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}


/* =========================================================
   WIDE CONTENT
========================================================= */

.wide-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}


/* CATEGORY */

.wide-category {
    margin-bottom: 12px;
    color: #ed3035;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}


/* ICON */

.wide-icon {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 14px;
    color: #ed3035;
    background: rgba(237, 48, 53, 0.08);
    font-size: 19px;
    transition: .3s ease;
}

.showcase-wide-card:hover .wide-icon {
    color: #fff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff6550);
    transform: rotate(-5deg);
}


/* TITLE */

.wide-title {
    margin-bottom: 12px;
    color: #0d2948;
    font-size: 20px;
    font-weight: 740;
    line-height: 1.35;
}

.wide-title small {
    display: block;
    margin-top: 4px;
    color: #7b8796;
    font-size: 12px;
    font-weight: 600;
}

.wide-title:hover {
    color: #ed3035;
}


/* TEXT */

.wide-card-content p {
    margin: 0 0 18px;
    color: #687588;
    font-size: 12px;
    line-height: 1.75;
}


/* LINK */

.wide-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ed3035;
    font-size: 12px;
    font-weight: 700;
}

.wide-link i {
    transition: transform 0.3s ease;
}

.wide-link:hover {
    color: #0d2948;
}

.wide-link:hover i {
    transform: translateX(5px);
}


/* =========================================================
   ADD A DARK ACCENT ON HOVER
========================================================= */

.showcase-card::after,
.showcase-wide-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg,
            #ed3035,
            #ff7654);
    transition: width 0.4s ease;
}

.showcase-card:hover::after,
.showcase-wide-card:hover::after {
    width: 100%;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .showcase-image {
        height: 225px;
    }

    .showcase-wide-card {
        grid-template-columns: 43% 57%;
    }

}


@media (max-width: 991px) {

    .service-showcase {
        padding: 80px 0;
    }

    .showcase-wide-card {
        min-height: 310px;
        grid-template-columns: 42% 58%;
    }

    .wide-card-image {
        min-height: 310px;
    }

}


@media (max-width: 767px) {

    .service-showcase {
        padding: 65px 0;
    }

    .service-showcase-heading {
        margin-bottom: 38px;
    }

    .service-showcase-heading .vl-section-title {
        font-size: 30px;
    }

    .service-showcase-heading p {
        font-size: 13px;
    }

    .showcase-image {
        height: 235px;
    }

    .showcase-content {
        min-height: auto;
        padding: 30px 21px 22px;
    }

    .showcase-title {
        font-size: 18px;
    }


    /* wide cards become stacked */

    .showcase-wide-card {
        display: block;
        min-height: auto;
    }

    .wide-card-image {
        height: 235px;
        min-height: 235px;
    }

    .wide-card-content {
        padding: 24px 21px;
    }

    .wide-title {
        font-size: 18px;
    }

}


@media (max-width: 480px) {

    .showcase-card,
    .showcase-wide-card {
        border-radius: 18px;
    }

    .showcase-image,
    .wide-card-image {
        height: 215px;
    }

}

/* =====================================================
   WHY CHOOSE US - 3 CARDS PER ROW
===================================================== */

.why-choose-grid-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%,
            rgba(237, 48, 53, 0.045),
            transparent 25%),
        radial-gradient(circle at 94% 82%,
            rgba(8, 48, 88, 0.055),
            transparent 28%),
        #f7f9fc;
}


/* DECORATION */

.why-choose-grid-section::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    right: -140px;
    top: -140px;
    border: 50px solid rgba(7, 34, 66, 0.025);
    border-radius: 50%;
}

.why-choose-grid-section::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -80px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(237, 48, 53, 0.03);
}


/* =====================================================
   HEADING
===================================================== */

.why-choose-grid-section .heading2 {
    position: relative;
    z-index: 2;
}

.why-grid-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    margin-bottom: 14px;
    border: 1px solid rgba(237, 48, 53, 0.12);
    border-radius: 50px;
    color: #ed3035;
    background: rgba(237, 48, 53, 0.06);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.why-grid-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ed3035;
    box-shadow: 0 0 0 4px rgba(237, 48, 53, 0.08);
}

.why-choose-grid-section .vl-section-title {
    margin: 0;
    color: #071b35;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.why-grid-intro {
    max-width: 650px;
    margin: 16px auto 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.8;
}


/* CARD */

.why-grid-card {
    position: relative;
    height: 100%;
    min-height: 265px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #e5eaf0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(7, 30, 57, 0.055);
    transition: transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* SOFT BACK SHAPE */

.why-grid-card::before {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -48px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(237, 48, 53, 0.035);
    transition: 0.35s ease;
}

/* TOP STRIPE */

.why-grid-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg,
            #ed3035,
            #ff7553);
    transition: transform 0.35s ease;
}


/* HOVER */
.why-grid-card:hover {
    transform: translateY(-8px);
    border-color: rgba(237, 48, 53, 0.16);
    box-shadow: 0 24px 55px rgba(7, 30, 57, 0.13);
}

.why-grid-card:hover::after {
    transform: scaleX(1);
}

.why-grid-card:hover::before {
    transform: scale(1.5);
    background: rgba(237, 48, 53, 0.06);
}


/* =====================================================
   CARD TOP
===================================================== */

.why-grid-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 23px;
}

/* ICON */
.why-grid-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border-radius: 16px;
    background: linear-gradient(145deg,
            rgba(237, 48, 53, 0.11),
            rgba(237, 48, 53, 0.04));
    transition: all 0.35s ease;
}

.why-grid-icon img {
    width: 43px;
    height: 43px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

/* NUMBER */
.why-grid-number {
    color: #d4d9df;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    transition: color 0.3s ease;
}

/* HOVER ICON */

.why-grid-card:hover .why-grid-icon {
    background: linear-gradient(135deg,
            #ed3035,
            #ff6250);
    transform: rotate(-4deg);
    box-shadow: 0 11px 25px rgba(237, 48, 53, 0.22);
}

.why-grid-card:hover .why-grid-icon img {
    transform: scale(1.08);
}

.why-grid-card:hover .why-grid-number {
    color: rgba(237, 48, 53, 0.18);
}


/* TEXT */

.why-grid-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 11px;
    color: #122d49;
    font-size: 18px;
    font-weight: 720;
    line-height: 1.4;
}

.why-grid-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.75;
}

/* BOTTOM ACCENT */

.why-grid-line {
    position: relative;
    z-index: 2;
    width: 34px;
    height: 3px;
    margin-top: 22px;
    border-radius: 10px;
    background: #ed3035;
    transition: width 0.35s ease;
}

.why-grid-card:hover .why-grid-line {
    width: 68px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .why-choose-grid-section {
        padding: 80px 0;
    }

    .why-grid-card {
        min-height: 245px;
        padding: 24px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .why-choose-grid-section {
        padding: 65px 0;
    }

    .why-choose-grid-section .vl-section-title {
        font-size: 31px;
    }

    .why-grid-intro {
        font-size: 13px;
    }

    .why-grid-card {
        min-height: auto;
        padding: 22px;
        border-radius: 15px;
    }

    .why-grid-icon {
        width: 56px;
        height: 56px;
        padding: 9px;
    }

    .why-grid-icon img {
        width: 38px;
        height: 38px;
    }

    .why-grid-number {
        font-size: 29px;
    }

    .why-grid-card h3 {
        font-size: 16px;
    }

    .why-grid-card p {
        font-size: 12px;
    }
}

/* CLIENT SECTORS  */

.client-sector-premium {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: radial-gradient(circle at 8% 20%,
            rgba(237, 48, 53, 0.05),
            transparent 26%), radial-gradient(circle at 92% 80%,
            rgba(9, 52, 95, 0.07),
            transparent 28%), #f7f9fc;
}

/* BACKGROUND DECORATION */

.client-sector-premium::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -170px;
    top: -160px;
    border: 60px solid rgba(9, 40, 73, 0.028);
    border-radius: 50%;

}

.client-sector-premium::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -95px;
    bottom: -95px;
    border-radius: 50%;
    background: rgba(237, 48, 53, 0.035);
}

/* HEADING */

.client-sector-premium .heading2 {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: auto;
}

.client-sector-small-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    margin-bottom: 14px;
    border: 1px solid rgba(237, 48, 53, 0.12);
    border-radius: 50px;
    color: #ed3035;
    background: rgba(237, 48, 53, 0.06);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.client-sector-small-title::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ed3035;
    box-shadow: 0 0 0 4px rgba(237, 48, 53, 0.09);
}

.client-sector-premium .vl-section-title {
    margin: 0;
    color: #071b35;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.9px;
}

.client-sector-premium .vl-section-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    margin: 15px auto 0;
    border-radius: 50px;
    background: linear-gradient(90deg,
            #ed3035,
            #ff7653);
}

.client-sector-premium .heading2 p {
    max-width: 650px;
    margin: auto;
    color: #667085;
    font-size: 15px;
    line-height: 1.8;
}


/* LEFT IMAGE */

.client-sector-image-wrap {
    position: relative;
    padding: 0 18px 18px 0;
}

/* FRAME */
.client-sector-image-wrap::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(237, 48, 53, 0.16);
    border-radius: 22px;
    background: rgba(237, 48, 53, 0.025);
}


.client-sector-main-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 535px;
    display: block;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 25px 65px rgba(7, 30, 57, 0.16);
    transition: transform 0.5s ease,
        box-shadow 0.5s ease;
}


.client-sector-image-wrap:hover .client-sector-main-img {
    transform: translateY(-5px);
    box-shadow: 0 32px 75px rgba(7, 30, 57, 0.22);
}



/* IMAGE BOTTOM OVERLAY */

.client-image-content {
    position: absolute;
    left: 25px;
    right: 42px;
    bottom: 40px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 14px;
    background: rgba(5, 27, 52, 0.82);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.client-image-icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff6550);
    font-size: 17px;
}

.client-image-content strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.client-image-content span {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
    line-height: 1.5;
}

/* RIGHT BOX */

.client-sector-premium .client-sectors {
    position: relative;
    padding: 25px !important;
    border: 1px solid #e5eaf0;
    border-radius: 21px;
    background: linear-gradient(145deg,
            #ffffff,
            #fafbfd);
    box-shadow: 0 20px 55px rgba(7, 30, 57, 0.08);
}


/* RED ACCENT */

.client-sector-premium .client-sectors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    width: 90px;
    height: 4px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg,
            #ed3035,
            #ff7653);
}

.client-sector-premium .client-sectors ul {
    margin: 0;
    padding: 0;
}

/* LIST ITEM */

.client-sector-premium .client-sectors ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 53px;
    margin-bottom: 10px;
    padding: 10px 14px;
    list-style: none;
    border: 1px solid #e8edf2;
    border-radius: 12px;
    color: #273b53;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    box-shadow: 0 5px 16px rgba(7, 30, 57, 0.035);
    transition: all 0.3s ease;
}


.client-sector-premium .client-sectors ul li:last-child {
    margin-bottom: 0;
}


.client-sector-premium .client-sectors ul li span {
    flex: 1;
}


/* RELATED ICONS */

.client-sector-premium .sector-list-icon {
    min-width: 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ed3035;
    background: linear-gradient(145deg,
            rgba(237, 48, 53, 0.10),
            rgba(237, 48, 53, 0.045));
    font-size: 15px;
    transition: all 0.3s ease;

}

/* HOVER */

.client-sector-premium .client-sectors ul li:hover {
    transform: translateX(7px);
    border-color: rgba(237, 48, 53, 0.18);
    background: linear-gradient(90deg,
            rgba(237, 48, 53, 0.045),
            #ffffff 65%);
    box-shadow: 0 13px 28px rgba(7, 30, 57, 0.08);
}


.client-sector-premium .client-sectors ul li:hover .sector-list-icon {
    color: #fff;
    background: linear-gradient(135deg,
            #ed3035,
            #ff6550);
    transform: rotate(-4deg) scale(1.08);
    box-shadow: 0 8px 20px rgba(237, 48, 53, 0.25);
}



.client-sector-premium .client-sectors ul li:hover::after {
    color: #ed3035;
    opacity: 1;
    transform:
        translateX(0);
}


/* RESPONSIVE TABLET */

@media (max-width: 991px) {

    .client-sector-premium {
        padding: 80px 0;
    }


    .client-sector-main-img {
        height: 470px;
    }

    .client-sector-premium .client-sectors {
        padding: 18px !important;
    }

    .client-sector-premium .client-sectors ul li {
        padding: 10px 11px;
        font-size: 12px;
    }

    .client-sector-premium .sector-list-icon {
        min-width: 35px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

}



/* MOBILE */

@media (max-width: 767px) {

    .client-sector-premium {
        padding: 65px 0;
    }


    .client-sector-premium .heading2 {
        padding-bottom:
            25px !important;
    }

    .client-sector-premium .vl-section-title {
        font-size: 31px;
    }


    .client-sector-premium .heading2 p {
        font-size: 13px;
        line-height: 1.7;
    }


    .client-sector-image-wrap {
        padding: 0;
    }

    .client-sector-image-wrap::before {
        display: none;
    }

    .client-sector-main-img {
        height: auto;
        min-height: 360px;
    }

    .client-image-content {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 13px;
    }

    .client-sector-premium .client-sectors {
        margin-top: 8px;
        padding: 15px !important;
        border-radius: 17px;
    }


    .client-sector-premium .client-sectors ul li {
        min-height: 52px;
        gap: 10px;
        margin-bottom: 9px;
        padding: 9px 11px;
        border-radius: 10px;
        font-size: 12px;
    }

    .client-sector-premium .sector-list-icon {
        min-width: 34px;
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .client-sector-premium .client-sectors ul li:hover {
        transform:
            translateX(3px);
    }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .client-sector-main-img {
        min-height: 320px;
        object-fit: cover;
    }


    .client-image-content strong {
        font-size: 12px;
    }

    .client-image-content span {
        font-size: 9px;
    }

    .client-image-icon {
        min-width: 40px;
        width: 40px;
        height: 40px;

    }

}

/* =========================================================
   FINAL SPLIT CTA
========================================================= */

.final-split-cta {
    padding: 80px 0;
    background: #f7f9fc;
}


.final-split-cta-box {
    position: relative;
    overflow: hidden;

    padding: 42px;

    border-radius: 26px;

    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(237, 48, 53, 0.20),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 80%,
            rgba(35, 119, 194, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #06192f 0%,
            #092d50 55%,
            #10466f 100%
        );

    box-shadow:
        0 28px 70px rgba(7, 30, 57, 0.20);
}


/* subtle grid */

.final-split-cta-box::before {
    content: "";

    position: absolute;
    inset: 0;

    opacity: 0.10;

    background-image:
        linear-gradient(
            rgba(255,255,255,0.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.07) 1px,
            transparent 1px
        );

    background-size: 42px 42px;

    pointer-events: none;
}


.final-split-cta-box .row {
    position: relative;
    z-index: 2;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.final-split-left {
    padding-right: 40px;
}


.final-split-left-icon {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 15px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #ed3035,
            #ff6250
        );

    box-shadow:
        0 13px 28px rgba(237, 48, 53, 0.28);

    font-size: 20px;
}


.final-split-left h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size:35px;

    font-weight: 700;

    line-height: 1.16;

    letter-spacing: -1px;
}


.final-split-left h2 span {
    color: #ff6657;
}


.final-split-left p {
    max-width: 580px;

    margin: 0;

    color:
        rgba(255,255,255,0.96);

    font-size: 15px;

    line-height: 1.72;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.final-split-right {
    position: relative;

    padding:25px;

    border:
        1px solid rgba(255,255,255,0.12);

    border-radius: 20px;

    background:
        rgba(255,255,255,0.08);

    backdrop-filter:
        blur(12px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.07);
}


.final-split-right p {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-weight:500;
    line-height: 1.75;
}


/* =========================================================
   BUTTON
========================================================= */

.final-split-cta-btn {
    width: 100%;

    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding:
        10px 10px 10px 20px;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #ed3035,
            #ff5c4e
        );

    box-shadow:
        0 14px 32px rgba(237, 48, 53, 0.28);

    font-size: 14px;

    font-weight: 650;

    line-height: 1.4;

    transition:
        all 0.3s ease;
}


.final-split-cta-btn > i {
    min-width: 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    color: #ed3035;

    background: #ffffff;

    font-size: 11px;

    transition:
        transform 0.3s ease;
}


.final-split-cta-btn:hover {
    color: #fff;

    transform:
        translateY(-3px);

    box-shadow:
        0 18px 40px rgba(237, 48, 53, 0.38);
}


.final-split-cta-btn:hover > i {
    transform:
        translateX(4px);
}


/* =========================================================
   DIVIDER BETWEEN COLUMNS
========================================================= */

@media (min-width: 992px) {

    .final-split-left {
        position: relative;
    }

    .final-split-left::after {
        content: "";

        position: absolute;

        top: 10%;
        right: 2px;

        width: 1px;
        height: 80%;

        background:
            linear-gradient(
                to bottom,
                transparent,
                rgba(255,255,255,0.18),
                transparent
            );
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .final-split-cta {
        padding: 65px 0;
    }

    .final-split-cta-box {
        padding: 36px;
    }

    .final-split-left {
        padding-right: 0;

        text-align: center;
    }

    .final-split-left-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .final-split-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .final-split-right {
        margin-top: 8px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .final-split-cta {
        padding: 50px 0;
    }

    .final-split-cta-box {
        padding: 24px 16px;

        border-radius: 19px;
    }

    .final-split-left h2 {
        font-size: 28px;
    }

    .final-split-left p {
        font-size: 14px;
    }

    .final-split-right {
        padding: 22px;

        border-radius: 15px;
    }

    .final-split-right p {
        font-size: 12px;
    }

    .final-split-cta-btn {
        font-size: 10px;

        text-align: left;
    }

}