:root {
    --travel-primary: #013857;
    --travel-primary-dark: #01263d;
    --travel-secondary: #2d9c74;
    --travel-accent: #cf9326;
    --travel-ink: #01263d;
    --travel-muted: #52606d;
    --travel-surface: #ffffff;
    --travel-surface-soft: #f5f8fb;
    --travel-border: rgba(1, 56, 87, 0.1);
    --travel-shadow: 0 22px 60px rgba(1, 56, 87, 0.12);
}

.bc-reviews,
.service-review,
.service-review-pc,
.review-score,
.review-list,
.review-box,
.review-form,
[id*="review-form"],
[id*="bc-reviews"] {
    display: none !important;
}

.bc_wrap .bc_detail_tour .bc_content .g-tour-package-essentials {
    margin-top: 34px;
    margin-bottom: 34px;
}

.bc_wrap .bc_detail_tour .bc_content .g-tour-package-essentials h3 {
    margin-bottom: 20px;
    color: var(--travel-ink);
    font-weight: 800;
}

.bc_wrap .bc_detail_tour .bc_content .package-essential-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 92px;
    margin-bottom: 18px;
    padding: 20px;
    border: 1px solid rgba(1, 56, 87, 0.1);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 16px 38px rgba(1, 56, 87, 0.08);
}

.bc_wrap .bc_detail_tour .bc_content .package-essential-item i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 15px;
    color: #ffffff;
    background: #F3401C;
    font-size: 20px;
}

.bc_wrap .bc_detail_tour .bc_content .package-essential-item span {
    display: block;
    margin-bottom: 5px;
    color: var(--travel-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bc_wrap .bc_detail_tour .bc_content .package-essential-item strong {
    display: block;
    color: var(--travel-ink);
    font-size: 18px;
    line-height: 1.35;
}

.bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list {
    position: relative;
    display: grid;
    gap: 16px;
}

.bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list__item {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid rgba(1, 56, 87, 0.1);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 16px 38px rgba(1, 56, 87, 0.08);
}

.bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list__step {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    background: #F3401C;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(243, 64, 28, 0.22);
}

.bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list__content h4 {
    margin: 0 0 6px;
    color: var(--travel-ink);
    font-size: 20px;
    font-weight: 800;
}

.bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list__content span {
    display: inline-block;
    margin-bottom: 10px;
    color: #F3401C;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list__text,
.bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list__text p {
    margin-bottom: 0;
    color: var(--travel-muted);
    font-size: 15px;
    line-height: 1.75;
}

.bc_wrap .bc_detail_tour .bc_content .travel-package-note {
    margin: 28px 0;
    padding: 24px 26px;
    border: 1px solid rgba(243, 64, 28, 0.18);
    border-left: 5px solid #F3401C;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(243, 64, 28, 0.08), rgba(255, 255, 255, 0.96));
    box-shadow: 0 18px 48px rgba(1, 56, 87, 0.08);
}

.bc_wrap .bc_detail_tour .bc_content .travel-package-note h3 {
    margin: 0 0 10px;
    color: var(--travel-ink);
    font-size: 22px;
    font-weight: 800;
}

.bc_wrap .bc_detail_tour .bc_content .travel-package-note p {
    margin: 0;
    color: var(--travel-muted);
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 575px) {
    .bc_wrap .bc_detail_tour .bc_content .travel-itinerary-list__item {
        grid-template-columns: 1fr;
    }
}

.travel-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: transparent;
    transition: opacity 320ms ease, visibility 320ms ease;
}

.travel-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.travel-preloader__loader {
    width: min(100%, 560px);
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.travel-preloader__plane {
    position: absolute;
    inset: 62px 0 auto;
    width: 100%;
    text-align: center;
}

.travel-preloader__plane-img {
    width: 150px;
    max-width: 42vw;
    display: inline-block;
    animation: travelPreloaderSpin 2.5s linear infinite;
    filter: brightness(0) saturate(100%) invert(34%) sepia(95%) saturate(3300%) hue-rotate(352deg) brightness(101%) contrast(96%);
}

.travel-preloader__earth-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 112px;
    width: 100%;
}

.travel-preloader__earth {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #CDD1D3;
    background: url("https://zupimages.net/up/19/34/6vlb.gif") center/340px no-repeat;
    animation: travelEarthAnim 12s linear infinite;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.18);
}

@keyframes travelPreloaderSpin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes travelEarthAnim {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -340px;
    }
}

