:root {
    --text-primary: #1f1f50;
    --text-secondary: #3f8599;
    --text-muted: #b6b2b2;
    --text-yellow: #FFCC00;
    --text-muted-700: #6b6b6b;

    --button-primary: #1f1f50;
    --button-secondary: #3f8599;
    --button-muted: #EAEAEA;

    --bg: #ffffff;
    --bg-1: #DEDEFF;
    --bg-2: #EEEEFF;
    --bg-primary: #1f1f50;
    --bg-secondary: #3f8599;
    --bg-yellow: #FFCC00;
    --muted: #f8fafc;
    --card: #ffffff;
    --header-bg: linear-gradient(90deg, #254650 0%, #3F8599 100%);

    --font-primary: "Segoe UI", Tahoma, Geneva, sans-serif;
    --font-1: "Nunito", sans-serif;
    --font-2: "Literata", serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary) !important;
}

.font-style1 {
    font-family: var(--font-1) !important;
}

.font-style2 {
    font-family: var(--font-2) !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.m-8 {
    margin: 8px !important;
}

.m-12 {
    margin: 12px !important;
}

.m-16 {
    margin: 16px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-24 {
    margin: 24px !important;
}

.m-32 {
    margin: 32px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.mr-32 {
    margin-right: 32px !important;
}


.p-8 {
    padding: 8px !important;
}

.p-12 {
    padding: 12px !important;
}

.p-16 {
    padding: 16px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-24 {
    padding: 24px !important;
}

.p-32 {
    padding: 32px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pt-32 {
    padding-top: 32px !important;
}
.pt-60 {
    padding-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-12 {
    line-height: 1.2 !important;
}

.lh-14 {
    line-height: 1.4 !important;
}

.lh-16 {
    line-height: 1.6 !important;
}

.lh-18 {
    line-height: 1.8 !important;
}

.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flex-between {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.flex-column {
    display: flex !important;
    flex-direction: column !important;
}

.text-truncate-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-justify {
    text-align: justify;
}

.rounded-6 {
    border-radius: 6px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-14 {
    border-radius: 14px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-pill {
    border-radius: 999px !important;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-primary {
    color: var(--text-primary) !important;
}

.text-secondary {
    color: var(--text-secondary) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.text-muted-1 {
    color: var(--text-muted-700) !important;
}

.text-yellow {
    color: var(--text-yellow);
}

.review-star {
    color: #E7B66B;
}

.badge-green {
    background: #22c55e;
    color: #fff;
}

.badge-orange {
    background: #fb923c;
    color: #fff;
}

.badge-blue {
    background: #0ea5e9;
    color: #fff;
}

.badge-yellow {
    background: #ffcc00;
    color: #fff;
}

.btn-xs {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
}

.btn-sm {
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
}

.btn-md {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
}

.btn-lg {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
}

.btn-xl {
    padding: 16px 32px;
    font-size: 18px;
}

.btn-primary {
    background: var(--button-primary);
    border-color: var(--button-primary);
    border-radius: 8px;
    color: #ffffff;
}

.btn-primary:hover {
    background: #2a2a72;
    color: #ffffff;
    border-color: #2a2a72;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:focus-visible {
    background: #2a2a72 !important;
    border-color: #2a2a72 !important;
    color: #ffffff;
    box-shadow: none !important;
}

.btn-secondary {
    background: var(--button-secondary);
    border-radius: 8px;
    color: #ffffff;
}

.btn-secondary:hover {
    background: #2b6f82;
    color: #ffffff;
}


.btn-muted {
    background: var(--button-muted);
    border-color: var(--button-muted);
    border-radius: 8px;
    color: #000000;
}

.btn-muted:hover {
    background: #cac9c9;
    color: #000000;
}

.btn-outline-p {
    background: none;
    border: 1px solid var(--text-primary) !important;
    border-radius: 50%;
    color: var(--text-primary);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-outline-p:hover {
    background: #e9e9e9;
    transform: scale(1.05);
}


.bg {
    background-color: var(--bg);
}

.bg-1 {
    background-color: var(--bg-1);
}

.bg-2 {
    background-color: var(--bg-2);
}

.bg-primary {
    background-color: var(--bg-primary) !important;
}

.bg-secondary {
    background-color: var(--bg-secondary) !important;
}

.bg-yellow {
    background-color: var(--bg-yellow) !important;
}

.header-bg {
    background: var(--header-bg);
}

.hw-40px {
    height: 40px !important;
    width: 40px !important;
}

.hw-50px {
    height: 50px !important;
    width: 50px !important;
}

.hw-60px {
    height: 60px !important;
    width: 60px !important;
}

.support-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 38px 20px;
    border: 1px solid #b5b6b8;
    border-radius: 14px;
    background: #fff;
    height: 100%;
    transition: all 0.25s ease;
}

.support-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.support-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #3f8599;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.support-icon i {
    color: #fff;
    font-size: 28px;
}

.support-content h6 {
    text-align: start;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1f1f50;
}

.support-content p {
    margin: 2px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f50;
}

/* VIEW BOOKING SUMMARY */
.mobile-view-summary {
    position: fixed;
    bottom: 76px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 12px 24px 12px 24px !important;
    border-radius: 16px 16px 0px 0px;
    padding: 10px 0;
    z-index: 1049;
}


.mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #a6a7a8;
    padding: 10px 0;
    z-index: 1050;
    /* above content */
}

.mobile-cta-inner {
    display: flex;
    gap: 10px;
}

.enquire-btn {
    flex: 1;
    background: #1f1f50;
    color: #ffffff;
    border-radius: 10px;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.enquire-btn:hover {
    background: #2a2a72;
    color: #fff;
}

.call-btn {
    flex: 1;
    background: #f3f4f6;
    color: #1f1f50;
    border-radius: 10px;
    padding: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    gap: 6px;
    border: 1px solid #d1d5db;
}

.call-btn i {
    font-size: 20px;
    font-weight: 700;
}

.call-btn:hover {
    background: #e5e7eb;
    color: #1f1f50;
}

/* Breadcrumb */
.breadcrumb-bar {
    background: #1f1f50;
    color: #c7d2fe;
    font-size: 16px;
    padding: 10px 0;
    padding-left: 150px;
}

/* Hero */
.nile-hero {
    position: relative;
    min-height: 65vh;
    background: url("../assets/hero-nile.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
}

.deal-detail-hero {
    position: relative;
    min-height: 55vh;
    padding-top: 100px !important;
    background: url("../assets/deal-hero.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.multi-detail-hero {
    position: relative;
    min-height: 55vh;
    padding-top: 200px !important;
    background: url("../assets/multi-detail-hero.png") center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.multi-hero {
    position: relative;
    min-height: 75vh;
    /* padding-top: 200px !important; */
    background: url("../assets/m-main.png") center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.cruise-detail-hero {
    position: relative;
    min-height: 55vh;
    padding-top: 200px !important;
    background: url("../assets/cruise-hero.png") center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%)
}

.hero-content {
    position: relative;
    color: #fff;
    max-width: 800px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 150px;
}

.nile-content {
    color: #fff;
    z-index: 2;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3f8599;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

/* Heading */
.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-title span {
    color: #ffcc00;
    font-weight: 800;
}

/* Text */
.hero-text {
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 32px;
    color: #e5e7eb;
}

/* Buttons */
.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.deal-detail-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-view {
    background: #1f1f50 !important;
    color: #fff;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
}

.btn-view:hover {
    background: #312e81;
    color: #fff;
}

.btn-deals {
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    font-size: 16px;
    font-weight: 700;
}

.accordion-button {
    font-weight: 700;
}

.not-included h6 {
    color: rgba(255, 56, 60, 1) !important;
}

.not-included li {
    color: rgba(129, 74, 75, 1) !important;
}

.included .not-included {
    height: 440px !important;
}
 
.included h6 {
    color: rgba(38, 120, 59, 1) !important;
}

.included li {
    color: rgba(35, 116, 56, 1) !important;

}

.cabin-types-btn {
    padding: 2px 10px 2px 10px !important;
}

/* =============================== */
.swiper-container-wrapper {
    position: relative;
}

/* Custom Navigation Arrows */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.swiper-button-prev-custom {
    left: -20px;
}

.swiper-button-next-custom {
    right: -20px;
}


.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    background: #f8f9fa;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: translateY(-50%) scale(1);
}

.swiper-button-prev-custom.swiper-button-disabled:hover,
.swiper-button-next-custom.swiper-button-disabled:hover {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%) scale(1);
}

/* Swiper Styles */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
}

.deal-card {
    transition: transform 0.3s ease;
}

.deal-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.12) !important;
}

/* Ensure card border radius is fully visible */
.swiper-slide .deal-card {
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.swiper-slide .deal-card:hover {
    /* transform: translateY(-2px); */
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
/* Mobile: 1 card centered */
@media (max-width: 767.98px) {

    .swiper-slide {
        margin: 0 auto;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        width: 35px;
        height: 35px;
    }

    .swiper-button-prev-custom {
        left: -0.5rem;
    }

    /*.dealsSwiper .swiper-slide {*/
    /*    width: 85% !important; */
    /*    max-width: 340px;*/
    /*}*/

    .swiper-button-next-custom {
        right: -0.5rem;
    }
}

/* Tablet: 2 cards */
@media (min-width: 768px) and (max-width: 991.98px) {
    .deal-card {
        margin: 0 auto;
        max-width: 350px;
    }
}

/* Desktop: 3 cards */
@media (min-width: 992px) {
    /* .dealsSwiper {
        padding-left: 40px;
        padding-right: 40px;
    } */
}


/* Large Desktop: 4 cards */
@media (min-width: 1200px) {

    /* .site-footer{
            height: 740px;
        } */
    .footer-box {
        height: 740px;
    }
}

/* Deal Card Styles (unchanged but ensuring full border radius) */
.deal-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.deal-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.deal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.deal-card:hover .deal-img img {
    /* transform: scale(1.02); */
}

.deal-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 2;
}

.duration-pill {
    position: absolute;
    bottom: 24px;
    right: 0px;
    background: #eef2ff;
    color: #1e3a8a;
    font-size: 14px;
    padding: 3px 5px 3px 9px;
    border-radius: 12px 0px 0px 12px;
    font-weight: 700;
    z-index: 2;
}

.deal-body {
    padding: 16px;
}

.deal-body h6 {
    font-weight: 700;
    font-size: 18px;
    text-align: start;
    margin-bottom: 14px;
    line-height: 1.4;
    /* Limit to 2 lines max */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
    max-height: 54px;
}

.deal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px 0;
    /* Fixed height with overflow */
    height: 100px;
    align-content: flex-start;
    font-weight: 600;
}

/* 
    .deal-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin: 12px 0;
    } */

.tag {
    background: #F1F1F1;
    padding: 8px;
    border: 1px solid #C0C0C0;
    border-radius: 30px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.deal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.price {
    font-weight: 700;
    font-size: 18px;
}

.price small {
    font-size: 12px;
    font-weight: 400;
    color: #6b7280;
}

.btn-deal {
    background: #1e1b4b;
    color: #fff;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.btn-deal:hover {
    background: #312e81;
    color: #fff;
}

/* Swiper Pagination */
.swiper-pagination {
    position: relative !important;
    margin-top: 1rem;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1e1b4b;
}

/* ====================== */
.site-footer {
    padding: 60px 0 17px 0;
}

.footer-box {
    background: linear-gradient(135deg, #14163c, #0f102e);
    border-radius: 8px;
    padding: 64px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

.footer-title {
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 30px;
    line-height: 1.33;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

.footer-list a {
    color: #e5e7eb;
    text-decoration: none;
}

.footer-list a:hover {
    text-decoration: underline;
}

.footer-contact p {
    font-size: 13px;
    line-height: 1.4;
}

.footer-phone {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.footer-phone:hover {
    text-decoration: underline;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.76);
    margin: 6px 0;
}

.footer-main-divider {
    border-color: rgb(255, 255, 255);
    margin: 29px 0;
    margin-bottom: 38px;
    color: white;
    border-width: 3px;
}

.footer-text {
    font-size: 13px;
    color: #d1d5db;
    line-height: 1.4;
}

.footer-text a {
    color: #93c5fd;
}

.linear-yellow {
    background: linear-gradient(90deg, #C8A61E 0%, #FFCC00 100%);
}

.linear-blue {
    background: linear-gradient(90deg, #00C3D0 0%, #9CE5EA 100%);
}

.linear-orange {
    background: linear-gradient(90deg, #FF8D28 0%, #DAA679 100%);
}

.linear-green {
    background: linear-gradient(90deg, #7AA743 0%, #96E97C 100%);
}

.g-main-img img {
    height: 100%;
}

.g-sub-img img {
    width: 116px;
    height: 85px;
}

.g-sub-img .view-all-img img {
    width: 132px;
    height: 85px;
}

/*=================PHOTO GALLERY ==================*/
    .thumb-img {
        cursor: pointer;
    }
 
    .zoom-btn-g {
        background: rgba(0, 0, 0, 0.6);
        border: none;
        color: #fff;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zoom-btn i {
        font-size: 16px;
    }

    .carousel-control-prev-icon {
        width: 40px !important;
    }

    .carousel-control-next-icon {
        width: 40px !important;
    }

    .cabin-slider {
        width: 160px;
        height: 110px;
    }

    .cabin-slider img {
        width: 100%;
        height: 110px;
        object-fit: cover;
    }

    .image-count {
        position: absolute;
        z-index: 1;
        bottom: 8px;
        left: 8px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 6px;
    }

    .zoom-btn {
        position: absolute;
        z-index: 1;
        bottom: 8px;
        right: 8px;
        background: rgba(0, 0, 0, 0.6);
        border: none;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Thumbnail grid base */
    .g-sub-img {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 12px;
    }
    
    /* Thumbnail styling */
    .thumb-img {
        aspect-ratio: 4 / 3;
        overflow: hidden;
        border-radius: 14px;
        cursor: pointer;
    }
    
     
    
    /* < 1400px → show 6 images */
    @media (max-width: 1399px) {
        .g-sub-img {
            grid-template-columns: repeat(6, 1fr);
        }
    
        .g-sub-img .thumb-img:nth-child(7) {
            display: none;
        }
    }
    
    /* < 1200px → show 5 images */
    @media (max-width: 1199px) {
        .g-sub-img {
            grid-template-columns: repeat(5, 1fr);
        }
    
        .g-sub-img .thumb-img:nth-child(6),
        .g-sub-img .thumb-img:nth-child(7) {
            display: none;
        }
    }
    
    /* < 1000px → show 4 images */
    @media (max-width: 999px) {
        .g-sub-img {
            grid-template-columns: repeat(4, 1fr);
        }
    
        .g-sub-img .thumb-img:nth-child(5),
        .g-sub-img .thumb-img:nth-child(6),
        .g-sub-img .thumb-img:nth-child(7) {
            display: none;
        }
    } 
 
    /* Overlay visual styling */
    .thumb-img::after {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.55);
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        border-radius: 14px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
@media (max-width: 440px) {

    .hero-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .enquire-btn { 
        font-size: 15px;
    }
    .call-btn{
        font-size: 15px;
    }
    .call-btn i{
        font-size: 15px;
    }
    .deal-tags { 
        height: 120px; 
    }
    .deal-img { 
        height: 225px; 
    }
    .mobile-view-summary {
        position: fixed;
        bottom: 68px;
    }

}

/* ==================== */
@media (max-width: 576px) {

    .hero-content {
        padding-left: 30px ;
        padding-right: 30px ;
    }

    .hero-title {
        font-size: 24px !important;
    }

    .hero-text {
        font-size: 12px !important;
    }

    .hero-actions {
        justify-content: center;
    }

    .breadcrumb-bar {
        /*padding-left: 30px !important;*/
    }

    .nile-hero,
    .deal-detail-hero,
    .cruise-detail-hero,
    .multi-detail-hero,
    .multi-hero {
        min-height: 40.5vh;
    }
    
    .deal-detail-hero{
         padding-top: 20px !important;
    }
    .multi-detail-hero { 
        padding-top: 150px !important; 
    }

    .section-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main-content>* {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /*.g-sub-img img {*/
    /*    width: 70px !important;*/
    /*    height: 60px !important;*/
    /*}*/

    /*.g-sub-img .view-all-img img {*/
    /*    width: 70px !important;*/
    /*    height: 60px !important;*/
    /*}*/

    .fs-sm-10 {
        font-size: 10px !important;
    }

    .fs-sm-11 {
        font-size: 11px !important;
    }

    .fs-sm-12 {
        font-size: 12px !important;
    }

    .fs-sm-13 {
        font-size: 13px !important;
    }

    .fs-sm-14 {
        font-size: 14px !important;
    }

    .fs-sm-16 {
        font-size: 16px !important;
    }

    .fs-sm-24 {
        font-size: 24px !important;
    }

    .mb-sm-5 {
        margin-bottom: 10px !important;
    }

}

@media (min-width: 576px) {

    .nile-hero,
    .deal-detail-hero,
    .cruise-detail-hero,
    .multi-detail-hero,
    .multi-hero {
        min-height: 38.5vh;
    }

    .hero-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-text {
        font-size: 13px;
    }

    .breadcrumb-bar {
        padding-left: 24px;
    }
}

@media (min-width: 768px) {

    .hero-content {
        padding-left: 32px;
        padding-right: 32px;
    }

    .breadcrumb-bar {
        font-size: 16px;
        padding: 10px 0 10px 32px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-text {
        font-size: 15px;
    }

    .hero-actions {
        justify-content: flex-start;
    }

    .nile-hero,
    .deal-detail-hero,
    .cruise-detail-hero,
    .multi-detail-hero,
    .multi-hero {
        min-height: 40.5vh;
    }

}

@media (min-width: 992px) {

    .hero-content {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .breadcrumb-bar {
        font-size: 16px;
        padding: 10px 0 10px 40px;
    }

    .nile-hero,
    .deal-detail-hero,
    .cruise-detail-hero,
    .multi-detail-hero,
    .multi-hero {
        min-height: 46.5vh;
    }

}

@media (min-width: 1200px) {


    .nile-hero,
    .deal-detail-hero,
    .cruise-detail-hero,
    .multi-detail-hero,
    .multi-hero { 
        height: 60.5vh;
        min-height: 540px;
    }

    .breadcrumb-bar {
        font-size: 16px;
        padding: 10px 0 10px 150px;
    }

    .hero-content {
        padding-left: 150px;
    }

}