:root {
    --kes-green: #073b28;
    --kes-green-2: #0b4f34;
    --kes-dark: #031d14;
    --kes-gold: #d5a94f;
    --kes-gold-2: #f1cf6a;
    --kes-cream: #fbfaf6;
    --kes-white: #ffffff;
    --kes-text: #08251a;
    --kes-muted: #6f756f;
    --kes-border: #eadfca;
    --kes-shadow: 0 16px 38px rgba(7, 59, 40, 0.10);
    --kes-shadow-lg: 0 26px 70px rgba(7, 59, 40, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(213, 169, 79, 0.13), transparent 28rem),
        radial-gradient(circle at bottom right, rgba(7, 59, 40, 0.10), transparent 34rem),
        var(--kes-cream);
    color: var(--kes-text);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.kes-container {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
}

/* Topbar */
.kes-topbar {
    background: linear-gradient(90deg, var(--kes-dark), var(--kes-green));
    color: #fff6d8;
    font-size: 13px;
    font-weight: 850;
}

.kes-topbar-inner {
    min-height: 40px;
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.kes-topbar-left,
.kes-topbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Navbar */
.kes-navbar {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(213, 169, 79, 0.22);
    box-shadow: 0 8px 24px rgba(7, 59, 40, 0.06);
}

.kes-navbar-inner {
    min-height: 88px;
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 34px;
}

.kes-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 370px;
}

.kes-logo-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 18px;
    background: #fff8dc;
    border: 1px solid rgba(213, 169, 79, 0.38);
    padding: 4px;
    box-shadow: var(--kes-shadow);
}

.kes-logo-fallback {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 19px;
    display: grid;
    place-items: center;
    color: #fff6d8;
    background: linear-gradient(145deg, var(--kes-green), var(--kes-dark));
    border: 2px solid var(--kes-gold);
    box-shadow: var(--kes-shadow);
    font-size: 18px;
    font-weight: 950;
}

.kes-brand-title {
    display: block;
    color: var(--kes-dark);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.kes-brand-subtitle {
    display: block;
    margin-top: 5px;
    color: #9a6d13;
    font-size: 13px;
    font-weight: 950;
}

.kes-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: wrap;
}

.kes-nav-links a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--kes-dark);
    font-size: 14px;
    font-weight: 950;
    transition: 0.18s ease;
}

.kes-nav-links a:hover {
    background: #eef8f2;
    color: #9a6d13;
    transform: translateY(-1px);
}

.kes-nav-admin {
    margin-left: 6px;
    background: linear-gradient(135deg, var(--kes-green), var(--kes-dark)) !important;
    color: white !important;
    box-shadow: 0 10px 22px rgba(7, 59, 40, 0.24);
}

/* Buttons */
.kes-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 0;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
    transition: 0.18s ease;
}

.kes-btn:hover {
    transform: translateY(-2px);
}

.kes-btn-primary {
    color: var(--kes-dark);
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    box-shadow: 0 15px 30px rgba(213, 169, 79, 0.28);
}

.kes-btn-green {
    color: white;
    background: linear-gradient(135deg, var(--kes-green), var(--kes-dark));
}

.kes-btn-outline {
    border: 2px solid var(--kes-gold);
    color: white;
    background: transparent;
}

.kes-btn-whatsapp {
    color: white;
    background: #25d366;
}

/* Hero */
.kes-hero {
    position: relative;
    overflow: hidden;
    color: white;
    background:
        linear-gradient(135deg, rgba(3, 29, 20, 0.98), rgba(7, 59, 40, 0.95)),
        radial-gradient(circle at 76% 24%, rgba(213, 169, 79, 0.30), transparent 28rem);
}

.kes-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.08), transparent 18rem),
        linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.04) 45%, transparent 70%);
    pointer-events: none;
}

.kes-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -150px;
    width: 410px;
    height: 410px;
    border-radius: 50%;
    border: 48px solid rgba(213, 169, 79, 0.14);
    pointer-events: none;
}

.kes-hero-grid {
    position: relative;
    z-index: 2;
    width: min(1220px, calc(100% - 48px));
    min-height: calc(100vh - 128px);
    margin: 0 auto;
    padding: 78px 0 86px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.78fr);
    gap: 74px;
    align-items: center;
}

.kes-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 13px;
    border-radius: 999px;
    color: #fff4c7;
    background: rgba(213, 169, 79, 0.14);
    border: 1px solid rgba(213, 169, 79, 0.35);
    font-size: 13px;
    font-weight: 950;
}

.kes-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(42px, 5.3vw, 72px);
    line-height: 1.02;
    letter-spacing: -2.4px;
}

.kes-hero p {
    max-width: 690px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.8;
    font-weight: 650;
}

.kes-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.kes-hero-card {
    border-radius: 34px;
    padding: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(16px);
}

.kes-hero-card h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
}

.kes-hero-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
}

.kes-service-list {
    margin-top: 24px;
    display: grid;
    gap: 13px;
}

.kes-service-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    font-weight: 950;
}

.kes-service-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(213, 169, 79, 0.24);
    color: #ffe99c;
    font-size: 14px;
}

/* Page Header */
.kes-page-header {
    color: white;
    padding: 74px 0;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(3, 29, 20, 0.98), rgba(7, 59, 40, 0.94)),
        radial-gradient(circle at 25% 20%, rgba(213, 169, 79, 0.30), transparent 23rem);
}

.kes-page-header h1 {
    margin: 0 0 12px;
    font-size: clamp(36px, 4.4vw, 54px);
    letter-spacing: -1.4px;
}

.kes-page-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 850;
}

/* Sections */
.kes-section {
    padding: 70px 0;
}

.kes-section-title {
    margin-bottom: 36px;
    text-align: center;
}

.kes-section-title h2 {
    margin: 0 0 8px;
    color: var(--kes-dark);
    font-size: 36px;
    letter-spacing: -0.8px;
}

.kes-section-title p {
    margin: 0;
    color: var(--kes-muted);
    font-weight: 800;
}

.kes-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kes-card {
    position: relative;
    overflow: hidden;
    min-height: 205px;
    background: white;
    border: 1px solid var(--kes-border);
    border-radius: 28px;
    padding: 26px;
    box-shadow: var(--kes-shadow);
    transition: 0.18s ease;
}

.kes-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--kes-shadow-lg);
}

.kes-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--kes-green), var(--kes-gold));
}

.kes-card::after {
    content: "";
    position: absolute;
    right: -44px;
    top: -44px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(213, 169, 79, 0.10);
}

.kes-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fff8dc, #f2fff6);
    color: var(--kes-green);
    font-size: 25px;
    border: 1px solid rgba(213, 169, 79, 0.30);
}

.kes-card h3 {
    margin: 18px 0 9px;
    color: var(--kes-dark);
    font-size: 21px;
}

.kes-card p {
    margin: 0;
    color: var(--kes-muted);
    line-height: 1.65;
    font-weight: 750;
}

.kes-content-box {
    background: white;
    border: 1px solid var(--kes-border);
    border-radius: 30px;
    padding: 34px;
    box-shadow: var(--kes-shadow);
}

.kes-urdu-box {
    margin-top: 22px;
    direction: rtl;
    text-align: right;
    background: #eef8f2;
    border-right: 5px solid var(--kes-gold);
    padding: 19px;
    border-radius: 18px;
    font-size: 18px;
    line-height: 1.85;
}

/* Umrah Package Filters */
.umrah-filter-box {
    margin-bottom: 22px;
    background: white;
    border: 1px solid var(--kes-border);
    border-radius: 26px;
    padding: 18px;
    box-shadow: var(--kes-shadow);
}

.umrah-filter-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 10px;
}

.umrah-filter-grid input,
.umrah-filter-grid select {
    width: 100%;
    height: 44px;
    border-radius: 15px;
    border: 1px solid var(--kes-border);
    padding: 0 13px;
    color: var(--kes-text);
    background: #fbfdfb;
    outline: none;
    font-weight: 850;
}

.umrah-count {
    margin: 16px 0 14px;
    color: var(--kes-dark);
    font-size: 15px;
    font-weight: 950;
}

/* Compact Umrah Cards */
.umrah-compact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.umrah-compact-card {
    position: relative;
    overflow: hidden;
    background: white;
    border: 1px solid var(--kes-border);
    border-radius: 25px;
    box-shadow: var(--kes-shadow);
    transition: 0.18s ease;
}

.umrah-compact-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--kes-shadow-lg);
}

.umrah-compact-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--kes-green), var(--kes-gold));
}

.umrah-card-head {
    padding: 17px 17px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--kes-border);
    background: linear-gradient(180deg, #ffffff, #fbfdfb);
}

.umrah-airline {
    min-width: 0;
}

.umrah-airline-name {
    color: var(--kes-dark);
    font-size: 17px;
    line-height: 1.15;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.umrah-code {
    margin-top: 4px;
    color: var(--kes-muted);
    font-size: 12px;
    font-weight: 900;
}

.umrah-mini-logo {
    width: 58px;
    height: 42px;
    object-fit: contain;
    border-radius: 12px;
    background: #eef8f2;
    padding: 4px;
}

.umrah-route-row {
    padding: 13px 17px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    align-items: center;
}

.umrah-date-box {
    padding: 10px;
    border-radius: 16px;
    background: #eef8f2;
    border: 1px solid #d9ecdf;
}

.umrah-date-label {
    color: var(--kes-muted);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.umrah-date-value {
    margin-top: 3px;
    color: var(--kes-dark);
    font-size: 13px;
    font-weight: 950;
}

.umrah-days-pill {
    min-width: 74px;
    text-align: center;
    background: linear-gradient(135deg, #fff8dc, #ffffff);
    border: 1px solid rgba(213, 169, 79, 0.45);
    color: #9a6d13;
    border-radius: 999px;
    padding: 7px 9px;
    font-size: 12px;
    font-weight: 950;
}

.umrah-card-body {
    padding: 0 17px 14px;
}

.umrah-flight-line {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    margin-bottom: 7px;
    color: var(--kes-text);
    font-size: 12px;
    font-weight: 900;
    flex-wrap: wrap;
}

.umrah-muted {
    color: var(--kes-muted);
    font-weight: 800;
}

.umrah-hotels {
    display: grid;
    gap: 8px;
    margin: 12px 0;
}

.umrah-hotel-line {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 9px;
    padding: 9px;
    border-radius: 16px;
    background: #fbfdfb;
    border: 1px solid var(--kes-border);
}

.umrah-hotel-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff8dc;
}

.umrah-hotel-name {
    color: var(--kes-dark);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 950;
}

.umrah-hotel-distance {
    margin-top: 2px;
    color: var(--kes-muted);
    font-size: 11px;
    font-weight: 800;
}

.umrah-night {
    color: var(--kes-green);
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}

.umrah-transport {
    padding: 9px 11px;
    border-radius: 15px;
    color: var(--kes-dark);
    background: #eef8f2;
    font-size: 12px;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.umrah-prices {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.umrah-price {
    padding: 9px 4px;
    text-align: center;
    border-radius: 14px;
    background: #fbfdfb;
    border: 1px solid var(--kes-border);
}

.umrah-price-label {
    color: var(--kes-muted);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.umrah-price-value {
    margin-top: 3px;
    color: var(--kes-dark);
    font-size: 13px;
    font-weight: 950;
}

.umrah-card-foot {
    padding: 13px 17px 16px;
    border-top: 1px solid var(--kes-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #fbfdfb;
}

.umrah-seat {
    color: var(--kes-dark);
    font-size: 12px;
    font-weight: 950;
}

.umrah-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.umrah-actions .kes-btn {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
}

/* Umrah Detail */
.umrah-detail-card {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    background: white;
    border: 1px solid var(--kes-border);
    box-shadow: var(--kes-shadow-lg);
}

.umrah-detail-head {
    padding: 30px;
    color: white;
    background:
        linear-gradient(135deg, var(--kes-dark), var(--kes-green)),
        radial-gradient(circle at top right, rgba(213, 169, 79, 0.35), transparent 18rem);
}

.umrah-detail-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
}

.umrah-detail-sub {
    margin-top: 8px;
    opacity: 0.88;
    font-weight: 800;
}

.umrah-detail-body {
    padding: 28px;
}

.umrah-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.umrah-detail-box {
    border: 1px solid var(--kes-border);
    border-radius: 18px;
    padding: 15px;
    background: #fbfdfb;
}

.umrah-detail-label {
    color: var(--kes-muted);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.umrah-detail-value {
    margin-top: 5px;
    color: var(--kes-dark);
    font-size: 16px;
    font-weight: 950;
}

.umrah-detail-section {
    margin-top: 26px;
}

.umrah-detail-section h3 {
    margin: 0 0 12px;
    color: var(--kes-dark);
    font-size: 22px;
}

.umrah-service-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.umrah-service-pill {
    border-radius: 999px;
    padding: 9px 12px;
    color: var(--kes-dark);
    background: #eef8f2;
    border: 1px solid #d9ecdf;
    font-weight: 900;
}

.umrah-gift-pill {
    color: #8a5b13;
    background: #fff8dc;
    border-color: #efd894;
}

/* Footer */
.kes-footer {
    color: white;
    background: linear-gradient(135deg, var(--kes-dark), #03120d);
    padding: 46px 0;
    margin-top: 36px;
}

.kes-footer-grid {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 28px;
}

.kes-footer h3 {
    color: var(--kes-gold);
    margin: 0 0 12px;
}

.kes-footer p,
.kes-footer a {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.kes-footer a {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

.kes-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    z-index: 100;
    display: grid;
    place-items: center;
    color: white;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
    font-weight: 950;
}

/* Responsive */
@media (max-width: 1160px) {
    .kes-navbar-inner {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px 0;
    }

    .kes-brand {
        min-width: 0;
    }

    .kes-nav-links {
        justify-content: flex-start;
    }

    .kes-hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: auto;
    }

    .umrah-compact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .umrah-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .kes-container,
    .kes-topbar-inner,
    .kes-navbar-inner,
    .kes-hero-grid,
    .kes-footer-grid {
        width: min(100% - 28px, 1220px);
    }

    .kes-topbar-inner,
    .kes-topbar-left,
    .kes-topbar-right {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 8px 0;
    }

    .kes-brand-title {
        font-size: 16px;
        white-space: normal;
    }

    .kes-logo-img,
    .kes-logo-fallback {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .kes-nav-links {
        gap: 4px;
    }

    .kes-nav-links a {
        min-height: 36px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .kes-hero-grid {
        padding: 54px 0;
    }

    .kes-hero h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .kes-hero-card {
        padding: 24px;
        border-radius: 26px;
    }

    .kes-card-grid,
    .umrah-compact-grid,
    .umrah-filter-grid,
    .umrah-detail-grid {
        grid-template-columns: 1fr;
    }

    .umrah-prices {
        grid-template-columns: repeat(2, 1fr);
    }

    .umrah-route-row {
        grid-template-columns: 1fr;
    }

    .umrah-days-pill {
        width: max-content;
    }

    .kes-footer-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   Public Website Login Dropdown
   ========================================================= */

.kes-login-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.kes-login-menu summary {
    list-style: none;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 999px;
    cursor: pointer;
    color: #031d14;
    background: linear-gradient(135deg, #d5a94f, #f1cf6a);
    box-shadow: 0 10px 22px rgba(213, 169, 79, 0.24);
    font-size: 14px;
    font-weight: 950;
    transition: 0.18s ease;
}

.kes-login-menu summary::-webkit-details-marker {
    display: none;
}

.kes-login-menu summary::after {
    content: "▾";
    font-size: 11px;
    margin-left: 2px;
}

.kes-login-menu[open] summary::after {
    content: "▴";
}

.kes-login-menu summary:hover {
    transform: translateY(-1px);
}

.kes-login-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 999;
    min-width: 220px;
    padding: 8px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #eadfca;
    box-shadow: 0 22px 55px rgba(3, 29, 20, 0.18);
}

.kes-login-dropdown::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 24px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #ffffff;
    border-left: 1px solid #eadfca;
    border-top: 1px solid #eadfca;
}

.kes-login-dropdown a {
    width: 100%;
    min-height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 9px;
    padding: 10px 12px !important;
    border-radius: 13px !important;
    color: #073b28 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

.kes-login-dropdown a:hover {
    color: #031d14 !important;
    background: #fff8dc !important;
    transform: none !important;
}

@media (max-width: 760px) {
    .kes-login-menu {
        width: 100%;
    }

    .kes-login-menu summary {
        width: 100%;
    }

    .kes-login-dropdown {
        left: 0;
        right: auto;
        width: 100%;
    }
}
/* =========================================================
   Public Website Support / AI Inquiry Widget
   ========================================================= */

.kes-support-widget {
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 999;
}

.kes-support-box {
    position: relative;
}

.kes-support-box summary {
    list-style: none;
    min-height: 54px;
    padding: 14px 20px;
    border-radius: 999px;
    cursor: pointer;
    color: #031d14;
    background: linear-gradient(135deg, #d5a94f, #f1cf6a);
    box-shadow: 0 18px 38px rgba(3, 29, 20, 0.24);
    font-weight: 950;
}

.kes-support-box summary::-webkit-details-marker {
    display: none;
}

.kes-support-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 14px);
    width: min(370px, calc(100vw - 34px));
    padding: 16px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #eadfca;
    box-shadow: 0 28px 70px rgba(3, 29, 20, 0.22);
}

.kes-support-head {
    margin: -16px -16px 14px;
    padding: 16px;
    color: white;
    background: linear-gradient(135deg, #031d14, #073b28);
    border-radius: 24px 24px 0 0;
}

.kes-support-head strong {
    display: block;
    font-size: 18px;
}

.kes-support-head span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 750;
}

.kes-support-panel form {
    display: grid;
    gap: 9px;
}

.kes-support-panel input,
.kes-support-panel select,
.kes-support-panel textarea {
    width: 100%;
    border: 1px solid #eadfca;
    border-radius: 14px;
    padding: 11px 12px;
    color: #08251a;
    background: #fbfaf6;
    outline: none;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.kes-support-panel textarea {
    resize: vertical;
}

.kes-support-panel button,
.kes-support-whatsapp {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: #031d14;
    background: linear-gradient(135deg, #d5a94f, #f1cf6a);
    font-weight: 950;
}

.kes-support-whatsapp {
    margin-top: 9px;
    color: white;
    background: #25d366;
}

.kes-support-alert {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
}

.kes-support-alert.success {
    color: #166534;
    background: #dcfce7;
}


@media (max-width: 640px) {
    .kes-support-widget {
        right: 14px;
        left: 14px;
        bottom: 86px;
    }

    .kes-support-box summary {
        width: 100%;
        text-align: center;
    }

    .kes-support-panel {
        left: 0;
        right: 0;
        width: 100%;
    }
}
.kes-support-alert.error {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid #fecaca;
}
/* KES HEADER V2 START */

.kes-site-header {
    position: relative;
    z-index: 100;
}

.kes-topbar {
    background: linear-gradient(90deg, #031d14, #073b28);
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(213, 169, 79, 0.22);
}

.kes-topbar-inner {
    width: min(1280px, calc(100% - 48px));
    min-height: 42px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
}

.kes-topbar-left,
.kes-topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kes-topbar-right a {
    color: inherit;
    transition: color 0.2s ease;
}

.kes-topbar-right a:hover {
    color: var(--kes-gold-2);
}

.kes-topbar-label {
    color: var(--kes-gold-2);
    font-weight: 900;
}

.kes-topbar-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.25);
}

.kes-navbar {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(213, 169, 79, 0.25);
    box-shadow: 0 12px 35px rgba(3, 29, 20, 0.08);
}

.kes-navbar-inner {
    width: min(1280px, calc(100% - 48px));
    min-height: 94px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.kes-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.kes-logo-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 50%;
    background: white;
    border: 2px solid rgba(213, 169, 79, 0.45);
    box-shadow: 0 10px 26px rgba(7, 59, 40, 0.14);
}

.kes-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kes-brand-title {
    max-width: 310px;
    color: var(--kes-dark);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 950;
}

.kes-brand-subtitle {
    color: #9a6d13;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.kes-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    flex-wrap: nowrap;
}

.kes-desktop-nav > a {
    position: relative;
    min-height: 42px;
    padding: 10px 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #173c2e;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 850;
    transition: 0.2s ease;
}

.kes-desktop-nav > a:hover,
.kes-desktop-nav > a.is-active {
    color: var(--kes-green);
    background: #edf7f1;
}

.kes-desktop-nav > a.is-active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--kes-gold), var(--kes-gold-2));
}

.kes-login-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.kes-login-menu summary {
    min-height: 42px;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #031d14;
    background: linear-gradient(135deg, var(--kes-gold), var(--kes-gold-2));
    border: 1px solid rgba(154, 109, 19, 0.25);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(213, 169, 79, 0.22);
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
    list-style: none;
    transition: 0.2s ease;
}

.kes-login-menu summary:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(213, 169, 79, 0.28);
}

.kes-login-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 1000;
    min-width: 210px;
    padding: 9px;
    border: 1px solid rgba(213, 169, 79, 0.25);
    border-radius: 17px;
    background: white;
    box-shadow: 0 22px 55px rgba(3, 29, 20, 0.18);
}

.kes-login-dropdown a {
    display: block;
    padding: 12px 14px;
    border-radius: 11px;
    color: var(--kes-dark);
    font-size: 13px;
    font-weight: 850;
}

.kes-login-dropdown a:hover {
    color: var(--kes-green);
    background: #edf7f1;
}

.kes-mobile-nav {
    display: none;
    position: relative;
}

.kes-mobile-nav > summary {
    min-width: 104px;
    min-height: 44px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: white;
    background: linear-gradient(135deg, var(--kes-green), var(--kes-dark));
    border-radius: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    list-style: none;
}

.kes-mobile-nav > summary::-webkit-details-marker {
    display: none;
}

.kes-menu-lines,
.kes-menu-lines::before,
.kes-menu-lines::after {
    width: 19px;
    height: 2px;
    display: block;
    position: relative;
    border-radius: 999px;
    background: var(--kes-gold-2);
}

.kes-menu-lines::before,
.kes-menu-lines::after {
    content: "";
    position: absolute;
    left: 0;
}

.kes-menu-lines::before {
    top: -6px;
}

.kes-menu-lines::after {
    top: 6px;
}

.kes-mobile-nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(330px, calc(100vw - 28px));
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 12px;
    background: white;
    border: 1px solid rgba(213, 169, 79, 0.25);
    border-radius: 20px;
    box-shadow: 0 24px 65px rgba(3, 29, 20, 0.2);
}

.kes-mobile-nav-panel > a {
    display: block;
    padding: 12px 14px;
    color: var(--kes-dark);
    border-radius: 11px;
    font-size: 14px;
    font-weight: 850;
}

.kes-mobile-nav-panel > a:hover {
    color: var(--kes-green);
    background: #edf7f1;
}

.kes-mobile-login-links {
    margin-top: 9px;
    padding-top: 11px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-top: 1px solid var(--kes-border);
}

.kes-mobile-login-links a {
    padding: 11px 8px;
    text-align: center;
    color: var(--kes-dark);
    background: linear-gradient(135deg, #f4d77f, var(--kes-gold));
    border-radius: 11px;
    font-size: 12px;
    font-weight: 950;
}

@media (max-width: 1180px) {
    .kes-desktop-nav {
        display: none;
    }

    .kes-mobile-nav {
        display: block;
    }

    .kes-brand-title {
        max-width: 360px;
    }
}

@media (max-width: 760px) {
    .kes-topbar-inner {
        width: min(100% - 28px, 1280px);
        padding: 9px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .kes-topbar-left,
    .kes-topbar-right {
        width: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 5px 10px;
    }

    .kes-topbar-divider {
        display: none;
    }

    .kes-navbar-inner {
        width: min(100% - 28px, 1280px);
        min-height: 80px;
        gap: 12px;
    }

    .kes-logo-img {
        width: 58px;
        height: 58px;
    }

    .kes-brand-title {
        max-width: 190px;
        font-size: 13px;
    }

    .kes-brand-subtitle {
        font-size: 8px;
        letter-spacing: 0.3px;
    }
}

@media (max-width: 430px) {
    .kes-brand-copy {
        display: none;
    }

    .kes-mobile-nav-panel {
        position: fixed;
        top: 132px;
        left: 14px;
        right: 14px;
        width: auto;
    }
}

/* KES HEADER V2 END */
/* KES HOME V2 START */

.kes-home-v2 {
    overflow: hidden;
    background: #fbfaf6;
}

.kes-v2-container {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
}

/* Hero */

.kes-v2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: white;
    background:
        radial-gradient(circle at 20% 20%, rgba(241, 207, 106, 0.17), transparent 28rem),
        radial-gradient(circle at 85% 35%, rgba(213, 169, 79, 0.12), transparent 24rem),
        linear-gradient(135deg, #031d14 0%, #073b28 52%, #0b4f34 100%);
}

.kes-v2-hero::before,
.kes-v2-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(241, 207, 106, 0.14);
    border-radius: 50%;
}

.kes-v2-hero::before {
    width: 620px;
    height: 620px;
    top: -350px;
    right: -170px;
}

.kes-v2-hero::after {
    width: 430px;
    height: 430px;
    bottom: -310px;
    left: -140px;
}

.kes-v2-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.15;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
}

.kes-v2-hero-inner {
    width: min(1220px, calc(100% - 48px));
    min-height: 720px;
    margin: 0 auto;
    padding: 90px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.72fr);
    align-items: center;
    gap: 74px;
}

.kes-v2-eyebrow {
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--kes-gold-2);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.kes-v2-eyebrow span {
    width: 42px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--kes-gold), var(--kes-gold-2));
}

.kes-v2-hero-content h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(46px, 5.2vw, 78px);
    line-height: 1.02;
    letter-spacing: -3.3px;
    font-weight: 750;
}

