﻿.hero-section {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(255, 255, 255, 0.96) 88%),
        url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
    padding: 34px 0 42px;
    border-bottom: none;
    position: relative;
}

.hero-content {
    display: none;
}

.mmt-hero-shell {
    position: relative;
    z-index: 2;
}

.mmt-booking-card {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    padding: 18px 18px 26px;
    overflow: hidden;
}

.mmt-service-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    overflow: hidden;
}

.mmt-service-tile {
    min-height: 96px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px;
    text-align: center;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mmt-service-tile:hover,
.mmt-service-tile.active {
    transform: translateY(-1px);
    box-shadow: none;
    border-color: #f0c24a;
    border-bottom: 3px solid #f0c24a;
    background: #fffaf0;
}

.mmt-service-tile:nth-child(12n) { border-right: none; }

.mmt-service-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 210, 63, 0.14);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.mmt-service-label {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
}

.mmt-mini-banner {
    margin: 18px auto 16px;
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(90deg, #e7ffd1 0%, #d7ffd6 100%);
    border-radius: 14px;
    padding: 10px 16px 10px 10px;
    color: #111;
}

.mmt-mini-art {
    width: 92px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
}

.mmt-mini-art img { width: 100%; height: 100%; object-fit: cover; }

.mmt-mini-copy { display: flex; flex-direction: column; gap: 2px; }
.mmt-mini-copy span { font-size: 11px; font-weight: 700; color: #b7791f; }
.mmt-mini-copy strong { font-size: 14px; font-weight: 800; }

.mmt-trip-row {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 12px;
}

.mmt-trip-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
}

.mmt-trip-option input { accent-color: #f0c24a; }
.mmt-trip-option.active { color: #111; }
.mmt-trip-note { justify-self: end; font-size: 13px; color: #4b5563; }

.mmt-search-form { position: relative; }

.mmt-search-grid {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.mmt-search-grid-single {
    grid-template-columns: 1fr;
}

.mmt-swap-pill {
    align-self: center;
    justify-self: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dbe3f5;
    color: #f0c24a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -21px;
    margin-right: -21px;
    box-shadow: 0 4px 12px rgba(240, 194, 74, 0.18);
}

.mmt-search-cell {
    min-height: 96px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border-right: none;
}

.mmt-search-cell span {
    font-size: 13px;
    color: #8a6b00;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.mmt-search-cell strong { font-size: 18px; font-weight: 800; color: #111; line-height: 1.05; }
.mmt-search-cell strong small,
.mmt-search-cell small { font-size: 12px; font-weight: 600; color: #737373; }
.mmt-search-cell-large strong { font-size: 24px; }
.mmt-search-muted { color: #999 !important; }
.mmt-search-cell:last-child { border-right: none; }

.mmt-fare-section { margin-top: 20px; }
.mmt-fare-label { font-size: 13px; font-weight: 800; color: #111; margin-bottom: 12px; }
.mmt-fare-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.mmt-fare-chip {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    padding: 11px 12px;
    text-align: left;
    min-height: 54px;
}
.mmt-fare-chip.active { border-color: #f0c24a; box-shadow: 0 0 0 1px rgba(240, 194, 74, 0.18) inset; }
.mmt-fare-main { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 800; color: #b7791f; }
.mmt-fare-main em { font-style: normal; background: #d86fa3; color: #fff; font-size: 10px; border-radius: 6px; padding: 1px 5px; text-transform: lowercase; }
.mmt-fare-sub { display: block; margin-top: 2px; font-size: 11px; color: #737373; }

.mmt-utility-row { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.mmt-utility-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dadada;
    border-radius: 12px;
    background: #fff;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700;
}
.mmt-utility-btn i { color: #b7791f; }

.mmt-search-action { display: flex; justify-content: center; margin-top: 22px; }
.mmt-search-submit {
    min-width: 210px;
    height: 50px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(180deg, #fde68a 0%, #f0c24a 100%);
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.4px;
    box-shadow: 0 12px 24px rgba(240, 194, 74, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mmt-search-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(240, 194, 74, 0.34);
    filter: brightness(1.02);
}
.mmt-explore-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.mmt-strip-section { margin-top: -18px; }
.mmt-strip {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
}
.mmt-strip-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-right: 1px solid #ededed;
    background: #fff;
}
.mmt-strip-item:last-child { border-right: none; }
.mmt-strip-item i { color: #b7791f; font-size: 18px; }
.mmt-strip-item strong { display: block; font-size: 14px; font-weight: 800; color: #111; }
.mmt-strip-item span { display: block; font-size: 11px; color: #6b7280; }

.mmt-section { padding: 34px 0; }
.mmt-section-soft { background: #f7f7f7; }
.mmt-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}
.mmt-eyebrow { font-size: 30px; line-height: 1.15; font-weight: 800; color: #111; letter-spacing: -0.03em; }
.mmt-subhead { margin-top: 4px; font-size: 15px; color: #4b5563; }
.mmt-view-all { white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; color: #f0c24a; font-size: 18px; font-weight: 800; }

.mmt-card-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.mmt-stay-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
.mmt-stay-image { position: relative; height: 170px; overflow: hidden; }
.mmt-stay-image img { width: 100%; height: 100%; object-fit: cover; }
.mmt-rating {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #f0c24a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 6px;
    border-radius: 6px;
}
.mmt-stay-body { padding: 12px 12px 14px; }
.mmt-stay-title { font-size: 15px; font-weight: 800; line-height: 1.3; color: #111; }
.mmt-stay-location { margin-top: 6px; color: #5f5f5f; font-size: 13px; }
.mmt-stay-footer { margin-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mmt-stay-stars { color: #111; font-size: 12px; letter-spacing: -1px; }
.mmt-stay-footer strong { font-size: 16px; font-weight: 800; color: #111; }

.mmt-offers-head .mmt-section-tabs {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.mmt-section-title { font-size: 30px; font-weight: 800; color: #111; }
.mmt-section-tabs a { font-size: 15px; color: #5f5f5f; padding-bottom: 12px; }
.mmt-section-tabs a.active { color: #f0c24a; font-weight: 800; border-bottom: 3px solid #f0c24a; }
.mmt-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mmt-offer-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 14px;
    min-height: 168px;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    padding: 12px;
    align-items: center;
}
.mmt-offer-card img { width: 130px; height: 132px; object-fit: cover; border-radius: 10px; }
.mmt-offer-card strong { display: block; font-size: 18px; font-weight: 800; color: #111; }
.mmt-offer-card p { margin: 8px 0 0; color: #5f5f5f; font-size: 14px; }
.mmt-offer-card span { display: block; margin-top: 30px; color: #5f5f5f; font-size: 12px; }
.mmt-offer-card a { align-self: end; justify-self: end; color: #f0c24a; font-size: 14px; font-weight: 800; }

.mmt-collection-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.mmt-collection-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 230px;
    color: #fff;
}
.mmt-collection-card img { width: 100%; height: 100%; object-fit: cover; }
.mmt-collection-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.7) 100%);
}
.mmt-collection-badge,
.mmt-collection-copy { position: absolute; left: 12px; z-index: 1; }
.mmt-collection-badge {
    top: 14px;
    background: #fff;
    color: #111;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
}
.mmt-collection-copy { bottom: 14px; right: 12px; font-size: 16px; font-weight: 800; line-height: 1.25; }

.mmt-wonders-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.mmt-wonder-card { position: relative; min-height: 220px; border-radius: 16px; overflow: hidden; }
.mmt-wonder-card img { width: 100%; height: 100%; object-fit: cover; }
.mmt-wonder-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.55) 100%);
}
.mmt-wonder-copy {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.mmt-mobile-dashboard { display: none; }`r`n`r`n.mmt-mobile-bottom-nav { display: none; }

.mmt-mobile-bottom-nav { display: none; }

@media (max-width: 1199px) {
    .mmt-service-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .mmt-search-grid {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.mmt-search-grid-single {
    grid-template-columns: 1fr;
}
    .mmt-card-row,
    .mmt-collection-grid,
    .mmt-wonders-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mmt-offer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    body { padding-bottom: 92px; }
    .hero-section { padding: 18px 0 24px; }
    .mmt-desktop-booking { display: block; }
    .mmt-mobile-dashboard { display: none; }`r`n`r`n.mmt-mobile-bottom-nav { display: none; }
    .mmt-mobile-card {
        background: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 20px;
        box-shadow: 0 15px 36px rgba(15, 23, 42, 0.1);
        padding: 14px;
    }
    .mmt-mobile-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
    }
    .mmt-mobile-brand { display: flex; align-items: center; gap: 10px; }
    .mmt-mobile-brand strong { display: block; font-size: 14px; font-weight: 800; text-transform: lowercase; color: #111111; }
    .mmt-mobile-brand span { display: block; font-size: 10px; color: #6b7280; text-transform: capitalize; }
    .mmt-mobile-menu,
    .mmt-mobile-action {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff4c7;
        color: #1f2937;
        font-size: 13px;
        flex: 0 0 auto;
    }
    .mmt-mobile-action { width: auto; padding: 0 12px; border-radius: 999px; font-size: 12px; font-weight: 800; }
    .mmt-mobile-grid { display: none; }
    .mmt-mobile-grid-top { margin-bottom: 8px; }
    .mmt-mobile-tile {
        min-height: 88px;
        border-radius: 16px;
        border: 1px solid #ececec;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        text-align: center;
        padding: 10px 8px;
    }
    .mmt-mobile-icon {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 210, 63, 0.12);
        color: #111;
        font-size: 14px;
    }
    .mmt-mobile-tile span:last-child { font-size: 10.5px; line-height: 1.1; font-weight: 700; color: #111; }
    .mmt-mobile-banner {
        margin-top: 10px;
        min-height: 110px;
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(240, 194, 74, 0.16), rgba(255, 255, 255, 0.92)), url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
        overflow: hidden;
        display: flex;
        align-items: end;
        padding: 14px;
    }
    .mmt-mobile-banner-copy { max-width: 240px; color: #111; }
    .mmt-mobile-banner-copy span { display: block; font-size: 11px; font-weight: 700; }
    .mmt-mobile-banner-copy strong { display: block; margin-top: 4px; font-size: 12px; line-height: 1.35; }
    .mmt-mobile-bottom-nav {
        position: fixed;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: min(100%, 390px);
        background: #fff;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.12);
        border: 1px solid #ececec;
        border-bottom: none;
        padding: 10px 8px 12px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 6px;
        z-index: 30;
    }
    .mmt-mobile-bottom-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        color: #747474;
        font-weight: 700;
    }
    .mmt-mobile-bottom-nav a i { font-size: 20px; color: #767676; }
    .mmt-mobile-bottom-nav a.active,
    .mmt-mobile-bottom-nav a.active i { color: #f0c24a; }
    .mmt-mobile-bottom-nav .mmt-bottom-ai { color: #f0c24a; }
    .mmt-strip-section { margin-top: 14px; }
    .mmt-strip { border-radius: 18px; grid-template-columns: 1fr; }
    .mmt-strip-item { border-right: none; border-bottom: 1px solid #ededed; padding: 12px 14px; }
    .mmt-strip-item:last-child { border-bottom: none; }
    .mmt-section-head,
    .mmt-offers-head { flex-direction: column; }
    .mmt-eyebrow,
    .mmt-section-title { font-size: 22px; }
    .mmt-card-row,
    .mmt-collection-grid,
    .mmt-wonders-grid,
    .mmt-offer-grid { grid-template-columns: 1fr; }
    .mmt-offer-card { grid-template-columns: 110px 1fr; }
    .mmt-offer-card img { width: 110px; height: 120px; }
    .mmt-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .mmt-service-tile {
    min-height: 96px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px;
    text-align: center;
    background: #fff;
    border-top: none;
    border-left: none;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mmt-service-tile:hover,
.mmt-service-tile.active {
    transform: translateY(-1px);
    box-shadow: none;
    border-color: #f0c24a;
    border-bottom: 3px solid #f0c24a;
    background: #fffaf0;
}

.mmt-service-tile:nth-child(12n) { border-right: none; }

.mmt-service-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 210, 63, 0.14);
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.mmt-service-label {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
}
    .mmt-search-submit {
    min-width: 210px;
    height: 50px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(180deg, #fde68a 0%, #f0c24a 100%);
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.4px;
    box-shadow: 0 12px 24px rgba(240, 194, 74, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mmt-search-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(240, 194, 74, 0.34);
    filter: brightness(1.02);
}
}

@media (max-width: 480px) {
    .mmt-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
    .mmt-search-grid {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.mmt-search-grid-single {
    grid-template-columns: 1fr;
}
    .mmt-swap-pill { display: none; }
    .mmt-search-cell {
    min-height: 96px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border-right: none;
}
    .mmt-search-cell:last-child { border-bottom: none; }
    .mmt-search-cell-large strong { font-size: 24px; }
    .mmt-fare-grid { grid-template-columns: 1fr 1fr; }
    .mmt-utility-row { flex-direction: column; }

    .mmt-booking-card { padding: 12px; border-radius: 18px; }
    .mmt-mini-banner { width: 100%; padding-right: 10px; }
    .mmt-mini-art { width: 72px; }
}

a.mmt-service-tile,
a.mmt-strip-item,
a.mmt-mobile-tile,
a.mmt-category-card,
.mmt-view-all {
    text-decoration: none;
    color: inherit;
}

.mmt-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mmt-category-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    transition: all 0.25s ease;
}

.mmt-category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.mmt-category-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(240, 194, 74, 0.12);
    color: #f0c24a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 auto;
}

.mmt-category-copy strong {
    display: block;
    font-size: 17px;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
}

.mmt-category-copy span {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    color: #667085;
}

.mmt-section-tabs button {
    border: none;
    background: none;
    padding: 0 0 12px;
    font: inherit;
    color: #5f5f5f;
    cursor: pointer;
}

.mmt-section-tabs button.active {
    color: #f0c24a;
    font-weight: 800;
    border-bottom: 3px solid #f0c24a;
}

.mmt-offer-card[hidden] {
    display: none !important;
}

@media (max-width: 1199px) {
    .mmt-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mmt-category-grid {
        grid-template-columns: 1fr;
    }

    .mmt-category-card {
        padding: 16px;
    }
}







/* Final hero search overrides */
.mmt-search-cell-input {
    background: #fffdf3;
}

.mmt-search-cell-input input {
    width: 100%;
    border: 1px solid #eadfb0;
    border-radius: 12px;
    background: #fffef8;
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 12px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mmt-search-cell-input input::placeholder {
    color: #8f8f8f;
    font-weight: 600;
}

.mmt-search-cell-input input:focus {
    border-color: #f0c24a;
    background: #fffdf0;
    box-shadow: 0 0 0 3px rgba(240, 194, 74, 0.16);
}

.mmt-service-tile:hover,
.mmt-service-tile.active {
    transform: translateY(-1px);
    box-shadow: none;
    background: #fffaf0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 3px solid #f0c24a;
}

.mmt-search-submit {
    border-radius: 14px;
    min-width: 196px;
    height: 48px;
    background: linear-gradient(180deg, #fff2b8 0%, #f0c24a 100%);
    box-shadow: 0 10px 22px rgba(240, 194, 74, 0.24);
}

.mmt-search-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(240, 194, 74, 0.3);
}

/* Search filter overrides */
.mmt-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmt-search-grid-single {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmt-search-cell-input {
    background: #fffdf3;
}

.mmt-search-cell-input input {
    width: 100%;
    border: 1px solid #eadfb0;
    border-radius: 12px;
    background: #fffef8;
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 12px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mmt-search-cell-input input::placeholder {
    color: #8f8f8f;
    font-weight: 600;
}

.mmt-search-cell-input input:focus {
    border-color: #f0c24a;
    background: #fffdf0;
    box-shadow: 0 0 0 3px rgba(240, 194, 74, 0.16);
}

.mmt-service-tile:hover,
.mmt-service-tile.active {
    transform: translateY(-1px);
    box-shadow: none;
    background: #fffaf0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 3px solid #f0c24a;
}

.mmt-search-submit {
    border-radius: 14px;
    min-width: 196px;
    height: 48px;
    background: linear-gradient(180deg, #fff2b8 0%, #f0c24a 100%);
    box-shadow: 0 10px 22px rgba(240, 194, 74, 0.24);
}

.mmt-search-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(240, 194, 74, 0.3);
}

@media (max-width: 767px) {
    .mmt-search-grid,
    .mmt-search-grid-single {
        grid-template-columns: 1fr;
    }

    .mmt-search-submit {
        min-width: 100%;
    }
}

.mmt-offer-card {
    text-decoration: none;
    color: inherit;
}

.mmt-offer-action {
    align-self: end;
    justify-self: end;
    color: #f0c24a;
    font-size: 14px;
    font-weight: 800;
}

.mmt-offer-card:hover .mmt-offer-action {
    text-decoration: underline;
}

.mmt-hero-offers {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mmt-hero-offer-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #eadfb0;
    border-radius: 14px;
    padding: 10px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mmt-hero-offer-card:hover {
    transform: translateY(-2px);
    border-color: #f0c24a;
    box-shadow: 0 12px 22px rgba(240, 194, 74, 0.16);
}

.mmt-hero-offer-card img {
    width: 62px;
    height: 62px;
    border-radius: 12px;
    object-fit: cover;
    flex: 0 0 auto;
}

.mmt-hero-offer-card span {
    display: block;
    font-size: 12px;
    color: #8a6b00;
    font-weight: 700;
    margin-bottom: 3px;
}

.mmt-hero-offer-card strong {
    display: block;
    font-size: 14px;
    color: #111;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .mmt-hero-offers {
        grid-template-columns: 1fr;
    }
}

.mmt-fare-section {
    margin-top: 16px;
}

.mmt-fare-label {
    font-size: 12px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.mmt-fare-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.mmt-fare-chip {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    padding: 10px 10px 9px;
    text-align: left;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mmt-fare-chip.active {
    border-color: #f0c24a;
    box-shadow: 0 0 0 1px rgba(240, 194, 74, 0.18) inset;
}

.mmt-fare-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(240, 194, 74, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b7791f;
    font-size: 12px;
}

.mmt-fare-main {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    color: #b7791f;
    line-height: 1.15;
}

.mmt-fare-main em {
    font-style: normal;
    background: #d86fa3;
    color: #fff;
    font-size: 9px;
    border-radius: 6px;
    padding: 1px 5px;
    text-transform: lowercase;
}

.mmt-fare-sub {
    display: block;
    font-size: 10.5px;
    line-height: 1.25;
    color: #737373;
}

@media (max-width: 767px) {
    .mmt-fare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Hero polish to match the calmer collection cards */
.hero-section {
    background:
        linear-gradient(180deg, rgba(249, 247, 240, 0.72) 0%, rgba(255, 255, 255, 0.98) 86%),
        url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
    padding: 28px 0 38px;
}

.mmt-booking-card {
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(223, 214, 193, 0.92);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    padding: 14px 14px 18px;
}

.mmt-mini-banner {
    margin: 14px auto 14px;
    background: linear-gradient(90deg, rgba(232, 240, 232, 0.98) 0%, rgba(223, 234, 224, 0.98) 100%);
    border: 1px solid rgba(181, 213, 143, 0.55);
    padding: 8px 12px 8px 10px;
    border-radius: 12px;
}

.mmt-mini-copy span {
    color: #8a6b00;
    font-size: 10px;
}

.mmt-mini-copy strong {
    font-size: 13px;
    font-weight: 800;
}

.mmt-search-form {
    background: #fffdf7;
    border: 1px solid #e6dcc0;
    border-radius: 16px;
    padding: 12px;
}

.mmt-search-grid {
    border: 1px solid #e3d8b7;
    border-radius: 14px;
    background: #fff;
}

.mmt-search-cell {
    min-height: 80px;
    padding: 14px 16px;
}

.mmt-search-cell span {
    font-size: 12px;
    color: #8b6a00;
}

.mmt-search-cell strong {
    font-size: 16px;
}

.mmt-search-cell-input input {
    border: 1px solid #e8dca7;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    min-height: 42px;
}

.mmt-search-cell-input input:focus {
    border-color: #d9b64a;
    background: #fffef5;
    box-shadow: 0 0 0 3px rgba(240, 194, 74, 0.12);
}

.mmt-fare-section {
    margin-top: 14px;
}

.mmt-fare-label {
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #222;
}

.mmt-fare-grid {
    gap: 8px;
}

.mmt-fare-chip {
    min-height: 66px;
    padding: 9px 10px 8px;
    border-radius: 11px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

.mmt-fare-icon {
    width: 24px;
    height: 24px;
    font-size: 11px;
}

.mmt-fare-main {
    font-size: 11.5px;
}

.mmt-fare-sub {
    font-size: 10px;
}

.mmt-utility-row {
    margin-top: 12px;
    gap: 10px;
}

.mmt-utility-btn {
    border-radius: 10px;
    padding: 10px 13px;
    font-size: 13px;
}

.mmt-search-action {
    margin-top: 18px;
}

.mmt-search-submit {
    min-width: 190px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(180deg, #f8e9a8 0%, #e7bf3f 100%);
    box-shadow: 0 10px 20px rgba(231, 191, 63, 0.2);
}

.mmt-hero-offers {
    margin-top: 14px;
    gap: 8px;
}

.mmt-hero-offer-card {
    border-radius: 11px;
    padding: 7px;
    gap: 8px;
    border-color: #e3d8b7;
    background: rgba(255,255,255,0.97);
}

.mmt-hero-offer-card img {
    width: 50px;
    height: 50px;
    border-radius: 9px;
}

.mmt-hero-offer-card span {
    font-size: 10.5px;
    margin-bottom: 1px;
}

.mmt-hero-offer-card strong {
    font-size: 12px;
}

@media (max-width: 767px) {
    .hero-section {
        padding: 18px 0 26px;
    }

    .mmt-booking-card {
        border-radius: 18px;
        padding: 12px;
    }

    .mmt-search-form {
        padding: 10px;
    }

    .mmt-hero-offers {
        grid-template-columns: 1fr;
    }

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

/* Hero black glass refresh */
.hero-section {
    background:
        linear-gradient(180deg, rgba(34, 34, 34, 0.34) 0%, rgba(52, 52, 52, 0.28) 30%, rgba(255, 255, 255, 0.95) 88%),
        url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
}

.hero-section .mmt-booking-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px) saturate(1.05);
    -webkit-backdrop-filter: blur(16px) saturate(1.05);
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.hero-section .mmt-mini-banner {
    background: linear-gradient(90deg, rgba(225, 255, 210, 0.96) 0%, rgba(208, 244, 196, 0.96) 100%);
    border-color: rgba(140, 170, 110, 0.28);
}

.hero-section .mmt-service-grid {
    border-color: rgba(30, 30, 30, 0.08);
    background: rgba(255, 255, 255, 0.8);
}

.hero-section .mmt-service-tile {
    background: rgba(255, 255, 255, 0.94);
    border-right-color: rgba(30, 30, 30, 0.08);
    border-bottom-color: rgba(30, 30, 30, 0.08);
}

.hero-section .mmt-service-tile:hover,
.hero-section .mmt-service-tile.active {
    border-color: #111111;
    border-bottom: 3px solid #111111;
    background: rgba(255, 255, 255, 0.98);
}

.hero-section .mmt-service-icon {
    background: rgba(17, 17, 17, 0.08);
    color: #111111;
}

.hero-section .mmt-search-form {
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(14px) saturate(1.04);
    -webkit-backdrop-filter: blur(14px) saturate(1.04);
    border-color: rgba(255, 255, 255, 0.65);
}

.hero-section .mmt-search-grid,
.hero-section .mmt-search-cell-input input,
.hero-section .mmt-fare-chip,
.hero-section .mmt-utility-btn {
    border-color: rgba(17, 17, 17, 0.14);
}

.hero-section .mmt-search-cell span,
.hero-section .mmt-fare-label,
.hero-section .mmt-mini-copy span {
    color: #111111;
}

.hero-section .mmt-search-cell-input input:focus {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.1);
}

.hero-section .mmt-fare-chip {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.92);
}

.hero-section .mmt-fare-chip:hover {
    border-color: #111111;
    transform: translateY(-1px);
}

.hero-section .mmt-fare-chip.active {
    border-color: #111111;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.18) inset;
}

.hero-section .mmt-fare-icon {
    background: rgba(17, 17, 17, 0.08);
    color: #111111;
}

.hero-section .mmt-search-submit {
    background: linear-gradient(180deg, #6e6e6e 0%, #111111 100%);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(17, 17, 17, 0.22);
}

.hero-section .mmt-search-submit:hover {
    box-shadow: 0 14px 26px rgba(17, 17, 17, 0.24);
}

.hero-section .mmt-hero-offer-card {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(17, 17, 17, 0.08);
}

.hero-section .mmt-hero-offer-card:hover {
    border-color: #111111;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}


/* Final hero soft black pass */
.hero-section {
    background:
        linear-gradient(180deg, rgba(28, 28, 28, 0.22) 0%, rgba(44, 44, 44, 0.16) 34%, rgba(255, 255, 255, 0.97) 88%),
        url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
}

.hero-section .mmt-booking-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.hero-section .mmt-service-tile {
    border-right-color: rgba(17, 17, 17, 0.08);
    border-bottom-color: rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.95);
}

.hero-section .mmt-service-tile:hover,
.hero-section .mmt-service-tile.active {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 3px solid #111111;
    background: rgba(255, 255, 255, 0.98);
}

.hero-section .mmt-service-icon {
    background: rgba(255, 210, 63, 0.10);
    color: #FFD23F;
}

.hero-section .mmt-search-form {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(17, 17, 17, 0.08);
}

.hero-section .mmt-search-grid,
.hero-section .mmt-search-cell-input input,
.hero-section .mmt-fare-chip,
.hero-section .mmt-utility-btn {
    border-color: rgba(17, 17, 17, 0.12);
}

.hero-section .mmt-fare-chip {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.96);
}

.hero-section .mmt-fare-chip.active,
.hero-section .mmt-fare-chip:hover {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 3px solid #111111;
    box-shadow: none;
    transform: translateY(-1px);
}

.hero-section .mmt-fare-icon {
    background: rgba(255, 210, 63, 0.12);
    color: #FFD23F;
}

.hero-section .mmt-search-submit {
    background: linear-gradient(180deg, #505050 0%, #111111 100%);
    color: #fff;
    box-shadow: 0 10px 18px rgba(17, 17, 17, 0.16);
}

.hero-section .mmt-hero-offer-card {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(17, 17, 17, 0.08);
}

.hero-section .mmt-hero-offer-card img {
    filter: saturate(0.95) contrast(0.98);
}

.hero-section .mmt-hero-offer-card:hover {
    border-color: rgba(17, 17, 17, 0.65);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
/* ========================================================================== 
   MakeMyTrip hero refresh for /sr/myway
   ========================================================================== */
.hero-section {
    background:
        linear-gradient(180deg, rgba(24, 18, 14, 0.62) 0%, rgba(24, 18, 14, 0.52) 30%, rgba(255, 255, 255, 0.96) 88%),
        url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
    padding: 30px 0 38px;
}
.hero-section .mmt-booking-card {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(14, 28, 49, 0.16);
    padding: 14px 14px 18px;
}
.hero-section .mmt-service-grid,
.hero-section .mmt-search-grid-flight {
    border-color: #e6ebf2;
}
.hero-section .mmt-service-tile {
    min-height: 94px;
    background: #fff;
    border-right-color: #e6ebf2;
    border-bottom-color: #e6ebf2;
}
.hero-section .mmt-service-tile:hover,
.hero-section .mmt-service-tile.active {
    background: #f7fbff;
    border-bottom: 3px solid #3f7df0;
}
.hero-section .mmt-service-icon,
.hero-section .mmt-fare-icon,
.hero-section .mmt-hero-offer-icon,
.hero-section .mmt-mobile-icon {
    background: transparent;
    color: #3f7df0;
}
.hero-section .mmt-service-tile.active .mmt-service-icon,
.hero-section .mmt-service-tile:hover .mmt-service-icon {
    color: #3f7df0;
}
.hero-section .mmt-mini-banner {
    margin: 12px auto 16px;
    background: linear-gradient(90deg, #dff2ff 0%, #ddf8bf 100%);
    border-radius: 12px;
    padding: 10px 16px 10px 10px;
    gap: 12px;
}
.hero-section .mmt-mini-art {
    width: 92px;
    height: 42px;
    border-radius: 10px;
}
.hero-section .mmt-mini-copy span,
.hero-section .mmt-mini-copy strong em {
    color: #4f67f6;
}
.hero-section .mmt-mini-copy strong {
    color: #111827;
}
.hero-section .mmt-trip-row {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 12px;
}
.hero-section .mmt-trip-option {
    font-size: 14px;
    font-weight: 500;
    color: #3f3f46;
}
.hero-section .mmt-trip-option.active {
    color: #111827;
    font-weight: 700;
}
.hero-section .mmt-trip-option input {
    accent-color: #3f7df0;
}
.hero-section .mmt-trip-note {
    justify-self: end;
    font-size: 13px;
    color: #32507e;
}
.hero-section .mmt-search-form {
    border: 0;
    padding: 0;
    background: transparent;
}
.hero-section .mmt-search-grid-flight {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 0.76fr 0.76fr 1fr;
    border: 1px solid #dce3ed;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}
.hero-section .mmt-search-cell {
    min-height: 112px;
    padding: 12px 16px;
    border-right: 1px solid #dce3ed;
    position: relative;
    justify-content: center;
    gap: 4px;
}
.hero-section .mmt-search-cell:last-child { border-right: none; }
.hero-section .mmt-search-cell span {
    color: #475569;
    font-size: 12px;
    font-weight: 500;
}
.hero-section .mmt-search-cell strong {
    color: #111827;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.hero-section .mmt-search-cell small {
    color: #4b5563;
    font-size: 12px;
    font-weight: 500;
}
.hero-section .mmt-search-cell-large {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}
.hero-section .mmt-search-cell-large small {
    font-size: 14px;
    color: #111827;
    font-weight: 500;
}
.hero-section .mmt-search-muted {
    display: inline-block;
    max-width: 220px;
    color: #8f96a3 !important;
    font-size: 13px !important;
    line-height: 1.25;
    font-weight: 700;
}
.hero-section .mmt-swap-pill {
    position: absolute;
    right: -21px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #e8edf5;
    color: #3f7df0;
    box-shadow: 0 8px 18px rgba(63, 125, 240, 0.12);
    z-index: 2;
}
.hero-section .mmt-fare-grid { gap: 10px; }
.hero-section .mmt-fare-chip {
    border-radius: 10px;
    border-color: #d6dbe3;
    background: #fff;
    min-height: 58px;
}
.hero-section .mmt-fare-chip.active {
    border-color: #3f7df0;
    box-shadow: 0 0 0 1px rgba(63, 125, 240, 0.14) inset;
}
.hero-section .mmt-fare-main { color: #2f6fed; font-size: 13px; }
.hero-section .mmt-fare-sub { color: #5f6b7c; font-size: 11px; }
.hero-section .mmt-utility-btn { border-color: #d6dbe3; border-radius: 10px; font-weight: 700; }
.hero-section .mmt-utility-btn i { color: #3f7df0; }
.hero-section .mmt-search-submit {
    min-width: 224px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(180deg, #5f94ff 0%, #3f7df0 100%);
    color: #fff;
    box-shadow: 0 11px 24px rgba(47, 128, 237, 0.35);
}
.hero-section .mmt-explore-more { color: #fff; }
.hero-section .mmt-hero-offers {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 16px;
    background: #fff;
    border: 1px solid #e1e6ee;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.hero-section .mmt-hero-offer-card {
    background: #fff;
    border: 0;
    border-right: 1px solid #e1e6ee;
    border-radius: 0;
    min-height: 60px;
    padding: 10px 14px;
    align-items: center;
}
.hero-section .mmt-hero-offer-card:last-child { border-right: none; }
.hero-section .mmt-hero-offer-icon {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    color: #3f7df0;
    font-size: 16px;
}
.hero-section .mmt-hero-offer-card span {
    color: #111827;
    font-size: 11px;
    font-weight: 700;
}
.hero-section .mmt-hero-offer-card strong {
    color: #4b5563;
    font-size: 10px;
    font-weight: 500;
}
.hero-section .mmt-mobile-dashboard { display: none; }
.hero-section .mmt-mobile-card {
    background: #f5f6f8;
    border-radius: 36px;
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    border: 6px solid #111827;
}
.hero-section .mmt-mobile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.hero-section .mmt-mobile-grid-bottom { margin-top: 8px; }
.hero-section .mmt-mobile-tile {
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    min-height: 98px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}
.hero-section .mmt-mobile-tile span:last-child {
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
}
.hero-section .mmt-mobile-tile-secondary span:last-child {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
}
.hero-section .mmt-mobile-banner {
    margin-top: 10px;
    background: linear-gradient(90deg, #dff2ff 0%, #ddf8bf 100%);
    border-radius: 16px;
    padding: 10px 12px;
}
.hero-section .mmt-mobile-banner-copy span { color: #4f67f6; }
.hero-section .mmt-mobile-banner-copy strong { color: #111827; }
@media (max-width: 820px) {
    .hero-section { padding: 16px 0 28px; }
    .hero-section .mmt-desktop-booking { display: none; }
    .hero-section .mmt-mobile-dashboard { display: block; }
}
@media (max-width: 480px) {
    .hero-section .mmt-mobile-card {
        border-width: 0;
        border-radius: 24px;
        padding: 10px;
        box-shadow: none;
    }
    .hero-section .mmt-mobile-grid,
    .hero-section .mmt-mobile-grid-bottom { gap: 8px; }
    .hero-section .mmt-mobile-tile { min-height: 92px; border-radius: 16px; }
    .hero-section .mmt-mobile-bottom-nav { margin-top: 8px; }
}

/* ========================================================================== 
   Logo palette override for /sr/myway
   ========================================================================== */
.hero-section {
    background:
        radial-gradient(circle at 18% 0%, rgba(240, 194, 74, 0.18) 0%, transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.10) 0%, transparent 26%),
        linear-gradient(180deg, rgba(26, 26, 28, 0.84) 0%, rgba(46, 46, 48, 0.76) 33%, rgba(255, 255, 255, 0.96) 88%),
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat !important;
}
.hero-section .mmt-mini-banner {
    background: linear-gradient(90deg, #1f1f1f 0%, #444 38%, #f0c24a 100%) !important;
}
.hero-section .mmt-mini-copy span,
.hero-section .mmt-mini-copy strong,
.hero-section .mmt-mini-copy strong em {
    color: #fff !important;
}
.hero-section .mmt-service-tile.active,
.hero-section .mmt-service-tile:hover {
    background: #fffaf0 !important;
    border-bottom: 3px solid #f0c24a !important;
}
.hero-section .mmt-service-icon,
.hero-section .mmt-fare-icon,
.hero-section .mmt-hero-offer-icon,
.hero-section .mmt-mobile-icon,
.hero-section .mmt-utility-btn i {
    color: #f0c24a !important;
}
.hero-section .mmt-swap-pill {
    color: #f0c24a !important;
    box-shadow: 0 8px 18px rgba(240, 194, 74, 0.14) !important;
}
.hero-section .mmt-search-submit {
    background: linear-gradient(180deg, #6a6a6a 0%, #111111 100%) !important;
    box-shadow: 0 11px 24px rgba(17, 17, 17, 0.28) !important;
}
.hero-section .mmt-fare-chip.active {
    border-color: #f0c24a !important;
    box-shadow: 0 0 0 1px rgba(240, 194, 74, 0.14) inset !important;
}
.hero-section .mmt-hero-offers,
.hero-section .mmt-booking-card {
    border-color: rgba(17, 17, 17, 0.08) !important;
}
.hero-section .mmt-mobile-banner {
    background: linear-gradient(90deg, #1f1f1f 0%, #444 55%, #f0c24a 100%) !important;
}
.hero-section .mmt-mobile-banner-copy span,
.hero-section .mmt-mobile-banner-copy strong {
    color: #fff !important;
}
.hero-section .mmt-mobile-card {
    border-color: #111827 !important;
}

/* ========================================================================== 
   Final logo + hero override for /sr/myway
   ========================================================================== */
.hero-section {
    background:
        radial-gradient(circle at 18% 0%, rgba(240, 194, 74, 0.18) 0%, transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.10) 0%, transparent 26%),
        linear-gradient(180deg, rgba(26, 26, 28, 0.84) 0%, rgba(46, 46, 48, 0.76) 33%, rgba(255, 255, 255, 0.96) 88%),
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat !important;
}
.hero-section .mmt-mini-art.hidden {
    display: none !important;
}
.hero-section .mmt-mini-banner {
    background: linear-gradient(90deg, #1f1f1f 0%, #444 55%, #f0c24a 100%) !important;
}
.hero-section .mmt-mini-copy span,
.hero-section .mmt-mini-copy strong,
.hero-section .mmt-mini-copy strong em {
    color: #fff !important;
}
.hero-section .mmt-service-tile.active,
.hero-section .mmt-service-tile:hover {
    background: #fffaf0 !important;
    border-bottom: 3px solid #f0c24a !important;
}
.hero-section .mmt-service-icon,
.hero-section .mmt-fare-icon,
.hero-section .mmt-hero-offer-icon,
.hero-section .mmt-mobile-icon,
.hero-section .mmt-utility-btn i,
.hero-section .mmt-swap-pill {
    color: #f0c24a !important;
}
.hero-section .mmt-search-submit {
    background: linear-gradient(180deg, #6a6a6a 0%, #111111 100%) !important;
}
.hero-section .mmt-fare-chip.active {
    border-color: #f0c24a !important;
    box-shadow: 0 0 0 1px rgba(240, 194, 74, 0.14) inset !important;
}
.hero-section .mmt-mobile-banner {
    background: linear-gradient(90deg, #1f1f1f 0%, #444 55%, #f0c24a 100%) !important;
}
.hero-section .mmt-mobile-banner-copy span,
.hero-section .mmt-mobile-banner-copy strong {
    color: #fff !important;
}
.hero-section .mmt-mobile-card {
    border-color: #111827 !important;
}

.logo img {
    height: 82px !important;
    width: auto !important;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.22));
}

.hero-section .mmt-search-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.9fr);
    gap: 16px;
    align-items: start;
}
.hero-section .mmt-search-form {
    min-width: 0;
}
.hero-section .mmt-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hero-section .mmt-random-services {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    padding: 14px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.hero-section .mmt-random-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.hero-section .mmt-random-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b7791f;
}
.hero-section .mmt-random-head strong {
    display: block;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 900;
    color: #111;
}
.hero-section .mmt-random-head small {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    white-space: nowrap;
}
.hero-section .mmt-random-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.hero-section .mmt-random-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 132px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    color: inherit;
}
.hero-section .mmt-random-card strong {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
    color: #111;
}
.hero-section .mmt-random-card span {
    font-size: 11px;
    line-height: 1.3;
    color: #6b7280;
}
.hero-section .mmt-random-card em {
    margin-top: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    color: #b7791f;
}
.hero-section .mmt-random-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(240, 194, 74, 0.12);
    color: #f0c24a;
    font-size: 15px;
}
.hero-section .mmt-random-empty {
    grid-column: 1 / -1;
    padding: 14px;
    border: 1px dashed #d8d8d8;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    color: #6b7280;
    font-size: 13px;
}
.hero-section .mmt-mobile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hero-section .mmt-mobile-grid-top,
.hero-section .mmt-mobile-grid-bottom {
    gap: 8px;
}
@media (max-width: 1199px) {
    .hero-section .mmt-search-hero-layout {
        grid-template-columns: 1fr;
    }
    .hero-section .mmt-random-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .hero-section .mmt-search-grid {
        grid-template-columns: 1fr;
    }
    .hero-section .mmt-random-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-section .mmt-random-card {
        min-height: 122px;
        padding: 10px;
    }
    .hero-section .mmt-mobile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-section .mmt-mobile-tile {
        min-height: 88px;
    }
}.hero-section .mmt-random-card {
    text-decoration: none;
}
.hero-section .mmt-random-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
/* Mobile hero final override */
.hero-section .mmt-mobile-card {
    padding: 12px !important;
}
.hero-section .mmt-mobile-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
}
.hero-section .mmt-mobile-tile {
    min-height: 86px !important;
    padding: 10px 6px !important;
    border-radius: 16px !important;
}
.hero-section .mmt-mobile-tile span:last-child {
    font-size: 10px !important;
    line-height: 1.1 !important;
}
.hero-section .mmt-mobile-banner {
    margin-top: 10px !important;
    padding: 12px !important;
}
.hero-section .mmt-mobile-search-form {
    margin-top: 12px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.96);
    display: grid;
    gap: 10px;
}
.hero-section .mmt-mobile-search-cell {
    display: grid;
    gap: 6px;
}
.hero-section .mmt-mobile-search-cell span {
    font-size: 11px;
    font-weight: 800;
    color: #b7791f;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hero-section .mmt-mobile-search-cell input {
    width: 100%;
    height: 44px;
    border: 1px solid #dfe5ef;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    background: #fff;
}
.hero-section .mmt-mobile-search-submit {
    height: 44px;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.04em;
    background: linear-gradient(180deg, #6a6a6a 0%, #111111 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.22);
}
.hero-section .mmt-mobile-random-services {
    margin-top: 12px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.96);
}
.hero-section .mmt-random-head-mobile {
    margin-bottom: 10px;
}
.hero-section .mmt-random-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.hero-section .mmt-random-card {
    min-height: 162px;
    text-decoration: none;
    overflow: hidden;
}
.hero-section .mmt-random-thumb {
    width: 100%;
    height: 66px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.hero-section .mmt-random-card strong {
    font-size: 12px !important;
}
.hero-section .mmt-random-card span {
    font-size: 10px !important;
}
.hero-section .mmt-random-card em {
    font-size: 11px !important;
}
.hero-section .mmt-random-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}