/* Triptickers premium homepage sections */
.frontend-page .page-template-content {
    color: #17344e;
}

/*
 * Keep media layers inside their own stacking context. The hero video and
 * offer artwork intentionally use z-index:-1 in the base theme; an opaque
 * page background would otherwise cover both assets.
 */
.frontend-page .page-template-content .bravo-form-search-all.bg_video,
.frontend-page .page-template-content .bravo-offer .item {
    isolation: isolate;
}

.frontend-page .page-template-content .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
}

.frontend-page .page-template-content .premium-home-section {
    --premium-navy: #17344e;
    --premium-navy-deep: #0d263d;
    --premium-orange: #ff5a2f;
    --premium-orange-deep: #e7481f;
    --premium-ink: #142b42;
    --premium-muted: #718094;
    --premium-line: #e3e9ef;
    position: relative;
    margin-top: 56px;
    margin-bottom: 56px;
}

.premium-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 24px;
}

.premium-heading-copy {
    min-width: 0;
}

.frontend-page .page-template-content .premium-section-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 9px;
    color: #ff5a2f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    gap: 8px;
}

.frontend-page .page-template-content .premium-section-kicker i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 11px;
    background: linear-gradient(135deg, #ff6b42, #e7481f);
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(255, 90, 47, .2);
}

.frontend-page .page-template-content .premium-home-section .premium-section-heading .title {
    margin: 0;
    color: #17344e;
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 800;
    letter-spacing: -.8px;
    line-height: 1.18;
}

.frontend-page .page-template-content .premium-home-section .premium-section-heading .sub-title,
.frontend-page .page-template-content .premium-home-section .premium-section-heading .desc {
    max-width: 720px;
    margin: 8px 0 0;
    color: #718094;
    font-size: 14px;
    line-height: 1.7;
}

.premium-view-all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px;
    color: #17344e;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid #dbe4eb;
    border-radius: 999px;
    box-shadow: 0 7px 18px rgba(23, 52, 78, .08);
    transition: .22s ease;
    gap: 8px;
}

.premium-view-all:hover {
    color: #fff;
    background: #17344e;
    border-color: #17344e;
    box-shadow: 0 10px 24px rgba(23, 52, 78, .16);
    transform: translateY(-2px);
}

.premium-view-all i {
    font-size: 10px;
}

/* Hotels */
.frontend-page .page-template-content .premium-hotel-section {
    overflow: hidden;
    padding: 27px 26px 23px;
    background:
        radial-gradient(circle at 93% 12%, rgba(255, 90, 47, .11) 0 70px, transparent 71px),
        linear-gradient(145deg, #eef6fb 0%, #fff 52%, #fff5f1 100%);
    border: 1px solid #e0e9f0;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(23, 52, 78, .08);
}

.bravo_wrap .page-template-content .premium-hotel-section .item-loop.premium-hotel-card {
    overflow: hidden;
    min-height: 100%;
    margin: 0;
    padding: 0 0 15px;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(23, 52, 78, .09);
    transition: transform .25s ease, box-shadow .25s ease;
}

.bravo_wrap .page-template-content .premium-hotel-section .item-loop.premium-hotel-card:hover {
    border-color: #ffd1c3;
    box-shadow: 0 16px 34px rgba(23, 52, 78, .14);
    transform: translateY(-5px);
}

.premium-hotel-card .thumb-image {
    height: 168px !important;
    margin: 0 !important;
    overflow: hidden;
    background: #e9eef2;
    border-radius: 17px 17px 0 0 !important;
}

.premium-hotel-card .thumb-image > a,
.premium-hotel-card .thumb-image img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.premium-hotel-card .thumb-image img {
    object-fit: cover;
    transition: transform .4s ease;
}

.premium-hotel-card:hover .thumb-image img {
    transform: scale(1.045);
}

.bravo_wrap .page-template-content .premium-hotel-card .featured {
    top: 12px;
    left: 12px;
    right: auto;
    z-index: 3;
    padding: 6px 9px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff6b42, #e7481f);
    border-radius: 7px;
    box-shadow: 0 6px 14px rgba(255, 90, 47, .26);
}

.premium-hotel-card .star-rate {
    right: auto !important;
    bottom: 10px !important;
    left: 10px !important;
    padding: 5px 7px !important;
    background: rgba(14, 39, 64, .88) !important;
    border-radius: 7px;
    backdrop-filter: blur(5px);
}

.premium-hotel-card .star-rate .fa-star {
    color: #ffc443;
    font-size: 9px;
}

.premium-hotel-card .service-wishlist,
.premium-tour-card .service-wishlist {
    top: 11px !important;
    right: 11px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 34px !important;
    color: #17344e !important;
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50% !important;
    box-shadow: 0 6px 16px rgba(14, 39, 64, .18);
}

.premium-hotel-card .service-wishlist.active,
.premium-tour-card .service-wishlist.active {
    color: #ff5a2f !important;
}

.bravo_wrap .page-template-content .premium-hotel-card .item-title {
    min-height: 48px;
    padding: 13px 14px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.42;
}

.premium-hotel-card .item-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #17344e !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bravo_wrap .page-template-content .premium-hotel-card .location {
    min-height: 27px;
    padding: 5px 14px 0;
    color: #718094;
    font-size: 11px;
}

.premium-hotel-card .location i {
    margin-right: 4px;
    color: #ff5a2f;
}

.bravo_wrap .page-template-content .premium-hotel-card .service-review {
    padding: 6px 14px 0;
    font-size: 10px;
}

.bravo_wrap .page-template-content .premium-hotel-card .info {
    padding: 11px 14px 0;
    margin-top: 9px;
    border-top: 1px solid #edf1f4;
}

.premium-hotel-card .g-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 7px;
}

.premium-hotel-card .prefix {
    color: #8794a2;
    font-size: 9px;
    text-transform: uppercase;
}

.premium-hotel-card .prefix i {
    margin-right: 3px;
    color: #ff5a2f;
}

.premium-hotel-card .text-price {
    color: #17344e !important;
    font-size: 16px !important;
    font-weight: 800;
}

.premium-hotel-card .unit {
    color: #718094;
    font-size: 9px;
    font-weight: 500;
}

/* Shared Owl controls */
.premium-home-section .owl-stage {
    display: flex;
}

.premium-home-section .owl-item {
    display: flex;
    min-height: 100%;
}

.premium-home-section .owl-item > * {
    width: 100%;
}

.premium-home-section .owl-stage-outer {
    padding: 4px 2px 14px;
}

.premium-home-section .owl-nav {
    display: flex !important;
    position: absolute;
    top: 42%;
    right: -16px;
    left: -16px;
    justify-content: space-between;
    height: 0;
    margin: 0 !important;
    pointer-events: none;
}

.premium-home-section .owl-nav button.owl-prev,
.premium-home-section .owl-nav button.owl-next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #17344e !important;
    font-size: 24px !important;
    line-height: 1 !important;
    background: #fff !important;
    border: 1px solid #dce5ec !important;
    border-radius: 50% !important;
    box-shadow: 0 8px 20px rgba(23, 52, 78, .14);
    pointer-events: auto;
    transition: .2s ease;
}

.premium-home-section .owl-nav button:hover {
    color: #fff !important;
    background: #17344e !important;
    border-color: #17344e !important;
}

.premium-home-section .owl-nav button.disabled {
    opacity: .35;
}

.premium-home-section .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    gap: 5px;
}

.premium-home-section .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0;
    background: #cdd7df;
    border-radius: 99px;
    transition: .2s ease;
}

.premium-home-section .owl-dots .owl-dot.active span {
    width: 22px;
    background: #ff5a2f;
}