.kes-v2-hero-content h1 strong {
    display: block;
    margin-top: 10px;
    color: var(--kes-gold-2);
    font-weight: 950;
}

.kes-v2-hero-text {
    max-width: 660px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.8;
}

.kes-v2-hero-urdu {
    max-width: 660px;
    margin: 18px 0 0;
    padding-right: 16px;
    color: rgba(255, 246, 216, 0.92);
    border-right: 3px solid var(--kes-gold);
    font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;
    font-size: 19px;
    line-height: 2.1;
}

.kes-v2-hero-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.kes-v2-btn {
    min-height: 52px;
    padding: 14px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 950;
    transition: 0.22s ease;
}

.kes-v2-btn:hover {
    transform: translateY(-2px);
}

.kes-v2-btn-gold {
    color: #031d14;
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    box-shadow: 0 16px 34px rgba(213, 169, 79, 0.24);
}

.kes-v2-btn-light {
    color: white;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.kes-v2-btn-light:hover,
.kes-v2-btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.16);
}

.kes-v2-btn-outline-white {
    color: white;
    border-color: rgba(255, 255, 255, 0.45);
    background: transparent;
}

.kes-v2-trust-row {
    max-width: 720px;
    margin-top: 48px;
    padding-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.kes-v2-trust-row div {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.kes-v2-trust-row div:first-child {
    padding-left: 0;
}

.kes-v2-trust-row div:last-child {
    border-right: 0;
}

.kes-v2-trust-row strong,
.kes-v2-trust-row span {
    display: block;
}

.kes-v2-trust-row strong {
    color: var(--kes-gold-2);
    font-size: 15px;
}

.kes-v2-trust-row span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

/* Hero Services Panel */

.kes-v2-hero-panel {
    position: relative;
    padding: 42px 34px 32px;
    color: var(--kes-dark);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(241, 207, 106, 0.42);
    border-radius: 30px;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
}

.kes-v2-panel-logo {
    position: absolute;
    top: -42px;
    right: 34px;
    width: 86px;
    height: 86px;
    padding: 5px;
    background: white;
    border: 2px solid var(--kes-gold);
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(3, 29, 20, 0.2);
}

.kes-v2-panel-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.kes-v2-panel-label,
.kes-v2-section-label {
    color: #a27317;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.kes-v2-hero-panel h2 {
    max-width: 290px;
    margin: 13px 0 25px;
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.kes-v2-panel-services {
    display: grid;
    gap: 9px;
}

.kes-v2-panel-services > a {
    padding: 14px;
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 13px;
    color: var(--kes-dark);
    border: 1px solid #eee6d8;
    border-radius: 15px;
    background: #fffdfa;
    transition: 0.2s ease;
}

.kes-v2-panel-services > a:hover {
    transform: translateX(4px);
    border-color: rgba(213, 169, 79, 0.55);
    background: #f5fbf7;
}

.kes-v2-panel-services > a > span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a6d13;
    background: #f8e8b7;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 950;
}

.kes-v2-panel-services strong,
.kes-v2-panel-services small {
    display: block;
}

.kes-v2-panel-services strong {
    font-size: 14px;
}

.kes-v2-panel-services small {
    margin-top: 4px;
    color: var(--kes-muted);
    font-size: 11px;
    line-height: 1.4;
}

.kes-v2-panel-link,
.kes-v2-text-link {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--kes-green);
    font-size: 13px;
    font-weight: 950;
}

.kes-v2-panel-link span,
.kes-v2-text-link span {
    color: #a27317;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.kes-v2-panel-link:hover span,
.kes-v2-text-link:hover span {
    transform: translateX(5px);
}

/* Intro */

.kes-v2-intro {
    padding: 88px 0 76px;
    background: white;
}

.kes-v2-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr;
    align-items: end;
    gap: 90px;
}

.kes-v2-intro h2,
.kes-v2-section-heading h2,
.kes-v2-why h2,
.kes-v2-cta h2 {
    margin: 13px 0 0;
    color: var(--kes-dark);
    font-size: clamp(34px, 4vw, 55px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.kes-v2-intro-grid > div:last-child > p {
    margin: 0;
    color: var(--kes-muted);
    font-size: 17px;
    line-height: 1.85;
}

/* Services */

.kes-v2-services {
    padding: 92px 0;
    background:
        radial-gradient(circle at 100% 0, rgba(213, 169, 79, 0.13), transparent 28rem),
        #f7f4ed;
}

.kes-v2-section-heading {
    margin-bottom: 42px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

.kes-v2-section-heading > p {
    max-width: 460px;
    margin: 0;
    color: var(--kes-muted);
    font-size: 16px;
    line-height: 1.75;
}

.kes-v2-section-heading.centered {
    justify-content: center;
    text-align: center;
}

.kes-v2-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.kes-v2-service-card {
    min-height: 330px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    color: var(--kes-dark);
    background: white;
    border: 1px solid #e8e1d4;
    border-radius: 23px;
    box-shadow: 0 14px 36px rgba(7, 59, 40, 0.06);
    transition: 0.25s ease;
}

.kes-v2-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(213, 169, 79, 0.7);
    box-shadow: 0 25px 55px rgba(7, 59, 40, 0.14);
}

.kes-v2-service-card.featured {
    color: white;
    background:
        radial-gradient(circle at 100% 0, rgba(241, 207, 106, 0.2), transparent 17rem),
        linear-gradient(145deg, var(--kes-green), var(--kes-dark));
    border-color: transparent;
}

.kes-v2-service-number {
    position: absolute;
    top: 25px;
    right: 27px;
    color: rgba(7, 59, 40, 0.16);
    font-size: 32px;
    font-weight: 950;
}

.kes-v2-service-card.featured .kes-v2-service-number {
    color: rgba(255, 255, 255, 0.17);
}

.kes-v2-service-symbol {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a6d13;
    background: #f7e6af;
    border-radius: 17px;
    font-size: 15px;
    font-weight: 950;
}

.kes-v2-service-card.featured .kes-v2-service-symbol {
    color: var(--kes-dark);
    background: var(--kes-gold-2);
}

.kes-v2-service-card h3 {
    margin: 26px 0 12px;
    font-size: 23px;
}

.kes-v2-service-card p {
    margin: 0;
    color: var(--kes-muted);
    font-size: 14px;
    line-height: 1.75;
}

.kes-v2-service-card.featured p {
    color: rgba(255, 255, 255, 0.72);
}

.kes-v2-card-link {
    position: absolute;
    left: 30px;
    bottom: 28px;
    color: #996b13;
    font-size: 13px;
    font-weight: 950;
}

.kes-v2-service-card.featured .kes-v2-card-link {
    color: var(--kes-gold-2);
}

/* Why Choose Us */

.kes-v2-why {
    padding: 100px 0;
    color: white;
    background:
        radial-gradient(circle at 15% 40%, rgba(241, 207, 106, 0.15), transparent 25rem),
        linear-gradient(135deg, #031d14, #073b28);
}

.kes-v2-why-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.kes-v2-section-label.light {
    color: var(--kes-gold-2);
}

.kes-v2-why h2 {
    color: white;
}

.kes-v2-why-card > p {
    margin: 24px 0 31px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.8;
}

.kes-v2-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.kes-v2-benefit-grid article {
    min-height: 205px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 21px;
    backdrop-filter: blur(8px);
}

.kes-v2-benefit-grid article > span {
    color: var(--kes-gold-2);
    font-size: 13px;
    font-weight: 950;
}

.kes-v2-benefit-grid h3 {
    margin: 19px 0 10px;
    font-size: 20px;
}

.kes-v2-benefit-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.7;
}

/* Process */

.kes-v2-process {
    padding: 95px 0;
    background: white;
}

.kes-v2-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kes-v2-process-grid article {
    min-height: 225px;
    padding: 32px;
    position: relative;
    background: #fbfaf6;
    border: 1px solid var(--kes-border);
    border-radius: 22px;
}

.kes-v2-process-grid article > span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kes-dark);
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    border-radius: 14px;
    font-size: 13px;
    font-weight: 950;
}

.kes-v2-process-grid h3 {
    margin: 25px 0 10px;
    color: var(--kes-dark);
    font-size: 21px;
}

.kes-v2-process-grid p {
    margin: 0;
    color: var(--kes-muted);
    font-size: 14px;
    line-height: 1.75;
}

/* CTA */

.kes-v2-cta {
    padding: 0 0 50px;
    background: white;
}

.kes-v2-cta-inner {
    padding: 55px 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    color: white;
    background:
        radial-gradient(circle at 100% 0, rgba(241, 207, 106, 0.18), transparent 22rem),
        linear-gradient(135deg, #073b28, #031d14);
    border-radius: 30px;
    box-shadow: 0 25px 65px rgba(3, 29, 20, 0.2);
}

.kes-v2-cta-inner > div:first-child > span {
    color: var(--kes-gold-2);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.kes-v2-cta h2 {
    max-width: 650px;
    color: white;
    font-size: clamp(31px, 4vw, 48px);
}

.kes-v2-cta-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* Responsive */

@media (max-width: 1100px) {
    .kes-v2-hero-inner {
        grid-template-columns: 1fr;
        padding: 80px 0;
    }

    .kes-v2-hero-panel {
        max-width: 680px;
    }

    .kes-v2-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-v2-why-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 760px) {
    .kes-v2-container,
    .kes-v2-hero-inner {
        width: min(100% - 28px, 1220px);
    }

    .kes-v2-hero-inner {
        min-height: auto;
        padding: 64px 0;
        gap: 60px;
    }

    .kes-v2-hero-content h1 {
        font-size: 45px;
        letter-spacing: -2px;
    }

    .kes-v2-hero-text {
        font-size: 16px;
    }

    .kes-v2-hero-urdu {
        font-size: 17px;
    }

    .kes-v2-trust-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .kes-v2-trust-row div {
        padding: 0 0 15px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .kes-v2-trust-row div:last-child {
        border-bottom: 0;
    }

    .kes-v2-hero-panel {
        padding: 40px 22px 25px;
    }

    .kes-v2-intro,
    .kes-v2-services,
    .kes-v2-why,
    .kes-v2-process {
        padding: 70px 0;
    }

    .kes-v2-intro-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .kes-v2-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .kes-v2-service-grid,
    .kes-v2-benefit-grid,
    .kes-v2-process-grid {
        grid-template-columns: 1fr;
    }

    .kes-v2-cta-inner {
        padding: 38px 25px;
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-v2-cta-actions {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .kes-v2-hero-content h1 {
        font-size: 38px;
        line-height: 1.07;
    }

    .kes-v2-hero-actions,
    .kes-v2-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .kes-v2-btn {
        width: 100%;
    }

    .kes-v2-panel-logo {
        width: 72px;
        height: 72px;
        top: -35px;
        right: 22px;
    }

    .kes-v2-hero-panel h2 {
        max-width: 220px;
        font-size: 27px;
    }

    .kes-v2-service-card {
        min-height: 345px;
    }
}

/* KES HOME V2 END */
/* KES FOOTER V2 START */

.kes-footer-v2 {
    margin-top: 0;
    padding: 0;
    color: white;
    background: #031d14;
}

.kes-footer-main {
    padding: 78px 0 62px;
    background:
        radial-gradient(circle at 8% 15%, rgba(241, 207, 106, 0.12), transparent 24rem),
        radial-gradient(circle at 92% 85%, rgba(11, 79, 52, 0.55), transparent 28rem),
        linear-gradient(135deg, #031d14, #052a1d);
    border-top: 1px solid rgba(213, 169, 79, 0.25);
}

.kes-footer-grid-v2 {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.45fr 0.75fr 0.85fr 1.15fr;
    gap: 50px;
}

.kes-footer-brand {
    margin-bottom: 24px;
    display: inline-flex !important;
    align-items: center;
    gap: 15px;
}

.kes-footer-brand img {
    width: 74px;
    height: 74px;
    padding: 3px;
    object-fit: contain;
    background: white;
    border: 2px solid rgba(241, 207, 106, 0.7);
    border-radius: 50%;
    box-shadow: 0 15px 34px rgba(0, 0, 0, 0.25);
}

.kes-footer-brand > span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.kes-footer-brand strong {
    max-width: 260px;
    color: white;
    font-size: 17px;
    line-height: 1.3;
}

.kes-footer-brand small {
    color: var(--kes-gold-2);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.kes-footer-company > p {
    max-width: 390px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.85;
}

.kes-footer-whatsapp {
    width: fit-content;
    min-height: 46px;
    padding: 12px 18px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #031d14 !important;
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    border-radius: 13px;
    box-shadow: 0 13px 30px rgba(213, 169, 79, 0.18);
    font-size: 13px;
    font-weight: 950 !important;
    transition: 0.22s ease;
}

.kes-footer-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 17px 36px rgba(213, 169, 79, 0.25);
}

.kes-footer-column h3 {
    margin: 7px 0 24px;
    position: relative;
    color: var(--kes-gold-2);
    font-size: 15px;
    font-weight: 950;
}

.kes-footer-column h3::after {
    content: "";
    width: 34px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--kes-gold), transparent);
}

.kes-footer-column > a {
    width: fit-content;
    margin-bottom: 11px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 750;
    transition: 0.2s ease;
}

.kes-footer-column > a:hover {
    color: var(--kes-gold-2);
    transform: translateX(4px);
}

.kes-footer-contact > div {
    margin-bottom: 17px;
}

.kes-footer-contact > div > span {
    margin-bottom: 5px;
    display: block;
    color: var(--kes-gold);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kes-footer-contact p,
.kes-footer-contact a {
    margin: 0;
    display: block;
    color: rgba(255, 255, 255, 0.73);
    font-size: 13px;
    line-height: 1.65;
    word-break: break-word;
}

.kes-footer-contact a:hover {
    color: var(--kes-gold-2);
}

.kes-footer-bottom {
    padding: 19px 0;
    color: rgba(255, 255, 255, 0.58);
    background: #02130d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kes-footer-bottom > div {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.kes-footer-bottom p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
}

.kes-footer-bottom p:last-child {
    color: rgba(241, 207, 106, 0.72);
    letter-spacing: 0.5px;
}

/* Floating WhatsApp button */

.kes-whatsapp {
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(135deg, #25d366, #128c4a);
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 15px 38px rgba(18, 140, 74, 0.35);
    font-size: 13px;
    font-weight: 950;
    transition: 0.22s ease;
}

.kes-whatsapp:hover {
    transform: translateY(-3px) scale(1.04);
}

@media (max-width: 1050px) {
    .kes-footer-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .kes-footer-main {
        padding: 60px 0 45px;
    }

    .kes-footer-grid-v2,
    .kes-footer-bottom > div {
        width: min(100% - 28px, 1220px);
    }

    .kes-footer-grid-v2 {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .kes-footer-bottom > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .kes-footer-brand img {
        width: 65px;
        height: 65px;
    }

    .kes-footer-brand strong {
        max-width: 220px;
        font-size: 15px;
    }
}

/* KES FOOTER V2 END */
/* KES PUBLIC PAGES V2 START */

.kes-public-page-v2 {
    background: #f8f6f0;
}

.kes-page-v2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: white;
    background:
        radial-gradient(circle at 85% 20%, rgba(241, 207, 106, 0.18), transparent 25rem),
        linear-gradient(135deg, #031d14, #073b28);
}

.kes-page-v2-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
}

.kes-page-v2-hero-inner {
    min-height: 360px;
    padding: 75px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.kes-page-v2-breadcrumb {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 750;
}

.kes-page-v2-breadcrumb a {
    color: var(--kes-gold-2);
}

.kes-page-v2-label {
    color: var(--kes-gold-2);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.kes-page-v2-hero h1 {
    max-width: 780px;
    margin: 15px 0 18px;
    font-size: clamp(43px, 5vw, 68px);
    line-height: 1.04;
    letter-spacing: -2.7px;
}

.kes-page-v2-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px;
    line-height: 1.75;
}

.kes-page-v2-logo {
    width: 170px;
    height: 170px;
    padding: 9px;
    flex-shrink: 0;
    background: white;
    border: 3px solid rgba(241, 207, 106, 0.8);
    border-radius: 50%;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.kes-page-v2-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.kes-page-v2-body {
    padding: 85px 0 100px;
}

.kes-page-v2-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    align-items: start;
    gap: 34px;
}

.kes-page-v2-content {
    padding: 45px;
    background: white;
    border: 1px solid #e8e0d2;
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(7, 59, 40, 0.07);
}

.kes-page-v2-content > h2 {
    margin: 14px 0 24px;
    color: var(--kes-dark);
    font-size: clamp(32px, 4vw, 49px);
    line-height: 1.12;
    letter-spacing: -1.6px;
}

.kes-page-v2-description p {
    margin: 0;
    color: var(--kes-muted);
    font-size: 17px;
    line-height: 1.9;
}

.kes-page-v2-urdu {
    margin-top: 34px;
    padding: 28px;
    color: #174331;
    background:
        radial-gradient(circle at top right, rgba(213, 169, 79, 0.14), transparent 18rem),
        #f3f8f5;
    border: 1px solid #dce9e1;
    border-right: 4px solid var(--kes-gold);
    border-radius: 20px;
}

.kes-page-v2-urdu > span {
    display: block;
    color: #9a6d13;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 1px;
}

.kes-page-v2-urdu p {
    margin: 12px 0 0;
    font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;
    font-size: 20px;
    line-height: 2.2;
}

.kes-page-v2-services-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.kes-page-v2-services-grid a {
    min-height: 130px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: var(--kes-dark);
    background: #fbfaf6;
    border: 1px solid var(--kes-border);
    border-radius: 17px;
    transition: 0.22s ease;
}

.kes-page-v2-services-grid a:hover {
    transform: translateY(-4px);
    border-color: rgba(213, 169, 79, 0.75);
    box-shadow: 0 14px 30px rgba(7, 59, 40, 0.1);
}

.kes-page-v2-services-grid a > span {
    color: #a27317;
    font-size: 11px;
    font-weight: 950;
}

.kes-page-v2-services-grid strong {
    margin-top: 15px;
    font-size: 17px;
}

.kes-page-v2-services-grid small {
    margin-top: 6px;
    color: var(--kes-muted);
    line-height: 1.5;
}

.kes-page-v2-contact-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.kes-page-v2-contact-grid > div {
    min-height: 120px;
    padding: 21px;
    background: #f8f6f0;
    border: 1px solid var(--kes-border);
    border-radius: 17px;
}

.kes-page-v2-contact-grid span {
    margin-bottom: 9px;
    display: block;
    color: #a27317;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kes-page-v2-contact-grid a,
.kes-page-v2-contact-grid p {
    margin: 0;
    color: var(--kes-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.65;
    word-break: break-word;
}

.kes-page-v2-map {
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid var(--kes-border);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(7, 59, 40, 0.08);
}

.kes-page-v2-map iframe {
    display: block;
    border: 0;
}

.kes-page-v2-cta-box {
    margin-top: 38px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: white;
    background:
        radial-gradient(circle at top right, rgba(241, 207, 106, 0.16), transparent 18rem),
        linear-gradient(135deg, var(--kes-green), var(--kes-dark));
    border-radius: 22px;
}

.kes-page-v2-cta-box > div > span {
    color: var(--kes-gold-2);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.kes-page-v2-cta-box h3 {
    margin: 10px 0 7px;
    font-size: 25px;
}

.kes-page-v2-cta-box p {
    max-width: 480px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.65;
}

.kes-page-v2-sidebar {
    position: sticky;
    top: 125px;
    display: grid;
    gap: 20px;
}

.kes-page-v2-side-card,
.kes-page-v2-help-card {
    padding: 28px;
    border-radius: 23px;
}

.kes-page-v2-side-card {
    background: white;
    border: 1px solid #e8e0d2;
    box-shadow: 0 16px 38px rgba(7, 59, 40, 0.07);
}

.kes-page-v2-side-card h3,
.kes-page-v2-help-card h3 {
    margin: 11px 0 22px;
    color: var(--kes-dark);
    font-size: 25px;
    line-height: 1.2;
}

.kes-page-v2-side-card nav {
    display: grid;
    gap: 8px;
}

.kes-page-v2-side-card nav a {
    padding: 13px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--kes-dark);
    background: #f8f6f0;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 850;
    transition: 0.2s ease;
}

.kes-page-v2-side-card nav a span {
    color: #a27317;
    font-size: 17px;
}

.kes-page-v2-side-card nav a:hover {
    border-color: rgba(213, 169, 79, 0.55);
    background: #f1f8f4;
    transform: translateX(3px);
}

.kes-page-v2-help-card {
    color: white;
    background:
        radial-gradient(circle at top right, rgba(241, 207, 106, 0.18), transparent 17rem),
        linear-gradient(145deg, #073b28, #031d14);
}

.kes-page-v2-help-card > span {
    color: var(--kes-gold-2);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.kes-page-v2-help-card h3 {
    color: white;
}

.kes-page-v2-help-card p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.75;
}

.kes-page-v2-help-card a {
    min-height: 46px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #031d14;
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    border-radius: 12px;
    font-size: 12px;
    font-weight: 950;
}

@media (max-width: 1050px) {
    .kes-page-v2-grid {
        grid-template-columns: 1fr;
    }

    .kes-page-v2-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .kes-page-v2-hero-inner {
        min-height: 320px;
        padding: 58px 0;
    }

    .kes-page-v2-logo {
        width: 105px;
        height: 105px;
    }

    .kes-page-v2-body {
        padding: 55px 0 70px;
    }

    .kes-page-v2-content {
        padding: 28px 22px;
    }

    .kes-page-v2-services-grid,
    .kes-page-v2-contact-grid,
    .kes-page-v2-sidebar {
        grid-template-columns: 1fr;
    }

    .kes-page-v2-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .kes-page-v2-logo {
        display: none;
    }

    .kes-page-v2-hero h1 {
        font-size: 42px;
    }

    .kes-page-v2-urdu {
        padding: 22px 18px;
    }

    .kes-page-v2-urdu p {
        font-size: 18px;
    }
}

/* KES PUBLIC PAGES V2 END */
/* KES UMRAH LIST V2 START */

.kes-umrah-list-v2 {
    background: #f7f4ed;
}

.kes-umrah-list-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: white;
    background:
        radial-gradient(circle at 85% 15%, rgba(241, 207, 106, 0.19), transparent 26rem),
        linear-gradient(135deg, #031d14, #073b28);
}

.kes-umrah-list-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
}

.kes-umrah-list-hero-inner {
    min-height: 420px;
    padding: 78px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.kes-umrah-list-hero h1 {
    margin: 16px 0 18px;
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.03;
    letter-spacing: -3px;
}

.kes-umrah-list-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.8;
}

.kes-umrah-list-hero-logo {
    width: 180px;
    height: 180px;
    padding: 9px;
    flex-shrink: 0;
    background: white;
    border: 3px solid rgba(241, 207, 106, 0.8);
    border-radius: 50%;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.kes-umrah-list-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.kes-umrah-list-body {
    padding: 80px 0 100px;
}

/* Filters */

.kes-umrah-filter-card {
    margin-bottom: 36px;
    padding: 32px;
    background: white;
    border: 1px solid #e7decd;
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(7, 59, 40, 0.08);
}

.kes-umrah-filter-heading {
    margin-bottom: 25px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.kes-umrah-filter-heading h2 {
    margin: 10px 0 0;
    color: var(--kes-dark);
    font-size: 30px;
    letter-spacing: -1px;
}

.kes-umrah-result-count {
    padding: 10px 15px;
    color: #8f6615;
    background: #f8e9ba;
    border: 1px solid rgba(213, 169, 79, 0.4);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
}

.kes-umrah-filter-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
    gap: 13px;
}

.kes-umrah-filter-grid label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kes-umrah-filter-grid label > span {
    color: var(--kes-dark);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.kes-umrah-filter-grid input,
.kes-umrah-filter-grid select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    color: var(--kes-dark);
    background: #fbfaf6;
    border: 1px solid #ddd5c6;
    border-radius: 12px;
    outline: none;
    font-size: 13px;
    font-weight: 700;
    transition: 0.2s ease;
}

.kes-umrah-filter-grid input:focus,
.kes-umrah-filter-grid select:focus {
    background: white;
    border-color: var(--kes-gold);
    box-shadow: 0 0 0 4px rgba(213, 169, 79, 0.12);
}

.kes-umrah-filter-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.kes-umrah-filter-actions button {
    cursor: pointer;
}

.kes-umrah-reset-btn {
    min-height: 48px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--kes-dark);
    background: #f3f0e8;
    border: 1px solid #ddd5c6;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    transition: 0.2s ease;
}

.kes-umrah-reset-btn:hover {
    color: var(--kes-green);
    background: #edf7f1;
}

/* Package Cards */

.kes-umrah-package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.kes-umrah-package-card {
    overflow: hidden;
    background: white;
    border: 1px solid #e6dece;
    border-radius: 27px;
    box-shadow: 0 17px 45px rgba(7, 59, 40, 0.08);
    transition: 0.25s ease;
}

.kes-umrah-package-card:hover {
    transform: translateY(-6px);
    border-color: rgba(213, 169, 79, 0.68);
    box-shadow: 0 28px 60px rgba(7, 59, 40, 0.14);
}

.kes-umrah-package-top {
    min-height: 155px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    color: white;
    background:
        radial-gradient(circle at top right, rgba(241, 207, 106, 0.2), transparent 18rem),
        linear-gradient(135deg, var(--kes-green), var(--kes-dark));
}

.kes-umrah-package-code {
    display: inline-flex;
    padding: 7px 11px;
    color: var(--kes-dark);
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    border-radius: 999px;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.7px;
}

.kes-umrah-package-top h2 {
    margin: 17px 0 8px;
    font-size: 25px;
    line-height: 1.2;
}

.kes-umrah-package-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.6;
}

.kes-umrah-package-logo {
    width: 76px;
    height: 76px;
    padding: 5px;
    flex-shrink: 0;
    background: white;
    border: 2px solid var(--kes-gold);
    border-radius: 50%;
    box-shadow: 0 13px 28px rgba(0, 0, 0, 0.22);
}

.kes-umrah-package-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.kes-umrah-route-summary {
    padding: 23px 26px;
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr 1fr;
    align-items: center;
    gap: 10px;
    background: #f9f7f1;
    border-bottom: 1px solid #e9e1d3;
}

.kes-umrah-route-summary > div {
    text-align: center;
}

.kes-umrah-route-summary span,
.kes-umrah-date-grid span,
.kes-umrah-hotel-grid span,
.kes-umrah-price-grid span,
.kes-umrah-transport-row span {
    display: block;
    color: #9a6d13;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.kes-umrah-route-summary strong {
    margin-top: 6px;
    display: block;
    color: var(--kes-dark);
    font-size: 20px;
}

.kes-umrah-route-line {
    position: relative;
}

.kes-umrah-route-line::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: linear-gradient(90deg, var(--kes-gold), var(--kes-green));
}

.kes-umrah-route-line span {
    width: fit-content;
    margin: 0 auto;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
    color: var(--kes-dark);
    background: #f9f7f1;
    border: 1px solid var(--kes-border);
    border-radius: 999px;
}

.kes-umrah-date-grid {
    padding: 22px 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    border-bottom: 1px solid #eee6d9;
}

.kes-umrah-date-grid > div {
    min-height: 95px;
    padding: 14px;
    background: #fbfaf6;
    border: 1px solid #e9e1d3;
    border-radius: 14px;
}

.kes-umrah-date-grid strong,
.kes-umrah-date-grid small {
    display: block;
}

.kes-umrah-date-grid strong {
    margin-top: 9px;
    color: var(--kes-dark);
    font-size: 12px;
    line-height: 1.45;
}

.kes-umrah-date-grid small {
    margin-top: 5px;
    color: var(--kes-muted);
    font-size: 10px;
}

.kes-umrah-hotel-grid {
    padding: 22px 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.kes-umrah-hotel-grid > div {
    padding: 19px;
    background: #f2f8f4;
    border: 1px solid #dbe8df;
    border-radius: 16px;
}

.kes-umrah-hotel-grid h3 {
    margin: 10px 0 8px;
    color: var(--kes-dark);
    font-size: 15px;
    line-height: 1.4;
}

.kes-umrah-hotel-grid p {
    margin: 0;
    color: var(--kes-muted);
    font-size: 11px;
    line-height: 1.55;
}

.kes-umrah-transport-row {
    margin: 0 26px;
    padding: 15px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #faf3dc;
    border: 1px solid #ead59d;
    border-radius: 14px;
}

.kes-umrah-transport-row strong {
    color: var(--kes-dark);
    font-size: 12px;
    text-align: right;
}

.kes-umrah-price-grid {
    padding: 22px 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.kes-umrah-price-grid > div {
    padding: 14px 10px;
    text-align: center;
    background: #fbfaf6;
    border: 1px solid #e8e0d2;
    border-radius: 13px;
}

.kes-umrah-price-grid strong {
    margin-top: 7px;
    display: block;
    color: var(--kes-dark);
    font-size: 11px;
    line-height: 1.4;
}

.kes-umrah-package-footer {
    padding: 20px 26px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #f8f6f0;
    border-top: 1px solid #e9e1d3;
}

.kes-umrah-seat-status {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--kes-dark);
    font-size: 11px;
    font-weight: 850;
}

.kes-umrah-seat-status > span {
    width: 9px;
    height: 9px;
    display: block;
    background: #25a95b;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(37, 169, 91, 0.12);
}

.kes-umrah-package-actions {
    display: flex;
    gap: 8px;
}

.kes-umrah-details-btn,
.kes-umrah-whatsapp-btn {
    min-height: 42px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 950;
    transition: 0.2s ease;
}

.kes-umrah-details-btn {
    color: white;
    background: linear-gradient(135deg, var(--kes-green), var(--kes-dark));
}

.kes-umrah-whatsapp-btn {
    color: white;
    background: linear-gradient(135deg, #25d366, #128c4a);
}

.kes-umrah-details-btn:hover,
.kes-umrah-whatsapp-btn:hover {
    transform: translateY(-2px);
}

/* Empty State */

.kes-umrah-empty-state {
    padding: 60px 30px;
    text-align: center;
    background: white;
    border: 1px solid #e7decd;
    border-radius: 26px;
    box-shadow: 0 18px 48px rgba(7, 59, 40, 0.07);
}

.kes-umrah-empty-state img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
    border-radius: 50%;
}

.kes-umrah-empty-state h2 {
    margin: 13px 0 10px;
    color: var(--kes-dark);
    font-size: 32px;
}

.kes-umrah-empty-state p {
    max-width: 520px;
    margin: 0 auto 25px;
    color: var(--kes-muted);
    line-height: 1.75;
}

/* Responsive */

@media (max-width: 1150px) {
    .kes-umrah-filter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kes-umrah-package-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .kes-umrah-list-hero-inner {
        min-height: 350px;
        padding: 60px 0;
    }

    .kes-umrah-list-hero-logo {
        width: 110px;
        height: 110px;
    }

    .kes-umrah-list-body {
        padding: 55px 0 75px;
    }

    .kes-umrah-filter-card {
        padding: 24px 19px;
    }

    .kes-umrah-filter-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-umrah-filter-grid {
        grid-template-columns: 1fr;
    }

    .kes-umrah-route-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kes-umrah-route-summary > div:last-child {
        grid-column: 1 / -1;
    }

    .kes-umrah-date-grid,
    .kes-umrah-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-umrah-package-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .kes-umrah-list-hero-logo {
        display: none;
    }

    .kes-umrah-list-hero h1 {
        font-size: 44px;
    }

    .kes-umrah-package-top {
        padding: 23px 19px;
    }

    .kes-umrah-route-summary,
    .kes-umrah-date-grid,
    .kes-umrah-hotel-grid,
    .kes-umrah-price-grid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .kes-umrah-hotel-grid {
        grid-template-columns: 1fr;
    }

    .kes-umrah-transport-row {
        margin-left: 18px;
        margin-right: 18px;
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-umrah-package-actions {
        width: 100%;
        flex-direction: column;
    }

    .kes-umrah-details-btn,
    .kes-umrah-whatsapp-btn {
        width: 100%;
    }
}

/* KES UMRAH LIST V2 END */
/* KES UMRAH DETAIL V2 START */

.kes-umrah-detail-v2 {
    background: #f7f4ed;
}

.kes-umrah-detail-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: white;
    background:
        radial-gradient(circle at 85% 20%, rgba(241, 207, 106, 0.2), transparent 27rem),
        linear-gradient(135deg, #031d14, #073b28);
}

.kes-umrah-detail-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
}

.kes-umrah-detail-hero-inner {
    min-height: 500px;
    padding: 78px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.kes-umrah-detail-hero-content {
    flex: 1;
}

.kes-umrah-detail-code {
    padding: 8px 13px;
    display: inline-flex;
    color: #031d14;
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.8px;
}

.kes-umrah-detail-hero h1 {
    max-width: 830px;
    margin: 18px 0;
    font-size: clamp(45px, 5.5vw, 72px);
    line-height: 1.04;
    letter-spacing: -3px;
}

.kes-umrah-detail-hero-content > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.8;
}

.kes-umrah-detail-meta {
    max-width: 850px;
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.kes-umrah-detail-meta > div {
    min-height: 90px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    backdrop-filter: blur(8px);
}

.kes-umrah-detail-meta span,
.kes-umrah-detail-meta strong {
    display: block;
}

.kes-umrah-detail-meta span {
    color: var(--kes-gold-2);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.kes-umrah-detail-meta strong {
    margin-top: 9px;
    color: white;
    font-size: 13px;
    line-height: 1.45;
}

.kes-umrah-detail-hero-logo {
    width: 195px;
    height: 195px;
    padding: 10px;
    flex-shrink: 0;
    background: white;
    border: 3px solid var(--kes-gold-2);
    border-radius: 50%;
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.32);
}

.kes-umrah-detail-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/* Main Layout */

.kes-umrah-detail-body {
    padding: 80px 0 100px;
}

.kes-umrah-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 355px;
    align-items: start;
    gap: 30px;
}

.kes-umrah-detail-main {
    display: grid;
    gap: 24px;
}

.kes-umrah-detail-section {
    padding: 36px;
    background: white;
    border: 1px solid #e7decd;
    border-radius: 25px;
    box-shadow: 0 16px 42px rgba(7, 59, 40, 0.07);
}

.kes-umrah-detail-section > h2,
.kes-umrah-detail-section-heading h2 {
    margin: 11px 0 0;
    color: var(--kes-dark);
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.13;
    letter-spacing: -1.4px;
}

.kes-umrah-detail-description {
    margin: 22px 0 0;
    color: var(--kes-muted);
    font-size: 16px;
    line-height: 1.9;
}

.kes-umrah-detail-section-heading {
    margin-bottom: 26px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
}

.kes-umrah-detail-route {
    padding: 9px 14px;
    color: #8f6615;
    background: #f8e9ba;
    border: 1px solid rgba(213, 169, 79, 0.4);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
}

/* Summary */

.kes-umrah-detail-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.kes-umrah-detail-summary-grid article {
    min-height: 110px;
    padding: 18px;
    background: #fbfaf6;
    border: 1px solid #e8e0d2;
    border-radius: 16px;
}

.kes-umrah-detail-summary-grid span,
.kes-umrah-detail-summary-grid strong {
    display: block;
}

.kes-umrah-detail-summary-grid span {
    color: #9a6d13;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.kes-umrah-detail-summary-grid strong {
    margin-top: 12px;
    color: var(--kes-dark);
    font-size: 14px;
    line-height: 1.45;
}

/* Flights */

.kes-umrah-flight-list {
    display: grid;
    gap: 14px;
}

.kes-umrah-flight-card {
    padding: 22px;
    background: #f8f6f0;
    border: 1px solid #e5ddcf;
    border-radius: 19px;
}

.kes-umrah-flight-number {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.kes-umrah-flight-number span {
    color: #9a6d13;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.kes-umrah-flight-number strong {
    color: var(--kes-dark);
    font-size: 14px;
}

.kes-umrah-flight-route {
    padding: 19px;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: center;
    gap: 13px;
    background: white;
    border: 1px solid #e7decd;
    border-radius: 15px;
}

.kes-umrah-flight-route > div {
    text-align: center;
}

.kes-umrah-flight-route span,
.kes-umrah-flight-time span {
    display: block;
    color: #9a6d13;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.kes-umrah-flight-route strong {
    margin-top: 7px;
    display: block;
    color: var(--kes-dark);
    font-size: 22px;
}

.kes-umrah-flight-line {
    position: relative;
}

.kes-umrah-flight-line::before {
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--kes-gold), var(--kes-green));
}

.kes-umrah-flight-line span {
    width: fit-content;
    margin: 0 auto;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
    color: var(--kes-dark);
    background: white;
    border: 1px solid var(--kes-border);
    border-radius: 999px;
}

.kes-umrah-flight-time {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.kes-umrah-flight-time > div {
    min-height: 80px;
    padding: 13px;
    background: white;
    border: 1px solid #e7decd;
    border-radius: 13px;
}

.kes-umrah-flight-time strong {
    margin-top: 8px;
    display: block;
    color: var(--kes-dark);
    font-size: 12px;
    line-height: 1.4;
}

/* Hotels */

.kes-umrah-detail-hotel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kes-umrah-detail-hotel-grid article {
    padding: 25px;
    background:
        radial-gradient(circle at top right, rgba(213, 169, 79, 0.13), transparent 15rem),
        #f2f8f4;
    border: 1px solid #d9e7de;
    border-radius: 20px;
}

.kes-umrah-detail-hotel-grid article > span {
    color: #9a6d13;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.kes-umrah-detail-hotel-grid h3 {
    margin: 14px 0 20px;
    color: var(--kes-dark);
    font-size: 21px;
    line-height: 1.35;
}

.kes-umrah-detail-hotel-grid article > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.kes-umrah-detail-hotel-grid p {
    margin: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #dfe9e3;
    border-radius: 12px;
}

.kes-umrah-detail-hotel-grid small,
.kes-umrah-detail-hotel-grid strong {
    display: block;
}

.kes-umrah-detail-hotel-grid small {
    color: var(--kes-muted);
    font-size: 9px;
    text-transform: uppercase;
}

.kes-umrah-detail-hotel-grid strong {
    margin-top: 5px;
    color: var(--kes-dark);
    font-size: 11px;
    line-height: 1.4;
}

/* Transport and Services */

.kes-umrah-detail-transport {
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #faf3dc;
    border: 1px solid #ead59d;
    border-radius: 17px;
}

.kes-umrah-detail-transport span {
    color: #9a6d13;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.kes-umrah-detail-transport strong {
    color: var(--kes-dark);
    font-size: 14px;
    text-align: right;
}

.kes-umrah-detail-service-grid,
.kes-umrah-detail-gift-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.kes-umrah-detail-service-grid > div,
.kes-umrah-detail-gift-grid > div {
    min-height: 65px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
}

.kes-umrah-detail-service-grid > div {
    color: var(--kes-dark);
    background: #f2f8f4;
    border: 1px solid #d9e7de;
}

.kes-umrah-detail-service-grid > div > span {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background: #25a95b;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(37, 169, 91, 0.13);
}

.kes-umrah-detail-service-grid strong,
.kes-umrah-detail-gift-grid strong {
    font-size: 13px;
    line-height: 1.45;
}

.kes-umrah-detail-gift-grid > div {
    color: var(--kes-dark);
    background: #fff6d9;
    border: 1px solid #ead59d;
}

.kes-umrah-detail-gift-grid span {
    padding: 6px 9px;
    color: #8f6615;
    background: white;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}

/* Prices */

.kes-umrah-detail-price-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.kes-umrah-detail-price-grid article {
    min-height: 135px;
    padding: 19px;
    text-align: center;
    background: #fbfaf6;
    border: 1px solid #e7decd;
    border-radius: 17px;
}

.kes-umrah-detail-price-grid span,
.kes-umrah-detail-price-grid strong,
.kes-umrah-detail-price-grid small {
    display: block;
}

.kes-umrah-detail-price-grid span {
    color: #9a6d13;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.kes-umrah-detail-price-grid strong {
    margin-top: 17px;
    color: var(--kes-dark);
    font-size: 16px;
    line-height: 1.35;
}

.kes-umrah-detail-price-grid small {
    margin-top: 8px;
    color: var(--kes-muted);
    font-size: 10px;
}

/* Sidebar */

.kes-umrah-detail-sidebar {
    position: sticky;
    top: 125px;
    display: grid;
    gap: 20px;
}

.kes-umrah-booking-card,
.kes-umrah-detail-help-card {
    padding: 29px;
    border-radius: 24px;
}

.kes-umrah-booking-card {
    background: white;
    border: 1px solid #e7decd;
    box-shadow: 0 18px 48px rgba(7, 59, 40, 0.09);
}

.kes-umrah-booking-card h2 {
    margin: 12px 0 18px;
    color: var(--kes-dark);
    font-size: 30px;
    line-height: 1.14;
    letter-spacing: -1px;
}

.kes-umrah-booking-card > p {
    margin: 0;
    color: var(--kes-muted);
    font-size: 13px;
    line-height: 1.75;
}

.kes-umrah-booking-availability {
    margin: 23px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.kes-umrah-booking-availability > div {
    padding: 16px;
    text-align: center;
    background: #f8f6f0;
    border: 1px solid #e7decd;
    border-radius: 14px;
}

.kes-umrah-booking-availability span,
.kes-umrah-booking-availability strong {
    display: block;
}

.kes-umrah-booking-availability span {
    color: #9a6d13;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}

.kes-umrah-booking-availability strong {
    margin-top: 8px;
    color: var(--kes-dark);
    font-size: 23px;
}

.kes-umrah-booking-whatsapp,
.kes-umrah-booking-contact {
    width: 100%;
    min-height: 49px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 950;
    transition: 0.2s ease;
}

.kes-umrah-booking-whatsapp {
    color: white;
    background: linear-gradient(135deg, #25d366, #128c4a);
}

.kes-umrah-booking-contact {
    margin-top: 9px;
    color: white;
    background: linear-gradient(135deg, var(--kes-green), var(--kes-dark));
}

.kes-umrah-booking-whatsapp:hover,
.kes-umrah-booking-contact:hover {
    transform: translateY(-2px);
}

.kes-umrah-detail-help-card {
    text-align: center;
    color: white;
    background:
        radial-gradient(circle at top right, rgba(241, 207, 106, 0.18), transparent 18rem),
        linear-gradient(145deg, var(--kes-green), var(--kes-dark));
}

.kes-umrah-detail-help-card img {
    width: 82px;
    height: 82px;
    padding: 4px;
    object-fit: contain;
    background: white;
    border: 2px solid var(--kes-gold);
    border-radius: 50%;
}

.kes-umrah-detail-help-card h3 {
    margin: 18px 0 11px;
    font-size: 22px;
}

.kes-umrah-detail-help-card p {
    margin: 0 0 21px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.7;
}

.kes-umrah-detail-help-card a {
    min-height: 45px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #031d14;
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    border-radius: 12px;
    font-size: 12px;
    font-weight: 950;
}

/* Responsive */

@media (max-width: 1100px) {
    .kes-umrah-detail-layout {
        grid-template-columns: 1fr;
    }

    .kes-umrah-detail-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .kes-umrah-detail-meta,
    .kes-umrah-detail-summary-grid,
    .kes-umrah-detail-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-umrah-detail-hero-logo {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 650px) {
    .kes-umrah-detail-hero-inner {
        min-height: 400px;
        padding: 60px 0;
    }

    .kes-umrah-detail-hero-logo {
        display: none;
    }

    .kes-umrah-detail-hero h1 {
        font-size: 43px;
    }

    .kes-umrah-detail-meta {
        grid-template-columns: 1fr 1fr;
    }

    .kes-umrah-detail-body {
        padding: 55px 0 75px;
    }

    .kes-umrah-detail-section {
        padding: 27px 20px;
    }

    .kes-umrah-detail-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-umrah-detail-summary-grid,
    .kes-umrah-detail-hotel-grid,
    .kes-umrah-detail-service-grid,
    .kes-umrah-detail-gift-grid,
    .kes-umrah-detail-price-grid,
    .kes-umrah-detail-sidebar {
        grid-template-columns: 1fr;
    }

    .kes-umrah-flight-time {
        grid-template-columns: 1fr;
    }

    .kes-umrah-detail-hotel-grid article > div {
        grid-template-columns: 1fr;
    }

    .kes-umrah-detail-transport {
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-umrah-detail-transport strong {
        text-align: left;
    }
}

@media (max-width: 430px) {
    .kes-umrah-detail-meta {
        grid-template-columns: 1fr;
    }

    .kes-umrah-flight-route {
        grid-template-columns: 1fr;
    }

    .kes-umrah-flight-line {
        min-height: 30px;
    }
}

/* KES UMRAH DETAIL V2 END */
/* KES FLOATING DOCK V2 START */

.kes-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
}

.kes-support-widget {
    right: 22px;
    bottom: 162px;
    z-index: 9997;
}

.kes-support-box summary {
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0;
}

.kes-support-box summary::before {
    content: "💬";
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 640px) {
    .kes-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
    }

    .kes-support-widget {
        right: 14px;
        left: auto;
        bottom: 150px;
    }

    .kes-support-box summary {
        width: 54px;
    }

    .kes-support-panel {
        position: fixed;
        right: 14px;
        bottom: 216px;
        left: 14px;
        width: auto;
        max-height: calc(100vh - 235px);
        overflow-y: auto;
    }
}

/* KES FLOATING DOCK V2 END */
/* KES MOBILE FLOATING DOCK FIX START */

@media (max-width: 640px) {
    .kes-public-site {
        padding-bottom: 72px;
    }

    .kes-whatsapp {
        right: 12px;
        bottom: 12px;
        width: 48px;
        height: 48px;
        font-size: 12px;
    }

    .kes-support-widget {
        right: 124px;
        left: auto;
        bottom: 12px;
    }

    .kes-support-box summary {
        width: 48px;
        height: 48px;
        min-height: 48px;
    }

    .kes-support-box summary::before {
        font-size: 18px;
    }

    .kes-support-panel {
        position: fixed;
        right: 12px;
        bottom: 72px;
        left: 12px;
        width: auto;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
}

/* KES MOBILE FLOATING DOCK FIX END */
/* KES MULTILINGUAL V1 START */

/* Desktop language switcher */

.kes-language-switcher {
    padding: 4px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    background: #f5f1e8;
    border: 1px solid #ded5c4;
    border-radius: 999px;
}

.kes-language-switcher a {
    min-width: 37px;
    min-height: 32px;
    padding: 6px 9px;
    display: inline-flex;
-switcher a {
    min-width: 37px;
    min-height: 32px;
    padding:     align-items: center;
    justify-content: center;
    color: var(--kes-dark);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 950;
    line-height: 1;
    transition: 0.2s ease;
}

.kes-language-switcher a:hover {
    background: rgba(213, 169, 79, 0.18);
}

.kes-language-switcher a.is-active {
    color: #031d14;
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    box-shadow: 0 7px 17px rgba(213, 169, 79, 0.24);
}

/* Mobile language switcher */

.kes-mobile-language-switcher {
    padding: 15px;
    background: #f8f6f0;
    border: 1px solid #e5ddcf;
    border-radius: 14px;
}

.kes-mobile-language-switcher > span {
    margin-bottom: 10px;
    display: block;
    color: #9a6d13;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.kes-mobile-language-switcher > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.kes-mobile-language-switcher a {
    min-height: 40px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kes-dark);
    background: white;
    border: 1px solid #ded5c4;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
}

.kes-mobile-language-switcher a.is-active {
    color: #031d14;
    background: linear-gradient(135deg, var(--kes-gold-2), var(--kes-gold));
    border-color: var(--kes-gold);
}

/* Urdu RTL foundation */

.kes-locale-ur {
    font-family:
        "Noto Nastaliq Urdu",
        "Jameel Noori Nastaleeq",
        "Noto Sans Arabic",
        Arial,
        sans-serif;
}

.kes-locale-ur .kes-topbar-inner,
.kes-locale-ur .kes-navbar-inner,
.kes-locale-ur .kes-footer-grid-v2,
.kes-locale-ur .kes-footer-bottom > div {
    direction: rtl;
}

.kes-locale-ur .kes-brand,
.kes-locale-ur .kes-topbar-left,
.kes-locale-ur .kes-topbar-right,
.kes-locale-ur .kes-nav-links {
    direction: rtl;
}

.kes-locale-ur .kes-brand-copy,
.kes-locale-ur .kes-mobile-nav-panel,
.kes-locale-ur .kes-footer,
.kes-locale-ur .kes-page-v2-content,
.kes-locale-ur .kes-page-v2-sidebar {
    text-align: right;
}

.kes-locale-ur .kes-brand-subtitle,
.kes-locale-ur .kes-topbar-label,
.kes-locale-ur .kes-page-v2-label,
.kes-locale-ur .kes-v2-section-label {
    letter-spacing: 0;
}

.kes-locale-ur .kes-login-dropdown {
    right: auto;
    left: 0;
    text-align: right;
}

.kes-locale-ur .kes-page-v2-breadcrumb {
    direction: rtl;
}

.kes-locale-ur .kes-page-v2-urdu {
    border-right: 0;
    border-left: 4px solid var(--kes-gold);
}

.kes-locale-ur .kes-page-v2-side-card nav a:hover {
    transform: translateX(-3px);
}

.kes-locale-ur .kes-page-v2-cta-box,
.kes-locale-ur .kes-umrah-detail-section-heading,
.kes-locale-ur .kes-umrah-filter-heading,
.kes-locale-ur .kes-umrah-package-footer,
.kes-locale-ur .kes-umrah-detail-transport {
    direction: rtl;
}

.kes-locale-ur .kes-umrah-transport-row strong,
.kes-locale-ur .kes-umrah-detail-transport strong {
    text-align: left;
}

/* Keep codes, phone numbers and prices readable */

.kes-locale-ur .kes-topbar-right a,
.kes-locale-ur .kes-umrah-package-code,
.kes-locale-ur .kes-umrah-detail-code,
.kes-locale-ur .kes-umrah-route-summary,
.kes-locale-ur .kes-umrah-flight-route,
.kes-locale-ur .kes-umrah-detail-price-grid,
.kes-locale-ur .kes-umrah-price-grid,
.kes-locale-ur .kes-umrah-booking-availability {
    font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 1180px) {
    .kes-language-switcher {
        display: none;
    }
}

@media (max-width: 640px) {
    .kes-locale-ur .kes-mobile-nav summary,
    .kes-locale-ur .kes-mobile-nav-panel {
        direction: rtl;
    }

    .kes-locale-ur .kes-mobile-nav-panel > a {
        text-align: right;
    }

    .kes-locale-ur .kes-v2-hero-content,
    .kes-locale-ur .kes-v2-hero-panel,
    .kes-locale-ur .kes-page-v2-hero,
    .kes-locale-ur .kes-umrah-list-hero,
    .kes-locale-ur .kes-umrah-detail-hero {
        text-align: right;
    }
}

/* KES MULTILINGUAL V1 END */
/* KES MOBILE OVERFLOW FIX START */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

@media (max-width: 640px) {
    .kes-topbar-inner,
    .kes-navbar-inner,
    .kes-v2-container,
    .kes-v2-hero-inner,
    .kes-page-v2-hero-inner,
    .kes-umrah-list-hero-inner,
    .kes-umrah-detail-hero-inner,
    .kes-footer-grid-v2,
    .kes-footer-bottom > div {
        width: calc(100% - 28px) !important;
        max-width: calc(100% - 28px) !important;
        min-width: 0 !important;
        margin-inline: auto !important;
    }

    .kes-site-header,
    .kes-topbar,
    .kes-navbar,
    .kes-home-v2,
    .kes-public-page-v2,
    .kes-umrah-list-v2,
    .kes-umrah-detail-v2,
    .kes-footer {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    /* Top bar long address, phone and email */

    .kes-topbar-inner,
    .kes-topbar-left,
    .kes-topbar-right {
        min-width: 0 !important;
    }

    .kes-topbar-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 6px !important;
    }

    .kes-topbar-left,
    .kes-topbar-right {
        width: 100% !important;
        max-width: 100% !important;
    }

    .kes-topbar-left,
    .kes-topbar-right,
    .kes-topbar-left span,
    .kes-topbar-right a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    /* Mobile header */

    .kes-navbar-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }

    .kes-brand {
        width: auto !important;
        max-width: calc(100% - 118px) !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        gap: 8px !important;
    }

    .kes-brand-copy {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .kes-brand-title {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

    .kes-brand-subtitle {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        font-size: 9px !important;
        line-height: 1.35 !important;
    }

    .kes-logo-img {
        width: 54px !important;
        height: 54px !important;
        flex: 0 0 54px !important;
    }

    .kes-mobile-nav {
        min-width: 0 !important;
        flex: 0 0 auto !important;
    }

    .kes-mobile-nav > summary {
        min-width: 96px !important;
    }

    .kes-mobile-nav-panel {
        left: 14px !important;
        right: 14px !important;
        width: auto !important;
        max-width: none !important;
    }

    /* Hero and public page containers */

    .kes-v2-hero-inner,
    .kes-page-v2-hero-inner,
    .kes-umrah-list-hero-inner,
    .kes-umrah-detail-hero-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 32px !important;
    }

    .kes-v2-hero-content,
    .kes-v2-hero-panel,
    .kes-page-v2-hero-inner > div,
    .kes-umrah-list-hero-inner > div,
    .kes-umrah-detail-hero-content,
    .kes-page-v2-content,
    .kes-page-v2-sidebar,
    .kes-umrah-detail-main,
    .kes-umrah-detail-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .kes-v2-hero-content h1 {
        max-width: 100% !important;
        font-size: clamp(39px, 12vw, 56px) !important;
        line-height: 1.08 !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .kes-page-v2-hero h1,
    .kes-umrah-list-hero h1,
    .kes-umrah-detail-hero h1 {
        max-width: 100% !important;
        font-size: clamp(36px, 10vw, 50px) !important;
        line-height: 1.15 !important;
        overflow-wrap: anywhere;
    }

    .kes-v2-hero-text,
    .kes-v2-hero-urdu,
    .kes-page-v2-hero p,
    .kes-umrah-list-hero p,
    .kes-umrah-detail-hero p {
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    .kes-v2-hero-actions,
    .kes-v2-cta-actions,
    .kes-umrah-filter-actions,
    .kes-umrah-package-actions {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .kes-v2-btn,
    .kes-umrah-details-btn,
    .kes-umrah-whatsapp-btn {
        max-width: 100%;
    }

    /* Mobile grids */

    .kes-v2-intro-grid,
    .kes-v2-service-grid,
    .kes-v2-why-grid,
    .kes-v2-benefit-grid,
    .kes-v2-process-grid,
    .kes-page-v2-grid,
    .kes-page-v2-services-grid,
    .kes-page-v2-contact-grid,
    .kes-umrah-filter-grid,
    .kes-umrah-package-grid,
    .kes-umrah-date-grid,
    .kes-umrah-hotel-grid,
    .kes-umrah-price-grid,
    .kes-umrah-detail-layout,
    .kes-umrah-detail-summary-grid,
    .kes-umrah-detail-hotel-grid,
    .kes-umrah-detail-price-grid,
    .kes-umrah-detail-service-grid,
    .kes-umrah-detail-gift-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .kes-umrah-filter-card,
    .kes-umrah-package-card,
    .kes-umrah-detail-section,
    .kes-umrah-booking-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .kes-umrah-route-summary {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    input,
    select,
    textarea,
    button {
        max-width: 100%;
    }

    /* Urdu mobile alignment */

    .kes-locale-ur .kes-v2-hero-content,
    .kes-locale-ur .kes-page-v2-hero-inner,
    .kes-locale-ur .kes-umrah-list-hero-inner,
    .kes-locale-ur .kes-umrah-detail-hero-content {
        text-align: right;
    }
}

/* KES MOBILE OVERFLOW FIX END */
}
/* =========================================================
   Pakistan Tours — Listing & Detail Pages
   ========================================================= */

.kes-tours-page,
.kes-tour-detail-page {
    background: #f4f7fb;
    color: #172033;
}

.kes-tours-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 72px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(211, 174, 94, 0.24),
            transparent 30%
        ),
        linear-gradient(135deg, #07172d, #0b2b4d 58%, #123a61);
}

.kes-tours-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
}

.kes-tours-hero h1 {
    max-width: 760px;
    margin: 14px 0 18px;
    color: #ffffff;
    font-size: clamp(2.3rem, 5vw, 4.7rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.kes-tours-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.8;
}

.kes-tours-hero .kes-page-v2-breadcrumb,
.kes-tour-detail-hero .kes-page-v2-breadcrumb {
    color: rgba(255, 255, 255, 0.68);
}

.kes-tours-hero .kes-page-v2-breadcrumb a,
.kes-tour-detail-hero .kes-page-v2-breadcrumb a {
    color: #ffffff;
}

.kes-tours-hero .kes-v2-section-label,
.kes-tour-detail-hero .kes-v2-section-label {
    color: #e0bb6d;
}

.kes-tours-hero-logo {
    display: grid;
    width: 190px;
    height: 190px;
    place-items: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.kes-tours-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kes-tours-content {
    padding: 56px 0 90px;
}

.kes-tours-filters {
    display: grid;
    grid-template-columns:
        minmax(220px, 1.5fr)
        repeat(3, minmax(150px, 1fr))
        auto;
    align-items: end;
    gap: 16px;
    margin-top: -92px;
    margin-bottom: 54px;
    padding: 24px;
    border: 1px solid rgba(9, 35, 65, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 65px rgba(7, 23, 45, 0.14);
}

.kes-tours-filter-field {
    min-width: 0;
}

.kes-tours-filter-field label {
    display: block;
    margin-bottom: 8px;
    color: #536176;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kes-tours-filter-field input,
.kes-tours-filter-field select {
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    color: #152238;
    border: 1px solid #dbe3ec;
    border-radius: 13px;
    outline: none;
    background: #f8fafc;
    font: inherit;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.kes-tours-filter-field input:focus,
.kes-tours-filter-field select:focus {
    border-color: #c89b44;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(200, 155, 68, 0.14);
}

.kes-tours-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kes-tours-filter-actions .kes-v2-btn {
    min-height: 50px;
    white-space: nowrap;
}

.kes-tours-clear {
    color: #657388;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.kes-tours-clear:hover {
    color: #a8792f;
}

.kes-tours-results-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.kes-tours-results-heading h2 {
    margin: 8px 0 0;
    color: #0b223f;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.kes-tours-results-heading > strong {
    display: grid;
    min-width: 58px;
    height: 58px;
    place-items: center;
    color: #ffffff;
    border-radius: 18px;
    background: #0b2b4d;
    font-size: 1.2rem;
}

.kes-tours-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.kes-tour-card {
    overflow: hidden;
    border: 1px solid rgba(9, 35, 65, 0.09);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 45px rgba(7, 23, 45, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.kes-tour-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(7, 23, 45, 0.14);
}

.kes-tour-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #e8eef5;
}

.kes-tour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.kes-tour-card:hover .kes-tour-card-image img {
    transform: scale(1.055);
}

.kes-tour-featured-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    color: #10233d;
    border-radius: 999px;
    background: #e8c77e;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kes-tour-card-image .kes-tour-featured-badge {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
}

.kes-tour-card-body {
    padding: 23px;
}

.kes-tour-card-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #b07f31;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kes-tour-card-location small {
    color: #7d899b;
    font-size: 0.72rem;
}

.kes-tour-card h2 {
    margin: 12px 0 9px;
    font-size: 1.42rem;
    line-height: 1.28;
}

.kes-tour-card h2 a {
    color: #0b223f;
    text-decoration: none;
}

.kes-tour-card h2 a:hover {
    color: #a8792f;
}

.kes-tour-card-subtitle {
    margin: 0 0 8px;
    color: #45546a;
    font-weight: 700;
}

.kes-tour-card-description {
    min-height: 66px;
    margin: 0;
    color: #6c788a;
    font-size: 0.92rem;
    line-height: 1.65;
}

.kes-tour-card-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 21px 0;
    padding: 17px 0;
    border-top: 1px solid #ebeff4;
    border-bottom: 1px solid #ebeff4;
}

.kes-tour-card-meta div {
    min-width: 0;
}

.kes-tour-card-meta span {
    display: block;
    margin-bottom: 5px;
    color: #8893a3;
    font-size: 0.67rem;
    font-weight: 750;
    text-transform: uppercase;
}

.kes-tour-card-meta strong {
    display: block;
    overflow: hidden;
    color: #203049;
    font-size: 0.78rem;
    text-overflow: ellipsis;
}

.kes-tour-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.kes-tour-price span,
.kes-tour-price small {
    display: block;
    color: #7c8899;
    font-size: 0.7rem;
}

.kes-tour-price strong {
    display: block;
    margin: 3px 0;
    color: #0b2b4d;
    font-size: 1.28rem;
}

.kes-tour-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a8792f;
    font-size: 0.82rem;
    font-weight: 850;
    text-decoration: none;
}

.kes-tour-card-link:hover {
    color: #0b2b4d;
}

.kes-tours-empty {
    grid-column: 1 / -1;
    padding: 62px 24px;
    text-align: center;
    border: 1px dashed #cfd8e3;
    border-radius: 26px;
    background: #ffffff;
}

.kes-tours-empty img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 18px;
}

.kes-tours-empty h2 {
    margin: 0 0 10px;
    color: #0b223f;
}

.kes-tours-empty p {
    max-width: 580px;
    margin: 0 auto 24px;
    color: #6c788a;
    line-height: 1.7;
}

.kes-tours-pagination {
    margin-top: 40px;
}

.kes-tours-pagination nav {
    display: flex;
    justify-content: center;
}

/* =========================================================
   Pakistan Tour Detail
   ========================================================= */

.kes-tour-detail-hero {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    color: #ffffff;
    background: #07172d;
}

.kes-tour-detail-hero-image,
.kes-tour-detail-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.kes-tour-detail-hero-image {
    object-fit: cover;
}

.kes-tour-detail-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(5, 20, 40, 0.96) 0%,
            rgba(5, 20, 40, 0.79) 48%,
            rgba(5, 20, 40, 0.38) 100%
        ),
        linear-gradient(
            0deg,
            rgba(5, 20, 40, 0.75),
            transparent 48%
        );
}

.kes-tour-detail-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 590px;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 65px;
}

.kes-tour-detail-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 48px;
    margin-top: 40px;
}

.kes-tour-detail-heading h1 {
    max-width: 850px;
    margin: 13px 0 16px;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.kes-tour-detail-heading p {
    max-width: 760px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.7;
}

.kes-tour-detail-location {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.84);
}

.kes-tour-detail-price {
    min-width: 245px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    background: rgba(4, 19, 37, 0.55);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
}

.kes-tour-detail-price span,
.kes-tour-detail-price small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.76rem;
}

.kes-tour-detail-price strong {
    display: block;
    margin: 6px 0;
    color: #e5c579;
    font-size: 2rem;
}

.kes-tour-detail-content {
    padding: 70px 0 95px;
}

.kes-tour-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 34px;
}

.kes-tour-detail-main {
    display: grid;
    gap: 28px;
}

.kes-tour-detail-summary,
.kes-tour-detail-section,
.kes-tour-detail-inclusions {
    padding: 30px;
    border: 1px solid rgba(9, 35, 65, 0.08);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 14px 42px rgba(7, 23, 45, 0.07);
}

.kes-tour-detail-summary h2,
.kes-tour-detail-section h2,
.kes-tour-detail-inclusions h2 {
    margin: 0 0 22px;
    color: #0b223f;
    font-size: 1.65rem;
}

.kes-tour-detail-section .kes-v2-section-label {
    display: block;
    margin-bottom: 8px;
}

.kes-tour-detail-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.kes-tour-detail-facts > div {
    min-width: 0;
    padding: 17px;
    border: 1px solid #e7edf3;
    border-radius: 15px;
    background: #f8fafc;
}

.kes-tour-detail-facts span {
    display: block;
    margin-bottom: 6px;
    color: #7b8799;
    font-size: 0.7rem;
    font-weight: 750;
    text-transform: uppercase;
}

.kes-tour-detail-facts strong {
    display: block;
    overflow-wrap: anywhere;
    color: #1d2c43;
}

.kes-tour-detail-intro {
    margin: 0 0 18px;
    color: #34445b;
    font-size: 1.07rem;
    font-weight: 700;
    line-height: 1.75;
}

.kes-tour-detail-description {
    color: #657286;
    line-height: 1.9;
}

.kes-tour-detail-list,
.kes-tour-detail-inclusions ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kes-tour-detail-list li,
.kes-tour-detail-inclusions li {
    position: relative;
    padding-inline-start: 29px;
    color: #4f5f74;
    line-height: 1.65;
}

.kes-tour-detail-list li::before,
.kes-tour-detail-included li::before {
    position: absolute;
    top: 0.14em;
    inset-inline-start: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    background: #1a7650;
    content: "✓";
    font-size: 0.68rem;
    font-weight: 900;
}

.kes-tour-detail-excluded li::before {
    position: absolute;
    top: 0.14em;
    inset-inline-start: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    background: #b44848;
    content: "×";
    font-size: 0.82rem;
    font-weight: 900;
}

.kes-tour-detail-inclusions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.kes-tour-detail-included,
.kes-tour-detail-excluded {
    padding: 24px;
    border-radius: 18px;
}

.kes-tour-detail-included {
    border: 1px solid rgba(26, 118, 80, 0.16);
    background: rgba(26, 118, 80, 0.055);
}

.kes-tour-detail-excluded {
    border: 1px solid rgba(180, 72, 72, 0.16);
    background: rgba(180, 72, 72, 0.05);
}

.kes-tour-detail-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kes-tour-detail-gallery a {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    background: #e8eef5;
}

.kes-tour-detail-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kes-tour-detail-gallery a:hover img {
    transform: scale(1.06);
}

.kes-tour-detail-sidebar {
    position: sticky;
    top: 115px;
    display: grid;
    gap: 22px;
}

.kes-tour-booking-card,
.kes-tour-help-card {
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(7, 23, 45, 0.1);
}

.kes-tour-booking-card {
    color: #ffffff;
    background:
        radial-gradient(
            circle at top right,
            rgba(222, 186, 109, 0.24),
            transparent 34%
        ),
        linear-gradient(145deg, #081a32, #0b3156);
}

.kes-tour-booking-card h2 {
    margin: 10px 0 20px;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.3;
}

.kes-tour-booking-card p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.kes-tour-booking-price {
    margin: 0 0 20px;
    padding: 18px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.09);
}

.kes-tour-booking-price span,
.kes-tour-booking-price small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.74rem;
}

.kes-tour-booking-price strong {
    display: block;
    margin: 4px 0;
    color: #e5c579;
    font-size: 1.8rem;
}

.kes-tour-booking-card .kes-v2-btn {
    width: 100%;
    margin-top: 11px;
    text-align: center;
}

.kes-tour-contact-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: transparent;
}

.kes-tour-contact-button:hover {
    color: #0b223f;
    background: #ffffff;
}

.kes-tour-help-card {
    border: 1px solid rgba(9, 35, 65, 0.08);
    background: #ffffff;
}

.kes-tour-help-card h3 {
    margin: 0 0 10px;
    color: #0b223f;
    font-size: 1.3rem;
}

.kes-tour-help-card p {
    margin: 0 0 18px;
    color: #6c788a;
    line-height: 1.7;
}

.kes-tour-help-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a8792f;
    font-weight: 800;
    text-decoration: none;
}

/* =========================================================
   Pakistan Tours — RTL
   ========================================================= */

html[dir="rtl"] .kes-tours-filter-field input,
html[dir="rtl"] .kes-tours-filter-field select {
    text-align: right;
}

html[dir="rtl"] .kes-tour-card,
html[dir="rtl"] .kes-tour-detail-page {
    text-align: right;
}

html[dir="rtl"] .kes-tour-detail-overlay {
    background:
        linear-gradient(
            270deg,
            rgba(5, 20, 40, 0.96) 0%,
            rgba(5, 20, 40, 0.79) 48%,
            rgba(5, 20, 40, 0.38) 100%
        ),
        linear-gradient(
            0deg,
            rgba(5, 20, 40, 0.75),
            transparent 48%
        );
}

/* =========================================================
   Pakistan Tours — Responsive
   ========================================================= */

@media (max-width: 1180px) {
    .kes-tours-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-tours-filter-search {
        grid-column: span 2;
    }

    .kes-tours-filter-actions {
        flex-direction: row;
        align-items: center;
    }

    .kes-tours-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-tour-detail-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .kes-tour-detail-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .kes-tours-hero-inner {
        grid-template-columns: 1fr;
    }

    .kes-tours-hero-logo {
        display: none;
    }

    .kes-tour-detail-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .kes-tour-detail-price {
        min-width: 0;
        width: min(100%, 330px);
    }

    .kes-tour-detail-grid {
        grid-template-columns: 1fr;
    }

    .kes-tour-detail-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-tour-detail-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .kes-tours-hero {
        padding: 60px 0 76px;
    }

    .kes-tours-content {
        padding-top: 38px;
    }

    .kes-tours-filters {
        grid-template-columns: 1fr;
        margin-top: -76px;
        padding: 18px;
        border-radius: 20px;
    }

    .kes-tours-filter-search {
        grid-column: auto;
    }

    .kes-tours-filter-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .kes-tours-grid {
        grid-template-columns: 1fr;
    }

    .kes-tours-results-heading {
        align-items: center;
    }

    .kes-tour-card-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-tour-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-tour-detail-hero,
    .kes-tour-detail-hero-content {
        min-height: 610px;
    }

    .kes-tour-detail-heading h1 {
        font-size: clamp(2.15rem, 11vw, 3.4rem);
    }

    .kes-tour-detail-content {
        padding: 42px 0 75px;
    }

    .kes-tour-detail-summary,
    .kes-tour-detail-section,
    .kes-tour-detail-inclusions {
        padding: 21px;
        border-radius: 20px;
    }

    .kes-tour-detail-facts,
    .kes-tour-detail-inclusions,
    .kes-tour-detail-gallery,
    .kes-tour-detail-sidebar {
        grid-template-columns: 1fr;
    }

    .kes-tour-detail-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .kes-tour-detail-facts,
    .kes-tour-detail-gallery {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   Pakistan Tours — Final Filter Alignment
   ========================================================= */

.kes-tours-content {
    position: relative;
    z-index: 5;
    padding-top: 32px;
}

.kes-tours-filters {
    position: relative;
    z-index: 10;
    margin-top: 0 !important;
    padding-top: 24px;
}

@media (max-width: 680px) {
    .kes-tours-content {
        padding-top: 24px;
    }

    .kes-tours-filters {
        margin-top: 0 !important;
        padding-top: 20px;
    }
}
/* =========================================================
   DYNAMIC GALLERY — LISTING PAGE
========================================================= */

.kes-gallery-page {
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7f4ed 100%
        );
    color: #142238;
}

.kes-gallery-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(215, 171, 75, 0.24),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #06182a 0%,
            #0b2943 55%,
            #123a58 100%
        );
    color: #ffffff;
}

.kes-gallery-hero::after {
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
}

.kes-gallery-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 60px;
    align-items: center;
}

.kes-gallery-hero h1 {
    max-width: 760px;
    margin: 14px 0 18px;
    color: #ffffff;
    font-size: clamp(2.6rem, 6vw, 5.2rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.kes-gallery-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
    line-height: 1.85;
}

.kes-gallery-hero .kes-page-v2-breadcrumb {
    margin-bottom: 26px;
}

.kes-gallery-hero .kes-page-v2-breadcrumb,
.kes-gallery-hero .kes-page-v2-breadcrumb a {
    color: rgba(255, 255, 255, 0.72);
}

.kes-gallery-hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.kes-gallery-hero-logo img {
    width: min(180px, 100%);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.24));
}

.kes-gallery-content {
    padding: 80px 0 110px;
}

.kes-gallery-filters {
    display: grid;
    grid-template-columns:
        minmax(180px, 1fr)
        minmax(180px, 1fr)
        auto;
    gap: 18px;
    align-items: end;
    margin-top: -118px;
    margin-bottom: 70px;
    padding: 28px;
    border: 1px solid rgba(9, 35, 57, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(7, 29, 47, 0.15);
    backdrop-filter: blur(18px);
}

.kes-gallery-filter-field {
    display: grid;
    gap: 9px;
}

.kes-gallery-filter-field label {
    color: #0a263d;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.kes-gallery-filter-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 46px 0 16px;
    border: 1px solid #dce3e8;
    border-radius: 14px;
    outline: none;
    background-color: #f9fafb;
    color: #142238;
    font: inherit;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.kes-gallery-filter-field select:focus {
    border-color: #c99a38;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(201, 154, 56, 0.13);
}

.kes-gallery-filter-actions {
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: 52px;
}

.kes-gallery-filter-actions .kes-v2-btn {
    min-height: 52px;
    white-space: nowrap;
}

.kes-gallery-clear {
    color: #526170;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.kes-gallery-clear:hover {
    color: #b37f1f;
}

.kes-gallery-results-heading {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 34px;
}

.kes-gallery-results-heading h2 {
    margin: 8px 0 0;
    color: #071f34;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.kes-gallery-results-heading > strong {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #09263e;
    color: #ffffff;
    font-size: 1.2rem;
    box-shadow: 0 16px 34px rgba(8, 36, 59, 0.18);
}

.kes-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.kes-gallery-card {
    overflow: hidden;
    border: 1px solid rgba(8, 36, 59, 0.08);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(8, 36, 59, 0.09);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.kes-gallery-card:hover {
    transform: translateY(-7px);
    border-color: rgba(201, 154, 56, 0.35);
    box-shadow: 0 30px 70px rgba(8, 36, 59, 0.16);
}

.kes-gallery-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(
            135deg,
            #0a2942,
            #164b6c
        );
}

.kes-gallery-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.kes-gallery-card:hover .kes-gallery-card-media img {
    transform: scale(1.07);
}

.kes-gallery-card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(4, 19, 32, 0.02) 25%,
            rgba(4, 19, 32, 0.72) 100%
        );
    pointer-events: none;
}

.kes-gallery-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(217, 177, 81, 0.34),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #08243b,
            #15506f
        );
}

