.cus-err {
    color: #D8000C;
    position: absolute;
    left: 5px;
    bottom: 0px;
    font-size: 13px;
}

/*  */
.iti,
.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 20px;
}

.reg-g-captcha-main {
    position: relative;
    padding: 10px 0 20px;
}

.iti__tel-input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 12px;
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid #E6E8EC;
    /* margin-bottom: 15px; */
    margin-bottom: 20px;
}

/* Loader */
.preloader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2000 !important;
}

.preloader span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 15px;
}

.preloader .preloader-icon,
.inside-loader .preloader-icon {
    border: 2px solid #eeeeee;
    border-radius: 50%;
    border-top: 2px solid #E3BD3E;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 0.5s linear infinite !important;
    animation: spin 0.5s linear infinite !important;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

/* .no-scroll {
    overflow: hidden;
} */

/* Loader Ends */
.commonInput.greenSpan {
    border: 2px solid #2ABC30 !important;
}



.adultDropBox {
    /* max-height: 0; */
    /* overflow: hidden; */
    transition: max-height 0.2s ease-in-out;
}


/* .adultDropBox {
    display: block;
} */
.bookRightBox .selectDate .multyDrop .adultDropBox ul {
    background-color: white;
}

@keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        max-height: 150px;
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        max-height: 150px;
        opacity: 1;
        transform: translateY(0);
    }

    to {
        max-height: 0;
        opacity: 0;
        transform: translateY(-20px);
    }
}

.adultDropBox.open,
.dateDropBox.open,
.timeDropBox.open {
    display: block;
    animation: slideDown 0.2s ease-out forwards;
}

.adultDropBox.close,
.dateDropBox.close,
.timeDropBox.close {
    animation: slideUp 0.2s ease-out forwards;
}

.flatpickr-input {
    padding: 20px 20px;
    border-radius: 15px;
    background: white;
}

.ourClickBox.accordion-body .flatpickr-input {
    /* box-shadow: 0px 0px 10px var(--border-color) !important; */
    box-shadow: none !important;
}

body.dark .flatpickr-input {
    background-color: #1f1f1f;
}

.detailsSlider .sliderImg {
    height: 475px;
}

.detailsSlider .sliderImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.owl-next:hover,
.owl-prev:hover {
    background: transparent !important;
    opacity: 0.5 !important;
}


.pageSection2 .Section2Box .travelBox {
    box-shadow: none !important;
    transition: 0.3s;
}

.pageSection2 .Section2Box .travelBox:hover {
    box-shadow: 0px 0px 30px #dbdbdb !important;
}

/* HTML: <div class="loader"></div> */
/* .listloader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
    background: 
      var(--_g) 0%   50%,
      var(--_g) 50%  50%,
      var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
  }
  @keyframes l3 {
      20%{background-position:0%   0%, 50%  50%,100%  50%}
      40%{background-position:0% 100%, 50%   0%,100%  50%}
      60%{background-position:0%  50%, 50% 100%,100%   0%}
      80%{background-position:0%  50%, 50%  50%,100% 100%}
  } */

/* HTML: <div class="loader"></div> */
.listloader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #E3BD3E 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, #E3BD3E);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

/* .paginationBox .pagination .page-item .page-link {
    border: unset !important;
} */

.exploreTour .pagenext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.exploreTour .ourTourBox .leftImg img {
    height: 250px;
}

/*  */
.iti,
.ourdetailProfile.profileImport .iti {
    display: flex !important;
    gap: 10px !important;
}

.iti__country-container,
.ourdetailProfile.profileImport .iti__country-container {
    position: unset !important;
    border-radius: 12px;
    border: 2px solid #E6E8EC;
    width: 170px;
}

.iti__tel-input,
.ourdetailProfile.profileImport .iti__tel-input {
    padding-left: 10px !important;
}

.iti__selected-country,
.ourdetailProfile.profileImport .iti__selected-country {
    width: 100%;
}

.iti__arrow,
.ourdetailProfile.profileImport .iti__arrow {
    border-left: 0 !important;
    border-right: 0 !important;
    margin-left: 0 !important;
}

.iti__arrow::after {
    content: '\f078';
    font-family: 'fontawesome';
    position: absolute;
    right: 4px;
    font-size: 11px;
    margin-left: 10px;
    height: 25px;
    width: 25px;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.iti .iti__selected-dial-code {
    margin-left: 3px !important;
}

.iti__selected-country-primary {
    padding-right: 0 !important;
}

.iti__selected-country-primary:hover {
    background-color: transparent !important;
}

.iti__search-input {
    outline: none !important;
    border: 2px solid #E6E8EC;
    padding: 10px 15px;
    border-radius: 12px;
}

/* .req-sym {
    color: #fa5c7c;
    margin-left: 0.3rem;
} */
/* .companyProfilePage .boxCard{
    position: relative ;

}
.companyProfilePage .cus-err{
    bottom: -20px !important;
} */
body.dark .activityhead .backBox a,
body.dark .activityhead .backBox a i {
    color: #B1B5C3 !important;
}

body.dark .rightTabcontent .pagenext .pageList p {
    color: #B1B5C3 !important;

}

body.dark .filtersearchbtn {
    color: #B1B5C3 !important;
}

.mainDetailsBox .ourTourBox {
    box-shadow: none !important;
    transition: 0.3s;
}

.mainDetailsBox .ourTourBox:hover {
    box-shadow: 0px 0px 30px #dbdbdb !important;
}

.filterpage .flatpickr-day.selected {
    background-color: #E3BD3E !important;
    color: #23262F !important;
}

.prevMonthDay {
    visibility: hidden !important;
}

.nextMonthDay {
    visibility: hidden !important;

}

.innerFormBox .box-box,
.boxFull,
.fillDetails .nameBox .box-box {
    position: relative;
}

.commonLabel {
    width: 100%;
    padding-bottom: 5px;
    color: #292929;
    font-family: 'Manrope-Regular';
}

.full_description_text {
    font-family: 'Manrope-Regular';
}

/* .full_description_text  {
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
} */

/* 
.full_description_text p {
    font-size: unset;
    color: unset;
}

.full_description_text ul {
    list-style: unset !important;
    margin: unset !important;
    padding: unset !important;
    padding-left: 2rem !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
} */
.full_description_text p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}

.full_description_text ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: disc;
}

.full_description_text ol {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: decimal;
}

.full_description_text li {
    margin-bottom: 0.5rem;
}

.full_description_text h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.full_description_text h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.full_description_text h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.full_description_text h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.full_description_text h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.full_description_text h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.full_description_text div {
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}

.typeBox .sendBtn .crossBtn {
    background-color: #E2E8F0;
}

.typeBox .search-key,
header .header-box .search-key {
    min-height: 100px;
}

.detasilBox.typeBox {
    background: none;
    padding: 0;
}

.typeBox .search-key ul h6 i {
    color: var(--gold-color) !important;
    position: unset !important;
    transform: none !important;
}

.dropDownLoc {
    z-index: 999;
}

.updateImg {
    position: relative;
    /* display: inline-block; */
}

/* Hide the file input */
#avatarInput {
    display: none;
}

/* Style the label as a button or link */
.custom-file-upload {
    cursor: pointer;
    color: var(--gold-color);
    text-decoration: none;
    /* font-size: 14px; */
    display: inline-flex;
    align-items: center;
}

.custom-file-upload i {
    margin-right: 5px;
}


.rightProfile .rightProfileMain .userImgBox .updateImg label {
    color: var(--gold-color);
    font-family: 'Manrope-SemiBold';
    margin-top: 10px;
}

.commonGoldBtn {
    background-color: #E3BD3E !important;
}

.flatpickr-day.selected {
    background-color: #E3BD3E !important;
    color: #23262F !important;
    background: #E3BD3E !important;
    border: unset !important;
}

.flatpickr-day {
    font-family: 'Gilory-SemiBold' !important;
    font-size: 15px;
    border: none !important;
}

.commonInputSecond.flatpickr-input {
    box-shadow: unset !important;
    z-index: 55;
    position: relative;
    background: transparent;
    padding-left: 40px;
}

.rightProfileMain .cus-err {
    bottom: -30px !important;
}

.phoneBox .cus-err {
    bottom: 0px !important;
}

.formHeaderTitle {
    display: flex;
    align-items: center;
}

.header-part .searchBox {
    display: none !important;
}

.header-part .searchBox.visible {
    display: block !important;
}