/* Tour categories */
.premium-tour-category-section {
    padding: 48px 0 42px;
    background:
        linear-gradient(90deg, rgba(255, 90, 47, .045) 1px, transparent 1px),
        linear-gradient(rgba(255, 90, 47, .045) 1px, transparent 1px),
        linear-gradient(145deg, #fff6f2, #fff);
    background-size: 30px 30px, 30px 30px, auto;
    border-top: 1px solid #ffe2d8;
    border-bottom: 1px solid #ffe2d8;
}

.premium-category-card {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(23, 52, 78, .12);
}

.premium-category-card a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 184px;
    color: #fff;
    border-radius: 20px;
}

.premium-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.premium-category-card:hover img {
    transform: scale(1.06);
}

.premium-category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 39, 64, .02) 28%, rgba(14, 39, 64, .9) 100%);
}

.bravo_wrap .page-template-content .premium-category-card .text-title {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
    background: transparent;
}

.premium-category-card .text-title i {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #17344e;
    font-size: 10px;
    background: #fff;
    border-radius: 50%;
}

/* Locations */
.premium-location-section .premium-section-heading {
    padding: 0 2px;
}

.premium-location-section .premium-scroll-row {
    margin-right: -8px;
    margin-left: -8px;
}

.premium-location-section .premium-scroll-row > [class*="col-"] {
    padding: 8px;
}

.bravo_wrap .page-template-content .premium-location-section .premium-location-card {
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(23, 52, 78, .12);
    transition: transform .25s ease, box-shadow .25s ease;
}

.premium-location-card:hover {
    box-shadow: 0 18px 36px rgba(23, 52, 78, .18) !important;
    transform: translateY(-4px);
}

.bravo_wrap .page-template-content .premium-location-section .premium-location-card .image {
    height: 218px !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 20px;
}

.premium-location-card .effect {
    background: linear-gradient(180deg, rgba(14, 39, 64, .04) 25%, rgba(14, 39, 64, .9) 100%) !important;
}

.bravo_wrap .page-template-content .premium-location-card .content {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 20px !important;
    text-align: left !important;
}

.premium-location-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 9px;
    color: #fff;
    font-size: 12px;
    background: #ff5a2f;
    border-radius: 9px;
}

.bravo_wrap .page-template-content .premium-location-card .content .title {
    margin: 0;
    color: #fff !important;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
}

.premium-location-card .content .desc {
    margin-top: 5px;
    color: #e4ebf1 !important;
    font-size: 11px;
}

/* Tour cards */
.premium-tour-section {
    padding: 48px 0 42px;
    background: linear-gradient(180deg, #eef4f8 0%, #f8fafc 100%);
    border-top: 1px solid #e1e8ee;
    border-bottom: 1px solid #e1e8ee;
}

.bravo_wrap .page-template-content .premium-tour-section .item-tour.premium-tour-card {
    overflow: hidden;
    min-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    background: #fff;
    border: 1px solid #dfe7ed;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(23, 52, 78, .09);
    transition: transform .25s ease, box-shadow .25s ease;
}

.premium-tour-card:hover {
    box-shadow: 0 16px 34px rgba(23, 52, 78, .14) !important;
    transform: translateY(-5px);
}

.premium-tour-card .thumb-image {
    height: 168px !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 17px 17px 0 0;
}

.premium-tour-card .thumb-image > a,
.premium-tour-card .thumb-image img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.premium-tour-card .thumb-image img {
    object-fit: cover;
    transition: transform .4s ease;
}

.premium-tour-card:hover .thumb-image img {
    transform: scale(1.045);
}

.bravo_wrap .page-template-content .premium-tour-card .featured,
.bravo_wrap .page-template-content .premium-tour-card .sale_info {
    z-index: 3;
    padding: 6px 9px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    background: #ff5a2f;
    border-radius: 7px;
}

.bravo_wrap .page-template-content .premium-tour-card .location {
    min-height: 29px;
    padding: 11px 14px 0;
    color: #718094;
    font-size: 10.5px;
}

.premium-tour-card .location i {
    margin-right: 4px;
    color: #ff5a2f;
}

.bravo_wrap .page-template-content .premium-tour-card .item-title {
    min-height: 54px;
    padding: 7px 14px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.42;
}

.premium-tour-card .item-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #17344e !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bravo_wrap .page-template-content .premium-tour-card .service-review {
    padding: 6px 14px 0;
}

.bravo_wrap .page-template-content .premium-tour-card .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 10px 14px;
    margin-top: 8px;
    background: #f8fafc;
    border-top: 1px solid #e8edf1;
}

.premium-tour-card .duration {
    color: #66778a;
    font-size: 10px;
}

.premium-tour-card .duration i,
.premium-tour-card .prefix i {
    margin-right: 3px;
    color: #ff5a2f;
}

.premium-tour-card .g-price {
    text-align: right;
}

.premium-tour-card .prefix {
    color: #8492a0;
    font-size: 8px;
    text-transform: uppercase;
}

.premium-tour-card .price .onsale {
    color: #9aa6b2;
    font-size: 9px;
}

.premium-tour-card .price .text-price {
    color: #17344e !important;
    font-size: 15px;
    font-weight: 800;
}

/* News */
.premium-news-section {
    padding: 4px 0 18px;
}

.premium-news-section .premium-scroll-row {
    margin-right: -9px;
    margin-left: -9px;
}

.premium-news-section .premium-scroll-row > [class*="col-"] {
    display: flex;
    padding: 9px;
}

.bravo_wrap .page-template-content .premium-news-section .premium-news-card {
    overflow: hidden;
    width: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #e0e7ed;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(23, 52, 78, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.premium-news-card:hover {
    box-shadow: 0 16px 34px rgba(23, 52, 78, .14) !important;
    transform: translateY(-4px);
}

.premium-news-card .thumb-image {
    height: 168px !important;
    overflow: hidden;
    margin: 0 !important;
}

.premium-news-card .thumb-image a,
.premium-news-card .thumb-image img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.premium-news-card .thumb-image img {
    object-fit: cover;
    transition: transform .4s ease;
}

.premium-news-card:hover .thumb-image img {
    transform: scale(1.045);
}

.bravo_wrap .page-template-content .premium-news-card .caption {
    padding: 16px 17px 18px;
}

.premium-news-card .item-date ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 0 10px;
    gap: 7px;
}

.premium-news-card .item-date li,
.premium-news-card .item-date a {
    color: #7b8998 !important;
    font-size: 9px;
}

.premium-news-card .item-date li:first-child a {
    display: inline-block;
    padding: 4px 7px;
    color: #d94820 !important;
    font-weight: 700;
    background: #fff0eb;
    border-radius: 6px;
}

.bravo_wrap .page-template-content .premium-news-card .item-title {
    min-height: 48px;
    margin: 0 0 9px;
    font-size: 15px;
    line-height: 1.45;
}

.premium-news-card .item-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #17344e !important;
    font-weight: 800;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.premium-news-card .item-desc {
    display: -webkit-box;
    overflow: hidden;
    min-height: 42px;
    color: #718094;
    font-size: 11px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.premium-news-card .item-more {
    margin-top: 13px;
}

.premium-news-card .btn-readmore {
    display: inline-flex;
    align-items: center;
    color: #ff5a2f !important;
    font-size: 11px;
    font-weight: 750;
    gap: 6px;
}

/* Partners block is stored in page-builder HTML, so style its stable classes. */
.frontend-page .page-template-content .tt-partner-section {
    position: relative;
    overflow: hidden;
    padding: 44px 0 47px;
    margin-top: 48px;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 90, 47, .15), transparent 22%),
        linear-gradient(135deg, #0e2942, #173f61);
    border-top: 5px solid #ff5a2f;
}

.tt-partner-title {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 25px;
}

.tt-partner-title::before {
    display: block;
    margin-bottom: 8px;
    color: #ff9a7d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    content: "TRUSTED TRAVEL NETWORK";
}

.frontend-page .page-template-content .tt-partner-title h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 800;
    letter-spacing: -.6px;
}