.kes-gallery-placeholder span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 3.6rem;
}

.kes-gallery-type-badge,
.kes-gallery-featured-badge {
    position: absolute;
    top: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.kes-gallery-type-badge {
    left: 18px;
    background: rgba(6, 28, 46, 0.84);
    color: #ffffff;
    backdrop-filter: blur(12px);
}

.kes-gallery-featured-badge {
    right: 18px;
    background: linear-gradient(
        135deg,
        #e2bd60,
        #b77d1e
    );
    color: #10263a;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.kes-gallery-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    padding-left: 4px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #09263e;
    font-size: 1.25rem;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    transform: translate(-50%, -50%);
    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

.kes-gallery-card:hover .kes-gallery-play-button {
    background: #d4a541;
    transform: translate(-50%, -50%) scale(1.08);
}

.kes-gallery-card-body {
    padding: 24px 24px 26px;
}

.kes-gallery-card-category {
    display: inline-block;
    margin-bottom: 10px;
    color: #b17d24;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.kes-gallery-card h2 {
    margin: 0 0 12px;
    font-size: 1.4rem;
    line-height: 1.3;
}

.kes-gallery-card h2 a {
    color: #08243b;
    text-decoration: none;
}

.kes-gallery-card h2 a:hover {
    color: #a8731a;
}

.kes-gallery-card-body > p {
    margin: 0 0 18px;
    color: #667381;
    font-size: 0.94rem;
    line-height: 1.75;
}

.kes-gallery-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    min-height: 24px;
    margin-bottom: 20px;
    color: #76818c;
    font-size: 0.8rem;
    font-weight: 700;
}

.kes-gallery-card-meta span,
.kes-gallery-card-meta time {
    position: relative;
}

.kes-gallery-card-meta span + time::before {
    margin-right: 12px;
    color: #c99a38;
    content: "•";
}

.kes-gallery-card-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #09263e;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.kes-gallery-card-link span {
    color: #c18a2a;
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.kes-gallery-card-link:hover span {
    transform: translateX(4px);
}

.kes-gallery-empty {
    grid-column: 1 / -1;
    padding: 70px 28px;
    border: 1px dashed rgba(8, 36, 59, 0.2);
    border-radius: 28px;
    background: #ffffff;
    text-align: center;
}

.kes-gallery-empty-icon {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border-radius: 24px;
    background: linear-gradient(
        135deg,
        #09263e,
        #154f70
    );
    color: #dbb45b;
    font-size: 2rem;
}

.kes-gallery-empty h2 {
    margin: 0 0 12px;
    color: #09263e;
    font-size: 1.8rem;
}

.kes-gallery-empty p {
    max-width: 560px;
    margin: 0 auto 25px;
    color: #697681;
    line-height: 1.75;
}

.kes-gallery-pagination {
    margin-top: 54px;
}

html[dir="rtl"] .kes-gallery-card-link:hover span {
    transform: translateX(-4px);
}

html[dir="rtl"] .kes-gallery-type-badge {
    right: 18px;
    left: auto;
}

html[dir="rtl"] .kes-gallery-featured-badge {
    right: auto;
    left: 18px;
}

html[dir="rtl"] .kes-gallery-filter-field select {
    padding-right: 16px;
    padding-left: 46px;
}

html[dir="rtl"] .kes-gallery-card-meta span + time::before {
    margin-right: 0;
    margin-left: 12px;
}

@media (max-width: 1050px) {
    .kes-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-gallery-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-gallery-filter-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .kes-gallery-hero {
        padding: 82px 0 72px;
    }

    .kes-gallery-hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .kes-gallery-hero-logo {
        display: none;
    }

    .kes-gallery-content {
        padding-bottom: 80px;
    }

    .kes-gallery-filters {
        grid-template-columns: 1fr;
        margin-top: -92px;
        padding: 22px;
        border-radius: 22px;
    }

    .kes-gallery-filter-actions {
        grid-column: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .kes-gallery-filter-actions .kes-v2-btn {
        justify-content: center;
        width: 100%;
    }

    .kes-gallery-clear {
        text-align: center;
    }

    .kes-gallery-results-heading {
        align-items: center;
    }

    .kes-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .kes-gallery-card,
    .kes-gallery-empty {
        border-radius: 20px;
    }

    .kes-gallery-card-body {
        padding: 21px;
    }

    .kes-gallery-results-heading > strong {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }
}

/* =========================================================
   DYNAMIC GALLERY — DETAIL PAGE
========================================================= */

.kes-gallery-detail-page {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 15%,
            rgba(213, 169, 79, 0.12),
            transparent 28rem
        ),
        #f7f4ed;
    color: var(--kes-text);
}

.kes-gallery-detail-hero {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(241, 207, 106, 0.20),
            transparent 25rem
        ),
        linear-gradient(
            135deg,
            #031d14 0%,
            #073b28 55%,
            #0b4f34 100%
        );
}