.bokunDropBox.custom-cal .iconDown {
    height: 35px;
    width: 35px;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.bokunDropBox.custom-cal .bi-calendar-week-fill {
    color: #64748b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.profileImport .userPersonaldet .toptitle h5 {
    color: rgba(35, 38, 47, 1) !important;
}

.iti__country {
    display: flex !important;
    align-items: center !important;
    padding: 8px var(--iti-spacer-horizontal) !important;
    outline: none !important;
}

.iti__dial-code {
    color: var(--iti-dialcode-color) !important;
}

.iti__country-list .iti__flag,
.iti__country-name {
    margin-right: var(--iti-spacer-horizontal) !important;
}

.iti__country-name,
.iti__dial-code {
    font-size: 13px !important;
}

.rightProfileMain .iti--inline-dropdown .iti__dropdown-content {
    z-index: 999 !important;
    width: 240px !important;
}

.userAc {
    display: block !important;
    z-index: 99;
}

.rightProfile .rightProfileMain .userPersonaldet {
    margin-bottom: 100px;
}

.ti-widget-header {
    padding: 0 !important;
}

/* .ti-load-more-reviews-container .ti-load-more-reviews-button {
    color: var(--text-black) !important;
    border: 2px solid #E6E8EC !important;
    font-size: 16px !important;
    padding: 8px 15px !important;
    box-shadow: none !important;
    border-radius: 30px !important;
    font-family: 'Gilroy-Bold' !important;
    width: 100% !important;
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
} */

.pageSection2 .Section2Box .priceBox {
    align-items: center;
}

.pageSection2 .Section2Box .priceBox .priceListTag h5 {
    font-size: 16px;
}

.pageSection2 .Section2Box .priceBox .priceListTag,
.pageSection2 .Section2Box .priceBox .listRating {
    width: calc(50% - 5px);
}

.pageSection2 .Section2Box .priceBox .listRating .ti-header {
    padding: 0 !important;
}

.filterpagereview .ti-header.source-Tripadvisor,
.filterpagereview .ti-header.ti-header-grid.source-all,
.filterpagereview .ti-header.ti-header-grid.source-Google {
    padding: 10px !important;
}

/* .full_description_text_activity a {
    all: revert !important;
} */

/* .full_description_text_activity {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.full_description_text_activity.expanded {
    -webkit-line-clamp: unset; 
} */

/* .full_description_text_activity {
    max-height: 70px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.full_description_text_activity.expanded {
    max-height: 100%;
} */

.dropDownLoc {
    background-color: rgba(253, 253, 253, 1) !important;
    top: 40px !important;
}

.dropDownLoc li.newdropOpen ul.innerNewDrop {
    background-color: rgba(253, 253, 253, 1) !important;
    max-height: 340px !important;
    overflow-y: auto;
}

.dropDownLoc li.newdropOpen ul.innerNewDrop::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f5f5f0;
}

.dropDownLoc li.newdropOpen ul.innerNewDrop::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f0;
}

.dropDownLoc li.newdropOpen ul.innerNewDrop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--gold-color);
}


header .header-box .logoBox .locationBox {
    padding: 12px 0;
}

/* .dropDownLoc li a:hover {
    background-color: rgba(253, 247, 232, 1);
} */
/* .dropDownLoc li a:hover {
    background-color: rgb(248 231 190);
    color: #99750a !important;
} */

.header-part .dropDownLoc li a:hover {
    background-color: rgb(110 80 8);
    color: #f1f1ef !important;
}

.header-part .dropDownLoc li a:hover i {
    color: #fff;
}

header .header-box .logoBox .locationBox a.active {
    color: var(--gold-color);
}

header .header-box .logoBox .locationBox a.active i {
    transition: 0.2s all linear;
}

header .header-box .logoBox .locationBox a.active i {
    transform: rotate(180deg);
}


.mainBanner .bannerBox .bannerText.homepagebanner {
    max-width: 600px;
    margin: 0 auto;
}

.mainBanner .bannerBox .bannerText.homepagebanner .sliderText p {
    margin-bottom: 0 !important;
}

.mainBanner .bannerBox .bannerText.homepagebanner .sliderText h2,
.mainBanner .bannerBox .bannerText.homepagebanner .sliderText .commonh2 {
    font-size: 50px;
}

.suggetionRecord {
    border-bottom: 1px solid #F1F5F9;
    margin-bottom: 0px !important;
}

.mainBanner {
    min-height: 490px;
}

.pageSection2 .Section2Box .priceBox {
    min-height: 57px;
}

.typeBox .search-key,
header .header-box .menuBox .search-key {
    box-shadow: 0px 10px 20px #00000026 !important;
}

.listingld-label {
    font-size: 16px;
    font-weight: bold;
    color: #e3bd3e;
}

.mainBanner::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.gallery .galleryPart .galleryBox .imgGridBox::after {
    /* background: linear-gradient(0deg, rgb(0 0 0 / 35%) 0%, rgb(253 253 253 / 0%) 55%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgb(253 253 253 / 0%) 55%);

}

.tourStyle .tourStylepart .tourBox .tourGallery .imgBox::after {
    /* background: linear-gradient(0deg, rgb(0 0 0 / 35%) 0%, rgb(253 253 253 / 0%) 55%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgb(253 253 253 / 0%) 55%);

}

#full_description_text_activity {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#full_description_text_activity.collapsed {
    -webkit-line-clamp: 6;
}

#full_description_text_activity.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.exploreTour .ourTourBox.skeleton::after {
    z-index: 9 !important;
}


.selectDetails .accordion-item .accordion-button {
    border: 2px solid #E6E8EC !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    background: var(--white-color) !important;
    color: #777777;
    font-family: 'Poppins-Medium';
    font-size: 18px;
    box-shadow: none !important;
}

.selectDetails .accordion-flush .accordion-item {
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 15px;
    background-color: transparent;
}

.selectDetails .accordion-flush .accordion-body {
    padding: 0 !important;
}

.selectDetails .accordion-item .accordion-button i {
    color: #292D32;
    margin-right: 10px;
}

.selectDetails .accordion-item .accordion-button::after {
    content: '\f078';
    font-family: 'fontawesome';
    background-image: none;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selectDetails .accordion-flush .accordion-item:hover {
    background-color: transparent !important;
}

.adultDropBox,
.timeDropBox,
.dateDropBox {
    display: block;
    position: unset;
}

.bookRightBox .adultDropBox ul {
    padding: 20px 20px;
    /* box-shadow: 0px 0px 10px var(--border-color); */
    border-radius: 15px;
}

.bookRightBox .adultDropBox ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.bookRightBox .adultDropBox ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bookRightBox .adultDropBox ul li .adultage h6 {
    font-size: 18px;
    font-family: 'Gilory-SemiBold';
}

.bookRightBox .adultDropBox ul li .adultage span {
    font-size: 14px;
    color: var(--input-color);
    font-family: 'Gilroy-Regular';
}

.bookRightBox .adultDropBox ul li .countBtn i {
    color: #83889B;
    font-size: 25px;
    vertical-align: middle;
    cursor: pointer;
}

.bookRightBox .adultDropBox ul li .countBtn span {
    font-size: 18px;
    padding: 0 20px;
    color: #83889B;
}

.bookRightBox .timeDropBox ul {
    background: #FCFCFD;
    padding: 20px 20px;
    /* box-shadow: 0px 0px 10px var(--border-color); */
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 10px;
}

.bookRightBox .timeDropBox ul li a {
    width: 100%;
    background-color: #E3BD3E1A;
    border: 1px solid var(--gold-color);
    color: #2C2F3A;
    border-radius: 5px;
    padding: 10px 0px;
    font-family: 'Gilory-SemiBold';
    transition: 0.3s;
}

.bookRightBox .timeDropBox ul li a:hover {
    background-color: var(--gold-color);
}

.selectDetails .accordion-flush .accordion-button:not(.collapsed) {
    border-color: var(--gold-color) !important;
}

.selectDetails .ourClickBox .dayContainer {
    min-width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto;
}

.selectDetails .ourClickBox .flatpickr-day.today:hover {
    color: #393939 !important;
}

.flatpickr-day.today:hover {
    color: #393939 !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #FFD166 !important;
}

.selectDetails .ourClickBox .flatpickr-day {
    max-width: 38px !important;
    height: 38px !important;
    width: 38px;
    margin: 0 auto 8px;
}

@media (max-width:575px) {
    .selectDetails .accordion-item .accordion-button::after {
        height: 30px;
        width: 30px;
        font-size: 16px;
    }

    .selectDetails .accordion-item .accordion-button {
        font-size: 16px;
    }

    .selectDetails .ourClickBox .flatpickr-monthDropdown-months,
    .selectDetails .ourClickBox .numInput.cur-year {
        width: 100px !important;
        font-size: 16px !important;
    }
}


@media (max-width:350px) {
    .selectDetails .ourClickBox .flatpickr-input {
        padding: 20px 0px !important;
    }
}

.bookable-date::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ECBB33 !important;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.available-date {
    background-color: #FDF7E8 !important;
    color: #334155 !important;
    /* border-radius: 50% !important;  */
}

.flatpickr-day.selected.bookable-date::after {
    background-color: #44444F !important;

}

/* .ourClickBox .flatpickr-day.today {
    border: 1px solid  !important;
    border-color: #959ea9 !important;
    background-color: unset !important;
} */

.selectDetails .ourClickBox .flatpickr-day:hover {
    background-color: #e6e6e6 !important;
}

.selectDetails .ourClickBox .flatpickr-day.available-date:hover {
    background-color: #e3bc3e29 !important;
}

.selectDetails .ourClickBox .flatpickr-day.selected:hover {
    background: #E3BD3E !important;
}

/* .selectDetails .ourClickBox .flatpickr-day.bookable-date:hover {
    background-color: #FDF7E8 !important;
} */
.selectDetails .ourClickBox .numInputWrapper .arrowDown,
.selectDetails .ourClickBox .numInputWrapper .arrowUp {
    display: none;

}

.selectDetails .ourClickBox .numInputWrapper .cur-year {
    pointer-events: none !important;

}

.full_description_text img {
    max-width: 100% !important;
    height: auto !important;
}

.mainBanner {
    margin: unset;
    border-radius: unset;
}

.mainBanner::after {
    border-radius: unset;
}