.tt-partner-slider {
    overflow: hidden;
    padding: 5px 0 12px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.tt-partner-track {
    display: flex !important;
    align-items: center;
    width: max-content;
    animation: premium-partner-marquee 28s linear infinite !important;
    gap: 18px;
}

.tt-partner-slider:hover .tt-partner-track {
    animation-play-state: paused !important;
}

.frontend-page .page-template-content .tt-partner-card {
    display: flex;
    flex: 0 0 184px;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 92px;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 16px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .17);
}

.frontend-page .page-template-content .tt-partner-card img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    filter: saturate(.92);
}

@keyframes premium-partner-marquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(calc(-50% - 9px), 0, 0); }
}

@media (max-width: 991.98px) {
    .frontend-page .page-template-content .premium-home-section {
        margin-top: 54px;
        margin-bottom: 54px;
    }

    .frontend-page .page-template-content .premium-hotel-section {
        padding: 27px 24px 24px;
        border-radius: 23px;
    }

    .premium-category-card a {
        height: 185px;
    }

    .bravo_wrap .page-template-content .premium-location-section .premium-location-card .image {
        height: 215px !important;
    }
}

/* V17: final mobile spacing and header alignment adjustments. */
.frontend-page .page-template-content .tt-partner-section {
    margin-bottom: 26px !important;
}