.kes-gallery-detail-hero-image {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
}

.kes-gallery-detail-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            90deg,
            rgba(3, 29, 20, 0.94) 0%,
            rgba(3, 29, 20, 0.76) 48%,
            rgba(3, 29, 20, 0.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(3, 29, 20, 0.10) 0%,
            rgba(3, 29, 20, 0.88) 100%
        );
}

.kes-gallery-detail-hero::after {
    position: absolute;
    right: -170px;
    bottom: -280px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(241, 207, 106, 0.20);
    border-radius: 50%;
    content: "";
}

.kes-gallery-detail-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 125px;
    padding-bottom: 72px;
}

.kes-gallery-detail-hero .kes-page-v2-breadcrumb {
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.72);
}

.kes-gallery-detail-hero .kes-page-v2-breadcrumb a {
    color: var(--kes-gold-2);
}

.kes-gallery-detail-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.kes-gallery-detail-heading > div {
    max-width: 880px;
}

.kes-gallery-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.kes-gallery-detail-badges .kes-gallery-type-badge,
.kes-gallery-detail-badges .kes-gallery-featured-badge {
    position: static;
    inset: auto;
    min-height: 34px;
}

.kes-gallery-detail-badges .kes-gallery-type-badge {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.kes-gallery-detail-heading .kes-v2-section-label {
    color: var(--kes-gold-2);
}

.kes-gallery-detail-heading h1 {
    max-width: 900px;
    margin: 14px 0 0;
    color: #ffffff;
    font-size: clamp(2.65rem, 6vw, 5.5rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.kes-gallery-detail-heading p {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 1.08rem;
    line-height: 1.85;
}

.kes-gallery-detail-content {
    padding: 82px 0 110px;
}

.kes-gallery-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    gap: 34px;
    align-items: start;
}

.kes-gallery-detail-main,
.kes-gallery-detail-sidebar {
    min-width: 0;
}

.kes-gallery-detail-media {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 420px;
    padding: 14px;
    border: 1px solid rgba(213, 169, 79, 0.24);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(241, 207, 106, 0.13),
            transparent 24rem
        ),
        linear-gradient(
            135deg,
            #031d14,
            #073b28
        );
    box-shadow: 0 28px 70px rgba(3, 29, 20, 0.18);
}

.kes-gallery-detail-media > img {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: contain;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.kes-gallery-detail-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 520px;
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(241, 207, 106, 0.25),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #073b28,
            #0b4f34
        );
}