.selectDetails .ourClickBox .flatpickr-day.today {
    background-color: unset
}

/* Rates  */
.rate-card {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.rate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.rate-card.selected {
    border: 2px solid #e3bd3e;
    background: #fff9e6;
    box-shadow: 0px 10px 25px rgba(227, 189, 62, 0.4);
    /* transform: scale(1.03); */
}

.badge-selected {
    font-size: 14px;
    background: #e3bd3e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    display: none;
    font-weight: 600;
    align-items: center;
    gap: 2px;
}

.rate-card.selected .badge-selected {
    display: inline-flex;
}

.rate-header {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    max-width: 80%;
}

.divider {
    height: 1px;
    background: #ddd;
    margin: 12px 0;
}

.policy {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.policy i {
    color: #e3bd3e;
    margin-right: 8px;
}

.price {
    font-size: 24px;
    font-weight: bold;
    color: #e3bd3e !important;
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: color 0.3s ease-in-out;
}

.rate-card.selected .price {
    color: #b29730 !important;
}

/* Ticket */
.ticket {
    /* width: 450px; */
    background: white;
    border-radius: 16px;
    position: relative;
    /* overflow: hidden; */
    border: 2px solid #f5f5f5;

}

/* Ticket Header with Gradient Overlay */
.ticket-header {
    height: 75px;
    position: relative;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    background: url('https://tourexplorer.s3.ap-south-1.amazonaws.com/images/product/f6b9a69b-4a79-497a-bff5-1588625418e6.jpeg') center/cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.ticket-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); */
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.ticket-header span {
    position: relative;
    z-index: 1;
}

/* Ticket Cutout Effect */
.ticket:before,
.ticket:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 40px;
    background: #fff;
    border: 2px solid #f5f5f5;
    /* border-radius: 50%;s */
}

.ticket:before {
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    z-index: 9999;
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.ticket:after {
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    border-right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* Ticket Body */
.ticket-body {
    padding: 10px 20px;
    text-align: center;
}

.ticket-time {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.ticket-date {
    font-size: 18px;
    color: #777;
    margin-bottom: 10px;
}

.ticket-divider {
    border-top: 2px dashed #bbb;
    margin: 12px 0;
}

/* Pricing Details */
.ticket-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
}

.ticket-info i {
    color: #e3bd3e;
    margin-right: 6px;
}

/* Total Amount */
.total-amount {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #e3bd3e;
}

.personDrop select {
    width: 100%;
    border: 2px solid #E6E8EC !important;
    border-radius: 10px;
    padding: 5px 5px;
    margin-top: 10px;
    outline: none;
}

.selectDetails .ourClickBox .nextMonthDay {
    display: none !important;
}

.gallery .galleryPart .imgGridBox .textBox {
    padding-right: 10px;
}

.atag_btn {
    /* display: block; */
    /* width: 115px; */
    /* height: 25px; */
    background: transparent;
    border: 1px solid #E3BD3E;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    color: #E3BD3E;
}

.atag_btn:hover {
    /* background: #E3BD3E; */
    color: #E3BD3E;
}

.dropDownLoc li.newdropOpen ul.innerNewDrop {
    width: 100%;
    min-width: 460px !important;
}

.dropDownLoc li.newdropOpen ul.innerNewDrop li {
    width: 33%;
}

.dropDownLoc li.newdropOpen ul.innerNewDrop li a {
    word-break: break-word;
}

.dropDownLoc li.newdropOpen:hover ul.innerNewDrop {
    display: inline-flex;
}

.personDrop .bokunDropBox ul.DropBox {
    padding: 10px !important;
}

.personDrop .bokunDropBox ul.DropBox li {
    margin-bottom: 0 !important;
}

.personDrop .bokunDropBox ul.DropBox li a {
    padding: 0 15px !important;
}

.personDrop .discriplangDown a.main {
    padding: 5px 12px;
}

.personDrop .discriplangDown a.main .iconDown {
    height: 25px;
    width: 25px;
}

.personDrop .discriplangDown a.main .iconDown i {
    font-size: 13px;
}

.personDrop .boxCard .commonLabelSecond {
    margin-top: 5px !important;
}

.mainListProducts .tabBtnbox ul li .custombtn .fa-chevron-right {
    float: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.header-fav-icon a {
    color: var(--text-black);
    padding: 5px 10px;
    border-radius: 30px;
    font-family: 'Manrope-Bold';
    transition: 0.3s;
}

.header-fav-icon a.active {
    background-color: var(--white-color);
}

.header-fav-icon a i {
    margin-right: 5px;
    vertical-align: middle;
}

.full_description_text_activity img {
    max-width: 100% !important;
    height: auto !important;
}

.admin-visible-detail p {
    line-height: 1;
}

.innerNewDrop {
    display: flex;
    flex-wrap: wrap;
    max-width: 460px;
}

.innerNewDrop li {
    width: calc(33.33% - 10px);
    list-style: none;
    text-align: left;
}

.location_mobile .dropDownLocMobile li .innerNewDrop li {
    width: calc(100%) !important;
}

.time-selected {
    background-color: #e3bd3e !important;
}

ul.innerNewDrop a {
    font-size: 12px !important;
}

.soldout-time {
    border: unset !important;
    color: #2c2f3a29 !important;
    cursor: not-allowed !important;
    /* opacity: 0.5 !important; */
}

.soldout-time:hover {
    background-color: #E3BD3E1A !important;
}

.req-sym {
    color: #fa5c7c;
    margin-left: 0.3rem;
}

.checkout-form .cus-err {
    position: relative !important;
}

.checkout-form .iti,
.iti--allow-dropdown {
    margin-bottom: 0 !important;

}

.cat-blog-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.innerFormBox .box-box {
    width: calc(50%);
}

.innerFormBox {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 30px;
    margin-bottom: 25px;
}

.select2.select2-container {
    width: 100% !important;
}

span.selection {
    width: 100%;
}

.select2.select2-container .selection .select2-selection {
    border: 2px solid #E6E8EC;
    display: flex;
    align-items: center;
    /* padding: 20px 0px; */
    height: 48px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
    height: 35px !important;
    width: 35px !important;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    right: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '\f078';
    position: absolute;
    font-family: 'fontawesome';
    font-size: 16px;
    padding: 3px 8px;
}

.confirm_left .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.discriplangDown a.main {
    padding: 6px 15px;
}

.react-date-picker,
.react-datetime-picker {
    width: 100%;
}

.react-date-picker__wrapper,
.react-datetime-picker__wrapper {
    border: none !important;
    padding: 8px 15px !important;
    border-radius: 12px !important;
    border: 2px solid var(--border-color) !important;
}

.react-date-picker__inputGroup,
.react-datetime-picker__inputGroup {
    color: #7A7C86 !important;
    font-size: 14px !important;
    font-family: 'Manrope-Medium' !important;
}

.react-date-picker__button svg,
.react-datetime-picker__button svg {
    stroke: #7A7C86 !important;
}

.react-date-picker__button svg:hover,
.react-datetime-picker__button svg:hover {
    stroke: #E3BD3E !important;
}

.react-calendar {
    border: none !important;
    border-radius: 30px;
    background-color: #FCFCFD !important;
    /* box-shadow: 0 40px 32px -24px #0F0F0F1F !important; */
    box-shadow: 0 0px 5px 0px #0F0F0F1F !important;
    padding: 15px 10px;
}

.react-calendar__month-view .react-calendar__tile {
    font-size: 14px !important;
    width: 50px !important;
    max-width: 45px !important;
    height: 45px;
    font-family: 'Poppins-Medium' !important;
}

.react-calendar__month-view .react-calendar__tile--active {
    color: var(--dark-box) !important;
    border-radius: 50% !important;
    background: #ECBB33 !important;
    padding: 0 !important;
}

/* .react-calendar__month-view__days__day--neighboringMonth {
    color: var(--dark-box) !important;
} */

.react-calendar__month-view__days {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.react-calendar__month-view .react-calendar__month-view__weekdays {
    color: #83889B !important;
    font-family: 'Gilory-SemiBold' !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.react-calendar__month-view .react-calendar__month-view__weekdays abbr[title] {
    text-decoration: unset !important;
    font-family: 'Gilory-SemiBold' !important;
}

.react-calendar__month-view .react-calendar__month-view__days__day--weekend {
    color: var(--dark-box);
}

.react-calendar__navigation .react-calendar__navigation__label__labelText {
    font-size: 18px;
    color: var(--dark-box);
    font-family: 'Manrope-Bold' !important;
}

.react-calendar__month-view__days__day--neighboringMonth {
    color: #757575 !important;
}

.react-calendar__tile--now {
    background: transparent !important;
}

.react-calendar__month-view .react-calendar__tile:enabled:hover,
.react-calendar__month-view .react-calendar__tile:enabled:focus {
    /* background-color: #ECBB33 !important; */
    border-radius: 50% !important;
}

.react-calendar__year-view .react-calendar__tile--hasActive,
.react-calendar__decade-view__years .react-calendar__tile--hasActive,
.react-calendar__century-view__decades .react-calendar__tile--hasActive {
    background: #ECBB33 !important;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view__years .react-calendar__tile,
.react-calendar__century-view__decades .react-calendar__tile {
    padding: 12px 20px !important;
    border-radius: 30px;
    color: var(--dark-box);
    font-size: 14px;
    font-family: 'Gilory-SemiBold' !important;
    /* font-family: 'Gilroy-Bold'!important; */
    margin-bottom: 10px;
}

.react-calendar__century-view__decades .react-calendar__tile {
    padding: 12px 5px !important;
}

.confirm_and_pay .confirm_left .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'Poppins-Medium';
    color: #23262F;
}

.verification-modal .modal-dialog {
    max-width: 480px;
}

.verification-modal .modal-content {
    border-radius: 16px;
}

.verification-modal .modal-body {
    text-align: center;
    padding: 30px 30px;
    border-radius: 16px;
}

.verification-modal .modal-body a>img {
    width: 100%;
    max-width: 190px;
}

.verification-modal .modal-body h4 {
    color: #0F172A;
    font-size: 30px;
    margin: 15px 0;
    font-family: 'Gilroy-Bold';
}

.verification-modal .modal-body h6 {
    font-size: 14px;
    color: #94A0AD;
    margin-bottom: 25px;
    font-family: 'Gilroy-Bold';
}

.verification-modal .modal-body .register p {
    color: #475569;
    font-size: 16px;
    font-family: 'Manrope-SemiBold';
    margin-top: 20px;
}

.verification-modal .modal-body .register p a {
    font-family: 'Manrope-SemiBold';
}

.blogContainer .commonInput {
    margin-bottom: 0;
    background-color: #f5f5f0;
    padding-right: 25px;
}

.blogContainer .commonInput::placeholder {
    font-family: 'Poppins-Regular';
    color: var(--gray-color);
}

.blogSearch {
    position: relative;
}

.blogSearch i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-color);
}

.pageSection2.blogPage .Section2Box .placeSec {
    margin-top: 0;
}

.customTitle {
    color: #334155;
    font-family: 'Manrope-Bold';
}

.confirm_left .paymentTab {
    margin-bottom: 0;
}

.confirm_left .paymentTab .continueBox {
    margin-top: 30px;
}

/* .StripeElement {
    padding: 12px 15px;
    border-radius: 12px;
    border: 2px solid var(--border-color);
} */
.stripe-custom-form .commonInputSecond {
    padding: 13px !important;

}

.stripe-custom-form .card-branding {
    border: unset !important;
}

.checkoutsublabels {
    color: #334155 !important;
    margin-bottom: 5px;
}

.location-page-exp {
    padding: 10px 0 !important;
}

.blogPage .pagenext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.profilePhoneInput .cus-err {
    bottom: -20px !important;
}

.detailsMore span.greenstatuspaid {
    background: #17C964;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: black;
    padding: 4px 4px;
}

.detailsMore span.comtagSpan {
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Manrope-SemiBold' !important;
}

.detailsMore span.comtagSpan.green {
    background-color: #17C96433;
    color: #09A54D;
}

.detailsMore span.comtagSpan.blue {
    background-color: #006FEE33;
    color: #006FEE;
}

.detailsMore span.comtagSpan.yellow {
    background-color: #FFE69C;
    /* bright amber background */
    color: #B58100;
    /* strong amber text */
}

.booking-pagination-par .pagenext {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-product-list-select .select2-selection__rendered {
    width: 100% !important;
}

.detailsMore .accordion-body .ourbtnsec .btn.resendbtn {
    color: #292D32;
    background-color: #E3BD3E;
    border: unset;
}

.detailsMore .accordion-body .ourbtnsec .btn.cancelbtn {
    background-color: #DC2626;
    border: unset;
    color: white;

}

.activityhead .breadcrumb {
    margin: 0;
}

/*  */

.payment-container {
    /* background: rgba(255, 255, 255, 0.95); */
    padding: 0px 40px;
    width: 420px;
    text-align: center;
    border-radius: 16px;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12); */
    position: relative;
    backdrop-filter: blur(10px);
}

.payment-icon {
    width: 80px;
    height: 80px;
    background: #e3bd3e;
    color: white;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0px 5px 15px rgba(227, 189, 62, 0.3);
}

.processing-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #23262F;
    font-family: 'Manrope-SemiBold';
}

.processing-loading-text {
    font-size: 16px;
    font-weight: 700;
    color: #94A3B8;
    font-family: 'Manrope-Regular';
}

.processing-expire-note {
    font-size: 16px;
    font-weight: 600;
    color: #475569;
    font-family: 'Manrope-Regular';
}

/*  */

.registerBox .form-group .btnShow {
    position: absolute;
    top: 50%;
    right: 0;
    color: #83889B;
    box-shadow: none !important;
    transform: translateY(-50%);
}

.registerBox .form-group {
    position: relative;
}

.registerBox .form-group .lineSpan {
    padding: 15px 0;
}

.registerBox .form-group label {
    color: #292929;
    font-size: 14px;
    font-family: 'Manrope-Medium';
    padding-bottom: 10px;
}

.custom-ui {
    text-align: center;
    width: 500px;
    padding: 40px;
    /* background: #28bae6; */
    background-color: var(--gold-color);
    color: var(--text-black) !important;
    box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
    /* color: #fff !important; */
    border-radius: 10px !important;
}

.custom-ui>button {
    width: 160px !important;
    padding: 10px !important;
    border: 1px solid #fff;
    margin: 10px !important;
    cursor: pointer;
    background: none;
    color: #fff;
    font-size: 14px;
}

.custom-ui>h1 {
    font-family: 'Manrope-SemiBold' !important;
    margin-top: 0;
    color: #fff;
    font-size: 2.5rem !important;

}

.custom-ui>p {
    margin-top: 0;
    color: #fff;

}

.imgText {
    cursor: pointer !important;
}

.custom-ui button:hover {
    background: white !important;
    color: var(--gold-color) !important;
}

.verification-modal.confirmation-modal .modal-dialog {
    max-width: 567px;
}

.verification-modal.confirmation-modal .modal-body h4 {
    color: #23262F;
    font-family: 'Manrope-Bold' !important;
}

.verification-modal.confirmation-modal .modal-body h6 {
    color: #94A3B8;
    font-family: 'Manrope-Regular' !important;
}

.verification-modal.confirmation-modal .continueBox {
    display: flex;
    gap: 10px;
}

.verification-modal.confirmation-modal .continueBox .continueBtn {
    width: calc(50%);
    background: #fff;
    border: 1px solid var(--gold-color);
    font-family: 'Manrope-SemiBold' !important;
}

.verification-modal.confirmation-modal .continueBox .continueBtn:hover {
    background: var(--gold-color);
}

.modal-backdrop.show {
    opacity: .9;
    background-color: #171202;
}

.detailsMore .accordion-body .ourbtnsec {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.detailsMore .accordion-body .ourbtnsec .btn.two {
    width: calc(50% - 10px);
}

.detailsMore .accordion-body .ourbtnsec .btn.single {
    width: calc(100%);
}

.customBtnGold {
    background: var(--gold-color);
    width: 100px;
    font-family: 'Manrope-Bold';
    border-radius: 30px;
    min-height: 45px;
    color: #23252E;
    outline: unset;
    border: unset;
}

.customBtnGold:hover {
    background-color: var(--gold-color) !important;
}

.profileBackbtnContainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

span.red {
    color: #F31260;
    background-color: #F3126033;
}

.redColorText {
    color: #950606 !important;
}

.topstatus {
    font-size: 12px !important;
    padding: 4px 10px !important;
}

.search-title {
    margin-bottom: 10px !important;
}

.typeBox .search-key ul li:not(:last-child),
header .header-box .menuBox .search-key ul li:not(:last-child) {
    margin-bottom: 0px !important;
}

.typeBox .search-key ul li a,
header .header-box .menuBox .search-key ul li a {
    padding: 5px 5px !important;

}

.cancelRedBtn {
    background-color: #e53935;
    /* Bright red */
    color: #fff;
    /* White text */
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cancelRedBtn:hover {
    background-color: #c62828;
    /* Darker red on hover */
}

.whatsappbtn {
    bottom: 30px;
    right: 30px;
    background-color: #25D366 !important;
    color: white !important;
    font-size: 1.5rem;
    border-radius: 30px;
}

.whatsappchatbtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* background-color: #25D366 !important; */
    border: 2px solid #25D366;

    color: white !important;
    font-size: 1.5rem;
    padding: 7px;
    border-radius: 50%;
    z-index: 1;
}

.whatsappchatbtn:focus {
    box-shadow: none;
}

.aichatbtn {
    position: fixed;
    bottom: 111px;
    right: 30px;
    background-color: white !important;
    color: black !important;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 2px solid black;
    padding: 6px 10px;
    z-index: 1;
}

.nearbyicon {
    position: fixed;
    bottom: 111px;
    right: 30px;
    /* background-color: white !important; */
    color: black !important;
    font-size: 1.5rem;
    border-radius: 50%;
    /* border: 2px solid black; */
    padding: 6px 10px;
    z-index: 1;
}

.aichatbtn>a {
    color: black;
}

.wearehere {
    background-image: url(../images/wearehere.svg);
    position: fixed;
    height: 90px;
    width: 90px;
    bottom: 14px;
    right: 18px;
    background-repeat: no-repeat;
}

.detailsMore .accordion-body .ourbtnsec .btn i {
    vertical-align: initial !important;
}

.mainListProducts .tabBtnbox ul li .custombtn svg {
    vertical-align: bottom;
    margin-right: 10px;
}

.dropDownLoc.iocnDropdwon {
    width: auto !important;
}

.dropDownLoc.iocnDropdwon li a {
    justify-content: start !important;
    gap: 10px !important;
}

.dropdownBox span.dropdown-icon {
    margin-right: 5px;
    vertical-align: text-bottom;
}

/*  */
/* Hide all language sections by default */
.English-section,
.French-section,
.German-section,
.Italian-section,
.Portuguese-section,
.Other-section,
.Spanish-section {
    display: none;
}

.goog-te-banner-frame {
    display: none !important;
}

/* Show the matching section based on body class */
body.English .English-section {
    display: block;
}

body.French .French-section {
    display: block;
}

body.German .German-section {
    display: block;
}

body.Italian .Italian-section {
    display: block;
}

body.Portuguese .Portuguese-section {
    display: block;
}

body.Spanish .Spanish-section {
    display: block;
}

body.Other .Other-section {
    display: block;
}

body.Other .goog-te-banner-frame {
    display: block !important;
}

.tandcLink {
    color: #ECBB33 !important;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Manrope-Medium';
}

.tandcMainDiv {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.skiptranslate {
    opacity: 0;
    visibility: hidden;
}

body.Other .skiptranslate {
    opacity: 1;
    visibility: visible;
}

/* .skiptranslate {
    display: none !important;
}

body.Other .skiptranslate {
   display: block ;
} */

body {
    top: 0px !important;
}

iframe .VIpgJd-ZVi9od-TvD9Pc-hSRGPd {
    display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

.footerPart .footerBox .innerBox .footermenu.fiveBox ul li span img {
    width: 100% !important;
    max-width: 30px !important;
}

.blog-cat-opt {
    width: 30%;
}

.currencyDrop {
    opacity: 0.5;
}

.currencyDrop a {
    cursor: not-allowed;
}

.goog-te-banner-close {
    display: none !important;
}

#full_description_text_cms table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    /* or fixed if you want consistent column widths */
}

#full_description_text_cms td,
#full_description_text_cms th {
    word-wrap: break-word;
    /* padding: 8px; */
    /* border: 1px solid #ddd;s */
}

#full_description_text_cms td img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

#full_description_text_cms table {
    width: 100% !important;
}

#full_description_text_cms table td h4,
#full_description_text_cms table td h1 {
    font-family: 'Manrope-Bold';
}

#full_description_text_cms table td p {
    font-family: 'Manrope-Regular';
}

.custom-red-label {
    color: red;
    font-family: 'Manrope-Bold';
    font-size: 22px;
    margin-bottom: 20px;
    /* padding-left: 15px; */
}

.comon-tags-class h1,
.comon-tags-class h2.h1_tag_style {
    font-family: 'Manrope-Bold';
    font-size: 48px;
    /* color: #0F172A !important; */
    color: #f39c12 !important;

}

.comon-tags-class h2 {
    font-family: 'Manrope-Bold';
    font-size: 40px;
    color: #BBBE11 !important;
}

.comon-tags-class h3 {
    font-family: 'Manrope-Bold';
    font-size: 32px;
    color: #ECBB33 !important;
}

.comon-tags-class h4 {
    font-family: 'Manrope-Bold';
    font-size: 24px;
    color: #EEC144 !important;
}

.comon-tags-class h5 {
    font-family: 'Manrope-Bold';
    font-size: 20px;
    color: #334155 !important;
}

.comon-tags-class h6 {
    font-family: 'Manrope-Bold';
    font-size: 18px;
    color: #FCD34D !important;
}

#goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -9999 !important;
}

