  	.ribbon {
                                                position: absolute;
                                                top: 0;
                                                left: -35px;
                                                background-color: #18a95e;
                                                color: #fff;
                                                padding: 3px 28px 3px 18px;
                                                font-weight: 700;
                                                font-size: 14px;
                                                transform: translateX(10px);
                                                -webkit-clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0 100%, 0 52%, 0 0);
                                                clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0 100%, 0 52%, 0 0);
                                                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
                                                border-bottom-left-radius: 7px;
                                            }
        html {
            scroll-behavior: smooth;
        }

        /* Base Typography System */
        :root {
            --heading-color: #1e2a36;
            --text-color: #4a5568;
            --text-muted: #6c757d;
            --primary-color: #0061ab;
            --spacing-unit: 1rem;
            --border-radius: 8px;
            --transition: all 0.3s ease;

        }

        /* Headings */
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: var(--heading-color);
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: var(--spacing-unit);
        }

        h1 {
            font-size: 2.5rem;
            letter-spacing: -0.02em;
        }

        h2 {
            font-size: 2rem;
            letter-spacing: -0.01em;
        }

        h3 {
            font-size: 1.75rem;
        }

        h4 {
            font-size: 1.5rem;
        }

        h5 {
            font-size: 1.25rem;
        }

        h6 {
            font-size: 1.1rem;
        }

        /* Body Text */
        p {
            color: var(--text-color);
            line-height: 1.6;
            margin-bottom: var(--spacing-unit);
            text-align: justify;
        }

        /* Lists */
        ul,
        ol {
            color: var(--text-color);
            padding-left: 1.5rem;
            margin-bottom: var(--spacing-unit);
        }

        ul li,
        ol li {
            margin-bottom: 0.5rem;
            line-height: 1.6;
        }

        ul:not([class]) {
            list-style: none;
            padding-left: 1.25rem;
        }

        ul:not([class]) li {
            position: relative;
            padding-left: 1.25rem;
        }

        ul:not([class]) li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.6em;
            width: 6px;
            height: 6px;
            background-color: var(--primary-color);
            border-radius: 50%;
        }

        /* Links */
        a:not([class]) {
            color: var(--primary-color);
            text-decoration: none;
            transition: var(--transition);
        }

        a:not([class]):hover {
            color: darken(var(--primary-color), 10%);
            text-decoration: underline;
        }

        /* Inline Elements */
        strong,
        b {
            color: var(--heading-color);
            font-weight: 600;
        }

        em,
        i {
            font-style: italic;
        }

        /* Blockquotes */
        blockquote {
            border-left: 4px solid var(--primary-color);
            padding-left: var(--spacing-unit);
            margin: var(--spacing-unit) 0;
            font-style: italic;
            color: var(--text-muted);
        }

        /* Tables */
        table {
            width: 100%;
            margin-bottom: var(--spacing-unit);
            border-collapse: collapse;
        }

        th,
        td {
            padding: 0.75rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            text-align: left;
        }

        th {
            font-weight: 600;
            color: var(--heading-color);
            background-color: rgba(0, 0, 0, 0.03);
        }

        /* Code */
        pre,
        code {
            font-family: monospace;
            background-color: rgba(0, 0, 0, 0.03);
            padding: 0.2em 0.4em;
            border-radius: 3px;
        }

        pre {
            padding: var(--spacing-unit);
            overflow-x: auto;
        }

        /* Horizontal Rule */
        hr {
            border: 0;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.1);
            margin: var(--spacing-unit) 0;
        }

        /* Images */
        img {
            max-width: 100%;
            height: auto;
            border-radius: var(--border-radius);
        }

        /* Figure */
        figure {
            margin: var(--spacing-unit) 0;
        }

        figcaption {
            font-size: 0.9rem;
            color: var(--text-muted);
            text-align: center;
            margin-top: 0.5rem;
        }

        /* Custom Classes Overrides */
        .text-small {
            font-size: 0.875rem;
        }

        .text-muted {
            color: var(--text-muted);
        }

        .lead {
            font-size: 1.25rem;
            font-weight: 300;
            white-space: no-wrap !important;
        }

        /* Responsive Typography */
        @media (max-width: 768px) {
            :root {
                --spacing-unit: 0.875rem;
            }

            h1 {
                font-size: 2rem;
            }

            h2 {
                font-size: 1.75rem;
            }

            h3 {
                font-size: 1.5rem;
            }

            h4 {
                font-size: 1.25rem;
            }

            h5 {
                font-size: 1.1rem;
            }

            h6 {
                font-size: 1rem;
            }

            .lead {
                font-size: 1.1rem;
            }
        }




        header:not(.sticky) {
            position: relative;
            background: #0061ab;
        }

        header:not(.sticky) .logo img {
            max-width: 60px;
        }

        header:not(.sticky) .navbar {
            height: 105px;
            min-height: 105px;
        }

        ul.dropdown-content {
            padding: 0 !important;
        }

        ul.dropdown-content li a {
            text-decoration: none;
        }


        .splide-main {
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            margin-bottom: 24px;
        }

        .splide-thumb {
            padding: 8px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .splide-thumb .splide__slide {
            opacity: 0.6;
            transition: opacity 0.3s;
            cursor: pointer;
        }

        .splide-thumb .splide__slide.is-active {
            opacity: 1;
            border: 2px solid #0061ab;

        }


        .sticky-tabs {
            position: sticky;
            top: 100px;
            background-color: rgb(235 235 235 / 95%);
            backdrop-filter: blur(8px);
            z-index: 1000;
            padding: 5px 0;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            margin-bottom : 10px;
        }

        .tabs {
            display: flex;
            justify-content: space-around;
            align-items: center;
            gap: 8px;
            padding: 10px;
            border-radius: 10px;
            list-style: none;
            margin: 0;
        }

        .tab-button {
            flex: 1;
            text-align: center;
            border: none;
            background: transparent;
            color: #0061ab;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0.3px;
            padding: 12px 24px;
            border-radius: 8px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .tab-button:hover:not(.active) {
            background-color: rgba(0, 97, 171, 0.08);
            transform: translateY(-1px);
        }

        #content .tab-button.active {
            background-color: #0061ab;
            color: #fff;
        }


        .section-anchor {
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            padding: 24px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #fff;
            margin-bottom: 24px;
        }

        .section-anchor:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        }


        .accordion-button {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            position: relative !important;
            width: 100% !important;
            text-align: left !important;
            border-radius: 8px !important;
            padding: 16px !important;
            background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%) !important;
        }

        .accordion-button:not(.collapsed) {
            background: #f8f9fa !important;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05) !important;
        }

        .accordion-button::after {
            content: "" !important;
            display: block !important;
            width: 1.25rem !important;
            height: 1.25rem !important;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='%230061ab' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 11.708.708l-6 6.5a.5.5 0 01-.708 0l-6-6.5a.5.5 0 010-.708z'/></svg>") !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 1.25rem !important;
            transition: transform .2s ease-in-out !important;
            margin-left: auto !important;
        }

        .accordion-button:not(.collapsed)::after {
            transform: rotate(180deg) !important;
        }

        .accordion-button .lead {
            background-color: #0061ab;
            color: white !important;
            display: inline-block;
            padding: 10px;
            white-space: nowrap;
        }

        .accordion-button:not(.collapsed)::after {
            transform: rotate(180deg) !important;
        }




        .itinerary-icons {
            background-color: #f8f9fa;
            border-radius: 12px;
            padding: 16px;
        }

        .itinerary-icons svg {
            filter: drop-shadow(0 2px 4px rgba(0, 97, 171, 0.2));
        }


        .form-control form-control-sm {
            border-radius: 8px;
            border: 1px solid rgba(0, 0, 0, 0.12);
            padding: 12px 16px;
            transition: all 0.3s ease;
        }

        .form-control form-control-sm:focus {
            box-shadow: 0 0 0 3px rgba(0, 97, 171, 0.15);
            border-color: #0061ab;
        }

        .form-control form-control-sm:focus-visible {
            outline: none;
        }


        .modal-content {
            border-radius: 16px;
            border: none;
            box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
        }

        .modal-header {
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            padding: 20px 24px;
        }

        .modal-body {
            padding: 24px;
        }


        .iti.iti--allow-dropdown {
            width: 100%;
        }


        .shine {
            position: relative;
            overflow: hidden;
            /* ensures shine stays inside the element */
            z-index: 1;
        }

        .shine::after {
            content: '';
            position: absolute;
            top: 0;
            left: -75%;
            width: 50%;
            height: 100%;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0.6) 50%,
                    rgba(255, 255, 255, 0) 100%);
            transform: skewX(-20deg);
            animation: shine 2s infinite;
            animation-delay: 3s;
            z-index: 2;
        }

        @keyframes shine {
            0% {
                left: -75%;
            }

            50% {
                left: 125%;
            }

            100% {
                left: -75%;
            }
        }

        .tns-outer {
            position: relative;
        }

        .tns-item {
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .tiny-slider .item {
            position: relative;
        }

        .tns-controls [data-controls] {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 0.5rem;
            display: block;
            z-index: 9;
            text-align: center;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background: rgba(255, 255, 255, 0.3);
            color: blue;
            border: none;
            margin: 0 10px;

        }

        .arrow-round [data-controls] {
            border-radius: 50%;
        }

        .arrow-border [data-controls] {
            border: 2px solid var(--bs-body-color);
            color: var(--bs-body-color);
            background-color: var(--bs-body-bg);
            line-height: 45px !important;
        }

        .arrow-border [data-controls]:hover {
            border: 2px solid var(--bs-gray-800);
            color: var(--bs-gray-800);
            background-color: var(--bs-body-bg);
        }

        .arrow-hover {
            overflow: hidden;
        }

        .arrow-hover [data-controls=prev] {
            left: -75px;
        }

        .arrow-hover [data-controls=next] {
            right: -75px;
        }

        .arrow-hover:hover [data-controls=prev] {
            left: 0px;
        }

        .arrow-hover:hover [data-controls=next] {
            right: 0px;
        }

        .tns-controls [data-controls]:hover {
            background-color: var(--bs-primary);
            color: #fff;
        }

        .tiny-slider:hover .tns-controls [data-controls=prev] {


            left: 0;
        }

        .tiny-slider:hover .tns-controls [data-controls=next] {
            right: 0;
        }

        .tns-outer [data-action=stop] {
            display: none;
        }

        .tns-outer [data-action=start] {
            display: none;
        }


        .tns-controls [data-controls] i {
            line-height: inherit;
        }

        .tns-controls [data-controls=prev] {
            left: -5rem;
            transition: all 0.3s ease-in-out;
        }

        .tns-controls [data-controls=next] {
            right: -5rem;
            transition: all 0.3s ease-in-out;
        }

        .arrow-xs .tns-controls [data-controls] {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            text-align: center;
        }

        .tns-nav {
            position: absolute;
            top: 100%;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 10;
            width: auto;
            text-align: center;
            white-space: nowrap;
        }

        .tns-nav [data-nav] {
            position: relative;
            display: inline-block;
            margin: 0 4px;
            padding: 0;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            overflow: hidden;
            background-color: transparent;
            -webkit-box-shadow: inset 0 0 0 2px var(--bs-gray-500);
            box-shadow: inset 0 0 0 2px var(--bs-gray-500);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border: 0;
        }

        .tns-nav [data-nav]:after {
            border-radius: 50%;
            overflow: hidden;
            content: "";
            position: absolute;
            bottom: 0;
            height: 0;
            left: 0;
            width: 100%;
            background-color: var(--bs-gray-500);
            -webkit-box-shadow: 0 0 1px var(--bs-gray-500);
            box-shadow: 0 0 1px var(--bs-gray-500);
            -webkit-transition: height 0.3s ease-in-out;
            transition: height 0.3s ease-in-out;
        }

        .tns-nav .tns-nav-active:after {
            height: 100%;
        }

        .fill-primary {
            fill: #5143d9 !important;
        }

        .opacity-1 {
            opacity: 0.1 !important;
        }

        .avatar {

            width: 40px;
            height: 40px;
            object-fit: cover;
        }

        .big-stars li i.fa-star {

            font-size: 32px;
        }


        .google-icon {
            width: 40px;
            height: 40px;
            vertical-align: middle;
            margin-right: 8px;
        }

        #testimonial-slider .splide__slide {
            padding: 16px;
            background: white;
            border: 1px solid rgba(0, 0, 0, 0.08);
        }


        @media (max-width: 768px) {
            .sticky-tabs {
                top: 70px;
                padding: 8px;
            }

            .tab-button {
                padding: 8px 16px;
                font-size: 14px;
            }

            .section-anchor {
                padding: 16px;
            }

            .modal-dialog {
                margin: 16px;
            }
        }


        .tab-button:focus-visible {
            outline: 3px solid rgba(0, 97, 171, 0.5);
            outline-offset: 2px;
        }

        .price-card {
            background: #fff;
            border-radius: 16px;
            padding: 24px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04),
                0 4px 8px rgba(0, 0, 0, 0.04),
                0 16px 24px rgba(0, 0, 0, 0.04);
            position: relative;

        }

        .price-tag {
            position: absolute;
            top: 0;
            right: 24px;
            transform: translateY(-50%);
        }

        .discount-badge {
            background: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 100px;
            font-weight: 700;
            font-size: 14px;
            box-shadow: 0 4px 12px rgba(255, 65, 108, 0.3);
        }

        .price-container {
            text-align: center;
            padding: 24px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        }

        .current-price-wrap {
            margin-bottom: 16px;
        }

        .price-amount {
            display: flex;
            align-items: baseline;
            gap: 4px;
        }

        .currency {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a1a;
        }

        .amount {
            font-size: 24px;
            font-weight: 700;
            line-height: 1;
            color: #1a1a1a;
            letter-spacing: -1px;
        }

        .starting {
            font-size: 16px;
            color: #666;
            margin-left: 4px;
        }

        .duration {
            font-size: 16px;
            color: #666;
            margin-left: 4px;
        }

        .original-price {
            margin-top: 8px;
            color: #666;
        }

        .was {
            font-size: 14px;
            margin-right: 4px;
        }

        .savings-callout {
            background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 8px;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            float: inline-end;
        }

        .save-text {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.9;
        }

        .save-amount {
            font-size: 18px;
            font-weight: 700;
        }

        .package-highlights {
            padding: 24px 0;
            display: grid;
            gap: 16px;
        }

        .highlight-item {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #666;
            font-weight: 500;
        }

        .highlight-item i {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 97, 171, 0.1);
            color: #0061ab;
            border-radius: 50%;
        }

        .btn-book {
            width: 100%;
            background: linear-gradient(135deg, #0061ab 0%, #004d87 100%);
            color: white;
            padding: 16px 24px;
            border: none;
            border-radius: 12px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .btn-book:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0, 97, 171, 0.2);
        }

        .btn-price {
            background: rgba(255, 255, 255, 0.2);
            padding: 4px 12px;
            border-radius: 100px;
            font-size: 14px;
        }

        /* Sticky wrapper so sidebar follows the main content on large screens */
        .sticky-aside {
            position: -webkit-sticky;
            position: sticky;
            top: 100px;
            align-self: start;
            max-height: calc(100vh - 140px);
            overflow: visible;
            -webkit-overflow-scrolling: touch;
        }

        .inclusion-card ul,
        .card-exclusion ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .inclusion-card ul li,
        .card-exclusion ul li {
            position: relative;
            margin-bottom: .6rem;
            line-height: 1.4;
        }

        .inclusion-card ul li::before,
        .card-exclusion ul li::before {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 16px;
            background: none;
        }


        .inclusion-card ul ul li,
        .card-exclusion ul ul li {
            padding-left: 24px;
        }


        .inclusion-card ul li::before {
            content: "\2713";
            color: #0b8a44;
            box-shadow: 0 1px 2px rgba(11, 138, 68, 0.12);
        }


        .card-exclusion ul li::before {
            content: "\2716";
            color: #c92a2a;
        }

        .footer_copyright_and_links {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
            position: relative;
            margin-top: 20px;
        }

        .whatsapp-cta i {
            font-size: 1.3rem;
            color: #25D366;
        }

        .whatsapp-cta a {
            color: #666;
            font-weight: 500;
            text-decoration: none;
            letter-spacing: 0.5px;
        }

        /* mobile fixes */
        .sticky-tabs {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            /* smooth scroll on iOS */
        }

        .mt-7 {
            margin-top: 4rem !important;
        }

        .z-index-9 {
            z-index: 9 !important;
        }

        .h-60px {
            height: 60px !important;
        }


        .bg-orange {
            --bs-bg-opacity: 1;
            --bs-orange-rgb: 253, 126, 20;
            background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
        }

        .mb-n5 {
            margin-bottom: -3rem !important;
        }

        .me-n5 {
            margin-right: -3rem !important;
        }


        .sticky-tabs::-webkit-scrollbar {
            display: none;

        }

        .sticky-tabs .tabs {
            display: flex;
            flex-wrap: nowrap;
            gap: 8px;
            white-space: nowrap;
            overflow-x: auto;
            scrollbar-width: none;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .sticky-tabs .tabs li {
            flex: 0 0 auto;
            margin-bottom: 0rem;
        }

        .tab-button {
            white-space: nowrap;
        }

        .floating-badge {
            position: fixed;
            top: 1%;
            right: 1.5%;
            width: 85px;
            height: 85px;
            z-index: 10000;
            transition: all 0.3s ease;
        }


        @media (max-width: 991px) {
            .floating-badge {
                right: 50%;
                left: auto;
                transform: translateX(50%);
            }

            body:has(.inner-header.sticky) .floating-badge {
                width: 46px;
                height: 46px;

            }
        }




        @media (max-width: 1199.98px) {
            .sticky-aside {
                position: static;
                max-height: none;
                overflow: visible;
            }
        }

        @media (max-width: 768px) {
            .price-card {
                padding: 16px;
            }

            .amount {
                font-size: 36px;
            }
        }

        @media (max-width: 575.98px) {
            #menu-footer-links {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            #menu-footer-links li {
                margin-bottom: 8px;
                border: none;

            }

            #itinerary .accordion-item .accordion-body .list-group .list-group-item {

                flex-direction: column
            }

        }

        @media (max-width: 768px) {
            iframe[title="Webchat Widget"] {
                margin-bottom: 110px !important;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            * {
                transition: none !important;
                animation: none !important;
            }
        }

        .iti--fullscreen-popup {
            z-index: 1000011 !important;
        }

        /* Mobile Action Cards – Enhanced Visibility */
        .mobile-action-card {
            position: relative;
            background: #ffffff;
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }


        .mobile-action-card:hover {
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
        }

        .mobile-action-card:hover .mobile-action-icon {
            transform: scale(1.1);
        }


        .mobile-action-card:active {
            transform: scale(0.96);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
        }


        .mobile-action-card::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 16px;
            box-shadow: inset 0 0 0 1px rgba(244, 123, 89, 0.15);
            pointer-events: none;
        }


        .mobile-action-icon {
            transition: all .3s;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #edefe7;
            color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;

        }

        @media (max-width:400px) {
            .action-text {
                font-size: 10px
            }
        }


        .testimonial-text {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            /* number of lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .testimonial-text.expanded {
            -webkit-line-clamp: unset;
            overflow: visible;
        }

        .see-more-btn {
            background: none;
            border: none;
            padding: 0;
            font-size: 14px;
            color: #121213;
            cursor: pointer;
        }

        @media (max-width: 991px) {
            .footer_copyright_and_links {
                margin-bottom: 120px;
            }
        }
   
        .packages-section {
            padding: 60px 0;
        }

        .section-heading {
            font-weight: 700;
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 2rem;
        }

        .destination-banner {
            position: relative;
            overflow: hidden;
            margin-bottom: 2.5rem;
            border-radius: 18px;
        }

        .destination-banner img {
            width: 100%;
            aspect-ratio: 16/6;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .destination-banner:hover img {
            transform: scale(1.03);
        }

        .destination-banner h2 {
            position: absolute;
            bottom: 20px;
            left: 25px;
            color: #fff;
            font-size: 1.8rem;
            font-weight: 700;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
        }

        /* Card Styles repeated to ensure consistency if not in main CSS */
        .package-card {
            border: none;
            border-radius: 18px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
            transition: .35s;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .package-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .package-card img {
            transition: .4s ease;
        }

        .package-card:hover img {
            transform: scale(1.05);
        }

        .package-body {
            flex: 1;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
        }

        .package-card img {
            width: 100%;
            aspect-ratio: 16/10;
            object-fit: cover;
            : transform 0.4s ease;
            background: #f9f9f9;
        }