.kes-gallery-detail-placeholder span {
    color: var(--kes-gold-2);
    font-size: 4rem;
}

.kes-gallery-detail-play {
    position: absolute;
    left: 50%;
    bottom: 34px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 13px 20px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--kes-dark);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    font-size: 0.9rem;
    font-weight: 950;
    transform: translateX(-50%);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.kes-gallery-detail-play span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding-left: 2px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        var(--kes-gold-2),
        var(--kes-gold)
    );
}

.kes-gallery-detail-play:hover {
    background: var(--kes-gold-2);
    transform: translateX(-50%) translateY(-2px);
}

.kes-gallery-detail-section {
    margin-top: 30px;
    padding: 34px;
    border: 1px solid var(--kes-border);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--kes-shadow);
}

.kes-gallery-detail-section h2 {
    margin: 10px 0 18px;
    color: var(--kes-dark);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.kes-gallery-detail-description {
    color: #5f6d65;
    font-size: 1rem;
    line-height: 1.9;
}

.kes-gallery-detail-sidebar {
    position: sticky;
    top: 118px;
    display: grid;
    gap: 22px;
}

.kes-gallery-info-card,
.kes-gallery-back-card {
    padding: 30px;
    border: 1px solid var(--kes-border);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--kes-shadow);
}