#goog-gt-tt {
    position: absolute !important;
    top: 20px !important;
    /* move to top */
    left: 20px !important;
    z-index: 9999 !important;
}

.faqs_section .question_box {
    padding-left: 15px !important;
}

.contact-us-content .about_banner {
    padding-bottom: 0px;
}

body.dark .comon-tags-class h5,
body.dark .comon-tags-class h2,
body.dark .faqs_section .accordion-button,
body.dark .faqs_section .accordion-body {
    color: #fff !important;
}

body.dark .send_email span {
    color: #B1B5C3 !important;
}

body.dark .faqs_section .accordion-item {
    background-color: var(--dark-box) !important;
}

.content_box_dyn {
    padding: 0 15px;
}

body.dark .menuBread .breadcrumb-item+.breadcrumb-item::before {
    filter: invert(0.6);
}

.full_description_text iframe {
    width: 100%;
}


.full_description_text blockquote {
    font-style: italic;
    padding: 2px 0;
    border-style: solid !important;
    border-color: #ccc !important;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}

blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1em 0;
    color: #444;
    background-color: #f9f9f9;
    font-style: italic;
}

.notranslate {
    translate: no !important;
}

.timeBox_second {
    margin-top: 16px;
}

.bookRightBox .adultDropBox ul li .adultage {
    width: 100%;
    max-width: 75%;
}