@media (max-width: 767px) {
    .travel-preloader__loader {
        height: 300px;
        border-radius: 28px;
    }

    .travel-preloader__plane {
        inset: 52px 0 auto;
    }

    .travel-preloader__plane-img {
        width: 126px;
    }

    .travel-preloader__earth-wrapper {
        top: 98px;
    }

    .travel-preloader__earth {
        width: 138px;
        height: 138px;
        background-size: 292px;
    }
}

body.frontend-page {
    color: var(--travel-ink);
    background:
        radial-gradient(circle at top right, rgba(45, 156, 116, 0.08), transparent 24rem),
        linear-gradient(180deg, #f8fbfc 0%, #ffffff 18rem);
}

.bc_wrap .bc_topbar {
    background: linear-gradient(90deg, var(--travel-primary-dark), var(--travel-primary));
    color: #fff;
    font-size: 14px;
}

.bc_wrap .bc_topbar a {
    color: #fff;
}

.bc_wrap .bc_header {
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border-bottom: 0;
    box-shadow: none;
}

.frontend-page.is-home .bc_wrap .bc_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: transparent;
}

.frontend-page:not(.is-home) .bc_wrap .bc_header {
    position: relative;
    padding: 18px 0 10px;
    background:
        radial-gradient(circle at top right, rgba(243, 64, 28, 0.05), transparent 24rem),
        linear-gradient(180deg, #f8fbfc 0%, #ffffff 18rem);
}

.bc_wrap .bc_header .content {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    min-height: 0;
    padding: 3px 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(1, 56, 87, 0.08);
    border-radius: 30px;
    box-shadow: 0 18px 42px rgba(1, 56, 87, 0.08);
    backdrop-filter: blur(12px);
}

.frontend-page:not(.is-home) .bc_wrap .bc_header .content {
    max-width: 1320px;
    margin: 0 auto;
}

.bc_wrap .bc_header .header-left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.bc_wrap .bc_header .header-right {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
}

.bc_wrap .bc_header .bc-logo img {
    max-height: 48px;
    width: auto;
    display: block;
}

.bc_wrap .bc_header .bc-logo {
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 260px;
    line-height: 0;
}

.bc_wrap .bc_header .bc-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding-left: 0;
    overflow: hidden;
}

.bc_wrap .bc_header .bc-menu .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bc_wrap .bc_header .bc-menu .main-menu > li {
    flex: 0 1 auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.bc_wrap .bc_header .bc-menu .main-menu > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    min-height: 44px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    color: var(--travel-primary-dark);
    position: relative;
    transition: color 180ms ease, opacity 180ms ease;
}

.bc_wrap .bc_header .bc-menu .main-menu > li > a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 1px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--travel-primary), var(--travel-secondary));
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform 180ms ease, opacity 180ms ease;
}

.bc_wrap .bc_header .bc-menu .main-menu > li:hover > a,
.bc_wrap .bc_header .bc-menu .main-menu > li.active > a {
    color: var(--travel-primary);
}

.bc_wrap .bc_header .bc-menu .main-menu > li:hover > a::after,
.bc_wrap .bc_header .bc-menu .main-menu > li.active > a::after {
    transform: scaleX(1);
    opacity: 1;
}

.bc_wrap .bc_header .bc-menu .main-menu > li > a .caret {
    margin-left: 6px;
}

.travel-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.travel-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    background: linear-gradient(135deg, #F3401C, #ff6a3d);
    box-shadow: 0 16px 34px rgba(243, 64, 28, 0.24);
}

.travel-header-cta:hover,
.travel-header-cta:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    background: linear-gradient(135deg, #df3515, #ff5b2c);
    box-shadow: 0 20px 38px rgba(243, 64, 28, 0.28);
}

.travel-enquiry-card {
    position: sticky;
    top: 108px;
    padding: 26px;
    border: 1px solid var(--travel-border);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fffe 100%);
    box-shadow: var(--travel-shadow);
}