.kes-gallery-info-card {
    position: relative;
    overflow: hidden;
}

.kes-gallery-info-card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(
        90deg,
        var(--kes-green),
        var(--kes-gold)
    );
    content: "";
}

.kes-gallery-info-card h2 {
    margin: 12px 0 24px;
    color: var(--kes-dark);
    font-size: 1.65rem;
    line-height: 1.3;
}

.kes-gallery-detail-facts {
    display: grid;
    gap: 0;
    margin: 0 0 26px;
}

.kes-gallery-detail-facts > div {
    display: grid;
    grid-template-columns: minmax(95px, 0.8fr) minmax(0, 1.2fr);
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #eee6d8;
}

.kes-gallery-detail-facts > div:last-child {
    border-bottom: 0;
}

.kes-gallery-detail-facts dt,
.kes-gallery-detail-facts dd {
    margin: 0;
}

.kes-gallery-detail-facts dt {
    color: #8b938e;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kes-gallery-detail-facts dd {
    color: var(--kes-dark);
    font-size: 0.92rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.kes-gallery-info-card .kes-v2-btn {
    width: 100%;
}

.kes-gallery-back-card {
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(241, 207, 106, 0.16),
            transparent 18rem
        ),
        linear-gradient(
            135deg,
            var(--kes-green),
            var(--kes-dark)
        );
    border-color: transparent;
}

.kes-gallery-back-card h3 {
    margin: 0 0 13px;
    color: var(--kes-gold-2);
    font-size: 1.35rem;
}

.kes-gallery-back-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.75;
}

.kes-gallery-back-card > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 950;
}

.kes-gallery-back-card > a span {
    color: var(--kes-gold-2);
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.kes-gallery-back-card > a:hover span {
    transform: translateX(4px);
}

html[dir="rtl"] .kes-gallery-detail-hero::after {
    right: auto;
    left: -170px;
}

html[dir="rtl"] .kes-gallery-back-card > a:hover span {
    transform: translateX(-4px);
}

html[dir="rtl"] .kes-gallery-detail-play span {
    padding-right: 2px;
    padding-left: 0;
}

@media (max-width: 980px) {
    .kes-gallery-detail-grid {
        grid-template-columns: 1fr;
    }

    .kes-gallery-detail-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .kes-gallery-detail-hero {
        min-height: 430px;
    }

    .kes-gallery-detail-hero-content {
        padding-top: 92px;
        padding-bottom: 54px;
    }

    .kes-gallery-detail-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 29, 20, 0.48) 0%,
                rgba(3, 29, 20, 0.94) 100%
            );
    }

    .kes-gallery-detail-heading h1 {
        font-size: clamp(2.25rem, 12vw, 3.8rem);
    }

    .kes-gallery-detail-content {
        padding: 56px 0 82px;
    }

    .kes-gallery-detail-media {
        min-height: 300px;
        padding: 9px;
        border-radius: 22px;
    }

    .kes-gallery-detail-media > img {
        max-height: 560px;
        border-radius: 15px;
    }

    .kes-gallery-detail-placeholder {
        min-height: 360px;
    }

    .kes-gallery-detail-section,
    .kes-gallery-info-card,
    .kes-gallery-back-card {
        padding: 24px;
        border-radius: 21px;
    }

    .kes-gallery-detail-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .kes-gallery-detail-hero {
        min-height: 390px;
    }

    .kes-gallery-detail-badges {
        gap: 7px;
    }

    .kes-gallery-detail-play {
        bottom: 22px;
        min-height: 48px;
        padding: 10px 15px;
    }

    .kes-gallery-detail-facts > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
/* Gallery Detail Hero Alignment Fix */

.kes-gallery-detail-hero-content {
    width: min(1220px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 760px) {
    .kes-gallery-detail-hero-content {
        width: min(100% - 28px, 1220px);
    }
}
/* TESTIMONIALS MODULE START */

.kes-testimonials-page {
    background:
        radial-gradient(
            circle at 5% 35%,
            rgba(202, 164, 74, 0.09),
            transparent 25%
        ),
        #f7f5ef;
}

.kes-testimonials-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 80px;
    background:
        linear-gradient(
            120deg,
            rgba(3, 47, 38, 0.98),
            rgba(8, 77, 61, 0.94)
        );
    color: #ffffff;
}

.kes-testimonials-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 72px;
    align-items: center;
}

.kes-testimonials-hero-copy {
    max-width: 780px;
}

.kes-testimonials-hero h1 {
    max-width: 760px;
    margin: 18px 0;
    color: #ffffff;
    font-size: clamp(2.55rem, 5vw, 4.65rem);
    line-height: 1.04;
}

.kes-testimonials-hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.85;
}

.kes-testimonials-hero-panel {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.13),
            rgba(255, 255, 255, 0.05)
        );
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
    text-align: center;
    backdrop-filter: blur(14px);
}

.kes-testimonials-hero-panel::before {
    content: "“";
    position: absolute;
    top: -34px;
    right: 22px;
    color: rgba(220, 183, 87, 0.28);
    font-family: Georgia, serif;
    font-size: 9rem;
    line-height: 1;
}

.kes-testimonials-hero-stars {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-bottom: 20px;
    color: #e7c66d;
    font-size: 1.45rem;
}

.kes-testimonials-hero-panel strong,
.kes-testimonials-hero-panel small {
    position: relative;
    z-index: 1;
    display: block;
}

.kes-testimonials-hero-panel strong {
    font-size: 1.18rem;
}

.kes-testimonials-hero-panel small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
}

.kes-testimonials-content {
    padding: 72px 0 92px;
}

.kes-testimonials-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 18px;
    align-items: end;
    margin: -106px 0 68px;
    padding: 26px;
    position: relative;
    z-index: 5;
    border: 1px solid rgba(6, 69, 54, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(10, 52, 43, 0.13);
}

.kes-testimonials-filter-field {
    display: grid;
    gap: 9px;
}

.kes-testimonials-filter-field label {
    color: #163f34;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kes-testimonials-filter-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d9dfda;
    border-radius: 13px;
    outline: none;
    background: #fbfcfa;
    color: #193f35;
    font: inherit;
}

.kes-testimonials-filter-field select:focus {
    border-color: #b68a2c;
    box-shadow: 0 0 0 4px rgba(182, 138, 44, 0.11);
}

.kes-testimonials-filter-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.kes-testimonials-clear {
    color: #557168;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.kes-testimonials-results-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 30px;
}

.kes-testimonials-results-heading h2 {
    margin: 10px 0 0;
    color: #113e32;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.kes-testimonials-results-heading > strong {
    padding: 10px 16px;
    border-radius: 999px;
    background: #e9e2cc;
    color: #315147;
    font-size: 0.86rem;
}

.kes-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.kes-testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(16, 73, 58, 0.1);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(12, 57, 47, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.kes-testimonial-card::after {
    content: "“";
    position: absolute;
    right: 23px;
    bottom: -36px;
    color: rgba(7, 77, 61, 0.055);
    font-family: Georgia, serif;
    font-size: 10rem;
    line-height: 1;
    pointer-events: none;
}

.kes-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(182, 138, 44, 0.28);
    box-shadow: 0 27px 65px rgba(12, 57, 47, 0.13);
}

.kes-testimonial-card.is-featured {
    border-color: rgba(182, 138, 44, 0.34);
    background:
        linear-gradient(
            145deg,
            rgba(255, 252, 241, 0.98),
            #ffffff 55%
        );
}

.kes-testimonial-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.kes-testimonial-customer {
    display: flex;
    gap: 15px;
    align-items: center;
    min-width: 0;
}

.kes-testimonial-customer img,
.kes-testimonial-avatar {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border: 3px solid #eee5cf;
    border-radius: 50%;
    object-fit: cover;
}

.kes-testimonial-avatar {
    display: grid;
    place-items: center;
    background:
        linear-gradient(
            145deg,
            #075844,
            #0b7960
        );
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.kes-testimonial-customer h2 {
    margin: 0;
    color: #113e32;
    font-size: 1.1rem;
    line-height: 1.3;
}

.kes-testimonial-customer p,
.kes-testimonial-customer small {
    display: block;
    margin: 4px 0 0;
    color: #70847e;
    line-height: 1.5;
}

.kes-testimonial-customer p {
    font-size: 0.88rem;
    font-weight: 650;
}

.kes-testimonial-customer small {
    font-size: 0.8rem;
}

.kes-testimonial-featured {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f0dfaa;
    color: #725313;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.kes-testimonial-stars {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 3px;
    margin: 23px 0 15px;
    color: #d6d9d6;
    font-size: 1.1rem;
}

.kes-testimonial-stars .is-filled {
    color: #d5a730;
}

.kes-testimonial-card blockquote {
    position: relative;
    z-index: 1;
    flex: 1;
    margin: 0;
    color: #3f5d54;
    font-size: 1rem;
    line-height: 1.9;
}

.kes-testimonial-card-footer {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #edf0ed;
}

.kes-testimonial-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.kes-testimonial-meta span {
    display: grid;
    gap: 3px;
}

.kes-testimonial-meta small {
    color: #8b9a95;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.kes-testimonial-meta strong {
    color: #224e42;
    font-size: 0.83rem;
}

.kes-testimonial-video-link {
    display: inline-flex;
    width: fit-content;
    gap: 9px;
    align-items: center;
    color: #9b7018;
    font-size: 0.86rem;
    font-weight: 800;
}

.kes-testimonial-video-link span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #efe0b2;
    font-size: 0.65rem;
}

.kes-testimonials-empty {
    grid-column: 1 / -1;
    padding: 70px 24px;
    border: 1px dashed rgba(10, 74, 58, 0.22);
    border-radius: 26px;
    background: #ffffff;
    text-align: center;
}

.kes-testimonials-empty > span {
    color: #d0a53d;
    font-size: 2.2rem;
}

.kes-testimonials-empty h2 {
    margin: 15px 0 8px;
    color: #16483b;
}

.kes-testimonials-empty p {
    margin: 0;
    color: #71847e;
}

.kes-testimonials-pagination {
    margin-top: 42px;
}

html[dir="rtl"] .kes-testimonial-card::after,
html[lang="ur"] .kes-testimonial-card::after {
    right: auto;
    left: 23px;
}

html[dir="rtl"] .kes-testimonials-hero-panel::before,
html[lang="ur"] .kes-testimonials-hero-panel::before {
    right: auto;
    left: 22px;
}

@media (max-width: 960px) {
    .kes-testimonials-hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .kes-testimonials-hero-panel {
        max-width: 440px;
    }

    .kes-testimonials-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-testimonials-filter-actions {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .kes-testimonials-hero {
        padding: 68px 0 92px;
    }

    .kes-testimonials-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.45rem);
    }

    .kes-testimonials-content {
        padding-bottom: 70px;
    }

    .kes-testimonials-filters {
        grid-template-columns: 1fr;
        margin-top: -92px;
        padding: 21px;
    }

    .kes-testimonials-filter-actions {
        grid-column: auto;
        flex-wrap: wrap;
    }

    .kes-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .kes-testimonials-results-heading {
        align-items: flex-start;
    }

    .kes-testimonial-card {
        padding: 24px;
    }

    .kes-testimonial-card-top {
        display: grid;
    }

    .kes-testimonial-featured {
        width: fit-content;
    }
}

@media (max-width: 520px) {
    .kes-testimonials-hero-panel {
        padding: 27px 20px;
    }

    .kes-testimonials-results-heading {
        display: grid;
    }

    .kes-testimonial-customer {
        align-items: flex-start;
    }

    .kes-testimonial-customer img,
    .kes-testimonial-avatar {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }
}

/* TESTIMONIALS MODULE END */
/* FAQ MODULE START */

.kes-faq-page {
    background:
        radial-gradient(
            circle at 8% 40%,
            rgba(194, 153, 53, 0.09),
            transparent 27%
        ),
        #f7f5ef;
}

.kes-faq-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 118px;
    background:
        linear-gradient(
            120deg,
            rgba(3, 47, 38, 0.99),
            rgba(8, 77, 61, 0.94)
        );
    color: #ffffff;
}

.kes-faq-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 70px;
    align-items: center;
}

.kes-faq-hero-copy {
    max-width: 800px;
}

.kes-faq-hero h1 {
    max-width: 760px;
    margin: 18px 0;
    color: #ffffff;
    font-size: clamp(2.65rem, 5vw, 4.8rem);
    line-height: 1.04;
}

.kes-faq-hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.85;
}

.kes-faq-hero-symbol {
    display: grid;
    place-items: center;
    width: 220px;
    height: 220px;
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.045)
        );
    box-shadow:
        inset 0 0 0 18px rgba(255, 255, 255, 0.025),
        0 30px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.kes-faq-hero-symbol span {
    color: #e5c464;
    font-family: Georgia, serif;
    font-size: 8.5rem;
    line-height: 1;
}

.kes-faq-content {
    padding: 0 0 96px;
}

.kes-faq-filters {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: end;
    margin: -44px 0 68px;
    padding: 25px;
    border: 1px solid rgba(6, 69, 54, 0.1);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(10, 52, 43, 0.13);
}

.kes-faq-filter-field {
    display: grid;
    gap: 9px;
}

.kes-faq-filter-field label {
    color: #163f34;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kes-faq-filter-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d9dfda;
    border-radius: 13px;
    outline: none;
    background: #fbfcfa;
    color: #193f35;
    font: inherit;
}

.kes-faq-filter-field select:focus {
    border-color: #b68a2c;
    box-shadow: 0 0 0 4px rgba(182, 138, 44, 0.11);
}

.kes-faq-filter-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.kes-faq-clear {
    color: #557168;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.kes-faq-results-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 30px;
}

.kes-faq-results-heading h2 {
    margin: 10px 0 0;
    color: #113e32;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.kes-faq-results-heading > strong {
    padding: 10px 16px;
    border-radius: 999px;
    background: #e9e2cc;
    color: #315147;
    font-size: 0.86rem;
}

.kes-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    align-items: start;
}

.kes-faq-list {
    display: grid;
    gap: 15px;
}

.kes-faq-item {
    overflow: hidden;
    border: 1px solid rgba(13, 71, 56, 0.11);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(11, 55, 45, 0.06);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.kes-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(182, 138, 44, 0.27);
    box-shadow: 0 20px 45px rgba(11, 55, 45, 0.1);
}

.kes-faq-item.is-featured {
    border-color: rgba(182, 138, 44, 0.33);
}

.kes-faq-item summary {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto 38px;
    gap: 16px;
    align-items: center;
    padding: 22px 24px;
    cursor: pointer;
    list-style: none;
}

.kes-faq-item summary::-webkit-details-marker {
    display: none;
}

.kes-faq-question-number {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #edf2ee;
    color: #306154;
    font-size: 0.78rem;
    font-weight: 900;
}

.kes-faq-question-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.kes-faq-question-copy small {
    color: #a47a20;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.kes-faq-question-copy strong {
    color: #173f35;
    font-size: 1rem;
    line-height: 1.55;
}