.bookRightBox .adultDropBox ul li .personDrop {
    width: 100%;
    max-width: 25%;
}

.menuBread .breadcrumb .breadcrumb-item span {
    word-break: break-word;
    display: flex;
}

.bookRightBox .adultDropBox ul li .personDrop .countBtn {
    display: flex;
}



.ourClickBox span.flatpickr-weekday {
    translate: unset !important
}

/*  */
.full_description_text_activity table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    border: 1px solid #ccc;
}

.full_description_text_activity th,
.full_description_text_activity td {
    border: 1px solid #ccc;
    padding: 0.6em 0.8em;
    vertical-align: top;
}

.full_description_text_activity th {
    text-align: left;
    font-size: 1.2em;
    color: #f0b429;
    background-color: #f9f9f9;
}

.full_description_text_activity tr td:first-child {
    font-weight: bold;
    white-space: nowrap;
    width: 140px;
}

.full_description_text_activity strong {
    font-weight: bold;
    /* color: #000; */
}

.full_description_text_activity {
    font-size: 1em;
    line-height: 1.5;
    color: #333;
    background-color: #fefefe;
}

.meetingPoint .clickMap .realExpMapBox {
    margin-top: 20px;
}

.meetingPoint .clickMap .realExpMapBox iframe {
    width: 100%;
    min-height: 300px;
    border-radius: 24px;
}

.meetingPoint .clickMap .routeMapBox {
    margin-top: 20px;
}

.meetingPoint .clickMap .routeMapBox iframe {
    width: 100%;
    min-height: 300px;
    border-radius: 24px;
}

.filterSidebarList {
    max-height: 250px;
    overflow: auto;
}

/*  */