.travel-enquiry-card__eyebrow {
    margin-bottom: 10px;
    color: var(--travel-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.travel-enquiry-card__title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.1;
}

.travel-enquiry-card__text {
    margin-bottom: 20px;
    color: var(--travel-muted);
    line-height: 1.65;
}

.travel-enquiry-card__price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(15, 118, 110, 0.08);
}

.travel-enquiry-card__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--travel-muted);
}

.travel-enquiry-card__value {
    font-size: 28px;
    font-weight: 700;
    color: var(--travel-ink);
}

.travel-enquiry-card__value-old {
    margin-right: 8px;
    color: #94a3b8;
    text-decoration: line-through;
    font-size: 18px;
}

.travel-enquiry-card__points {
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.travel-enquiry-card__points li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: var(--travel-muted);
}

.travel-enquiry-card__points li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--travel-accent);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
}

.travel-enquiry-card__actions {
    display: grid;
    gap: 10px;
}

.travel-enquiry-card__btn {
    width: 100%;
    border-radius: 14px;
    padding: 13px 16px;
    font-weight: 600;
}

.travel-enquiry-card__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.travel-enquiry-card__contact-link {
    color: var(--travel-primary-dark);
    font-weight: 600;
}

.travel-mobile-cta {
    position: sticky;
    bottom: 0;
    z-index: 15;
    padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--travel-border);
    box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.08);
}

.travel-mobile-cta__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.travel-mobile-cta__meta {
    display: flex;
    justify-content: center;
}

.travel-mobile-cta__label {
    display: block;
    color: var(--travel-primary-dark);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-transform: none;
}

.travel-mobile-cta__price {
    display: block;
    font-size: 20px;
    line-height: 1.1;
}

.travel-mobile-cta__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.travel-mobile-cta .btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 11px 16px;
}

.travel-mobile-cta .btn.travel-mobile-cta__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.26);
}

.travel-mobile-cta .btn.travel-mobile-cta__whatsapp:hover,
.travel-mobile-cta .btn.travel-mobile-cta__whatsapp:focus {
    background: #128c7e !important;
    border-color: #128c7e !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(18, 140, 126, 0.28);
}

.travel-mobile-cta__whatsapp .fa {
    font-size: 20px;
}

.travel-service-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.travel-service-actions .btn {
    flex: 1 1 0;
    border-radius: 12px;
    font-weight: 600;
}

.item-loop-wrap,
.item-loop.item-hotel,
.card.item-loop-wrap {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--travel-border);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.item-loop-wrap .thumb-image,
.item-loop.item-hotel .thumb-image {
    background: #eef6f7;
}

.bc_wrap .bc_footer .main-footer {
    background:
        radial-gradient(circle at top left, rgba(243, 64, 28, 0.08), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    padding: 40px 0 24px;
    border-top: 1px solid rgba(1, 56, 87, 0.08);
}

.bc_wrap .bc_footer .copy-right {
    background: #ffffff;
    border-top: 1px solid rgba(1, 56, 87, 0.08);
}

.bc_wrap .bc_footer {
    margin-top: 34px;
}

.travel-footer {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.travel-footer__brand {
    min-width: 0;
    max-width: 340px;
}

.travel-footer__links,
.travel-footer__nav {
    min-width: 0;
}

.travel-footer__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 32px;
    align-items: start;
}

.travel-footer__logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    min-height: 0;
}

.travel-footer__logo img {
    max-height: 58px;
    max-width: min(100%, 250px);
    width: auto;
}

.travel-footer__brand p {
    margin: 0 0 16px;
    color: var(--travel-muted);
    line-height: 1.75;
    font-size: 14px;
}

.travel-footer__cta .btn {
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #F3401C, #ff6a3d);
    border-color: transparent;
    box-shadow: 0 16px 28px rgba(243, 64, 28, 0.24);
}