.kes-faq-featured {
    padding: 6px 9px;
    border-radius: 999px;
    background: #f0dfaa;
    color: #725313;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kes-faq-toggle {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0a624e;
}

.kes-faq-toggle::before,
.kes-faq-toggle::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 0.25s ease;
}

.kes-faq-toggle::after {
    transform: rotate(90deg);
}

.kes-faq-item[open] .kes-faq-toggle::after {
    transform: rotate(0deg);
}

.kes-faq-item[open] summary {
    background:
        linear-gradient(
            135deg,
            rgba(239, 245, 241, 0.94),
            rgba(255, 255, 255, 0.96)
        );
}

.kes-faq-answer {
    padding: 0 86px 26px;
    color: #536f67;
    font-size: 0.98rem;
    line-height: 1.9;
}

.kes-faq-support-card {
    position: sticky;
    top: 110px;
    padding: 34px;
    overflow: hidden;
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            #063f33,
            #08705a
        );
    box-shadow: 0 27px 65px rgba(5, 56, 44, 0.22);
    color: #ffffff;
}

.kes-faq-support-card::after {
    content: "?";
    position: absolute;
    right: -15px;
    bottom: -60px;
    color: rgba(255, 255, 255, 0.055);
    font-family: Georgia, serif;
    font-size: 13rem;
    line-height: 1;
}

.kes-faq-support-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(232, 199, 103, 0.17);
    color: #e7c66d;
    font-size: 1.35rem;
}

.kes-faq-support-card h2,
.kes-faq-support-card p,
.kes-faq-support-card a {
    position: relative;
    z-index: 1;
}

.kes-faq-support-card h2 {
    margin: 21px 0 12px;
    color: #ffffff;
    font-size: 1.6rem;
}

.kes-faq-support-card p {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
}

.kes-faq-empty {
    padding: 70px 24px;
    border: 1px dashed rgba(10, 74, 58, 0.22);
    border-radius: 25px;
    background: #ffffff;
    text-align: center;
}

.kes-faq-empty > span {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #edf3ef;
    color: #0b6954;
    font-family: Georgia, serif;
    font-size: 2rem;
}

.kes-faq-empty h2 {
    margin: 17px 0 8px;
    color: #16483b;
}

.kes-faq-empty p {
    margin: 0;
    color: #71847e;
}

.kes-faq-pagination {
    margin-top: 30px;
}

html[dir="rtl"] .kes-faq-support-card::after,
html[lang="ur"] .kes-faq-support-card::after {
    right: auto;
    left: -15px;
}

@media (max-width: 1020px) {
    .kes-faq-layout {
        grid-template-columns: 1fr;
    }

    .kes-faq-support-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 820px) {
    .kes-faq-hero-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .kes-faq-hero-symbol {
        width: 155px;
        height: 155px;
        margin-inline: 0;
    }

    .kes-faq-hero-symbol span {
        font-size: 6rem;
    }
}

@media (max-width: 680px) {
    .kes-faq-hero {
        padding: 68px 0 100px;
    }

    .kes-faq-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.45rem);
    }

    .kes-faq-filters {
        grid-template-columns: 1fr;
        margin-top: -48px;
        padding: 21px;
    }

    .kes-faq-filter-actions {
        flex-wrap: wrap;
    }

    .kes-faq-results-heading {
        align-items: flex-start;
    }

    .kes-faq-item summary {
        grid-template-columns: 42px minmax(0, 1fr) 34px;
        gap: 12px;
        padding: 19px;
    }

    .kes-faq-question-number {
        width: 40px;
        height: 40px;
    }

    .kes-faq-featured {
        grid-column: 2;
        width: fit-content;
    }

    .kes-faq-toggle {
        grid-column: 3;
        grid-row: 1;
    }

    .kes-faq-answer {
        padding: 0 19px 23px 73px;
    }

    html[dir="rtl"] .kes-faq-answer,
    html[lang="ur"] .kes-faq-answer {
        padding-right: 73px;
        padding-left: 19px;
    }
}

@media (max-width: 480px) {
    .kes-faq-results-heading {
        display: grid;
    }

    .kes-faq-support-card {
        padding: 27px 23px;
    }
}

/* FAQ MODULE END */
/* BLOG MODULE START */

.kes-blog-page,
.kes-blog-detail-page {
    background:
        radial-gradient(
            circle at 6% 38%,
            rgba(194, 153, 53, 0.09),
            transparent 26%
        ),
        #f7f5ef;
}

.kes-blog-hero,
.kes-blog-detail-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            120deg,
            rgba(3, 47, 38, 0.99),
            rgba(8, 77, 61, 0.94)
        );
    color: #ffffff;
}

.kes-blog-hero {
    padding: 88px 0 116px;
}

.kes-blog-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 70px;
    align-items: center;
}

.kes-blog-hero-copy {
    max-width: 790px;
}

.kes-blog-hero h1,
.kes-blog-detail-hero h1 {
    color: #ffffff;
    font-size: clamp(2.6rem, 5vw, 4.75rem);
    line-height: 1.05;
}

.kes-blog-hero h1 {
    margin: 18px 0;
}

.kes-blog-hero-copy > p,
.kes-blog-detail-intro {
    max-width: 730px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.85;
}

.kes-blog-hero-copy > p {
    margin: 0;
}

.kes-blog-hero-art {
    position: relative;
    width: 245px;
    height: 245px;
    margin-inline: auto;
    transform: rotate(4deg);
}

.kes-blog-art-sheet {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.16),
            rgba(255, 255, 255, 0.05)
        );
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(13px);
}

.kes-blog-art-line {
    position: absolute;
    left: 45px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
}

.kes-blog-art-line.line-one {
    top: 70px;
    width: 150px;
}

.kes-blog-art-line.line-two {
    top: 103px;
    width: 125px;
}

.kes-blog-art-line.line-three {
    top: 136px;
    width: 145px;
}

.kes-blog-art-pen {
    position: absolute;
    right: 27px;
    bottom: 26px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #d6ad46;
    color: #153e34;
    font-size: 1.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.kes-blog-content {
    padding: 0 0 96px;
}

.kes-blog-filters {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(0, 0.8fr)
        auto;
    gap: 18px;
    align-items: end;
    margin: -44px 0 68px;
    padding: 25px;
    border: 1px solid rgba(6, 69, 54, 0.1);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(10, 52, 43, 0.13);
}

.kes-blog-filter-field {
    display: grid;
    gap: 9px;
}

.kes-blog-filter-field label {
    color: #163f34;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kes-blog-filter-field input,
.kes-blog-filter-field select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d9dfda;
    border-radius: 13px;
    outline: none;
    background: #fbfcfa;
    color: #193f35;
    font: inherit;
}

.kes-blog-filter-field input:focus,
.kes-blog-filter-field select:focus {
    border-color: #b68a2c;
    box-shadow: 0 0 0 4px rgba(182, 138, 44, 0.11);
}

.kes-blog-filter-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.kes-blog-clear {
    color: #557168;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.kes-blog-results-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 30px;
}

.kes-blog-results-heading h2,
.kes-blog-related-heading h2 {
    margin: 10px 0 0;
    color: #113e32;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.kes-blog-results-heading > strong {
    padding: 10px 16px;
    border-radius: 999px;
    background: #e9e2cc;
    color: #315147;
    font-size: 0.86rem;
}

.kes-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.kes-blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(16, 73, 58, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(12, 57, 47, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.kes-blog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(182, 138, 44, 0.3);
    box-shadow: 0 27px 65px rgba(12, 57, 47, 0.13);
}

.kes-blog-card.is-featured {
    border-color: rgba(182, 138, 44, 0.35);
}

.kes-blog-card-media {
    position: relative;
    display: block;
    height: 225px;
    overflow: hidden;
    background: #0a5847;
}

.kes-blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.kes-blog-card:hover .kes-blog-card-media img {
    transform: scale(1.045);
}

.kes-blog-card-placeholder {
    display: grid;
    place-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
    gap: 12px;
    background:
        radial-gradient(
            circle at 70% 25%,
            rgba(226, 190, 91, 0.25),
            transparent 28%
        ),
        linear-gradient(145deg, #064537, #08705a);
    color: #ffffff;
}

.kes-blog-card-placeholder span {
    color: #e5c464;
    font-size: 2.1rem;
}

.kes-blog-card-placeholder small {
    max-width: 75%;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kes-blog-card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(3, 40, 32, 0.5),
            transparent 55%
        );
}

.kes-blog-featured-badge,
.kes-blog-category-badge {
    position: absolute;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kes-blog-featured-badge {
    top: 16px;
    left: 16px;
    background: #efd58a;
    color: #6c4e13;
}

.kes-blog-category-badge {
    right: 16px;
    bottom: 16px;
    background: rgba(4, 58, 46, 0.9);
    color: #ffffff;
    backdrop-filter: blur(7px);
}

.kes-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.kes-blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #82938e;
    font-size: 0.75rem;
    font-weight: 750;
}

.kes-blog-card-body h2 {
    margin: 14px 0 11px;
    color: #123f33;
    font-size: 1.25rem;
    line-height: 1.45;
}

.kes-blog-card-body h2 a {
    color: inherit;
}

.kes-blog-card-body > p {
    flex: 1;
    margin: 0;
    color: #647a73;
    font-size: 0.93rem;
    line-height: 1.8;
}

.kes-blog-card-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #edf0ed;
}

.kes-blog-card-footer > span {
    color: #71857e;
    font-size: 0.78rem;
    font-weight: 700;
}

.kes-blog-card-footer a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #986e18;
    font-size: 0.84rem;
    font-weight: 850;
}

.kes-blog-empty {
    grid-column: 1 / -1;
    padding: 72px 24px;
    border: 1px dashed rgba(10, 74, 58, 0.22);
    border-radius: 25px;
    background: #ffffff;
    text-align: center;
}

.kes-blog-empty > span {
    color: #d0a53d;
    font-size: 2.2rem;
}

.kes-blog-empty h2 {
    margin: 16px 0 8px;
    color: #16483b;
}

.kes-blog-empty p {
    margin: 0;
    color: #71847e;
}

.kes-blog-pagination {
    margin-top: 42px;
}

/* Blog detail */

.kes-blog-detail-hero {
    padding: 78px 0 92px;
}

.kes-blog-detail-hero-content {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1060px);
    margin-inline: auto;
    text-align: center;
}

.kes-blog-detail-hero h1 {
    max-width: 980px;
    margin: 20px auto 19px;
}

.kes-blog-detail-intro {
    margin: 0 auto;
}

.kes-blog-detail-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 34px;
    margin-top: 31px;
}

.kes-blog-detail-meta span {
    display: grid;
    gap: 4px;
}

.kes-blog-detail-meta small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kes-blog-detail-meta strong {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.83rem;
}

.kes-blog-detail-content {
    padding: 0 0 96px;
}

.kes-blog-detail-featured-image {
    position: relative;
    z-index: 4;
    height: min(52vw, 560px);
    margin: -48px 0 55px;
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 28px;
    background: #0b5847;
    box-shadow: 0 27px 70px rgba(10, 52, 43, 0.18);
}

.kes-blog-detail-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kes-blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 38px;
    align-items: start;
    padding-top: 58px;
}

.kes-blog-detail-featured-image
    + .kes-blog-detail-layout {
    padding-top: 0;
}

.kes-blog-article {
    min-width: 0;
    padding: 38px;
    border: 1px solid rgba(16, 73, 58, 0.1);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(12, 57, 47, 0.08);
}

.kes-blog-article-body {
    color: #405f56;
    font-size: 1rem;
    line-height: 1.95;
}

.kes-blog-article-body h2,
.kes-blog-article-body h3,
.kes-blog-article-body h4 {
    color: #123f33;
    line-height: 1.4;
}

.kes-blog-article-body h2 {
    margin: 34px 0 14px;
    font-size: 1.75rem;
}

.kes-blog-article-body h3 {
    margin: 27px 0 12px;
    font-size: 1.35rem;
}

.kes-blog-article-body p {
    margin: 0 0 19px;
}

.kes-blog-article-body ul,
.kes-blog-article-body ol {
    margin: 0 0 20px;
    padding-inline-start: 24px;
}

.kes-blog-article-body blockquote {
    margin: 28px 0;
    padding: 22px 25px;
    border-inline-start: 4px solid #bd9130;
    border-radius: 0 15px 15px 0;
    background: #f6f1e4;
    color: #345a4f;
    font-style: italic;
}

html[dir="rtl"] .kes-blog-article-body blockquote,
html[lang="ur"] .kes-blog-article-body blockquote {
    border-radius: 15px 0 0 15px;
}

.kes-blog-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 17px;
}

.kes-blog-tags {
    display: grid;
    gap: 13px;
    margin-top: 35px;
    padding-top: 24px;
    border-top: 1px solid #e8ede9;
}

.kes-blog-tags > strong {
    color: #1d4a3e;
}

.kes-blog-tags > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.kes-blog-tags span {
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef2ef;
    color: #42675c;
    font-size: 0.76rem;
    font-weight: 750;
}

.kes-blog-detail-sidebar {
    position: sticky;
    top: 110px;
}

.kes-blog-back-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            #063f33,
            #08705a
        );
    box-shadow: 0 27px 65px rgba(5, 56, 44, 0.21);
    color: #ffffff;
}

.kes-blog-back-card::after {
    content: "✦";
    position: absolute;
    right: -20px;
    bottom: -42px;
    color: rgba(255, 255, 255, 0.055);
    font-size: 9rem;
}

.kes-blog-back-card > span,
.kes-blog-back-card h2,
.kes-blog-back-card p,
.kes-blog-back-card a {
    position: relative;
    z-index: 1;
}

.kes-blog-back-card > span {
    color: #e5c464;
    font-size: 1.7rem;
}

.kes-blog-back-card h2 {
    margin: 17px 0 11px;
    color: #ffffff;
    font-size: 1.55rem;
}

.kes-blog-back-card p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
}

.kes-blog-related {
    margin-top: 68px;
}

.kes-blog-related-heading {
    margin-bottom: 25px;
}

.kes-blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kes-blog-related-card {
    overflow: hidden;
    border: 1px solid rgba(16, 73, 58, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(12, 57, 47, 0.07);
}

.kes-blog-related-card > a {
    display: block;
    height: 165px;
    overflow: hidden;
    background: #075a47;
}

.kes-blog-related-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kes-blog-related-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #e5c464;
    font-size: 2rem;
    background:
        linear-gradient(145deg, #064537, #08705a);
}

.kes-blog-related-card > div {
    padding: 20px;
}

.kes-blog-related-card small {
    color: #a47a20;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.kes-blog-related-card h3 {
    margin: 8px 0 0;
    color: #163f34;
    font-size: 1rem;
    line-height: 1.55;
}

.kes-blog-related-card h3 a {
    color: inherit;
}

html[dir="rtl"] .kes-blog-featured-badge,
html[lang="ur"] .kes-blog-featured-badge {
    right: 16px;
    left: auto;
}

html[dir="rtl"] .kes-blog-category-badge,
html[lang="ur"] .kes-blog-category-badge {
    right: auto;
    left: 16px;
}

html[dir="rtl"] .kes-blog-back-card::after,
html[lang="ur"] .kes-blog-back-card::after {
    right: auto;
    left: -20px;
}

@media (max-width: 1050px) {
    .kes-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .kes-blog-detail-sidebar {
        position: relative;
        top: auto;
    }
}

@media (max-width: 900px) {
    .kes-blog-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .kes-blog-hero-art {
        width: 180px;
        height: 180px;
        margin-inline: 0;
    }

    .kes-blog-art-line {
        left: 32px;
    }

    .kes-blog-art-line.line-one {
        top: 52px;
        width: 112px;
    }

    .kes-blog-art-line.line-two {
        top: 77px;
        width: 92px;
    }

    .kes-blog-art-line.line-three {
        top: 102px;
        width: 107px;
    }

    .kes-blog-art-pen {
        width: 45px;
        height: 45px;
    }

    .kes-blog-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-blog-filter-actions {
        grid-column: 1 / -1;
    }

    .kes-blog-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .kes-blog-hero {
        padding: 68px 0 100px;
    }

    .kes-blog-hero h1,
    .kes-blog-detail-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.35rem);
    }

    .kes-blog-filters {
        grid-template-columns: 1fr;
        margin-top: -48px;
        padding: 21px;
    }

    .kes-blog-filter-actions {
        grid-column: auto;
        flex-wrap: wrap;
    }

    .kes-blog-grid,
    .kes-blog-related-grid {
        grid-template-columns: 1fr;
    }

    .kes-blog-results-heading {
        align-items: flex-start;
    }

    .kes-blog-card-media {
        height: 215px;
    }

    .kes-blog-detail-hero {
        padding: 65px 0 80px;
    }

    .kes-blog-detail-hero-content {
        width: min(100% - 28px, 1060px);
    }

    .kes-blog-detail-meta {
        gap: 16px 25px;
    }

    .kes-blog-detail-featured-image {
        height: 58vw;
        min-height: 235px;
        margin-top: -32px;
        border-width: 5px;
        border-radius: 20px;
    }

    .kes-blog-detail-layout {
        padding-top: 42px;
    }

    .kes-blog-article {
        padding: 25px 22px;
    }
}

@media (max-width: 480px) {
    .kes-blog-results-heading {
        display: grid;
    }

    .kes-blog-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-blog-detail-meta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-blog-back-card {
        padding: 27px 23px;
    }
}

/* BLOG MODULE END */

/* PROMOTIONS MODULE START */

.kes-promotions-page,
.kes-promotion-detail-page {
    background:
        linear-gradient(
            180deg,
            #f8f5ed 0,
            #ffffff 520px
        );
    color: #152c25;
}

.kes-promotions-hero,
.kes-promotion-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 88px;
    background:
        radial-gradient(
            circle at 78% 20%,
            rgba(211, 173, 79, 0.22),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #092f27 0%,
            #12483b 54%,
            #0b382e 100%
        );
    color: #ffffff;
}

.kes-promotions-hero::after,
.kes-promotion-detail-hero::after {
    position: absolute;
    right: -120px;
    bottom: -190px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    content: "";
}

.kes-promotions-hero-inner,
.kes-promotion-detail-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(280px, 0.75fr);
    align-items: center;
    gap: 70px;
}

.kes-promotions-hero-copy,
.kes-promotion-detail-hero-copy {
    max-width: 780px;
}

.kes-promotions-hero .kes-page-v2-breadcrumb,
.kes-promotion-detail-hero .kes-page-v2-breadcrumb {
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.72);
}

.kes-promotions-hero .kes-page-v2-breadcrumb a,
.kes-promotion-detail-hero .kes-page-v2-breadcrumb a {
    color: rgba(255, 255, 255, 0.86);
}

.kes-promotions-hero .kes-v2-section-label,
.kes-promotion-detail-hero .kes-v2-section-label {
    color: #e9c96f;
}

.kes-promotions-hero h1,
.kes-promotion-detail-hero h1 {
    max-width: 850px;
    margin: 15px 0 19px;
    font-size: clamp(2.55rem, 5.2vw, 5.15rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: #ffffff;
}

.kes-promotions-hero-copy > p,
.kes-promotion-detail-hero-copy > p {
    max-width: 700px;
    margin: 0;
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.77);
}

.kes-promotions-hero-art {
    position: relative;
    min-height: 300px;
}

.kes-promotions-art-ticket {
    position: absolute;
    inset: 35px 15px 25px 25px;
    transform: rotate(-7deg);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 30px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.19),
            rgba(255, 255, 255, 0.07)
        );
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.26),
        inset 0 1px rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.kes-promotions-art-ticket::before {
    position: absolute;
    top: 45%;
    left: -10px;
    width: 20px;
    height: 46px;
    transform: translateY(-50%);
    border-radius: 0 30px 30px 0;
    background: #104337;
    content: "";
}

.kes-promotions-art-ticket::after {
    position: absolute;
    top: 45%;
    right: -10px;
    width: 20px;
    height: 46px;
    transform: translateY(-50%);
    border-radius: 30px 0 0 30px;
    background: #104337;
    content: "";
}

.kes-promotions-art-percent {
    position: absolute;
    top: 77px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) rotate(-7deg);
    font-size: clamp(6.5rem, 12vw, 10rem);
    font-weight: 900;
    line-height: 1;
    color: #e8c66c;
    text-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.kes-promotions-art-spark {
    position: absolute;
    top: 19px;
    right: 4px;
    z-index: 3;
    font-size: 3.2rem;
    color: #f7df9a;
    animation: kesPromotionSpark 3s ease-in-out infinite;
}

@keyframes kesPromotionSpark {
    0%,
    100% {
        transform: scale(1) rotate(0);
        opacity: 0.72;
    }

    50% {
        transform: scale(1.2) rotate(16deg);
        opacity: 1;
    }
}