@media (max-width: 991.98px) {
    .frontend-page .bravo_header .header-left,
    .frontend-page .bravo_header .header-right {
        display: flex !important;
        align-items: center !important;
    }

    .frontend-page .bravo_header .header-right {
        justify-content: flex-end !important;
    }

    .frontend-page .bravo_header .bravo-logo,
    .frontend-page .bravo_header .bravo-logo img {
        width: clamp(145px, 22vw, 165px) !important;
        max-width: 165px !important;
        max-height: 46px !important;
        object-fit: contain;
    }

    .frontend-page .bravo_header .bravo-more-menu {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        margin: 0 !important;
        transform: none !important;
        align-self: center !important;
        line-height: 1 !important;
    }

    .frontend-page .bravo_header .bravo-more-menu .fa-bars {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        line-height: 1 !important;
    }

    .frontend-page .page-template-content > .container > .premium-hotel-section,
    .frontend-page .page-template-content .premium-hotel-section {
        width: auto !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .frontend-page .page-template-content > .container,
    .frontend-page .page-template-content .premium-home-section > .container,
    .frontend-page .page-template-content .premium-home-section.container {
        padding-right: 13px;
        padding-left: 13px;
    }

    .frontend-page .page-template-content .premium-home-section {
        margin-top: 38px;
        margin-bottom: 38px;
    }

    .premium-section-heading {
        align-items: flex-start;
        margin-bottom: 17px;
        gap: 10px;
    }

    .frontend-page .page-template-content .premium-section-kicker {
        margin-bottom: 6px;
        font-size: 8px;
        letter-spacing: .7px;
        gap: 6px;
    }

    .frontend-page .page-template-content .premium-section-kicker i {
        width: 21px;
        height: 21px;
        font-size: 9px;
        border-radius: 6px;
    }

    .frontend-page .page-template-content .premium-home-section .premium-section-heading .title {
        font-size: 20px;
        letter-spacing: -.35px;
        line-height: 1.25;
    }

    .frontend-page .page-template-content .premium-home-section .premium-section-heading .sub-title,
    .frontend-page .page-template-content .premium-home-section .premium-section-heading .desc {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .premium-view-all {
        min-height: 34px;
        padding: 7px 9px;
        margin-top: 2px;
        font-size: 9px;
        box-shadow: none;
        gap: 5px;
    }

    .frontend-page .page-template-content .premium-hotel-section {
        padding: 19px 12px 14px;
        margin-right: 12px;
        margin-left: 12px;
        border-radius: 19px;
    }

    .premium-home-section .owl-stage-outer {
        margin-right: -5px;
        margin-left: -5px;
        padding: 4px 5px 14px;
    }

    .premium-home-section .owl-nav {
        display: none !important;
    }

    .premium-home-section .owl-dots {
        margin-top: 1px;
    }

    .bravo_wrap .page-template-content .premium-hotel-section .item-loop.premium-hotel-card,
    .bravo_wrap .page-template-content .premium-tour-section .item-tour.premium-tour-card {
        border-radius: 13px;
        box-shadow: 0 7px 17px rgba(23, 52, 78, .09);
    }

    .premium-hotel-card .thumb-image,
    .premium-tour-card .thumb-image {
        height: 112px !important;
        border-radius: 12px 12px 0 0 !important;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .featured,
    .bravo_wrap .page-template-content .premium-tour-card .featured,
    .bravo_wrap .page-template-content .premium-tour-card .sale_info {
        top: 7px;
        left: 7px;
        padding: 4px 6px;
        font-size: 6.5px;
        border-radius: 5px;
    }

    .premium-hotel-card .service-wishlist,
    .premium-tour-card .service-wishlist {
        top: 7px !important;
        right: 7px !important;
        width: 27px !important;
        height: 27px !important;
        font-size: 11px !important;
    }

    .premium-hotel-card .star-rate {
        bottom: 6px !important;
        left: 6px !important;
        padding: 3px 5px !important;
    }

    .premium-hotel-card .star-rate .fa-star {
        font-size: 6px;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .item-title,
    .bravo_wrap .page-template-content .premium-tour-card .item-title {
        min-height: 42px;
        padding: 9px 9px 0;
        font-size: 11px;
        line-height: 1.35;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .location,
    .bravo_wrap .page-template-content .premium-tour-card .location {
        min-height: 23px;
        padding: 4px 9px 0;
        font-size: 8px;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .service-review,
    .bravo_wrap .page-template-content .premium-tour-card .service-review {
        display: none;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .info {
        padding: 8px 9px 0;
        margin-top: 6px;
    }

    .premium-hotel-card .prefix,
    .premium-tour-card .prefix {
        font-size: 6.5px;
    }

    .premium-hotel-card .text-price,
    .premium-tour-card .price .text-price {
        font-size: 11.5px !important;
    }

    .premium-hotel-card .unit {
        display: block;
        font-size: 6.5px;
    }

    .premium-tour-category-section,
    .premium-tour-section {
        padding: 38px 0 31px;
    }

    .premium-category-card,
    .premium-category-card a {
        border-radius: 13px;
    }

    .premium-category-card a {
        height: 118px;
    }

    .bravo_wrap .page-template-content .premium-category-card .text-title {
        right: 8px;
        bottom: 8px;
        left: 8px;
        font-size: 9px;
        line-height: 1.25;
    }

    .premium-category-card .text-title i {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
        font-size: 7px;
    }

    .premium-location-section .premium-scroll-row,
    .premium-news-section .premium-scroll-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 2px 13px 15px;
        margin-right: -13px;
        margin-left: -13px;
        scroll-behavior: smooth;
        scroll-padding-left: 13px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .premium-location-section .premium-scroll-row::-webkit-scrollbar,
    .premium-news-section .premium-scroll-row::-webkit-scrollbar {
        display: none;
    }

    .premium-location-section .premium-scroll-row > [class*="col-"] {
        flex: 0 0 72%;
        max-width: 72%;
        padding: 5px;
        scroll-snap-align: start;
    }

    .bravo_wrap .page-template-content .premium-location-section .premium-location-card {
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(23, 52, 78, .1);
    }

    .bravo_wrap .page-template-content .premium-location-section .premium-location-card .image {
        height: 174px !important;
        border-radius: 15px;
    }

    .bravo_wrap .page-template-content .premium-location-card .content {
        padding: 13px !important;
    }

    .premium-location-pin {
        width: 24px;
        height: 24px;
        margin-bottom: 6px;
        font-size: 9px;
        border-radius: 7px;
    }

    .bravo_wrap .page-template-content .premium-location-card .content .title {
        font-size: 15px;
    }

    .premium-location-card .content .desc {
        font-size: 8px;
    }

    .bravo_wrap .page-template-content .premium-tour-card .info {
        min-height: 48px;
        padding: 7px 9px;
        margin-top: 5px;
    }

    .premium-tour-card .duration {
        font-size: 7.5px;
    }

    .premium-tour-card .price .onsale {
        display: block;
        font-size: 7px;
    }

    .premium-news-section {
        padding-top: 0;
    }

    .premium-news-section .premium-scroll-row > [class*="col-"] {
        flex: 0 0 82%;
        max-width: 82%;
        padding: 5px;
        scroll-snap-align: start;
    }

    .bravo_wrap .page-template-content .premium-news-section .premium-news-card {
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(23, 52, 78, .09);
    }

    .premium-news-card .thumb-image {
        height: 150px !important;
    }

    .bravo_wrap .page-template-content .premium-news-card .caption {
        padding: 12px 13px 14px;
    }

    .bravo_wrap .page-template-content .premium-news-card .item-title {
        min-height: 41px;
        font-size: 12px;
        line-height: 1.4;
    }

    .premium-news-card .item-desc {
        min-height: 34px;
        font-size: 9px;
    }

    .frontend-page .page-template-content .tt-partner-section {
        padding: 37px 0 41px;
        margin-top: 38px;
        border-top-width: 4px;
    }

    .tt-partner-title {
        padding: 0 14px;
        margin-bottom: 18px;
    }

    .tt-partner-title::before {
        margin-bottom: 5px;
        font-size: 8px;
    }

    .frontend-page .page-template-content .tt-partner-title h1 {
        font-size: 21px;
    }

    .tt-partner-track {
        gap: 10px;
        animation-duration: 22s !important;
    }

    .frontend-page .page-template-content .tt-partner-card {
        flex-basis: 132px;
        width: 132px;
        height: 70px;
        padding: 13px;
        border-radius: 12px;
    }

    .frontend-page .page-template-content .tt-partner-card img {
        max-height: 40px;
    }
}

@media (max-width: 374.98px) {
    .premium-view-all {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 8px;
    }

    .frontend-page .page-template-content .premium-home-section .premium-section-heading .title {
        font-size: 18px;
    }

    .premium-hotel-card .thumb-image,
    .premium-tour-card .thumb-image {
        height: 102px !important;
    }
}

/* ========================================================================
   V14 FOCUSED SECTION POLISH
   Header sizing, equal hotel/tour/news card rhythm and corrected controls.
   ======================================================================== */
.frontend-page .page-template-content .premium-category-card .text-title i {
    display: none !important;
}

.frontend-page .page-template-content .premium-category-card .text-title {
    justify-content: flex-start !important;
}

.frontend-page .page-template-content .premium-hotel-card .thumb-image,
.frontend-page .page-template-content .premium-tour-card .thumb-image,
.frontend-page .page-template-content .premium-news-card .thumb-image {
    height: 200px !important;
    min-height: 200px !important;
    padding: 0 !important;
}

.frontend-page .page-template-content .premium-hotel-card .thumb-image > a,
.frontend-page .page-template-content .premium-tour-card .thumb-image > a,
.frontend-page .page-template-content .premium-news-card .thumb-image > a {
    display: block;
    width: 100%;
    height: 100%;
}

.frontend-page .page-template-content .premium-hotel-card .thumb-image img,
.frontend-page .page-template-content .premium-tour-card .thumb-image img,
.frontend-page .page-template-content .premium-news-card .thumb-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .location,
.bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .location {
    min-height: 0 !important;
    padding: 11px 15px 0 !important;
    margin: 0 !important;
    line-height: 1.4;
}

.bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .item-title,
.bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .item-title {
    min-height: 52px !important;
    padding: 7px 15px 0 !important;
    margin: 0 !important;
    line-height: 1.4;
}

.bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .info,
.bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .info {
    width: 100%;
    min-height: 58px;
    padding: 10px 15px !important;
    margin-top: auto !important;
}

.frontend-page .page-template-content .premium-tour-card .g-price,
.frontend-page .page-template-content .premium-hotel-card .g-price {
    display: flex !important;
    width: 100%;
    min-width: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
}

.frontend-page .page-template-content .premium-tour-card .price,
.frontend-page .page-template-content .premium-hotel-card .price {
    min-width: 0;
    margin-left: auto;
    text-align: right;
}

.frontend-page .page-template-content .premium-tour-card .price .onsale {
    display: block;
    line-height: 1.15;
    white-space: nowrap;
}

.frontend-page .page-template-content .premium-tour-card .price .text-price,
.frontend-page .page-template-content .premium-hotel-card .text-price {
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.2;
    white-space: nowrap;
}

.frontend-page .page-template-content .premium-hotel-card .unit {
    display: inline;
    font-size: 10px;
    white-space: nowrap;
}

/* A location card ends with its image; never stretch it into a white panel. */
.frontend-page .page-template-content .premium-location-slider .owl-stage,
.frontend-page .page-template-content .premium-location-slider .owl-item,
.frontend-page .page-template-content .premium-location-slider .owl-item > [class*="col-"] {
    align-items: flex-start !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: transparent !important;
    border: 0 !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card > a {
    display: block;
    width: 100%;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .image {
    width: 100% !important;
    height: 244px !important;
    min-height: 244px !important;
    padding: 0 !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .content {
    align-items: center !important;
    text-align: center !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .content .title {
    max-width: calc(100% - 20px);
    text-align: center !important;
}

.frontend-page .page-template-content .premium-news-card .caption,
.frontend-page .page-template-content .premium-news-card .item-date,
.frontend-page .page-template-content .premium-news-card .item-title,
.frontend-page .page-template-content .premium-news-card .item-desc,
.frontend-page .page-template-content .premium-news-card .item-more {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
}

.bravo_wrap .page-template-content .premium-news-card .item-title {
    padding: 0 !important;
    margin: 0 0 8px !important;
}

@media (min-width: 992px) {
    .frontend-page .page-template-content .premium-hotel-section .premium-section-heading,
    .frontend-page .page-template-content .premium-tour-section .premium-section-heading,
    .frontend-page .page-template-content .premium-tour-category-section .premium-section-heading {
        min-height: 94px;
    }

    /* The arrows now form a compact control above the section action. */
    .frontend-page .page-template-content .premium-hotel-section .owl-nav,
    .frontend-page .page-template-content .premium-tour-section .owl-nav,
    .frontend-page .page-template-content .premium-tour-category-section .owl-nav {
        display: flex !important;
        top: -112px !important;
        right: 0 !important;
        left: auto !important;
        width: auto !important;
        height: 36px !important;
        align-items: center;
        justify-content: flex-end;
        gap: 7px;
    }

    .frontend-page .page-template-content .premium-hotel-section .owl-nav button.owl-prev,
    .frontend-page .page-template-content .premium-hotel-section .owl-nav button.owl-next,
    .frontend-page .page-template-content .premium-tour-section .owl-nav button.owl-prev,
    .frontend-page .page-template-content .premium-tour-section .owl-nav button.owl-next,
    .frontend-page .page-template-content .premium-tour-category-section .owl-nav button.owl-prev,
    .frontend-page .page-template-content .premium-tour-category-section .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        font-size: 20px !important;
        box-shadow: 0 6px 15px rgba(23, 52, 78, .12);
    }
}

/* The theme switches to its hamburger header below 992px, so the focused
   mobile/tablet corrections use the same breakpoint. */
@media (max-width: 991.98px) {
    .frontend-page .bravo_header {
        height: 74px !important;
        min-height: 74px !important;
        max-height: 74px !important;
    }

    .frontend-page .bravo_header > .container,
    .frontend-page .bravo_header .content,
    .frontend-page .bravo_header .header-left,
    .frontend-page .bravo_header .header-right {
        height: 74px !important;
        min-height: 74px !important;
        max-height: 74px !important;
    }

    .frontend-page .bravo_header .content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: center !important;
    }

    .frontend-page .bravo_header .bravo-logo,
    .frontend-page .bravo_header .bravo-logo img {
        display: block;
        width: auto !important;
        max-width: 138px !important;
        height: auto !important;
        max-height: 38px !important;
    }

    .frontend-page .bravo_header .bravo-more-menu {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 24px !important;
        line-height: 1 !important;
    }

    .frontend-page .page-template-content .premium-home-section {
        scroll-margin-top: 84px;
    }

    .frontend-page .page-template-content .premium-section-heading {
        margin-bottom: 17px !important;
    }

    .frontend-page .page-template-content .premium-section-kicker {
        margin-bottom: 5px !important;
    }

    .frontend-page .page-template-content .premium-home-section .premium-section-heading .title {
        padding: 0 !important;
        margin: 0 !important;
        font-size: clamp(19px, 4.8vw, 22px) !important;
        line-height: 1.22 !important;
    }

    .frontend-page .page-template-content .premium-home-section .premium-section-heading .sub-title,
    .frontend-page .page-template-content .premium-home-section .premium-section-heading .desc {
        margin-top: 6px !important;
    }

    .frontend-page .page-template-content .premium-home-section .owl-nav {
        display: none !important;
    }

    .frontend-page .page-template-content .premium-home-section .owl-stage-outer {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow: hidden !important;
    }

    .frontend-page .page-template-content .premium-hotel-card .thumb-image,
    .frontend-page .page-template-content .premium-tour-card .thumb-image,
    .frontend-page .page-template-content .premium-news-card .thumb-image {
        height: 184px !important;
        min-height: 184px !important;
        padding: 0 !important;
    }

    .bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .location,
    .bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .location {
        min-height: 0 !important;
        padding: 11px 14px 0 !important;
        font-size: 11px !important;
        line-height: 1.35 !important;
    }

    .bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .item-title,
    .bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .item-title {
        min-height: 54px !important;
        padding: 7px 14px 0 !important;
        font-size: 15px !important;
        line-height: 1.38 !important;
    }

    .bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .info,
    .bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .info {
        min-height: 60px !important;
        padding: 10px 14px !important;
    }

    .frontend-page .page-template-content .premium-tour-card .duration {
        flex: 0 0 auto;
        font-size: 10px !important;
        white-space: nowrap;
    }

    .frontend-page .page-template-content .premium-tour-card .prefix,
    .frontend-page .page-template-content .premium-hotel-card .prefix {
        flex: 0 0 auto;
        font-size: 8px !important;
        white-space: nowrap;
    }

    .frontend-page .page-template-content .premium-tour-card .price .onsale {
        font-size: 10px !important;
    }

    .frontend-page .page-template-content .premium-tour-card .price .text-price,
    .frontend-page .page-template-content .premium-hotel-card .text-price {
        font-size: clamp(14px, 4vw, 17px) !important;
    }

    .frontend-page .page-template-content .premium-hotel-card .unit {
        font-size: 9px !important;
    }

    .frontend-page .page-template-content .premium-category-card a {
        height: 138px !important;
    }

    .bravo_wrap .page-template-content .premium-category-card .text-title {
        right: 11px !important;
        bottom: 11px !important;
        left: 11px !important;
        max-width: calc(100% - 22px);
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card {
        height: auto !important;
        min-height: 0 !important;
        align-self: flex-start;
        box-shadow: 0 10px 24px rgba(23, 52, 78, .12);
    }

    .bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .image {
        height: 228px !important;
        min-height: 228px !important;
        padding: 0 !important;
    }

    .bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .content {
        padding: 14px !important;
    }

    .bravo_wrap .page-template-content .premium-news-card .caption {
        padding: 14px 15px 16px !important;
    }

    .bravo_wrap .page-template-content .premium-news-card .item-title {
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 0 8px !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    .frontend-page .page-template-content .premium-news-card .item-desc {
        min-height: 0 !important;
        font-size: 10.5px !important;
    }
}

@media (max-width: 374.98px) {
    .frontend-page .page-template-content .premium-tour-card .price .text-price,
    .frontend-page .page-template-content .premium-hotel-card .text-price {
        font-size: 14px !important;
    }

    .frontend-page .page-template-content .premium-hotel-card .unit {
        font-size: 8px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tt-partner-track {
        overflow-x: auto;
        animation: none !important;
    }

    .premium-hotel-card,
    .premium-tour-card,
    .premium-news-card,
    .premium-location-card,
    .premium-category-card img {
        transition: none !important;
    }
}

/* Owl owns the layout after the destination/news rows are enhanced. */
.frontend-page .page-template-content .premium-location-slider .premium-scroll-row.owl-carousel,
.frontend-page .page-template-content .premium-news-slider .premium-scroll-row.owl-carousel {
    display: block !important;
    overflow: visible;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    scroll-snap-type: none;
}

.frontend-page .page-template-content .premium-location-slider .owl-item > [class*="col-"],
.frontend-page .page-template-content .premium-news-slider .owl-item > [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* ========================================================================
   V13 CUSTOMER EXPERIENCE REBUILD
   A single, contained responsive system for every homepage content slider.
   ======================================================================== */
.frontend-page {
    overflow-x: hidden;
}

.frontend-page .page-template-content {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.frontend-page .page-template-content *,
.frontend-page .page-template-content *::before,
.frontend-page .page-template-content *::after {
    box-sizing: border-box;
}

.frontend-page .page-template-content .premium-home-section {
    width: 100%;
    max-width: 100%;
    margin-top: 52px;
    margin-bottom: 52px;
}

.frontend-page .page-template-content .premium-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    margin-bottom: 22px;
    gap: 20px;
}

.frontend-page .page-template-content .premium-heading-copy {
    min-width: 0;
}

.frontend-page .page-template-content .premium-home-section .premium-section-heading .title {
    max-width: 760px;
    color: #17344e;
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 800;
    letter-spacing: -.55px;
    line-height: 1.18;
}

.frontend-page .page-template-content .premium-home-section .premium-section-heading .sub-title,
.frontend-page .page-template-content .premium-home-section .premium-section-heading .desc {
    max-width: 760px;
    margin-top: 7px;
    color: #697b8e;
    font-size: 13.5px;
    line-height: 1.58;
}

.frontend-page .page-template-content .premium-view-all {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 11px;
    box-shadow: 0 7px 18px rgba(23, 52, 78, .08);
}

.frontend-page .page-template-content .premium-slider-shell,
.frontend-page .page-template-content .premium-location-slider,
.frontend-page .page-template-content .premium-news-slider {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.frontend-page .page-template-content .premium-home-section .owl-carousel {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    margin: 0 !important;
}

.frontend-page .page-template-content .premium-home-section .owl-stage-outer {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden !important;
    padding: 4px 3px 16px !important;
    margin: 0 !important;
}

.frontend-page .page-template-content .premium-home-section .owl-stage {
    display: flex !important;
}

.frontend-page .page-template-content .premium-home-section .owl-item {
    display: flex !important;
    min-width: 0;
}

.frontend-page .page-template-content .premium-home-section .owl-item > * {
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
}

.frontend-page .page-template-content .premium-location-slider .premium-scroll-row.owl-loaded,
.frontend-page .page-template-content .premium-news-slider .premium-scroll-row.owl-loaded {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
}

.frontend-page .page-template-content .premium-location-slider .owl-item > [class*="col-"],
.frontend-page .page-template-content .premium-news-slider .owl-item > [class*="col-"] {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Hotel collection */
.frontend-page .page-template-content .premium-hotel-section {
    padding: 26px 26px 22px;
    border-radius: 24px;
}

.bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card,
.bravo_wrap .page-template-content .premium-tour-section .premium-tour-card,
.bravo_wrap .page-template-content .premium-news-section .premium-news-card {
    display: flex;
    width: 100%;
    min-width: 0;
    height: 100%;
    flex-direction: column;
}

.frontend-page .page-template-content .premium-hotel-card .thumb-image {
    height: 170px !important;
}

.bravo_wrap .page-template-content .premium-hotel-card .item-title {
    min-height: 48px;
    padding: 12px 14px 0;
    font-size: 13.5px;
}

.bravo_wrap .page-template-content .premium-hotel-card .location {
    min-height: 28px;
    padding: 6px 14px 0;
    font-size: 10.5px;
}

.bravo_wrap .page-template-content .premium-hotel-card .info {
    width: 100%;
    padding: 10px 14px 0;
    margin-top: auto;
}

.frontend-page .page-template-content .premium-hotel-card .text-price {
    font-size: 15px !important;
    white-space: nowrap;
}

/* Category collection */
.frontend-page .page-template-content .premium-tour-category-section {
    padding: 46px 0 40px;
}

.frontend-page .page-template-content .premium-category-card,
.frontend-page .page-template-content .premium-category-card a {
    border-radius: 18px;
}

.frontend-page .page-template-content .premium-category-card a {
    height: 184px;
}

.bravo_wrap .page-template-content .premium-category-card .text-title {
    right: 13px;
    bottom: 13px;
    left: 13px;
    font-size: 13px;
}

/* Destinations: remove the blank white title bar and keep all cards contained. */
.frontend-page .page-template-content .premium-location-section {
    min-width: 0;
}

.bravo_wrap .page-template-content .premium-location-section .premium-location-card {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.bravo_wrap .page-template-content .premium-location-section .premium-location-card .image {
    width: 100% !important;
    height: 244px !important;
    min-height: 0 !important;
    padding: 0 !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 18px;
}

.frontend-page .page-template-content .premium-location-card .effect {
    background: linear-gradient(180deg, rgba(10, 31, 49, .02) 32%, rgba(10, 31, 49, .82) 100%) !important;
}

.bravo_wrap .page-template-content .premium-location-card .content {
    display: flex !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 17px !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: transparent !important;
}

.frontend-page .page-template-content .premium-location-pin {
    width: 28px;
    height: 28px;
    margin: 0 0 7px;
    border-radius: 8px;
}

.bravo_wrap .page-template-content .premium-location-card .content .title {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    padding: 7px 11px !important;
    margin: 0 !important;
    overflow: hidden;
    color: #fff !important;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(13, 38, 61, .9) !important;
    border: 1px solid rgba(255, 255, 255, .16);
    border-left: 3px solid #ff5a2f;
    border-radius: 8px;
    box-shadow: 0 7px 18px rgba(8, 29, 47, .18);
    backdrop-filter: blur(5px);
}

/* Tour collection */
.frontend-page .page-template-content .premium-tour-section {
    padding: 46px 0 40px;
}

.frontend-page .page-template-content .premium-tour-card .thumb-image {
    height: 174px !important;
}

.bravo_wrap .page-template-content .premium-tour-card .location {
    min-height: 29px;
    padding: 10px 13px 0;
    font-size: 10.5px;
}

.bravo_wrap .page-template-content .premium-tour-card .item-title {
    min-height: 55px;
    padding: 7px 13px 0;
    font-size: 13.5px;
}

.bravo_wrap .page-template-content .premium-tour-card .info {
    width: 100%;
    min-height: 57px;
    padding: 9px 13px;
    margin-top: auto;
}

.frontend-page .page-template-content .premium-tour-card .price .text-price {
    font-size: 14px;
    white-space: nowrap;
}

/* Travel stories */
.frontend-page .page-template-content .premium-news-section {
    padding: 3px 0 12px;
}

.frontend-page .page-template-content .premium-news-card .thumb-image {
    height: 202px !important;
}

.bravo_wrap .page-template-content .premium-news-card .caption {
    display: flex;
    padding: 15px 16px 17px;
    flex: 1 1 auto;
    flex-direction: column;
}

.bravo_wrap .page-template-content .premium-news-card .item-title {
    min-height: 47px;
    font-size: 14px;
}

.frontend-page .page-template-content .premium-news-card .item-desc {
    min-height: 40px;
    font-size: 10.5px;
}

.frontend-page .page-template-content .premium-news-card .item-more {
    margin-top: auto;
    padding-top: 11px;
}

/* Compact the service grid without changing its content or links. */
.frontend-page .page-template-content .bravo-featured-item.style3 {
    padding: 42px 0 20px;
}

.frontend-page .page-template-content .bravo-featured-item.style3 .row {
    display: flex;
    flex-wrap: wrap;
}

.frontend-page .page-template-content .bravo-featured-item.style3 [class*="col-"] {
    display: flex;
}

.frontend-page .page-template-content .bravo-featured-item.style3 .featured-item {
    width: 100%;
    min-height: 210px;
    padding: 28px 24px;
    border-color: #e3e9ee;
    border-radius: 16px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.frontend-page .page-template-content .bravo-featured-item.style3 .featured-item:hover {
    border-color: #ffd5c9;
    box-shadow: 0 14px 30px rgba(23, 52, 78, .1);
    transform: translateY(-3px);
}

.frontend-page .page-template-content .bravo-featured-item.style3 .featured-item .image img {
    width: auto;
    max-width: 54px;
    height: auto;
    max-height: 54px;
    object-fit: contain;
}

.frontend-page .page-template-content .bravo-featured-item.style3 .featured-item .title {
    color: #17344e;
    font-size: 16px;
}

.frontend-page .page-template-content .bravo-featured-item.style3 .featured-item .desc {
    color: #617487;
    font-size: 11.5px;
    line-height: 1.55;
}

/* Partner strip */
.frontend-page .page-template-content .tt-partner-section {
    width: 100%;
    max-width: 100%;
    padding: 40px 0 43px;
    margin-top: 46px;
    border-radius: 20px 20px 0 0;
}

.frontend-page .page-template-content .tt-partner-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.frontend-page .page-template-content .tt-partner-card {
    flex-basis: 168px;
    width: 168px;
    height: 82px;
    padding: 15px;
    border-radius: 14px;
}

@media (max-width: 767.98px) {
    .frontend-page .bravo_header,
    .frontend-page .bravo_header .content {
        min-height: 74px;
    }

    .frontend-page .bravo_header .content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .frontend-page .bravo_header .bravo-logo img {
        width: auto;
        max-width: 150px;
        max-height: 44px;
    }

    .frontend-page .bravo_header .bravo-more-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 43px;
        height: 43px;
        padding: 0;
        font-size: 25px;
        border-radius: 11px;
    }

    .frontend-page .page-template-content > .container,
    .frontend-page .page-template-content .premium-home-section > .container,
    .frontend-page .page-template-content .premium-home-section.container {
        width: 100%;
        max-width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    .frontend-page .page-template-content .premium-home-section {
        margin-top: 34px;
        margin-bottom: 34px;
    }

    .frontend-page .page-template-content .premium-section-heading {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        margin-bottom: 17px;
        gap: 10px;
    }

    .frontend-page .page-template-content .premium-section-kicker {
        margin-bottom: 6px;
        font-size: 9px;
        letter-spacing: .72px;
    }

    .frontend-page .page-template-content .premium-section-kicker i {
        width: 23px;
        height: 23px;
        font-size: 9px;
        border-radius: 7px;
    }

    .frontend-page .page-template-content .premium-home-section .premium-section-heading .title {
        font-size: 21px;
        letter-spacing: -.3px;
        line-height: 1.22;
    }

    .frontend-page .page-template-content .premium-home-section .premium-section-heading .sub-title,
    .frontend-page .page-template-content .premium-home-section .premium-section-heading .desc {
        display: -webkit-box;
        margin-top: 6px;
        overflow: hidden;
        color: #718094;
        font-size: 11px;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .frontend-page .page-template-content .premium-view-all {
        min-height: 36px;
        padding: 8px 10px;
        margin-top: 2px;
        font-size: 9.5px;
        white-space: nowrap;
        gap: 5px;
    }

    .frontend-page .page-template-content .premium-home-section .owl-stage-outer {
        padding: 3px 0 16px !important;
    }

    .frontend-page .page-template-content .premium-home-section .owl-nav {
        display: none !important;
    }

    .frontend-page .page-template-content .premium-home-section .owl-dots {
        display: flex !important;
        margin-top: 2px;
    }

    .frontend-page .page-template-content .premium-home-section .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
    }

    .frontend-page .page-template-content .premium-home-section .owl-dots .owl-dot.active span {
        width: 20px;
    }

    /* Swipeable offer cards instead of a long stacked block. */
    .frontend-page .page-template-content .bravo-offer {
        padding-top: 28px;
        padding-bottom: 25px;
        overflow: hidden;
    }

    .frontend-page .page-template-content .bravo-offer .row {
        display: flex;
        flex-wrap: nowrap;
        padding: 0 14px 10px;
        margin-right: 0;
        margin-left: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 12px;
    }

    .frontend-page .page-template-content .bravo-offer .row::-webkit-scrollbar {
        display: none;
    }

    .frontend-page .page-template-content .bravo-offer .row > [class*="col-"] {
        flex: 0 0 82%;
        width: 82%;
        max-width: 82%;
        padding: 0;
        scroll-snap-align: start;
    }

    .frontend-page .page-template-content .bravo-offer .item {
        height: 265px;
        min-height: 265px;
        margin: 0;
        border-radius: 17px;
    }

    /* Mobile service shortcuts: readable 2-column app grid. */
    .frontend-page .page-template-content .bravo-featured-item.style3 {
        padding: 28px 0 10px;
    }

    .frontend-page .page-template-content .bravo-featured-item.style3 .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .frontend-page .page-template-content .bravo-featured-item.style3 [class*="col-"] {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .frontend-page .page-template-content .bravo-featured-item.style3 .featured-item {
        min-height: 142px;
        padding: 17px 11px;
        margin-bottom: 10px;
        border-radius: 13px;
    }

    .frontend-page .page-template-content .bravo-featured-item.style3 .featured-item .image img {
        max-width: 38px;
        max-height: 38px;
    }

    .frontend-page .page-template-content .bravo-featured-item.style3 .featured-item .title {
        margin-top: 8px;
        font-size: 13px;
    }

    .frontend-page .page-template-content .bravo-featured-item.style3 .featured-item .desc {
        display: -webkit-box;
        margin-top: 5px;
        overflow: hidden;
        font-size: 9px;
        line-height: 1.42;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    /* Hotels */
    .frontend-page .page-template-content .premium-hotel-section {
        padding: 19px 13px 14px;
        margin-right: 12px;
        margin-left: 12px;
        border-radius: 18px;
    }

    .frontend-page .page-template-content .premium-hotel-card .thumb-image {
        height: 166px !important;
        border-radius: 14px 14px 0 0 !important;
    }

    .bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card,
    .bravo_wrap .page-template-content .premium-tour-section .premium-tour-card {
        border-radius: 15px;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .item-title {
        min-height: 48px;
        padding: 11px 12px 0;
        font-size: 14px;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .location {
        min-height: 28px;
        padding: 6px 12px 0;
        font-size: 10.5px;
    }

    .bravo_wrap .page-template-content .premium-hotel-card .info {
        padding: 10px 12px 0;
        margin-top: 7px;
    }

    .frontend-page .page-template-content .premium-hotel-card .prefix {
        font-size: 8px;
    }

    .frontend-page .page-template-content .premium-hotel-card .text-price {
        font-size: 16px !important;
    }

    .frontend-page .page-template-content .premium-hotel-card .unit {
        display: inline;
        font-size: 9px;
    }

    /* Categories */
    .frontend-page .page-template-content .premium-tour-category-section,
    .frontend-page .page-template-content .premium-tour-section {
        padding: 33px 0 28px;
    }

    .frontend-page .page-template-content .premium-category-card a {
        height: 134px;
    }

    .bravo_wrap .page-template-content .premium-category-card .text-title {
        right: 9px;
        bottom: 9px;
        left: 9px;
        font-size: 12px;
    }

    .frontend-page .page-template-content .premium-category-card .text-title i {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        font-size: 8px;
    }

    /* Destinations */
    .bravo_wrap .page-template-content .premium-location-section .premium-location-card .image {
        height: 228px !important;
        border-radius: 16px;
    }

    .bravo_wrap .page-template-content .premium-location-card .content {
        padding: 14px !important;
    }

    .bravo_wrap .page-template-content .premium-location-card .content .title {
        max-width: calc(100% - 2px);
        padding: 7px 10px !important;
        font-size: 13px;
    }

    /* Tours */
    .frontend-page .page-template-content .premium-tour-card .thumb-image {
        height: 168px !important;
    }

    .bravo_wrap .page-template-content .premium-tour-card .location {
        min-height: 30px;
        padding: 10px 12px 0;
        font-size: 10.5px;
    }

    .bravo_wrap .page-template-content .premium-tour-card .item-title {
        min-height: 53px;
        padding: 7px 12px 0;
        font-size: 14px;
    }

    .bravo_wrap .page-template-content .premium-tour-card .info {
        min-height: 58px;
        padding: 9px 12px;
    }

    .frontend-page .page-template-content .premium-tour-card .duration {
        font-size: 9px;
    }

    .frontend-page .page-template-content .premium-tour-card .prefix {
        font-size: 7.5px;
    }

    .frontend-page .page-template-content .premium-tour-card .price .onsale {
        font-size: 9px;
    }

    .frontend-page .page-template-content .premium-tour-card .price .text-price {
        font-size: 15px !important;
    }

    /* News */
    .frontend-page .page-template-content .premium-news-section {
        padding-top: 0;
    }

    .frontend-page .page-template-content .premium-news-card .thumb-image {
        height: 176px !important;
    }

    .bravo_wrap .page-template-content .premium-news-card .caption {
        padding: 13px 14px 15px;
    }

    .bravo_wrap .page-template-content .premium-news-card .item-title {
        min-height: 46px;
        font-size: 15px;
        line-height: 1.4;
    }

    .frontend-page .page-template-content .premium-news-card .item-desc {
        min-height: 37px;
        font-size: 10.5px;
    }

    .frontend-page .page-template-content .premium-news-card .btn-readmore {
        font-size: 11px;
    }

    /* Partners and newsletter */
    .frontend-page .page-template-content .tt-partner-section {
        padding: 32px 0 35px;
        margin-top: 32px;
        border-radius: 16px 16px 0 0;
    }

    .frontend-page .page-template-content .tt-partner-title {
        margin-bottom: 16px;
        text-align: center;
    }

    .frontend-page .page-template-content .tt-partner-title h1 {
        font-size: 21px;
    }

    .frontend-page .page-template-content .tt-partner-card {
        flex-basis: 126px;
        width: 126px;
        height: 66px;
        padding: 11px;
        border-radius: 11px;
    }

    .frontend-page .bravo_footer .mailchimp {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .frontend-page .bravo_footer .mailchimp .media-heading {
        font-size: 20px;
        line-height: 1.25;
    }

    .frontend-page .bravo_footer .mailchimp .media-body p {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1.45;
    }

    .frontend-page .bravo_footer .mailchimp .form-group {
        display: flex;
        height: 48px;
    }

    .frontend-page .bravo_footer .mailchimp .form-control,
    .frontend-page .bravo_footer .mailchimp .btn-submit {
        height: 48px;
        font-size: 12px;
    }

    .frontend-page .bravo_footer .mailchimp .btn-submit {
        flex: 0 0 auto;
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (max-width: 374.98px) {
    .frontend-page .page-template-content .premium-home-section .premium-section-heading .title {
        font-size: 19px;
    }

    .frontend-page .page-template-content .premium-view-all {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 8.5px;
    }

    .frontend-page .page-template-content .premium-category-card a {
        height: 124px;
    }
}

/* V14 final cascade: keep the focused corrections above all legacy rules. */
.frontend-page .page-template-content .premium-category-card .text-title i {
    display: none !important;
}

.frontend-page .page-template-content .premium-hotel-card .thumb-image,
.frontend-page .page-template-content .premium-tour-card .thumb-image,
.frontend-page .page-template-content .premium-news-card .thumb-image {
    height: 200px !important;
    min-height: 200px !important;
    padding: 0 !important;
}

.bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .location,
.bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .location {
    min-height: 0 !important;
    padding: 11px 15px 0 !important;
    margin: 0 !important;
}

.bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .item-title,
.bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .item-title {
    min-height: 52px !important;
    padding: 7px 15px 0 !important;
    margin: 0 !important;
}

.bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .info,
.bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .info {
    min-height: 58px;
    padding: 10px 15px !important;
    margin-top: auto !important;
}

.frontend-page .page-template-content .premium-tour-card .g-price,
.frontend-page .page-template-content .premium-hotel-card .g-price {
    display: flex !important;
    width: 100%;
    min-width: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
}

.frontend-page .page-template-content .premium-tour-card .price,
.frontend-page .page-template-content .premium-hotel-card .price {
    min-width: 0;
    margin-left: auto;
    text-align: right;
}

.frontend-page .page-template-content .premium-tour-card .price .onsale {
    display: block;
    line-height: 1.15;
    white-space: nowrap;
}

.frontend-page .page-template-content .premium-tour-card .price .text-price,
.frontend-page .page-template-content .premium-hotel-card .text-price {
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.2;
    white-space: nowrap;
}

.frontend-page .page-template-content .premium-location-slider .owl-stage,
.frontend-page .page-template-content .premium-location-slider .owl-item,
.frontend-page .page-template-content .premium-location-slider .owl-item > [class*="col-"] {
    align-items: flex-start !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: transparent !important;
    border: 0 !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card > a {
    display: block;
    width: 100%;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .image {
    height: 244px !important;
    min-height: 244px !important;
    padding: 0 !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .content {
    align-items: center !important;
    text-align: center !important;
}

.bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .content .title {
    text-align: center !important;
}

.frontend-page .page-template-content .premium-news-card .caption,
.frontend-page .page-template-content .premium-news-card .item-title,
.frontend-page .page-template-content .premium-news-card .item-desc,
.frontend-page .page-template-content .premium-news-card .item-more {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
}

.bravo_wrap .page-template-content .premium-news-card .item-title {
    padding: 0 !important;
    margin: 0 0 8px !important;
}

@media (min-width: 992px) {
    .frontend-page .page-template-content .premium-hotel-section .premium-section-heading,
    .frontend-page .page-template-content .premium-tour-section .premium-section-heading,
    .frontend-page .page-template-content .premium-tour-category-section .premium-section-heading {
        min-height: 94px;
    }

    .frontend-page .page-template-content .premium-hotel-section .owl-nav,
    .frontend-page .page-template-content .premium-tour-section .owl-nav,
    .frontend-page .page-template-content .premium-tour-category-section .owl-nav {
        display: flex !important;
        top: -112px !important;
        right: 0 !important;
        left: auto !important;
        width: auto !important;
        height: 36px !important;
        align-items: center;
        justify-content: flex-end;
        gap: 7px;
    }
}

@media (max-width: 991.98px) {
    .frontend-page .bravo_header,
    .frontend-page .bravo_header > .container,
    .frontend-page .bravo_header .content,
    .frontend-page .bravo_header .header-left,
    .frontend-page .bravo_header .header-right {
        height: 74px !important;
        min-height: 74px !important;
        max-height: 74px !important;
    }

    .frontend-page .bravo_header .content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        align-items: center !important;
    }

    .frontend-page .bravo_header .bravo-logo,
    .frontend-page .bravo_header .bravo-logo img {
        width: auto !important;
        max-width: 138px !important;
        height: auto !important;
        max-height: 38px !important;
    }

    .frontend-page .bravo_header .bravo-more-menu {
        width: 42px !important;
        height: 42px !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 24px !important;
    }

    .frontend-page .page-template-content .premium-home-section .owl-nav {
        display: none !important;
    }

    .frontend-page .page-template-content .premium-home-section .owl-stage-outer {
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow: hidden !important;
    }

    .frontend-page .page-template-content .premium-hotel-card .thumb-image,
    .frontend-page .page-template-content .premium-tour-card .thumb-image,
    .frontend-page .page-template-content .premium-news-card .thumb-image {
        height: 184px !important;
        min-height: 184px !important;
        padding: 0 !important;
    }

    .bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .location,
    .bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .location {
        min-height: 0 !important;
        padding: 11px 14px 0 !important;
        font-size: 11px !important;
    }

    .bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .item-title,
    .bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .item-title {
        min-height: 54px !important;
        padding: 7px 14px 0 !important;
        font-size: 15px !important;
        line-height: 1.38 !important;
    }

    .bravo_wrap .page-template-content .premium-tour-section .premium-tour-card .info,
    .bravo_wrap .page-template-content .premium-hotel-section .premium-hotel-card .info {
        min-height: 60px !important;
        padding: 10px 14px !important;
    }

    .frontend-page .page-template-content .premium-tour-card .price .text-price,
    .frontend-page .page-template-content .premium-hotel-card .text-price {
        font-size: clamp(14px, 4vw, 17px) !important;
    }

    .frontend-page .page-template-content .premium-category-card a {
        height: 138px !important;
    }

    .bravo_wrap .page-template-content .premium-category-card .text-title {
        right: 11px !important;
        bottom: 11px !important;
        left: 11px !important;
        max-width: calc(100% - 22px);
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .bravo_wrap .page-template-content .bravo-list-locations.premium-location-section .premium-location-card .image {
        height: 228px !important;
        min-height: 228px !important;
        padding: 0 !important;
    }

    .bravo_wrap .page-template-content .premium-news-card .caption {
        padding: 14px 15px 16px !important;
    }

    .bravo_wrap .page-template-content .premium-news-card .item-title {
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 0 8px !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
}

/* V15: category title stays perfectly centred at every viewport size. */
.bravo_wrap .page-template-content .premium-tour-category-section .premium-category-card .text-title {
    display: flex !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    padding: 12px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: normal !important;
    background: transparent !important;
    text-shadow: 0 2px 8px rgba(6, 24, 39, .7);
}

.bravo_wrap .page-template-content .premium-tour-category-section .premium-category-card .text-title i {
    display: none !important;
}

@media (max-width: 991.98px) {
    .bravo_wrap .page-template-content .premium-tour-category-section .premium-category-card .text-title {
        font-size: 14px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }
}

/* V17 final priority: partner gap, centred menu and aligned hotel section. */
.frontend-page .page-template-content .tt-partner-section {
    margin-bottom: 26px !important;
}

@media (max-width: 991.98px) {
    .frontend-page .bravo_header .header-left,
    .frontend-page .bravo_header .header-right {
        display: flex !important;
        align-items: center !important;
    }

    .frontend-page .bravo_header .header-right {
        justify-content: flex-end !important;
    }

    .frontend-page .bravo_header .bravo-logo,
    .frontend-page .bravo_header .bravo-logo img {
        width: clamp(145px, 22vw, 165px) !important;
        max-width: 165px !important;
        max-height: 46px !important;
        object-fit: contain;
    }

    .frontend-page .bravo_header .bravo-more-menu {
        position: relative !important;
        inset: auto !important;
        margin: 0 !important;
        transform: none !important;
        align-self: center !important;
        line-height: 1 !important;
    }

    .frontend-page .bravo_header .bravo-more-menu .fa-bars {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        line-height: 1 !important;
    }

    .frontend-page .page-template-content > .container > .premium-hotel-section,
    .frontend-page .page-template-content .premium-hotel-section {
        width: auto !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