.travel-footer__cta .btn:hover,
.travel-footer__cta .btn:focus {
    color: #fff;
    background: linear-gradient(135deg, #df3515, #ff5b2c);
    border-color: transparent;
}

.travel-footer__title {
    margin-bottom: 12px;
    color: var(--travel-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.travel-footer__nav {
    padding-top: 2px;
}

.travel-footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.travel-footer__nav li {
    margin-bottom: 8px;
}

.travel-footer__nav a {
    color: var(--travel-muted);
    line-height: 1.65;
}

.travel-footer__nav a:hover,
.travel-footer__nav a:focus {
    color: var(--travel-primary);
    text-decoration: none;
}

.bc_wrap .bc_footer .copy-right .context {
    padding-top: 12px;
    padding-bottom: 12px;
}

.bc_wrap .bc_footer .copy-right,
.bc_wrap .bc_footer .copy-right a,
.bc_wrap .bc_footer .copy-right .f-visa {
    color: var(--travel-muted);
}

.bc_wrap .bc_footer .copy-right p {
    margin-bottom: 0;
}

.bc_wrap .bc_footer .copy-right .f-visa {
    position: static;
    transform: none;
    text-align: right;
}

@media (max-width: 991px) {
    .frontend-page.is-home .bc_wrap .bc_header {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .bc_wrap .bc_header .content {
        min-height: 62px;
        padding: 8px 0;
        display: flex;
        justify-content: center;
        position: relative;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    .bc_wrap .bc_header .header-left {
        flex: 0 1 auto;
        min-width: 0;
        justify-content: center;
        width: 100%;
    }

    .bc_wrap .bc_header .bc-menu {
        display: none;
    }

    .travel-header-actions {
        display: none;
    }

    .bc_wrap .bc_header .bc-logo {
        max-width: 260px;
        margin: 0 auto;
        transform: translateX(10px);
    }

    .bc_wrap .bc_header .bc-logo img {
        max-height: 48px;
    }

    .bc_wrap .bc_header .header-right {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-44%);
        gap: 0;
        margin-left: 0;
    }

    .bc_wrap .bc_header .bc-more-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px !important;
        height: 34px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--travel-primary-dark) !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .bc_wrap .bc_header .bc-more-menu i {
        font-size: 20px;
    }

    .bc_wrap .bc-menu-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(88vw, 360px);
        height: 100vh;
        padding: 18px 16px 24px;
        background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
        box-shadow: -18px 0 48px rgba(1, 38, 61, 0.18);
        overflow-y: auto;
        z-index: 9999;
    }

    .bc_wrap .bc-menu-mobile .user-profile {
        padding: 0;
        border: 0;
        background: transparent;
    }

    .bc_wrap .bc-menu-mobile .user-profile .b-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin: 0 0 14px auto;
        border-radius: 14px;
        background: rgba(1, 56, 87, 0.06);
        color: var(--travel-primary-dark);
    }

    .bc_wrap .bc-menu-mobile .user-profile .avatar {
        display: none;
    }

    .bc_wrap .bc-menu-mobile .user-profile > ul:first-of-type {
        margin-top: 4px;
    }

    .bc_wrap .bc-menu-mobile .user-profile > ul:first-of-type > li:first-child a {
        margin-top: 0;
    }

    .bc_wrap .bc-menu-mobile .g-menu {
        border-top: 1px solid rgba(1, 56, 87, 0.08);
        padding-top: 14px;
        margin-top: 14px;
    }

    .bc_wrap .bc-menu-mobile .user-profile > ul {
        margin: 0 0 14px;
        padding: 0;
        list-style: none;
    }

    .bc_wrap .bc-menu-mobile .user-profile > ul > li + li,
    .bc_wrap .bc-menu-mobile .g-menu .menu > li + li {
        margin-top: 10px;
    }

    .bc_wrap .bc-menu-mobile .user-profile > ul > li > a,
    .bc_wrap .bc-menu-mobile .g-menu .menu li a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 13px 14px;
        border-radius: 16px;
        color: var(--travel-primary-dark);
        font-weight: 600;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 252, 0.96));
        border: 1px solid rgba(1, 56, 87, 0.08);
        box-shadow: 0 10px 22px rgba(1, 56, 87, 0.05);
    }

    .bc_wrap .bc-menu-mobile .user-profile > ul > li > a:hover,
    .bc_wrap .bc-menu-mobile .g-menu .menu li a:hover {
        color: var(--travel-primary-dark);
        text-decoration: none;
    }

    .bc_wrap .bc-menu-mobile .multi-lang {
        display: none;
    }

    .bc_wrap .bc-menu-mobile .g-menu {
        margin-top: 18px;
    }

    .bc_wrap .bc-menu-mobile .g-menu .menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bc_wrap .bc-menu-mobile .g-menu .menu li a .caret {
        margin-left: auto;
    }

    .travel-enquiry-card {
        position: static;
        margin-top: 24px;
    }

    .travel-mobile-cta__content {
        flex-direction: column;
        align-items: stretch;
    }

    .travel-footer {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .travel-footer__brand {
        max-width: 100%;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(1, 56, 87, 0.08);
    }

    .travel-footer__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .bc_wrap .bc_footer .main-footer {
        padding: 32px 0 20px;
    }

    .travel-footer,
    .travel-footer__brand {
        text-align: center;
    }

    .travel-footer__logo {
        justify-content: center;
    }

    .travel-footer__cta {
        display: flex;
        justify-content: center;
    }

    .travel-footer__nav {
        text-align: center;
    }

    .travel-footer__nav ul {
        display: inline-block;
    }

    .travel-footer__brand {
        padding-bottom: 14px;
    }

    .travel-footer__links {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .travel-footer__cta .btn {
        width: auto;
    }

    .bc_wrap .bc_footer .copy-right .context {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bc_wrap .bc_footer .copy-right .f-visa {
        text-align: left;
        margin-top: 6px;
    }

    .bc_wrap .bc_header .content {
        min-height: 56px;
        padding: 6px 0;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .bc_wrap .bc_header .bc-logo {
        max-width: 236px;
    }

    .bc_wrap .bc_header .bc-logo img {
        max-height: 44px;
    }

    .bc_wrap .bc_header .bc-more-menu {
        width: 32px !important;
        height: 32px !important;
    }

    .bc_wrap .bc-menu-mobile {
        width: 100vw;
        padding: 14px 14px 22px;
    }

    .bc_wrap .bc-menu-mobile .user-profile .b-close {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }
}

@media (max-width: 1320px) {
    .bc_wrap .bc_header .header-left {
        gap: 16px;
    }

    .bc_wrap .bc_header .bc-menu .main-menu {
        gap: 0;
    }

    .bc_wrap .bc_header .bc-menu .main-menu > li > a {
        padding: 12px 10px;
        font-size: 14px;
    }

    .travel-header-cta {
        min-width: 136px;
        padding: 11px 15px;
    }
}

@media (max-width: 1180px) {
    .bc_wrap .bc_header .bc-logo {
        flex-basis: 220px;
        max-width: 220px;
    }

    .bc_wrap .bc_header .bc-menu .main-menu > li > a {
        padding: 11px 8px;
        font-size: 13px;
    }

    .travel-header-cta {
        min-width: 124px;
        padding: 10px 14px;
        font-size: 14px;
    }
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy {
    margin: 28px 0 34px;
    padding: 28px;
    border: 1px solid rgba(0, 42, 59, .08);
    border-radius: 28px;
    background:
        radial-gradient(circle at 95% 0%, rgba(243, 64, 28, .10), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f7fbfb 100%);
    box-shadow: 0 24px 60px rgba(0, 42, 59, .08);
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__heading {
    margin-bottom: 20px;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__heading span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(243, 64, 28, .10);
    color: #f3401c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__heading h3 {
    margin: 0;
    color: #002a3b;
    font-size: 30px;
    font-weight: 800;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__times {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__time {
    padding: 16px 18px;
    border: 1px solid rgba(0, 42, 59, .08);
    border-radius: 18px;
    background: #fff;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__time span {
    display: block;
    margin-bottom: 4px;
    color: #5c6b76;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__time strong {
    color: #002a3b;
    font-size: 21px;
    font-weight: 800;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__card {
    padding: 20px;
    border: 1px solid rgba(0, 42, 59, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__card h4 {
    margin: 0 0 10px;
    color: #002a3b;
    font-size: 17px;
    font-weight: 800;
}

.bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__copy {
    color: #586875;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy {
        padding: 20px;
        border-radius: 22px;
    }

    .bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__heading h3 {
        font-size: 24px;
    }

    .bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__times,
    .bc_wrap .bc_detail_hotel .bc_content .travel-hotel-policy__grid {
        grid-template-columns: 1fr;
    }
}