.kes-promotions-content,
.kes-promotion-detail-content {
    padding: 82px 0 105px;
}

.kes-promotions-filters {
    display: grid;
    grid-template-columns:
        minmax(220px, 1.25fr)
        minmax(220px, 0.75fr)
        auto;
    align-items: end;
    gap: 20px;
    margin-top: -120px;
    margin-bottom: 66px;
    padding: 26px;
    border: 1px solid rgba(15, 63, 51, 0.11);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(10, 52, 42, 0.14);
    backdrop-filter: blur(15px);
}

.kes-promotions-filter-field {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.kes-promotions-filter-field label {
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #295b4e;
}

.kes-promotions-filter-field input,
.kes-promotions-filter-field select {
    width: 100%;
    min-height: 51px;
    padding: 0 16px;
    border: 1px solid #d6dfdc;
    border-radius: 13px;
    outline: none;
    background: #ffffff;
    font: inherit;
    color: #173f35;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.kes-promotions-filter-field input:focus,
.kes-promotions-filter-field select:focus {
    border-color: #ba8c29;
    box-shadow: 0 0 0 4px rgba(186, 140, 41, 0.13);
}

.kes-promotions-filter-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 51px;
}

.kes-promotions-clear {
    font-weight: 700;
    white-space: nowrap;
    color: #47665e;
    text-decoration: none;
}

.kes-promotions-clear:hover {
    color: #9b6e14;
}

.kes-promotions-results-heading,
.kes-promotion-related-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 31px;
}

.kes-promotions-results-heading h2,
.kes-promotion-related-heading h2 {
    margin: 9px 0 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    color: #123c32;
}

.kes-promotions-results-heading > strong {
    padding: 9px 15px;
    border: 1px solid rgba(16, 67, 55, 0.13);
    border-radius: 999px;
    background: #ffffff;
    color: #4b675f;
    box-shadow: 0 9px 25px rgba(10, 52, 42, 0.06);
}

.kes-promotions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.kes-promotion-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 67, 55, 0.11);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(13, 56, 46, 0.08);
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease;
}

.kes-promotion-card:hover {
    transform: translateY(-8px);
    border-color: rgba(186, 140, 41, 0.42);
    box-shadow: 0 28px 65px rgba(13, 56, 46, 0.15);
}

.kes-promotion-card.is-featured {
    border-color: rgba(186, 140, 41, 0.55);
    box-shadow:
        0 22px 58px rgba(13, 56, 46, 0.12),
        inset 0 3px #d1aa4b;
}

.kes-promotion-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 225px;
    background: #103f34;
}

.kes-promotion-card-media img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kes-promotion-card:hover .kes-promotion-card-media img {
    transform: scale(1.06);
}

.kes-promotion-placeholder {
    display: flex;
    min-height: 225px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background:
        radial-gradient(
            circle at 70% 20%,
            rgba(224, 186, 86, 0.26),
            transparent 34%
        ),
        linear-gradient(145deg, #0c362d, #165545);
    color: #ffffff;
}

.kes-promotion-placeholder span {
    font-size: 5.8rem;
    font-weight: 900;
    line-height: 1;
    color: #e4bf5d;
}

.kes-promotion-placeholder small {
    max-width: 80%;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.kes-promotion-media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(6, 33, 27, 0.04) 35%,
            rgba(6, 33, 27, 0.68) 100%
        );
    pointer-events: none;
}

.kes-promotion-featured,
.kes-promotion-badge {
    position: absolute;
    top: 16px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kes-promotion-featured {
    left: 16px;
    background: #d0a842;
    color: #122d26;
}

.kes-promotion-badge {
    right: 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(8, 45, 37, 0.83);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.kes-promotion-discount {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    padding: 10px 14px;
    border-radius: 12px;
    background: #ffffff;
    color: #a06e0a;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.kes-promotion-card-body {
    display: flex;
    min-height: 345px;
    flex-direction: column;
    padding: 25px;
}

.kes-promotion-type {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf5f2;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #26705d;
}

.kes-promotion-card h2 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.28;
}

.kes-promotion-card h2 a {
    color: #143d33;
    text-decoration: none;
}

.kes-promotion-card h2 a:hover {
    color: #a27213;
}

.kes-promotion-card h3 {
    margin: 10px 0 0;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.5;
    color: #947123;
}

.kes-promotion-card-body > p {
    margin: 15px 0 18px;
    font-size: 0.94rem;
    line-height: 1.75;
    color: #64736e;
}

.kes-promotion-pricing {
    display: flex;
    align-items: baseline;
    gap: 11px;
    margin-top: auto;
    margin-bottom: 20px;
}

.kes-promotion-pricing span {
    font-size: 0.9rem;
    color: #89948f;
    text-decoration: line-through;
}

.kes-promotion-pricing strong {
    font-size: 1.3rem;
    color: #17634f;
}

.kes-promotion-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 17px;
    border-top: 1px solid #e8eeec;
    font-size: 0.82rem;
    color: #72807b;
}

.kes-promotion-card-footer > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kes-promotion-card-footer > a {
    flex: 0 0 auto;
    font-weight: 800;
    color: #9a6b0d;
    text-decoration: none;
}

.kes-promotion-card-footer > a:hover {
    color: #154c3f;
}

.kes-promotion-code strong {
    color: #194f41;
}

.kes-promotions-empty {
    grid-column: 1 / -1;
    padding: 76px 25px;
    border: 1px dashed rgba(21, 76, 63, 0.25);
    border-radius: 25px;
    background: #ffffff;
    text-align: center;
}

.kes-promotions-empty > span {
    display: inline-grid;
    width: 82px;
    height: 82px;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #f5edd8;
    font-size: 2.8rem;
    font-weight: 900;
    color: #af7e1c;
}

.kes-promotions-empty h2 {
    margin: 0 0 9px;
    color: #123d32;
}

.kes-promotions-empty p {
    max-width: 560px;
    margin: 0 auto;
    color: #697873;
}

.kes-promotions-pagination {
    margin-top: 48px;
}

/* Promotion detail */

.kes-promotion-detail-hero {
    padding-bottom: 98px;
}

.kes-promotion-detail-hero-inner {
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(310px, 0.85fr);
}

.kes-promotion-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.kes-promotion-detail-badges span,
.kes-promotion-detail-badges strong {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.kes-promotion-detail-badges span {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

.kes-promotion-detail-badges strong {
    background: #d8b457;
    color: #12362d;
}

.kes-promotion-detail-hero-image,
.kes-promotion-detail-hero-placeholder {
    position: relative;
    overflow: hidden;
    min-height: 370px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
}

.kes-promotion-detail-hero-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.kes-promotion-detail-hero-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 66% 18%,
            rgba(238, 206, 117, 0.24),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.16),
            rgba(255, 255, 255, 0.06)
        );
    backdrop-filter: blur(11px);
}

.kes-promotion-detail-hero-placeholder span {
    font-size: clamp(7rem, 14vw, 11rem);
    font-weight: 900;
    line-height: 0.9;
    color: #e5c165;
}

.kes-promotion-detail-hero-placeholder small {
    margin-top: 18px;
    font-size: 0.77rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.kes-promotion-detail-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, 0.65fr);
    align-items: start;
    gap: 34px;
}

.kes-promotion-detail-main {
    display: grid;
    gap: 26px;
}

.kes-promotion-information-card,
.kes-promotion-terms-card,
.kes-promotion-booking-card {
    border: 1px solid rgba(16, 67, 55, 0.11);
    border-radius: 27px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(13, 56, 46, 0.08);
}

.kes-promotion-information-card,
.kes-promotion-terms-card {
    padding: clamp(27px, 5vw, 48px);
}

.kes-promotion-information-card h2,
.kes-promotion-terms-card h2 {
    margin: 12px 0 22px;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    line-height: 1.14;
    color: #123e33;
}

.kes-promotion-description,
.kes-promotion-terms-card > div {
    font-size: 1rem;
    line-height: 1.9;
    color: #536b64;
}

.kes-promotion-booking-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
    padding: 28px;
}

.kes-promotion-detail-pricing {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 21px;
}

.kes-promotion-detail-pricing > span {
    padding: 17px;
    border-radius: 16px;
    background: #f5f8f7;
}

.kes-promotion-detail-pricing small {
    display: block;
    margin-bottom: 7px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #71827c;
}

.kes-promotion-detail-pricing del {
    color: #89958f;
}

.kes-promotion-detail-pricing strong {
    font-size: 1.35rem;
    color: #14604d;
}

.kes-promotion-detail-code {
    margin-bottom: 21px;
    padding: 21px;
    border: 1px dashed #c59a37;
    border-radius: 17px;
    background: #fff9e8;
    text-align: center;
}

.kes-promotion-detail-code small {
    display: block;
    margin-bottom: 7px;
    font-weight: 800;
    color: #7c652e;
}

.kes-promotion-detail-code strong {
    display: block;
    font-size: 1.65rem;
    letter-spacing: 0.08em;
    color: #174d40;
}

.kes-promotion-detail-code p {
    margin: 7px 0 0;
    font-size: 0.78rem;
    color: #867754;
}

.kes-promotion-validity {
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid #e5ece9;
    border-bottom: 1px solid #e5ece9;
}

.kes-promotion-validity h3 {
    margin: 0 0 14px;
    color: #183f35;
}

.kes-promotion-validity p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 9px 0;
    font-size: 0.86rem;
}

.kes-promotion-validity p span {
    color: #78847f;
}

.kes-promotion-validity p strong {
    text-align: end;
    color: #284f44;
}

.kes-promotion-contact-note {
    margin: 0 0 21px;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #65756f;
}

.kes-promotion-booking-card > .kes-v2-btn {
    width: 100%;
    justify-content: center;
}

.kes-promotion-back-link {
    display: block;
    margin-top: 17px;
    font-size: 0.86rem;
    font-weight: 750;
    text-align: center;
    color: #526b63;
    text-decoration: none;
}

.kes-promotion-back-link:hover {
    color: #9d7018;
}

.kes-promotion-related {
    margin-top: 82px;
}

.kes-promotion-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.kes-promotion-related-card {
    overflow: hidden;
    border: 1px solid rgba(16, 67, 55, 0.1);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(13, 56, 46, 0.07);
}

.kes-promotion-related-card > a {
    display: block;
    overflow: hidden;
}

.kes-promotion-related-card img,
.kes-promotion-related-placeholder {
    width: 100%;
    height: 185px;
}

.kes-promotion-related-card img {
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kes-promotion-related-card:hover img {
    transform: scale(1.05);
}

.kes-promotion-related-placeholder {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #103e33, #1a5949);
    font-size: 4.5rem;
    font-weight: 900;
    color: #d7b254;
}

.kes-promotion-related-card > div {
    padding: 20px;
}

.kes-promotion-related-card small {
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9b751e;
}

.kes-promotion-related-card h3 {
    margin: 9px 0 0;
    font-size: 1.12rem;
    line-height: 1.4;
}

.kes-promotion-related-card h3 a {
    color: #153d33;
    text-decoration: none;
}

.kes-promotion-related-card h3 a:hover {
    color: #9d7018;
}

/* RTL */

[dir="rtl"] .kes-promotions-hero-copy,
[dir="rtl"] .kes-promotion-detail-hero-copy,
[dir="rtl"] .kes-promotion-card-body,
[dir="rtl"] .kes-promotion-information-card,
[dir="rtl"] .kes-promotion-terms-card,
[dir="rtl"] .kes-promotion-booking-card {
    text-align: right;
}

[dir="rtl"] .kes-promotion-featured {
    right: 16px;
    left: auto;
}

[dir="rtl"] .kes-promotion-badge {
    right: auto;
    left: 16px;
}

[dir="rtl"] .kes-promotion-discount {
    right: auto;
    left: 16px;
}

[dir="rtl"] .kes-promotion-type {
    align-self: flex-start;
}

@media (max-width: 1100px) {
    .kes-promotions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kes-promotions-hero-inner,
    .kes-promotion-detail-hero-inner {
        gap: 35px;
    }

    .kes-promotion-detail-layout {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(285px, 0.6fr);
    }
}

@media (max-width: 850px) {
    .kes-promotions-hero,
    .kes-promotion-detail-hero {
        padding: 60px 0 135px;
    }

    .kes-promotions-hero-inner,
    .kes-promotion-detail-hero-inner {
        grid-template-columns: 1fr;
    }

    .kes-promotions-hero-art {
        display: none;
    }

    .kes-promotion-detail-hero-image,
    .kes-promotion-detail-hero-placeholder {
        min-height: 300px;
    }

    .kes-promotion-detail-hero-image img {
        height: 300px;
    }

    .kes-promotions-filters {
        grid-template-columns: 1fr 1fr;
    }

    .kes-promotions-filter-actions {
        grid-column: 1 / -1;
    }

    .kes-promotion-detail-layout {
        grid-template-columns: 1fr;
    }

    .kes-promotion-booking-card {
        position: static;
    }

    .kes-promotion-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .kes-promotions-hero,
    .kes-promotion-detail-hero {
        padding-top: 48px;
    }

    .kes-promotions-hero h1,
    .kes-promotion-detail-hero h1 {
        font-size: clamp(2.4rem, 13vw, 3.8rem);
    }

    .kes-promotions-content,
    .kes-promotion-detail-content {
        padding-bottom: 75px;
    }

    .kes-promotions-filters {
        grid-template-columns: 1fr;
        margin-top: -108px;
        padding: 20px;
    }

    .kes-promotions-filter-actions {
        grid-column: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .kes-promotions-filter-actions .kes-v2-btn {
        justify-content: center;
    }

    .kes-promotions-clear {
        text-align: center;
    }

    .kes-promotions-results-heading,
    .kes-promotion-related-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-promotions-grid,
    .kes-promotion-related-grid {
        grid-template-columns: 1fr;
    }

    .kes-promotion-card-body {
        min-height: auto;
    }

    .kes-promotion-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .kes-promotion-detail-hero-image,
    .kes-promotion-detail-hero-placeholder {
        min-height: 245px;
    }

    .kes-promotion-detail-hero-image img {
        height: 245px;
    }

    .kes-promotion-detail-pricing {
        grid-template-columns: 1fr;
    }

    .kes-promotion-validity p {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .kes-promotion-validity p strong {
        text-align: start;
    }
}

/* PROMOTIONS MODULE END */

/* PHASE 8B LEGAL PAGES START */
.kes-footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
    margin-top: 10px;
}

.kes-footer-legal a {
    color: inherit;
    font-size: 12px;
    text-decoration: none;
    opacity: 0.82;
}

.kes-footer-legal a:hover,
.kes-footer-legal a:focus-visible {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.kes-legal-content {
    padding: 64px 0 84px;
    background: linear-gradient(180deg, #f8faf8, #ffffff);
}

.kes-legal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 30px;
    align-items: start;
}

.kes-legal-document,
.kes-legal-side-card {
    border: 1px solid rgba(6, 56, 40, 0.12);
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(6, 56, 40, 0.08);
}

.kes-legal-document {
    overflow: hidden;
    border-radius: 24px;
}

.kes-legal-intro,
.kes-legal-section {
    padding: 28px 34px;
}

.kes-legal-intro {
    border-bottom: 1px solid rgba(6, 56, 40, 0.1);
    background: linear-gradient(
        135deg,
        rgba(11, 76, 54, 0.06),
        rgba(227, 177, 60, 0.08)
    );
}

.kes-legal-effective {
    margin: 0 0 12px;
    color: #0b4c36;
}

.kes-legal-intro p,
.kes-legal-section p,
.kes-legal-section li,
.kes-legal-side-card p,
.kes-legal-side-card address {
    color: #43534d;
    font-size: 15px;
    line-height: 1.85;
}

.kes-legal-notice {
    margin-top: 20px;
    padding: 15px 18px;
    border-inline-start: 4px solid #d7a72f;
    border-radius: 10px;
    background: #fff9e9;
    color: #55461e;
    line-height: 1.7;
}

.kes-legal-section + .kes-legal-section {
    border-top: 1px solid rgba(6, 56, 40, 0.09);
}

.kes-legal-section h2,
.kes-legal-side-card h2 {
    margin: 0 0 14px;
    color: #082f24;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.3;
}

.kes-legal-section ul {
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding-inline-start: 22px;
}

.kes-legal-sidebar {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 20px;
}

.kes-legal-side-card {
    padding: 24px;
    border-radius: 20px;
}

.kes-legal-side-card nav,
.kes-legal-side-card address {
    display: grid;
    gap: 8px;
}

.kes-legal-side-card nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid rgba(6, 56, 40, 0.1);
    border-radius: 11px;
    color: #163e32;
    font-weight: 700;
    text-decoration: none;
}

.kes-legal-side-card nav a:hover,
.kes-legal-side-card nav a:focus-visible,
.kes-legal-side-card nav a[aria-current="page"] {
    border-color: rgba(185, 133, 10, 0.5);
    background: #fff8e6;
    color: #6f4e00;
}

.kes-legal-side-card address {
    margin: 18px 0;
    font-style: normal;
}

.kes-legal-side-card address a {
    color: #0b5b40;
    overflow-wrap: anywhere;
}

html[dir="rtl"] .kes-footer-legal {
    justify-content: flex-start;
}

@media (max-width: 900px) {
    .kes-legal-layout {
        grid-template-columns: 1fr;
    }

    .kes-legal-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .kes-footer-legal,
    html[dir="rtl"] .kes-footer-legal {
        justify-content: center;
        gap: 8px 12px;
    }

    .kes-legal-content {
        padding: 36px 0 60px;
    }

    .kes-legal-document {
        border-radius: 16px;
    }

    .kes-legal-intro,
    .kes-legal-section {
        padding: 22px 20px;
    }

    .kes-legal-sidebar {
        grid-template-columns: 1fr;
    }

    .kes-legal-side-card {
        padding: 20px;
        border-radius: 16px;
    }
}
/* PHASE 8B LEGAL PAGES END */

/* KES UMRAH COMPACT LISTING V3 START */

.kes-umrah-package-grid {
    grid-template-columns: repeat(2, minmax(0, 520px)) !important;
    justify-content: center;
    gap: 18px !important;
    align-items: start;
}

.kes-umrah-package-card {
    border-radius: 22px;
}

.kes-umrah-package-top {
    min-height: 124px;
    padding: 19px 22px;
    gap: 16px;
}

.kes-umrah-package-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.kes-umrah-package-code,
.kes-umrah-package-nights {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.kes-umrah-package-nights {
    color: #fff6d8;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(241, 207, 106, 0.48);
}

.kes-umrah-package-top h2 {
    margin: 13px 0 6px;
    font-size: 22px;
}

.kes-umrah-package-top p {
    font-size: 11px;
    line-height: 1.45;
}

.kes-umrah-package-logo {
    width: 62px;
    height: 62px;
    padding: 4px;
}

.kes-umrah-route-summary {
    padding: 14px 22px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.kes-umrah-route-summary strong {
    margin-top: 4px;
    font-size: 18px;
}

.kes-umrah-date-grid {
    padding: 15px 22px;
    gap: 8px;
}

.kes-umrah-date-grid > div {
    min-height: 78px;
    padding: 11px;
}

.kes-umrah-hotel-grid {
    padding: 15px 22px;
    gap: 10px;
}

.kes-umrah-hotel-grid > div {
    padding: 14px;
}

.kes-umrah-hotel-grid h3 {
    margin: 7px 0 5px;
    font-size: 14px;
}

.kes-umrah-transport-row {
    margin: 0 22px;
    padding: 11px 14px;
}

.kes-umrah-price-grid {
    padding: 15px 22px;
    gap: 8px;
}

.kes-umrah-price-grid > div {
    padding: 11px 8px;
}

.kes-umrah-package-footer {
    padding: 14px 22px 16px;
    gap: 12px;
}

@media (max-width: 1100px) {
    .kes-umrah-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .kes-umrah-package-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .kes-umrah-route-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .kes-umrah-route-summary > div:last-child {
        grid-column: auto !important;
    }
}

@media (max-width: 520px) {
    .kes-umrah-package-top {
        min-height: 0;
        padding: 18px;
    }

    .kes-umrah-package-logo {
        width: 56px;
        height: 56px;
    }

    .kes-umrah-route-summary {
        padding: 14px 16px;
    }

    .kes-umrah-date-grid,
    .kes-umrah-hotel-grid,
    .kes-umrah-price-grid {
        padding: 13px 16px;
    }

    .kes-umrah-transport-row {
        margin-inline: 16px;
    }

    .kes-umrah-package-footer {
        padding: 13px 16px 15px;
    }
}

/* KES UMRAH COMPACT LISTING V3 END */
