



        .swiper-button-prev:after,
        .swiper-rtl .swiper-button-next:after {
            content: '' !important;
            background-color: transparent;
        }

        .infoPackdetfirst {
            padding-top: 30px;
            padding-bottom: 5px;
        }

        .newmnrtep {
            padding: 4px 10px;
            border-radius: 24px;
            border: 0.639px solid #29A9E1;
            background: #29A9E1;
            color: #FFF;
             font-family: "Roboto", sans-serif;
            font-size: 16.603px;
            font-style: normal;
            font-weight: 800;
            line-height: 130%;
            margin-right: 6px;
        }

        .last_pck_icnpd {
            max-width: 100%;
            height: 18px;
            margin-top: -5px;
            margin-right: 4px;
        }

        .package_det_name {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 136%;
            margin-bottom: 14px;
        }

        .rlocm_packdet {
            color: #667085;
            font-weight: 400;
        }

        .centerlink {
            color: #667085;
            text-decoration: underline;
        }

        /* Date input feedback styling */
        .date-calculated {
            border-color: #28a745 !important;
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
        }

        .date-corrected {
            border-color: #ffc107 !important;
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25) !important;
        }

        .ratings_rev_packdet,
        .rlocm_packdet,
        .rint_packdet {
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            line-height: 130%;
        }

        .align_right_hit {
            text-align: right;
        }

        .rint_packdet {
            color: #CC3D00;
            font-weight: 400;
            display: flex;
            justify-content: flex-end;
        }

        /* Center Gallery Styles */
        .center-gallery {
            margin-bottom: 15px;
        }

        /* Make gallery images clickable */
        .main-gallery-image,
        .gallery-thumbnail {
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .main-gallery-image {
            position: relative;
            height: 500px;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .main-gallery-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .gallery-thumbnail {
            position: relative;
            height: 246px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .gallery-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .view-all-overlay {
            position: relative;
            height: 190px;
            background: linear-gradient(135deg, #29A9E1, #1e7bb8);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .view-all-overlay:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }

        .view-all-button {
            text-align: center;
            color: white;
        }

        .view-all-button span {
            display: block;
             font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .view-all-button small {
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 400;
            opacity: 0.9;
        }

        /* Modal Gallery Styles */
        #imageGalleryModal {
            z-index: 10000;
            --bs-modal-margin: 0 !important;
            --bs-modal-padding: 0 !important;
        }

        #imageGalleryModal .modal-dialog {
            max-width: 100%;
            max-height: 100%;
        }

        #imageGalleryModal .modal-content {
            background: linear-gradient(rgb(46 45 45 / 88%), #000 1810%);
            border: none;
            border-radius: 12px;
        }

        #imageGalleryModal .modal-header {
            background: linear-gradient(rgb(46 45 45 / 88%), #000 1810%);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding: 15px 20px;
        }

        .image-counter {
            color: white;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 600;
        }

        .modal-controls {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .fullscreen-btn {
            color: white;
            background: none;
            border: none;
            font-size: 18px;
            padding: 5px;
            transition: all 0.3s ease;
        }

        .fullscreen-btn:hover {
            color: #29A9E1;
            transform: scale(1.1);
        }

        .btn-close-overlay {
            filter: invert(1);
            opacity: 0.8;
        }

        .btn-close-overlay:hover {
            opacity: 1;
        }

        .gallery-modal-content {
            padding: 20px;
        }

        .main-image-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .main-image-wrapper {
            position: relative;
            max-width: 100%;
            max-height: 70vh;
            overflow: hidden;
            border-radius: 8px;
        }

        .modal-main-image {
            width: 100%;
            height: auto;
            max-height: 70vh;
            object-fit: contain;
            border-radius: 8px;
        }

        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .nav-btn:hover {
            background: rgba(41, 169, 225, 0.9);
            transform: translateY(-50%) scale(1.1);
        }

        .prev-btn {
            left: -25px;
        }

        .next-btn {
            right: -25px;
        }

        .thumbnail-container {
            max-width: 100%;
            overflow-x: auto;
            padding: 10px 0;
        }

        .thumbnail-scroll {
            display: flex;
            gap: 15px;
            padding: 0 10px;
        }

        .modal-thumbnail {
            flex-shrink: 0;
            width: 120px;
            height: 80px;
            border-radius: 6px;
            overflow: hidden;
            cursor: pointer;
            border: 3px solid transparent;
            transition: all 0.3s ease;
        }

        .modal-thumbnail:hover {
            transform: scale(1.05);
            border-color: #29A9E1;
        }

        .modal-thumbnail.active {
            border-color: #29A9E1;
            box-shadow: 0 0 15px rgba(41, 169, 225, 0.5);
        }

        .modal-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .viewAllImgVidBtn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 18px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            position: absolute;
            bottom: 22px;
            right: 20px;
            z-index: 123;
            cursor: pointer;
            color: #000;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            line-height: 130%;
        }

        .viewAllImgVidBtn:hover {
            background-color: #87B340;
            color: #FFF;
        }

        ul#myTab {
            display: flex;
            overflow-y: hidden;
            overflow-x: scroll;
            flex-wrap: inherit;
            height: 58px;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            background-color: #87B340 !important;
            color: #fff !important;
        }

        .AllImgContainer {
            margin-top: 28px;
        }

        .imgFullSizePackDet {
            width: 100%;
            height: 240px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 22px;
        }

        .tagverifiedext {
            background-color: #109138;
            top: 16px;
        }

        .tagverifiedext,
        .tagverifiedisc {
            position: absolute;
            left: 0px;
            color: #FFF;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            border-radius: 0px 22px 22px 0px;
            margin-bottom: 0px;
            padding: 4px 12px 4px 12px;
        }

        .mobileview {
            display: none;
        }

        a {
            text-decoration: none;
        }

        .bgNavInbet {
            padding: 12px 18px;
            border-radius: 10px;
            background-color: #F4FBFF;
            border: 1px solid #DEDEDE;
            margin-bottom: 5px;
            position: sticky;
            top: 0px;
            z-index: 122;
        }

        .menu-item.active {
            background-color: #29A9E1;
            color: #fff;
            border-radius: 24px;
        }

        .menu-item {
            text-decoration: none;
            padding: 4px 8px;
        }

        .alignTxtlnknav {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            margin-right: 12px;
            display: inline-block;
            white-space: nowrap;
            border-radius: 24px;
        }

        .img-cls {
            padding-right: 0px;
        }

        button.accordion-button.headinfpckdet.algnmdlpd.mbz.vfds {
            padding: 1.25rem;
        }

        .accordion-item:last-of-type .accordion-button {
            border-bottom-right-radius: 16px !important;
            border-bottom-left-radius: 16px !important;
        }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: 16px !important;
            border-top-right-radius: 16px !important;
        }

        .accordion-item:first-of-type .accordion-button {
            border-bottom-right-radius: 16px !important;
            border-bottom-left-radius: 16px !important;
        }

        .vfds:not(.collapsed) {
            color: #29A9E1;
            background-color: #f9fcff;
            box-shadow: none;
            border-radius: 16px !important;
        }

        .accordion-body {
            padding: 1rem;
        }

        .accordion-item {
            border: 1px solid #d8d8d8 !important;
        }

        .accordion-item:first-of-type {
            border-top-left-radius: 16px !important;
            border-top-right-radius: 16px !important;
        }

        .accordion-item:last-of-type {
            border-bottom-right-radius: 16px !important;
            border-bottom-left-radius: 16px !important;
        }

        .accordion-item:last-of-type .accordion-button {
            border-top-right-radius: 16px !important;
            border-top-left-radius: 16px !important;
        }

        .excbgpd {
            margin-top: 0px;
            padding: 26px 18px;
            border-radius: 18px;
            background: #FAFAFA;
        }

        .brdrsp {
            border-radius: 16px;
        }

        .headinfpckdet {
            color: #344054;
             font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 800;
            line-height: 150%;
            text-transform: uppercase;
        }

        .algnmdlpd {
            display: flex;
            justify-content: start;
            align-items: center;
        }

        .icnbefpck {
            height: 24px;
            max-width: 100%;
            margin-right: 6px;
        }

        .conttxtpckgdet {
            color: #475467;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            margin-bottom: 0px;
        }

        .roomscardpckdet {
            border-radius: 18px;
            border: 1px solid #EBEBEB;
            background: #FFF;
            padding: 14px;
            margin-bottom: 22px;
        }

        .roomsthumbpdet {
            width: 100%;
            height: 228px;
            margin-bottom: 12px;
            border-radius: 14px;
               object-fit: fill;
        }

        .flrmdetpck,
        .pricedetrm {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .roomtypenm {
            color: #475467;
             font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            margin-bottom: 0px;
            text-decoration: underline;
            max-width: 65%;
        }

        .guestdetimg {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 120%;
            padding: 6px 12px;
            border-radius: 30px;
            border: 1px solid #E4E4E4;
            background: #FFF;
            margin-bottom: 0px;
            display: -webkit-inline-box;
        }

        .icngstmain {
            max-width: 100%;
            height: 20px;
            margin-right: 4px;
        }

        .headrmpckdet {
            color: #109138;
             font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            margin-bottom: 10px;
            margin-top: 12px;
        }

        .ftsmr {
            color: #475467;
             font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            margin-bottom: 8px;
            margin-right: 22px;
            display: -webkit-inline-box;
        }

        .rmicnsm {
            max-width: 100%;
            height: 20px;
            margin-right: 6px;
        }

        .pricedetrm {
            margin-top: 8px;
        }

        .pricermtyp {
            color: #98A2B3;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
        }

        .pricermtypfr {
            color: #101828;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 800;
            line-height: 126%;
        }

        .titlemodalm {
            color: #101828;
            text-align: center;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 140%;
            margin-bottom: 0px;
        }

        .sliderimgrmtyp,
        .roomdetailpopcrd {
            height: 100%;
        }

        .roomdetailpopcrd {
            border-radius: 16px;
        }

        .roomimgdet {
               background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            border-radius: 16px;
            height: 100%;
        }

        .smalltagrmd {
            color: #667085;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 136%;
        }

        .roomnamepop {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 136%;
            margin-bottom: 6px;
        }

        .roomdetpop {
            color: #475467;
             font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin-bottom: 16px;
        }

        .titleRmdetty {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            margin-top: 18px;
        }

        .grdrmtyd {
            display: grid;
        }

        .facrmdet {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            display: -webkit-inline-box;
            margin-bottom: 10px;
        }

        .rmfaciltdet {
            max-width: 100%;
            height: 20px;
            margin-top: -4px;
            margin-right: 4px;
        }

        .flexprrmd {
            border-top: 1px solid #d8d8d8;
            border-bottom: 1px solid #d8d8d8;
            padding: 10px 0px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 12px;
        }

        .lgtxtmrmd {
            color: #98A2B3;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
        }

        .mainrmpriced {
            color: #027B00;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 800;
            line-height: 126%;
            margin-bottom: 0px;
        }

        .btnbkng {
            margin-top: 0px;
            margin-bottom: 20px;
        }

        .marspcaccpckd {
            margin-bottom: 24px;
        }

        .mealstagpckdet {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            margin-right: 22px;
            display: -webkit-inline-box;
            justify-content: center;
            margin-bottom: 20px;
            align-items: center;
            border-radius: 60px;
            border: 1px solid #E4E4E4;
            padding: 8px 18px;

        }

        .icnpckdetm {
            max-width: 100%;
            height: 24px;
            margin-right: 8px;
            margin-top: -4px;
        }

        .ftyptagpckdet {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            padding: 8px 18px;
            margin-right: 22px;
            border-radius: 60px;
            border: 1px solid #E4E4E4;
            background: #FFF;
            display: -webkit-inline-box;
            justify-content: center;
            margin-bottom: 16px;
        }

        .btnabtpcg {
            margin: 22px 0px;
        }

        .btnmainoutl {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            text-decoration: none;
            font-weight: 500;
            line-height: 128%;
            padding: 10px 20px;
            border-radius: 80px;
            border: 1px solid #344054;
            background: #FFF;
        }

        .abtimgmain {
            max-width: 100%;
            height: 100%;
            border-radius: 12px;
            object-fit: cover;
        }

        .desktopview {
            display: block;
        }

        .vwmbabtcn {
            display: none;
        }

        .btnmainoutl:hover {
            background-color: #77B701;
            color: #fff;
            border: 1px solid #77B701;
            transition: .3s all ease-in-out;
        }

        .dctrstag {
            padding: 12px 28px;
            border-radius: 12px;
            background: #E2F3E9;
            width: fit-content;
            margin-bottom: 32px;
        }

        .tagdetpckm {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: italic;
            font-weight: 600;
            line-height: 150%;
            margin-bottom: 0px;
        }

        .loccontpckgdet {
            margin: 22px 0px 22px 0px;
        }

        #map {
            height: 300px;
            width: 100%;
        }

        .loccontpckg {
            width: 100%;
            height: 260px;
            display: block;
            border-radius: 12px;
        }

        .crdlocm {
            border-radius: 14px;
            border: 1px solid #E9E9E9;
            background: #FAFAFA;
            padding: 20px 10px 0px 10px;
        }

        .headincexclm {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            margin-bottom: 10px;
        }

        .boxlocrepcjg {
            padding: 10px;
            border-radius: 8px;
            border: 1px solid rgba(0, 0, 0, 0.13);
            background: #FFF;
            margin-bottom: 18px;
            display: flex;
        }

        .headrechpckg {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            margin-bottom: 0px;
            width: 40%;
        }

        .txtrechpckg {
            color: #475467;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            width: 60%;
        }

        /* Terms & Conditions Scroll Container */
        .terms-scroll-container {
            max-height: 400px;
            overflow-y: auto;
            padding-right: 10px;
        }

        .terms-scroll-container::-webkit-scrollbar {
            width: 8px;
        }

        .terms-scroll-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .terms-scroll-container::-webkit-scrollbar-thumb {
            background: #29A9E1;
            border-radius: 10px;
        }

        .terms-scroll-container::-webkit-scrollbar-thumb:hover {
            background: #1e7bb8;
        }

        /* Firefox scrollbar */
        .terms-scroll-container {
            scrollbar-width: thin;
            scrollbar-color: #29A9E1 #f1f1f1;
        }

        .shareicn {
            padding: 18px 22px 22px 22px;
            border-radius: 18px;
            background: #FAFAFA;
            margin-bottom: 22px;
        }

        .titlesmall {
            color: #344054;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 800;
            line-height: 130%;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .shrlnksty {
            margin-right: 10px;
            text-decoration: none;
        }

        .shreicnpckgdet {
            max-width: 100%;
            height: 32px;
        }

        .subaccmain {
            color: #344054;
             font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 800;
            line-height: 136%;
            /* 27.2px */
        }

        .cstmdtpckd {
            color: #027B00;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: italic;
            font-weight: 700;
            line-height: 136%;
            /* 19.04px */
            display: -webkit-inline-box;
            margin-bottom: 10px;
        }

        .headincexclm {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            /* 23.4px */
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .daysdetdur {
            border-bottom: 1px solid #d8d8d8;
            padding-bottom: 6px;
            margin-bottom: 22px;
        }

        .btmddetpck {
            margin-bottom: 22px;
        }

        .bookingdetmainup {
            border: none;
            padding: 20px 16px;
            border-radius: 18px;
            background-color: #FAFAFA;
            margin-bottom: 28px;
            margin-top: 18px;
        }

        .labelbkngpckg {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 600 !important;
            line-height: 130%;
            margin-bottom: 8px;
            margin-left: 0px;
        }

        .styleselma {
            border-radius: 12px;
            border: 1px solid #DADADA;
             font-family: "Roboto", sans-serif;
        }

        .flexprbkng {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: none;
            padding: 8px 16px;
            border-radius: 18px;
            background-color: #FAFAFA;
            margin-bottom: 12px;
            margin-top: 0px;
        }

        .prchedma {
            color: #565656;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            margin-bottom: 0px;
            line-height: 128%;
        }

        .bgPribkngpg {
            color: #309CCE;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 128%;
            margin-bottom: 0px;
        }

        .bookingform {
            position: sticky;
            top: 0;
        }

        .bookingdetmain {
            padding: 20px 10px 20px 16px;
            position: sticky;
            top: 0px;
            border: 1px solid #d8d8d8;
            border-radius: 14px;
            background-color: #ECF9FF;
            box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.16);
        }

        .bookingdetmain {
            background-color: #FFFFFF;
            box-shadow: 0 0px 20px 0px rgba(0, 0, 0, .25) !important;
        }

        .spcbtnbkngpkg {
            margin-bottom: 22px;
        }

        .stylbgmain {
            background-color: #fff;
            border-radius: 12px;
            border: 1px solid #DADADA;
            padding: 0px 12px;
        }

        .counter-btn {
            font-size: 28px;
            cursor: pointer;
             font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-top: -6px;
            color: #027B00;
        }

        .cntrtxt {
            padding: 0px 8px;
             font-family: "Roboto", sans-serif;
        }

        .bookbtnmain {
            color: white;
            padding: 10px;
            border: none;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
            width: 100%;
            position: relative;
        }

        .bookbtnmain:hover:not(:disabled) {
            background-color: #1a8bc7;
            border-color: #1a8bc7;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .bookbtnmain:disabled {
            background-color: #6c757d;
            border-color: #6c757d;
            cursor: not-allowed;
            opacity: 0.65;
        }

        .bookbtnmain.btn-secondary {
            background-color: #6c757d;
            border-color: #6c757d;
        }

        .mbnht {
            margin-bottom: 16px;
        }

        .flexmainslgnfrm {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px !important;
            border-bottom: 1px solid #d8d8d8;
            padding-bottom: 12px;
        }

        .form-check {
            margin-bottom: 15px;
            font-size: 1rem;
            display: flex;
            align-items: center;
        }

        .blckds {
            display: grid;
        }

        .form-check-label {
            font-size: 1rem;
            color: #444;
            cursor: pointer;
        }

        .lblrmbkpg {
            color: #475467 !important;
             font-family: "Roboto", sans-serif;
            font-size: 16px !important;
            font-style: normal;
            font-weight: 500;
            line-height: 126%;
            margin-bottom: 4px;
            margin-left: 4px;
        }

        .priceroomdetbk {
            color: #101828;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 126%;
            margin-bottom: 0px;
        }

        .counter-container {
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            border-radius: 12px;
            border: 1px solid #DADADA;
            padding: 0px 12px;
            margin-bottom: 10px;
        }

        .counter-btndys {
            font-size: 28px;
            cursor: pointer;
             font-family: "Roboto", sans-serif;
            font-weight: 800;
            margin-top: -6px;
            color: #027B00;
            margin-right: 1rem;
            margin-left: 1rem;
        }

        .cntrtxt {
            padding: 0px 8px;
             font-family: "Roboto", sans-serif;
        }

        .flexprbkng {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* margin-top: 10px; */
            border: none;
            padding: 8px 16px;
            border-radius: 18px;
            background-color: #FAFAFA;
            margin-bottom: 12px;
            margin-top: 0px;
        }

        .prchedma {
            color: #565656;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            margin-bottom: 0px;
            line-height: 128%;
        }

        .bgPribkngpg {
            color: #309CCE;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 128%;
            margin-bottom: 0px;
        }

        .btnbkng {
            margin-top: 0px;
            margin-bottom: 20px;
        }

        .bkngtxt {
            color: #344054;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            margin-bottom: 10px;
        }

        .tickmrkft {
            max-width: 100%;
            height: 18px;
            margin-right: 6px;
        }

        .selfrmpcgdet {
            max-height: 620px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

        .selfrmpcgdet {
            scrollbar-width: thin;
            scrollbar-color: #888 #f1f1f1;
        }

        .selfrmpcgdet {
            padding-right: 20px;
        }

        .error {
            color: #FF0000;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .bookingnotavailable {
            border-radius: 8px;
            background: #FFF4F4;
            color: #ED5555;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            padding: 6px 12px;
            width: fit-content;
        }

        .filled_btn {
            background-color: #87B340;
            color: #fff;
        }

        .btndev {
            border-radius: 50px;
             font-family: "Roboto", sans-serif;
            font-size: 13px;
            text-align: center;
            text-decoration: none;
            font-style: normal;
            display: block;
            padding: 10px 20px;
            font-weight: 500;
            width: 100%;
            line-height: 128%;
        }

        .destination_country_blck {
            padding: 40px 0px;
            background-color: #F4FCF9;
        }

        .title_main_page_listing {
            color: #344054;
             font-family: "Roboto", sans-serif;
            font-size: 30px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .destination_wise_country {
            margin-top: 32px;
        }

        .cntntdescntry {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            height: 260px;
            border-radius: 18px;
            position: relative;
        }

        .destination_nm_ws {
            color: #FFF;
             font-family: "Roboto", sans-serif;
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: 124%;
            text-transform: capitalize;
            padding: 16px;
            border-radius: 0px 0px 18px 18px;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 26.16%, rgba(102, 102, 102, 0.02) 100%);
            display: grid;
            position: absolute;
            width: 100%;
            margin-bottom: 0px;
            cursor: pointer;
            bottom: 0px;
            text-decoration: none;
        }

        .lazy-bg {
            transition: background-image 0.1s ease-in-out;
        }

        .lazy-bg.loaded {
            background-image: var(--bg-image) !important;
        }

        .no-image {
            background-image: url("/static/images/noimage.webp");
        }

        .maincontpricee {
            display: none;
        }

        .greentxt {
            color: #87B340 !important;
        }

        /* Enquiry form message styles */
        .enquiry-message {
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 8px;
            font-weight: 500;
        }

        .enquiry-message.alert-success {
            background-color: #d4edda;
            border: 1px solid #c3e6cb;
            color: #155724;
        }

        .enquiry-message.alert-danger {
            background-color: #f8d7da;
            border: 1px solid #f5c6cb;
            color: #721c24;
        }

        /* Loading state for submit button */
        #submit-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

        .prtpckimg {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 220px;
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            position: relative;
        }

        .tagprtver {
            padding: 4px 8px;
            color: #FFF;
             font-family: "Roboto", sans-serif;
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            border-radius: 0px 22px 22px 0px;
            width: fit-content;
            margin-bottom: 0px;
        }

        .topmgr {
            position: absolute;
            top: 12px;
        }

        .greenbgd {
            background-color: #109138;
        }

        .crdprtmre {
            padding: 12px 12px 18px 12px;
            border: 1px solid #E5E5E5;
            border-bottom-left-radius: 18px;
            border-bottom-right-radius: 18px;
        }

        .flexspcarnd {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

        .prtcrdrt {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 17px;
            font-style: normal;
            font-weight: 800;
            line-height: 130%;
            margin-bottom: 0px;
        }

        .intcrdtxt {
            color: #344054;
             font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            margin-bottom: 0px;
        }

        .pckgtitle {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            margin-bottom: 12px;
        }

        .package_title_list {
            color: #1D2939;
             font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 136%;
            margin-bottom: 6px;
            text-decoration: none;
        }

        .loccrdprt {
            color: #667085;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            margin-bottom: 14px;
        }

        .amntxtdre {
            color: #101828;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            margin-right: 22px;
            display: -webkit-inline-box;
            margin-bottom: 10px;
        }

        .amenitiesicn {
            max-width: 100%;
            height: 18px;
            margin-right: 6px;
        }

        .flxdisbndh {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .pricehdprt {
            color: #98A2B3;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 128%;
        }

        .mnpricehdprt {
            color: #1D2939;
            text-align: right;
             font-family: "Roboto", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 800;
            line-height: 128%;
        }

        .strprtcrd {
            max-width: 100%;
            height: 18px;
            margin-right: 4px;
            margin-top: -4px;
        }

        @media only screen and (max-width: 1024px) {
            .destination_nm_ws {
                font-size: 21px;
            }

            .cntntdescntry {
                height: 230px;
            }

            .destination_country_blck {
                padding: 30px 0px;
            }

            .destination_wise_country {
                margin-top: 24px;
            }

            .bredcrumbtxt {
                margin-bottom: 0px;
            }

            .package_det_name {
                font-size: 22px;
                margin-bottom: 10px;
            }

            .ratings_rev_packdet,
            .rlocm_packdet,
            .rint_packdet {
                font-size: 14px;
            }

            .main-gallery-image {
                height: 350px;
            }

            .gallery-thumbnail {
                height: 160px;
            }

            .excbgpd {
                padding: 16px 14px;
                border-radius: 18px;
                background: #FAFAFA;
                margin-top: 0px;
            }

            .mealstagpckdet {
                font-size: 16px;
                margin-right: 20px;
                padding: 8px 18px;
            }

            .ftyptagpckdet {
                font-size: 14px;
                padding: 8px 18px;
                margin-right: 18px;
                margin-bottom: 14px;
            }

            .dctrstag {
                margin-bottom: 22px;
            }

            #map {
                height: 250px;
            }

            .headincexclm {
                font-size: 16px;
            }

            .boxlocrepcjg {
                padding: 10px;
                margin-bottom: 16px;
            }

            .txtrechpckg,
            .headrechpckg {
                font-size: 14px;
            }

            .subaccmain {
                font-size: 16px;
            }

            .bgPribkngpg {
                font-size: 20px;
            }

            .prchedma {
                color: #aaaac5;
                font-size: 14px;
                font-weight: 500;
            }

            .flexprbkng {
                padding: 6px 6px 14px 6px;
                margin-top: 14px;
                margin-bottom: 12px;
            }

            .title_main_page_listing {
                font-size: 20px;
                margin-bottom: 12px;
            }

            .labelbkngpckg {
                font-size: 14px;
                margin-bottom: 6px;
            }

            .styleselma {
                font-size: 14px;
            }

            .sedaf,
            .spcbtnbkngpkg {
                margin-bottom: 12px;
            }

            .lblrmbkpg {
                font-size: 13px !important;
                margin-bottom: 0px;
                margin-left: 0px;
                margin-top: 3px;
            }

            .prtpckimg {
                height: 200px;
            }

            .tagprtver {
                font-size: 11px;
            }

            .flexspcarnd {
                margin-bottom: 10px;
            }

            .prtcrdrt {
                font-size: 14px;
            }

            .intcrdtxt {
                font-size: 14px;
            }

            .strprtcrd {
                height: 16px;
                margin-right: 3px;
                margin-top: -4px;
            }

            .pckgtitle {
                font-size: 16px;
                margin-bottom: 8px;
            }

            .package_title_list {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 6px;
            }

            .loccrdprt {
                font-size: 12px;
            }

            .amntxtdre {
                font-size: 13px;
                margin-right: 18px;
                margin-bottom: 4px;
            }

            .amenitiesicn {
                max-width: 100%;
                height: 16px;
                margin-right: 4px;
                margin-top: -4px;
            }

            .pricehdprt {
                font-size: 12px;
            }

            .mnpricehdprt {
                font-size: 16px;
            }
        }

        @media only screen and (max-width: 768px) {
            .title_main_page_listing {
                font-size: 20px;
                margin-bottom: 12px;
            }

            .img-cls {
                padding-right: auto;
            }

            .infoPackdetfirst {
                padding-top: 20px;
                padding-bottom: 10px;
            }

            .breadcrumbLnkm {
                font-size: 12px;
            }

            .package_det_name {
                font-size: 22px;
                margin-bottom: 14px;
            }

            .main-gallery-image {
                height: 300px;
            }

            .gallery-thumbnail {
                height: 140px;
            }

            .view-all-button span {
                font-size: 16px;
            }

            .view-all-button small {
                font-size: 12px;
            }

            #imageGalleryModal .modal-dialog {
                max-width: 98vw;
                margin: 10px;
            }

            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .prev-btn {
                left: -20px;
            }

            .next-btn {
                right: -20px;
            }

            .modal-thumbnail {
                width: 100px;
                height: 70px;
            }

            .gallery-modal-content {
                padding: 15px;
            }

            .excbgpd {
                margin-top: 24px;
                padding: 18px 12px;
            }

            .mealstagpckdet {
                font-size: 16px;
                margin-bottom: 16px;
                margin-right: 15px;
            }

            .ftyptagpckdet {
                font-size: 14px;
                padding: 8px 18px;
                margin-right: 15px;
                margin-bottom: 16px;
            }

            .dctrstag {
                margin-bottom: 24px;
            }

            #map {
                height: 280px;
            }

            .shareicn {
                width: fit-content;
            }

            .mainpackage_det_cont {
                margin-bottom: 52px;
            }
        }

        @media only screen and (max-width: 600px) {
            .lblrmbkpg {
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 4px;
            }

            .bgNavInbet {
                display: none;
            }

            .infoPackdetfirst {
                display: none;
            }

            .msjhdtg {
                margin-top: 22px;
            }

            .mbviewnnnert {
                display: none;
            }

            .last_pck_icnpd {
                height: 14px;
            }

            .package_det_name {
                font-size: 20px;
                margin-bottom: 12px;
            }

            .rlocm_packdet {
                font-size: 14px;
                color: #667085;
            }

            .rint_packdet {
                font-size: 14px;
            }

            .ratings_rev_packdet,
            .rint_packdet {
                margin-bottom: 12px;
            }

            .mbmains {
                display: none;
            }

            .main-gallery-image {
                height: 250px;
            }

            .gallery-thumbnail {
                height: 120px;
            }

            .center-gallery {
                margin-bottom: 30px;
            }

            .nav-btn {
                width: 35px;
                height: 35px;
                font-size: 14px;
            }

            .prev-btn {
                left: -17px;
            }

            .next-btn {
                right: -17px;
            }

            .modal-thumbnail {
                width: 80px;
                height: 60px;
            }

            .mobgallerysl {
                display: block;
            }

            .sliderimgrmtyp {
                position: relative;
                margin-bottom: 14px;
            }

            .sliderimgrmtyp,
            .roomdetailpopcrd {
                height: 100%;
            }

            .mainimggalmb {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                height: 300px;
            }

            .mobileview {
                display: block;
            }

            .algnflexmbpk {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .ratings_rev_packdet,
            .rint_packdet {
                margin-bottom: 12px;
            }

            .last_pck_icnpd {
                height: 14px;
            }

            .rint_packdet {
                font-size: 14px;
            }

            .accordion-item:first-of-type {
                border-top-left-radius: 0 !important;
                border-top-right-radius: 0 !important;
            }

            .accordion-item:last-of-type {
                border-bottom-right-radius: 0px !important;
                border-bottom-left-radius: 0px !important;
            }

            button.accordion-button.headinfpckdet.algnmdlpd.mbz.vfds {
                padding: 10px 0px;
            }

            .accordion-body {
                padding: 10px 0px !important;
            }

            .accordion-item {
                border-bottom: 1px solid #d8d8d8 !important;
                border-top: 0px !important;
                border-left: 0px !important;
                border-right: 0px !important;
                padding-bottom: 4px !important;
                border-radius: 0px !important;
            }

            button.accordion-button.headinfpckdet.algnmdlpd.mbz.vfds {
                padding: 10px 0px;
            }

            .roomimgdet {
                height: 240px;
                margin-bottom: 12px;
            }

            .smalltagrmd {
                font-size: 12px;
            }

            .roomnamepop {
                font-size: 20px;
            }

            .crdpckdet,
            .excbgpd {
                padding: 0px 12px;
                border-radius: 0px;
                background: #FFF;
            }

            .headinfpckdet {
                font-weight: 800;
                /* margin-bottom: 0px; */
                font-size: 16px;
            }

            .conttxtpckgdet {
                font-size: 15px;
            }

            .marspcaccpckd {
                margin-bottom: 14px;
            }

            .icntxt {
                padding: 0px 12px;
            }

            .mealstagpckdet {
                font-size: 16px;
                padding: 6px 16px;
                margin-right: 20px;
                display: -webkit-inline-box;
                margin-bottom: 16px;
            }

            .ftyptagpckdet {
                font-size: 15px;
                padding: 6px 16px;
                margin-right: 10px;
                background: #FFF;
                margin-bottom: 14px;
            }

            .vwmbabtcn {
                display: block;
                width: 100%;
                height: 240px;
                border-radius: 12px;
                margin-bottom: 18px;
                object-fit: cover;
            }

            .desktopview {
                display: none !important;
            }

            .dctrstag {
                padding: 12px 18px;
                border-radius: 10px;
                margin-top: 20px;
                margin-bottom: 18px;
            }

            .tagdetpckm {
                font-size: 14px;
            }

            #map {
                height: 240px;
            }

            .headincexclm {
                margin-bottom: 10px;
            }

            .boxlocrepcjg {
                display: block;
            }

            .headrechpckg {
                font-size: 16px;
                margin-bottom: 2px;
                width: 100%;
            }

            .txtrechpckg {
                width: 100%;
            }

            .terms-scroll-container {
                max-height: 300px;
                padding-right: 8px;
            }

            .shareicn {
                margin-bottom: 10px;
                margin-top: 10px;
                width: 100%;
            }

            .alignselfaround {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .bookingdetmain {
                padding: 18px 13px;
                border-radius: 14px;
                /* background-color: #ECF9FF; */
                box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.16);
                position: relative;
                border: 1px solid #d8d8d8;
                margin-bottom: 18px;
                width: 100%;
            }

            .maincontpricee {
                position: sticky;
                bottom: 0px;
                width: 100%;
                padding: 18px 16px 14px 16px;
                background: #fff;
                display: block;
            }

            .prcsfrm {
                color: #8390A7;
                 font-family: "Roboto", sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: 600;
                line-height: 128%;
                /* 15.36px */
                margin-bottom: 12px;
                display: flex;
                justify-content: start;
                align-items: center;
            }

            .bigprc {
                color: #101828;
                font-size: 18px;
                margin-left: 12px;
                font-weight: 800;
            }
        }
    
          .fixed-top {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
        }

        .fixed-strip-content {
            color: #ffffff;
            font-size: 20px;
        }

        .consultation-btn {
            color: #ffffff;
            font-size: 20px;
            background-color: #e94b31;
            border: none;
            margin: 0px 10px;
            padding: 2px 10px;
            border-radius: 5px;
            cursor: pointer;
        }

        @media (max-width: 768px) {
            .cookie-consent {
                display: block;
            }

            #accept-cookies {
                margin-top: 10px;
            }
        }

        @media (max-width: 600px) {
            .fixed-strip-content {
                font-size: 14px;
            }

            .consultation-btn {
                font-size: 15px;
            }
        }