.ourClickBox .comSeacrh_input .titleCat {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.ourClickBox .comSeacrh_input .titleCat p {
    margin-bottom: 0 !important;
}

.ourClickBox .comSeacrh_input .searchBox {
    position: relative;
    margin: 10px 0;
    min-height: 45px;
    width: 100%;
}

.ourClickBox .comSeacrh_input .searchBox a.iconS,
.ourClickBox .comSeacrh_input .searchBox a.iconX {
    background: var(--white-color);
    height: 33px;
    width: 33px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.6s;
    right: 5px;
    float: right;
    border: 1px solid #ccc;
}

.ourClickBox .comSeacrh_input .searchBox a.iconS {
    z-index: 2;
}

.ourClickBox .comSeacrh_input .searchBox.active a.iconS {
    background: var(--white-color);
    transition: 0.5s;
}

.ourClickBox .comSeacrh_input .searchBox a.iconX {
    opacity: 0;
}

.ourClickBox .comSeacrh_input .searchBox.active a.iconX {
    right: 5px;
    border: 1px solid var(--border-color);
    opacity: 1;
    z-index: 55;
}

.ourClickBox .comSeacrh_input .searchBox a i {
    color: var(--text-black);
    font-size: 18px;
}

.ourClickBox .comSeacrh_input .searchBox input {
    background: var(--white-color);
    border: none;
    box-shadow: none;
    height: 40px;
    width: 0px;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
    outline: none;
    float: right;
}

.ourClickBox .comSeacrh_input .searchBox.active input {
    max-width: 270px;
    border-radius: 7px;
    height: 45px;
    padding: 0 42px 0px 10px;
    width: 100%;
    border: 1px solid var(--border-color);
    opacity: 1;
}

.ourClickBox .comSeacrh_input .searchBox input::placeholder {
    color: #C3C4C7;
    font-size: 16px;
    font-family: 'Gilory-SemiBold';
}

.redText {
    color: #b10000;
    font-family: 'Gilroy-Bold';
}

/* h2 {
    font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif !important;
    font-size: 2em !important;

} */

/* .booking .bookingBox .bookLeftBox {
    margin-top: 50px;
} */

.cookie-modal {
    padding-left: 0 !important;
}

.cookie-modal .modal-dialog {
    max-width: 640px;
}

.cookie-modal .modal-content {
    border-radius: 16px;
    box-shadow: 5px 15px 20px 0px #00000040;
}

.cookie-modal .modal-body {
    padding: 30px 30px 20px;
}

.cookie-modal .first_box h5 {
    color: var(--dark-box);
    font-family: 'Manrope-Bold';
}

.cookie-modal .first_box p {
    color: #334155;
    font-family: 'Manrope-Regular';
    font-size: 12px;
}

.cookie-modal .modal-footer {
    justify-content: center;
    border: none;
    padding: 0px 30px 30px;
    gap: 15px;
}

.cookie-modal .modal-footer .btn_reject {
    font-size: 14px;
    color: var(--dark-box);
    border: 1px solid #F6E0A2;
    font-family: 'Manrope-SemiBold';
    box-shadow: none;
    outline: none;
    padding: 10px 25px;
    margin: 0;
    border-radius: 30px;
    white-space: nowrap;
}

.cookie-modal .modal-footer .btn_accept {
    font-size: 14px;
    color: var(--dark-box);
    border: 1px solid #ECBB33;
    background-color: #ECBB33;
    font-family: 'Manrope-SemiBold';
    box-shadow: none;
    outline: none;
    padding: 10px 25px;
    margin: 0;
    border-radius: 30px;
    white-space: nowrap;
}

.cookie-modal .privacy_overview {
    margin-top: 30px;
}

.cookie-modal .privacy_overview .overview_box {
    padding: 15px 20px;
    border: 2px solid #E2E8F0;
}

.cookie-modal .privacy_overview .overview_box:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cookie-modal .privacy_overview .overview_box:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cookie-modal .privacy_overview .overview_box h6 {
    color: var(--dark-box);
    font-size: 14px;
    font-family: 'Manrope-Bold';
    margin-bottom: 10px;
}

.cookie-modal .privacy_overview .switch_view_box p {
    color: #334155;
    font-size: 14px;
    font-family: 'Manrope-Regular';
}

.cookie-modal .privacy_overview .switch_view_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookie-modal .switch_view_box .swicth_box .form-switch .form-check-input {
    background-color: #6E7191;
    border-color: #6E7191;
    min-height: 19px;
    width: 40px;
    box-shadow: none;
    outline: none;
    background-image: url(../images/white-round.svg) !important;
    margin-top: 0;
    cursor: pointer;
}

.cookie-modal .switch_view_box .swicth_box .form-switch .form-check-input:checked {
    background-color: #ECBB33;
    border-color: #ECBB33;
}

.mainContentBox .activityBox .showmoreBtn a {
    color: #b10000 !important;
    background: #e3bd3e;
    border-color: #e3bd3e !important;


}


/* ======= */

.accessibleBox .ourClickBox {
    display: flex;
    gap: 30px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.accessibleBox .typecheck {
    padding-left: 0 !important;
}

.accessibleBox .typecheck .form-check-input {
    box-shadow: none !important;
    outline: none !important;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    border: 2px solid var(--border-color);
}

.accessibleBox .typecheck .keyword-label {
    font-size: 16px;
    color: #11181C;
    font-family: 'Manrope-Bold';
}

.accessibleBox .typecheck .form-check-input:checked,
.form-radio-warning .form-check-input:checked {
    background-color: #F5A524;
    border-color: #F5A524;
}

.pickup_box ul {
    padding: 10px 0px 10px 30px;
}

.pickup_box ul li {
    list-style: disc;
    padding-left: 0px;
}

.pickup_box ul li p {
    font-size: 16px;
    color: #23252E;
    font-family: 'Manrope-Bold';
}

.pickup_box ul li span {
    color: #777777;
    display: inline;
}

.pickup_box .list-loader-container {
    margin-top: 10px !important;
    justify-content: unset !important;
    margin-left: 10% !important;
}

.pickup_box .listloader {
    width: 30px !important;
}

/* .pageSection2 .showMore {
    padding-right: 20px;
} */

/* #mobileSlider-1 .owl-stage-outer {
    overflow: visible;
    padding-right: 60px;
}

#mobileSlider-1 {
    padding-right: 40px;
}


#mobileSlider-1 .owl-item {
    transition: transform 0.3s;
}

#mobileSlider-1 .owl-item.active .item {
    transform: scale(1);
}

#mobileSlider-1 .owl-item .item {
    transform: scale(0.96);
} */

.react-calendar__tile:disabled {
    background-color: #f0f0f0;
    color: #ababab !important;
}

body.dark .notfoundLabel {
    background-color: #2c2c2c !important;
}

body.dark .pickup_box ul li p {
    font-size: 16px;
    color: var(--textP-color) !important;
    font-family: 'Manrope-Bold';
}

.redHeart {
    color: red !important;
}

body.dark .detasilTitle .detasilBox ul li a i.redHeart {
    color: red !important;
}

.bookRightBox .flatpickr-calendar:before,
.flatpickr-calendar:after {
    display: none !important;
}

body.dark .header-fav-icon a.active {
    background-color: var(--dark-box);

}

body.dark .header-fav-icon a {
    color: #CBD5E1 !important;
}

body.dark .dark_common_modal .modal-body,
body.dark .dark_common_modal .modal-content {
    background-color: var(--dark-box) !important;
}

body.dark .verification-modal.confirmation-modal .continueBox .continueBtn {
    border-color: #334155;
    background: transparent;
    color: #CBD5E1;
}

body.dark .verification-modal.confirmation-modal .modal-body h6,
body.dark .amountDetail .amountBox ul li p span,
body.dark .amountDetail .amountBox ul li p {
    color: #94A3B8;
}

body.dark .processing-title,
body.dark .processing-expire-note,
body.dark .dark_common_modal .modal-header .modal-title {
    color: #CBD5E1;
}

body.dark .amountDetail .amountBox ul li p:nth-child(even) {
    background-color: #2F2304;
}

body.dark .verification-modal .modal-body .register p {
    color: #94A3B8;
}

body.dark .getOtpBox .commonInput {
    background-color: var(--dark-box);
    border-color: #334155;
    color: #CBD5E1;
}

body.dark .dark_common_modal .commonGoldBtn,
body.dark .loginSec .loginpart .loginBox .loginBtn .btn-login {
    color: var(--dark-box) !important;
}

body.dark .commonLabel,
body.dark .loginSec .loginpart .loginBox .remember .checkBox .clickTo .keyword-label {
    color: #CBD5E1;
}

body.dark .commonInput {
    background-color: var(--dark-box);
    border-color: #334155;
    color: #CBD5E1;
}

body.dark .commonInput::placeholder,
body.dark .confirm_left .tab-pane .checkAndGo .clickTo .keyword-label {
    color: #94A3B8;
}

body.dark .loginSec .loginpart .loginBox {
    background-color: var(--dark-box);
}

.countBtn .disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

body.dark .redColorText {
    color: #950606 !important;
}

.range-slider {
    cursor: pointer;
}

.range-slider input[type=range] {
    position: absolute;
    pointer-events: all !important;
    cursor: pointer !important;
}

.range-slider input[type=range].on-top {
    z-index: 2;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    cursor: grab;
}

.range-slider input[type=range]::-webkit-slider-thumb:active {
    cursor: grabbing;
}

.range-slider input[type=range]::-moz-range-thumb {
    cursor: grab;
}

.range-slider input[type=range]::-moz-range-thumb:active {
    cursor: grabbing;
}

.ourClickBox .dayContainer {
    min-width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.ourClickBox .flatpickr-day {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

body.dark .ourClickBox .comSeacrh_input .searchBox.active input {
    background-color: var(--dark-box) !important;
    color: #CBD5E1 !important;
}

.confirm_left .paymentTab .nav-tabs .nav-link img {
    margin: 0 auto;
}

.bookNowLink {
    color: #ECBB33 !important;
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #ECBB33;
    padding: 6px 15px;
    border-radius: 30px;
}

body.dark .bookNowLink {
    color: #b10000 !important;

}

.comon-tags-class p a {
    display: inline-block !important;
    margin: 0 5px !important;
}

.mobile_search_input {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.smalllogo img {
    max-width: 45px !important;
}

/* @media (max-width:991px) {
    .header-part .searchBox {
        display: block !important;
    }
} */

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-select: none;
}

@media (max-width:767px) {
    .faqs_section .question_box {
        padding-left: 0px !important;
    }
}

@media (max-width:479px) {

    .filterpagereview .ti-header.source-Tripadvisor,
    .filterpagereview .ti-header.ti-header-grid.source-all,
    .filterpagereview .ti-header.ti-header-grid.source-Google {
        padding: 5px !important;
    }
}

.pageSection2 .Section2Box .travelBox .imgBox.skeleton::after {
    border-radius: 30px 30px 0px 0px !important;
}

.pageSection2 .Section2Box .travelBox .textBox ul .skeleton,
.pageSection2 .Section2Box .priceBox .priceListTag.skeleton,
.pageSection2 .Section2Box .priceBox .listRating.skeleton {
    min-height: 30px;
    min-width: 80px;
}

.pageSection2 .Section2Box .container .sectionTitle.skeleton {
    min-height: 54px;
    min-width: 40px;
    max-width: 40%;
}

/* Container - Replaces Body/Root Styling */
.loading-container {
    /* Full screen setup */
    min-height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Trendy Background (Use a solid color or subtle background texture if allowed) */
    background-color: #f7f9fc;
    /* Very light background color */
    /* font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    color: #333333;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    box-sizing: border-box;
}

/* Auth Card - The Focus Element */
.auth-card {
    /* Glassmorphism/Neumorphism Inspired Look */
    background: rgba(255, 255, 255, 0.9);
    /* Semi-transparent white */
    backdrop-filter: blur(8px);
    /* Trendy blur effect (if supported) */
    padding: 50px 40px;
    border-radius: 16px;
    /* Smoother, modern corners */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.03);
    /* Soft, multi-layer shadow */
    text-align: center;
    max-width: 500px;
    width: 100%;
    transition: transform 0.3s ease;
    font-family: 'Manrope-Regular';

}

/* Typography */
.auth-card h1 {
    font-size: 28px;
    /* Larger, bolder heading */
    /* font-weight: 700; */
    margin-top: 15px;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.2;
    font-family: 'Manrope-Bold';
}

.auth-card p {
    font-size: 15px;
    color: #555555;
    margin: 8px 0;
}

.small-text {
    font-size: 13px;
    margin-top: 25px;
    color: #999999;
    font-style: italic;
}

/* Branded Spinner */
.spinner {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    /* margin-bottom: 20px; */
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid rgba(0, 0, 0, 0.1);
    /* Change this color to your brand's primary color, e.g., a blue or green */
    border-top-color: var(--gold-color);
    border-radius: 50%;
    animation: spin 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    /* Smoother animation curve */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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


.mainBanner.bannerImg {
    background-image: none;
    padding: 0;
}

.mainBanner.bannerImg .banner_imgnew img {
    width: 100%;
}

.mainBanner.bannerImg .bannerText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mainBanner .bannerBox .sliderText p {
    width: 100%;
    max-width: 1320px;
}

.mainBanner.bannerImg .banner_imgnew img {
    width: 100%;
    min-height: 490px;
    max-height: 490px;
    object-fit: cover;
    object-position: center;
}

/* =========================================
   Affiliate Main Div Styles (Scoped)
   ========================================= */
/* .affiliatemaindiv {
  color-scheme: light;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.affiliatemaindiv main {
  display: block;
}


.affiliatemaindiv h1 {
  color: #004d99;
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 10px;
}

.affiliatemaindiv h2 {
  color: #333;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.affiliatemaindiv h3 {
  color: #555;
}


.affiliatemaindiv table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: auto;
}

.affiliatemaindiv th,
.affiliatemaindiv td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.affiliatemaindiv th {
  background-color: #f4f4f4;
  color: #333;
}


.affiliatemaindiv .perk-table th {
  background-color: #e0f7fa;
}

.affiliatemaindiv .perk-table td {
  background-color: #f9f9f9;
}

.affiliatemaindiv .faq-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: auto;
}

.affiliatemaindiv .faq-table th,
.affiliatemaindiv .faq-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.affiliatemaindiv .faq-table th {
  background-color: #f4f4f4;
  color: #004d99;
  font-weight: bold;
  width: 35%;
}

.affiliatemaindiv .faq-table td strong {
  color: #e65100;
}


@media (max-width: 850px) {
  .affiliatemaindiv table,
  .affiliatemaindiv th,
  .affiliatemaindiv td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .affiliatemaindiv thead {
    display: none;
  }

  .affiliatemaindiv tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
  }

  .affiliatemaindiv td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .affiliatemaindiv td:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    color: #004d99;
  }
}

.affiliatemaindiv strong {
  font-weight: bold;
}

.affiliatemaindiv .highlight {
  color: #e65100;
  font-weight: bold;
}

.affiliatemaindiv .faq-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #ffcc00;
}

.affiliatemaindiv .faq-section h2 {
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
} */
body.dark #full_description_text_affiliate table tbody tr td {
    color: #cbd5e1;
}

body.dark #full_description_text_affiliate ul li {
    color: #fff;
}

/* .customCheckNew {
    padding: 15px;
    border: 1px solid #c9d4e0;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    width: fit-content;
} */

.customCheckNew .checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 12px;
    border: 2px solid var(--border-color);
    height: 48px;
}

/* Hide the default checkbox */
.customCheckNew .styled-checkbox {
    display: none;
}

/* Custom checkbox box */
.customCheckNew .checkbox-box {
    width: 18px;
    height: 18px;
    border: 2px solid #7e8c9a;
    border-radius: 3px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Checkmark appears when checked */
.customCheckNew .styled-checkbox:checked+.checkbox-box {
    background-color: var(--gold-color);
    border-color: var(--gold-color);
    position: relative;
}

.customCheckNew .styled-checkbox:checked+.checkbox-box::after {
    content: "\f00c";
    font-family: 'fontawesome';
    position: absolute;
    color: #fff;
    font-size: 12px;
    z-index: 55;
    padding-top: 2px;
}

/* Label text */
.customCheckNew .checkbox-label {
    font-size: 15px;
    font-family: 'Poppins-Medium';
    color: #23262F;
}

.clr_grey {
    color: #6E7191 !important;
    font-family: 'Poppins-Regular' !important;
}

.detasilTitle .shareIcon.sectionTitle .commonh3 {
    margin-bottom: 0;
}

.orderSummery .changeDesignBtn {
    border: none;
    background: var(--gold-color);
    width: 100%;
    margin-top: 30px;
    font-family: 'Manrope-Bold';
    border-radius: 30px;
    min-height: 45px;
    color: #23252E;
    font-size: 16px;
    box-shadow: none;
    outline: none;
}

.header_sortable {
    cursor: pointer;
}

.soarting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.soarting .icons {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.soarting .icons i {
    font-size: 7px;
    color: #94A3B8;
}

.giftVoucherImgBox {
    height: 200px !important;
}

.pageSection2 .Section2Box .travelBox .textBox h6.giftCardPrice {
    margin: 0;
    height: auto;
}

.giftCardPage .ourTourBox {
    flex-direction: column;
}

/* 
.giftCardPage .ourTourBox .leftImg {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
} */

.exploreTour .ourTourBox .leftImg img.giftCardImg {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
    height: 230px;
}

.giftCardPage .ourTourBox .leftImg,
.giftCardPage .ourTourBox .rightText {
    width: 100%;
}

.giftCardPage .ourTourBox .rightText {
    min-height: auto !important;
}

.giftCardPage .ourTourBox .leftImg img {
    height: 100% !important;
}

.giftCardPage .ourTourBox .card_top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 10px;
}

.voucherModal .modal-dialog {
    max-width: 700px;
}

.voucherModal .select-design-container img {
    width: 100%;
    margin-bottom: 10px;
}

.confirm_right .orderSummery.giftCardOrder .placeName .img img {
    object-fit: contain;
}

.copyCodeBtn {
    background-color: var(--gold-color);
}

section.booking {
    overflow: unset !important;
}

section.booking .bookRightBox {
    position: sticky;
    top: 90px;
}

.experience .experienceBox .dreamBox.dreamBoxDetails {
    padding: 30px 50px;
}

.experience .experienceBox .dreamBox.dreamBoxDetails h2 {
    font-size: 30px;
}

.experience .experienceBox .dreamBox.dreamBoxDetails .expImgBox img {
    height: 320px;
    width: 340px;
}

.sectionTitle.giftCardSectionTitle>h3 {
    display: inline;
    margin-right: 10px;
}

.sectionTitle.giftCardSectionTitle>a {
    text-decoration: underline;
}

.ai-search-link {
    color: #5e4b0b !important;
}

.ai-search-link:hover {
    color: #e3bd3e !important;
}

.dark .ai-search-link:hover {
    color: #5e4b0b !important;
}

.dark .ai-search-link {
    color: #e3bd3e !important;
}

.mainContentBox .ticketDetails .ticketBox .rightBox.language-list {
    max-height: 160px;
    overflow-y: auto;
}

.checkout-timer {
    background: #fff1f1;
    color: #d32f2f;
    border: 1px solid #f5c2c2;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 600;
    animation: blink 1.5s infinite;
}

.checkout-timer.urgent {
    animation: blink-fast 0.8s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

@keyframes blink-fast {
    50% {
        opacity: 0.2;
    }
}

/* ── NEW MODERN ANIMATIONS ── */

@keyframes liquidFlow {

    0%,
    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    33% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
        transform: translate(-45%, -55%) rotate(120deg) scale(1.1);
    }

    66% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate(-55%, -45%) rotate(240deg) scale(1.05);
    }
}

@keyframes subtleShimmer {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.6;
    }
}

/* ── UPDATED HEADER STYLE ── */

.availability-header .accordion-button {
    position: relative !important;
    overflow: hidden !important;
    background-color: #fff9eb !important;
    /* Slightly lighter base */
    /* color: #5a3e00 !important; */
    font-weight: 700 !important;
    border: none !important;
    z-index: 1 !important;
    transition: all 0.3s ease;
}

/* The Morphing Background Liquid */
.availability-header .accordion-button::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 20% !important;
    /* Positioned slightly to the left for visual interest */
    width: 250px !important;
    height: 250px !important;
    background: radial-gradient(circle,
            rgba(255, 215, 0, 0.4) 0%,
            rgba(227, 189, 62, 0.2) 70%,
            transparent 100%) !important;
    filter: blur(20px) !important;
    animation: liquidFlow 8s linear infinite !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

/* Second Layer for Depth */
.availability-header .accordion-button::after {
    /* IMPORTANT: We are NOT removing the chevron. 
     This assumes your Bootstrap chevron is handled by a background-image 
     on the ::after element. We are just ensuring it stays on top. */
    z-index: 2 !important;
    position: relative !important;
    opacity: 1 !important;
}

/* Adding a hover state to make it interactive */
.availability-header .accordion-button:hover {
    background-color: #fdf2d0 !important;
    letter-spacing: 0.5px;
}

.card_bottom_content {
    padding: 4px 12px 6px;
    background-color: #e3bd3e;
    color: #fff;
    border: 1px solid #e3bd3e;
    font-size: 14px;
    border-radius: 30px;
    display: inline-flex;
    margin-left: auto;
    align-items: center;
    transition: 0.3s all;
}

.card_bottom_content:hover {
    background-color: #fff;
    color: #e3bd3e;
}

.card_bottom_content span {
    line-height: 1;
}

.card_bottom_content span i {
    margin-left: 5px;
    font-size: 12px;
}

.dark .availability-header .accordion-button>span {
    color: #d3d9e1 !important;
}

.participants-header .accordion-button {
    gap: 10px;
}

.participants-header .accordion-button>span.yellow {
    border-radius: 10px;
}

.flatpickr-premium-tooltip .tooltip-inner {
    background: white;
    color: #333;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-width: 220px;
    border: 1px solid #eee;
}

.fp-tooltip-date {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    color: #222;
}

.fp-tooltip-times {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 8px;
}

.fp-time {
    background: #f2f4f7;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 11px;
}

.fp-tooltip-availability {
    font-size: 12px;
    color: #0d6efd;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Ensure tooltip appears above calendar */
.flatpickr-calendar .tooltip {
    z-index: 999999 !important;
}

/* Custom calendar tooltip wrapper */
#tx-cal-tooltip {
    display: none;
    background: #fff;
    color: #333;
    border-radius: 14px;
    padding: 14px 16px;
    max-width: 240px;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    z-index: 9999;
    pointer-events: none;
}

/* Tooltip container */
.tx-tooltip {
    font-family: inherit;
    text-align: center;
}

/* Bootstrap tooltip override */
.flatpickr-premium-tooltip .tooltip-inner {
    background: white;
    color: #333;
    border-radius: 14px;
    padding: 14px 16px;
    max-width: 240px;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Tooltip arrow */
.flatpickr-premium-tooltip .tooltip-arrow::before {
    border-top-color: white !important;
}

.flatpickr-premium-tooltip.show {
    opacity: 1 !important;
}

/* Header */
.tx-tooltip-header {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

/* Time slots */
.tx-times {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

/* Time chip */
.tx-time {
    background: #f2f4f7;
    border-radius: 8px;
    padding: 5px 8px;
    font-size: 12px;
    color: #555;
}

/* Availability */
.tx-availability {
    font-size: 13px;
    color: #d4a62a;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.top-attractions-main.row {
    row-gap: 15px !important;
}

.top-attractions-main h5 {
    margin-bottom: 0;
    font-family: 'Manrope-Bold';
    font-size: 18px;
    color: var(--text-black);
}

.destination-img {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 30px;
}

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

.destination {
    cursor: pointer;
}

.destination-img img {
    width: 100%;
    height: 196px;
    border-radius: 30px;
    object-fit: cover;
    transition: 0.3s all;
}

@media (max-width: 575px) {
    .destination-img img {
        height: 183px;
    }
}

@media (max-width: 390px) {
    .destination-img img {
        height: 163px;
    }

    .top-attractions-main h5 {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .destination-img img {
        height: 155px;
    }
}

@media (max-width: 375px) {
    .destination-img img {
        height: 148px;
    }
}

/* .nearby-section{
    padding:100px 20px;
    background:#f8fafc;
} */

.nearby-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.nearby-title {
    font-size: 38px;
    font-weight: 700;
}

.nearby-subtitle {
    color: #6b7280;
    margin-top: 10px;
    margin-bottom: 40px;
}

.map-box {
    /* position:relative; */
    /* padding:40px;
    border-radius:20px;
    background:white;
    border:1px solid #e5e7eb;
    box-shadow:0 15px 40px rgba(0,0,0,0.08); */

}

.world-map {
    width: 100%;
    height: 300px;
    fill: #e5e7eb;
}

.nearby-btn {
    /* position:absolute; */
    /* left:50%;
    top:50%; */
    /* transform:translate(-50%,-50%); */
    padding: 16px 32px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    background: #e3bd3e;
    color: white;
    cursor: pointer;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
    /* transition:0.25s; */
}

.nearby-btn:hover {
    background: #d9b12e;
    /* transform:translate(-50%,-55%); */
}

.features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feat h4 {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
    padding-left: 14px;
    position: relative;
    font-family: 'Manrope-Bold';
    font-size: 18px;
}

.feat h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #d4a017;
    border-radius: 50%;
}

.feat p {
    font-size: 14px;
    color: #888;
    padding-left: 14px;
    line-height: 1.5;
    font-family: 'Manrope-SemiBold';
}


@media (max-width: 768px) {
    .features {
        gap: 12px;
    }

    .feat h4 {
        font-size: 13px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 3px;
        padding-left: 12px;
        white-space: nowrap;
    }

    .feat h4::before {
        width: 5px;
        height: 5px;
    }

    .feat p {
        font-size: 11px;
        color: #666;
        padding-left: 12px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .features {
        gap: 10px;
    }

    .feat h4 {
        font-size: 12.5px;
        white-space: normal;
        padding-left: 12px;
    }

    .feat p {
        font-size: 11px;
        padding-left: 12px;
    }
}

@media (max-width: 768px) {
    .mapsvg {
        height: 100px;
    }

    .features .feat h4 {
        font-size: 13px;
        white-space: normal;
    }

    .features .feat p {
        font-size: 11px;
    }

    /* Stack the two columns vertically */
    .nearby-section .row {
        flex-direction: column;
    }

    .nearby-section .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Shrink the map on mobile */
    .nearby-section .map-box {
        max-width: 180px;
        margin: 0 auto 20px auto;
    }

    /* Center-align or left-align content */
    .nearby-section .welcomeText {
        padding: 0 8px;
    }

    /* Fix button wrapping */
    .nearby-section .nearby-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .mapsvg {
        height: 100px;
    }

    .nearby-section .sectionTitle h3 {
        font-size: 22px;
        white-space: normal;
    }

    .features .feat h4 {
        font-size: 12.5px;
    }

    .features .feat p {
        font-size: 11px;
    }
}

.emptyListMain {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.emptyListMain span {
    font-size: 2.875rem;
    font-weight: 200;
    color: #888e9d;
}

.eos-icons--compass {
    display: inline-block;
    /* width: 96px; */
    height: 96px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e3bd3e' d='M12 10.9c-.61 0-1.1.49-1.1 1.1s.49 1.1 1.1 1.1c.61 0 1.1-.49 1.1-1.1s-.49-1.1-1.1-1.1zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm2.19 12.19L6 18l3.81-8.19L18 6l-3.81 8.19z'%3E%3CanimateTransform id='SVGKSLUAcIu' attributeName='transform' attributeType='XML' begin='0;SVGKjj5hd4q.end' dur='1s' from='-90 12 12' to='0 12 12' type='rotate'/%3E%3CanimateTransform id='SVGkFYRWcWj' attributeName='transform' attributeType='XML' begin='SVGKSLUAcIu.end' dur='1s' from='0 12 12' to='-90 12 12' type='rotate'/%3E%3CanimateTransform id='SVGKjj5hd4q' attributeName='transform' attributeType='XML' begin='SVGkFYRWcWj.end' dur='1s' from='-90 12 12' to='270 12 12' type='rotate'/%3E%3C/path%3E%3C/svg%3E");
}

.nearbyLocationList ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

a.location-pill-btn {
    background-color: #e3bd3e;
    border-radius: 30px;
    height: 100%;
    padding: 10px 20px;
    font-family: 'Manrope-Bold';
    outline: none !important;
    box-shadow: none !important;
    color: #f5f5f0;
    border: 1px solid #e3bd3e;

}

a.location-pill-btn:hover {
    background-color: #f5f5f0;
    color: #e3bd3e;
    border: 1px solid #e3bd3e;
}

/*  */
/* .wrapper { max-width: 1160px; margin: 0 auto; } */

.nearby-banner {
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    height: 260px;
    background: linear-gradient(120deg, #e3bd3e 0%, #f0cc55 40%, #f7dc7a 100%);
    /* box-shadow: 0 4px 32px rgba(0,0,0,0.10); */
}

/* LEFT */
.banner-left {
    flex: 0 0 340px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    flex-shrink: 0;
}

.banner-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1200;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: 'Manrope-Bold';
}

.banner-desc {
    font-size: 0.875rem;
    color: rgba(26, 18, 0, 0.55);
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 270px;
    font-family: 'Manrope-SemiBold';
}

.btn-nearby {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #1a1200;
    color: #f5d96a;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 13px 28px;
    border-radius: 10px;
    text-decoration: none;
    width: fit-content;
    font-family: 'Manrope-Bold';
    border: 2px solid #1a1200;
}
.btn-nearby:hover{
    color: #1a1200;
    background-color: #e3bd3e;
    border: 2px solid #1a1200;
}

/* SVG fills remaining space */
.banner-svg {
    flex: 1;
    display: block;
    height: 100%;
    min-width: 0;
}

@media (max-width: 768px) {
    .nearby-banner {
        flex-direction: column;
        height: auto;
    }

    .banner-left {
        flex: none;
        padding: 28px 24px;
    }

    .banner-svg {
        width: 100%;
        height: 200px;
        flex: none;
    }
}


.light-spinner-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:100px;
}

.light-spinner{
  width:24px;
  height:24px;
  border:3px solid #ddd;
  border-top:3px solid #333;
  border-radius:50%;
  animation:spin 0.8s linear infinite;
}

@keyframes spin{
  to{ transform:rotate(360deg); }
}

.full_description_text_activity ul {
    list-style: unset;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
/* Show More button — stable rendering across all browsers */
.showMoreBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
}

