/* bassic classes */
/* :root{
    --theme: #ff8000;
    --theme-light: #fce9a7;
    --theme-lightr: #fff7db;
} */

body {
    /* overflow-y: hidden; */
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}
.body-bg-white {
    background: #ffffff !important;
}
.body-bg-light {
    background-color: #f8f8f8 !important;
}
* {
    /* font-family: "Poppins", sans-serif; */
    /* font-family: emirates!important; */

    /* font-family: "inter", sans-serif!important; */
}
/* @font-face {
    font-family: "emirates";
    src: url('../../frontend/fonts/Emirates.woff');

}
.emirates {
    font-family: "emirates"!important;
} */

/* font family */
.calibri {
    font-family: Calibri !important;
}
/* colors */
.bg-theme {
    background-color: var(--theme) !important;
}
.bg-gray {
    background-color: #f3f3f3ba !important;
}
.bg-theme-light {
    background-color: var(--theme-light) !important;
}
.bg-theme-lightr {
    background-color: var(--theme-lightr) !important;
}
.txt-theme {
    color: var(--theme) !important;
}
.txt-theme-light {
    color: var(--theme-light);
}
.txt-theme-lightr {
    color: var(--theme-lightr);
}
.txt-lightGray {
    color: #6c6767 !important;
}
.bg-lightOrange {
    background: llinear-gradient(60deg, #fff8f5, #fcece5);
}
.grad-1-light {
    background: linear-gradient(var(--info), white) !important;
}
.primary-image {
    filter: brightness(1) saturate(91%) invert(18%) sepia(91%) saturate(662%)
        hue-rotate(290deg) brightness(101%) contrast(95%);
}
.text-gray {
    color: gray !important;
}
.text-blue {
    color: blue;
}
.txt-darkGray {
    color: #515151 !important;
}
.black-opacity {
    background-color: #00000052;
}
.mu-gray-bg {
    background-color: #58585a;
}
.mu-gray-text {
    color: #58585a !important;
}
.mu-gray-light-bg {
    background-color: #8d8d8d;
}
.mu-gray-light-text {
    color: #8d8d8d;
}
.mu-bg-theme-lighter {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: white !important;
}

.cancellation-policy {
    background-color: #ffeec5;
}
.chat-now {
    background-color: #d8dbff;
}
/* Font sizes */
.fs-8 {
    font-size: 8px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}

.bg-lightGray {
    background-color: #fbfbfb !important;
}

.dark-image {
    filter: brightness(0);
}

/* zindex */
.z-index-0 {
    z-index: 0;
}
.z-index-1 {
    z-index: 100;
}
.z-index-2 {
    z-index: 200;
}
.z-index-3 {
    z-index: 300;
}
.z-index-4 {
    z-index: 400;
}

.ls-1 {
    line-height: 0.9;
}

.sticky-top2 {
    position: -webkit-sticky;
    position: sticky !important;
    top: 100px !important;
    z-index: 0;
}

.side-sticky-top {
    position: -webkit-sticky;
    position: sticky !important;
    top: 120px !important;
    z-index: 0;
}
.side-sticky-top-2 {
    position: -webkit-sticky;
    position: sticky !important;
    top: 110px !important;
    z-index: 0;
}
.top-80 {
    top: 80px !important;
}
/* shadows */
.shadow-1 {
    box-shadow: 0px 0px 15px 0px #ededed;
    border: 1px solid #efefef;
}

/* slider css */
.subSlider .swiper-slide {
    width: 24.125%;
    margin-right: 10px;
}

.subSlider .swiper-slide img {
    height: 70px;
}

.subSlider_template2 .swiper-slide {
    width: 24.125%;
    margin-right: 10px;
}

.subSlider_template2 .swiper-slide img {
    height: 70px;
}

.mainSlider .swiper-slide img {
    height: 423px;
}

.mainSlider_template2 .swiper-slide img {
    height: 423px;
}

/* Basic classes */
.pointer {
    cursor: pointer;
}
.checkboxcss {
    border-radius: 100% !important;
    background-color: var(--theme-light) !important;
}
.form-check-input:checked {
    background-color: #c00c5a !important;
}
/* Menu bar center */
.main-menu-bar > li > a {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    font-family: calibri;
}
.wsnr {
    white-space: nowrap;
}
/* single page css */

.ul-inclusion li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 10px;
}

.accBg {
    /* background-color: #efefef !important; */
    background-color: white !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--theme) !important;
}
.loader-sm {
    width: 20px !important;
    height: 20px !important;
}
/* .h-90{height: 85dvh!important;} */
.h-200 {
    height: 200px;
}
.m-h-70 {
    min-height: 70px;
}
.icon {
    width: 25px;
}

/* .h-90{height: 90px;}

.h-300{height: 300px;} */
.swiper-button-next,
.swiper-button-prev {
    height: 30px !important;
    border-radius: 5px;
    background-color: var(--theme) !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
}

.addCheckCss li > strong {
    font-weight: normal !important;
}

.addCheckCss p:has(> strong) {
    margin-bottom: 5px !important;
}

/* Set font-size for all <h3> inside .addCheckCss */
.addCheckCss h3 {
    font-size: 18px !important;
}

/* Set font-weight for any <strong> inside those <h3> */
.addCheckCss h3 strong {
    font-weight: 600 !important;
}

.addCheckCss strong {
    /* font-weight: normal; */
    color: var(--theme);
}
.addCheckCss a {
    font-weight: normal;
    color: var(--theme);
}

.side-detail .ribbon {
    position: absolute;
    left: -6px;
    top: -3px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
.side-detail .ribbon span {
    font-size: 13px;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
    padding: 1px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 111px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 21px;
    left: -21px;
}

.side-detail .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #61052a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #61052a;
}

.divider-sm {
    padding-left: 1px;
    padding-right: 1px;
}
.ticketCheckBox {
    width: 20px;
    border-radius: 50% !important;
    height: 20px;
    border: 2px solid white !important;
}
.ticketCheckBox:checked {
    background-color: #d63868 !important;
}
.ticketOptions ul {
    padding-left: 13px;
}

.ticketOptions ul > li::marker {
    content: "\2713";
    font-size: 15px;
    color: green;
    font-weight: 900;
}

.side-detail .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #61052a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #61052a;
}

.lh-15 {
    line-height: 15px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-25 {
    font-size: 25px;
}
.w-18px {
    width: 18px;
}
.h-35px {
    height: 35px;
}
.white-image {
    filter: brightness(0) invert(1);
}
.border-bottom-white3 {
    border-bottom: 3px solid white !important;
}
.border-white-2 {
    border: 2px solid white;
}
.tour-icons img {
    width: 25px;
}
/* .all-tour-icons{background: linear-gradient(#dfdfdfcc,#72727221, #72727229)!important;} */
/* .all-tour-icons{background: linear-gradient(#ffece2, #ffdfce) !important;} */
.pink {
    filter: invert(48%) sepia(80%) saturate(15207%) hue-rotate(336deg)
        brightness(95%) contrast(70%);
}
.sub-navbar .nav-item:hover {
    background-color: white;
    border-radius: 0px !important;
}
.sub-navbar .nav-link:hover {
    color: var(--theme) !important;
}
.nav-link,
.dropdown-item {
    text-transform: capitalize;
}

/*reviews and rating css*/
.rate {
    float: left;
    height: 46px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.ellipse-responsive,
.ellipse-responsive-modal {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipse-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipse-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipse-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 57px;
}
.ellipse-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 57px;
}

.w-20px {
    width: 20px;
}

.w-25px {
    width: 25px;
}
.w-400px {
    width: 400px !important;
}
.mh-200px {
    min-height: 200px;
}
.end-0 {
    right: 0px;
}
.z-index-top {
    z-index: 1111111 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: transparent !important;
    color: var(--bs-primary) !important;
}

.border-grayish {
    border: 1px solid gray !important;
}
.featureColor1 {
    filter: invert(53%) sepia(88%) saturate(5207%) hue-rotate(323deg)
        brightness(100%) contrast(100%);
}
/* .featureColor2{filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(301deg) brightness(95%) contrast(100%);}
.featureColor3{filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(93deg) brightness(95%) contrast(100%);}
.featureColor4{filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(233deg) brightness(95%) contrast(100%);}
.featureColor5{filter: invert(88%) sepia(43%) saturate(3207%) hue-rotate(297deg) brightness(95%) contrast(100%);}
.featureColor6{filter: invert(88%) sepia(43%) saturate(5207%) hue-rotate(209deg) brightness(95%) contrast(100%);}
.featureColor7{filter: invert(38%) sepia(83%) saturate(1907%) hue-rotate(5deg) brightness(95%) contrast(100%);}
.featureColor8{filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(100%);;} */
.right-15 {
    right: 15px;
}
.myrounded {
    border-radius: 30px;
}

.reservation-modal {
    z-index: 1111111 !important;
}
.reservation-modal .modal-dialog {
    max-width: 770px;
}

/* .reservation-modal .btn-close {
    filter: invert(1);
} */
.dvh-80 {
    height: 80dvh;
}
.dvh-90 {
    height: 93dvh;
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important;
}
.modal-body {
    /* height: 70dvh;
    overflow-y: auto; */
}

.tr-bottom-spacing {
    border-bottom: 22px solid;
    border-color: transparent;
}

/* package section */
.packagePricingBox {
    min-width: 150px;
    max-width: 150px;
    border-left: 1px solid #ddd;
}
.packagePricingBoxMobile {
    min-width: 100px;
    max-width: 100px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.packagePriceBar {
    border-top-left-radius: 25px;
    color: white;
    background: linear-gradient(357deg, #9b4c63, #ff739c);
}

/* taskbar css */
#taskbar {
    z-index: 111;
}
.taskbar-main {
    background-color: #fbfbfb;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 1) !important;
}
.tourDescBox img {
    width: 21px;
}
.taskbar-main .col {
    padding: 7px 0px 3px 0px !important;
    /* background: linear-gradient(45deg, white, #f9f9f9,#f9f9f9,white); */
}
.taskbar-main .row {
    background-color: #f5f5f5;
}
.taskbar-main .col {
    border-right: 1px solid #edecec;
}
.taskbar-main .col img {
    margin-bottom: 2px !important;
}
/* .taskbar-main .swiper-slide{width: 90px!important; margin-right: 3px; border-radius:20px!important} */

#corporateSection strong {
    color: var(--theme) !important;
}

#aboutSection strong {
    color: var(--theme) !important;
}

.swiperFeature .swiperFeaturesWrapper {
    flex-wrap: wrap;
}

.feature {
    background: linear-gradient(white, white) !important;
    border: none !important;
}

.featureTitle2 {
    color: #636363;
    font-weight: 600;
}

@media (min-width: 480px) and (max-width: 600px) {
    .block-mobile-sm {
        display: block !important;
    }
}

@media (max-width: 370px) {
    .hidden-mobile-xs {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .specTitle {
        font-weight: bold;
    }
    .headingComp {
        font-weight: 600 !important;
        font-size: 18px;
    }
    .ul-inclusion li::marker {
        /* content: '✓'; */
        content: "\2713";
        font-size: 15px;
        color: var(--theme);
        font-weight: 900;
    }

    .addCheckCss ul {
        padding-left: 10px;
    }

    .addCheckCss ul > li {
        padding-left: 6px;
        list-style: none;
    }
    .addCheckCss ul > li::marker {
        content: "\2713";
        font-size: 15px;
        color: var(--theme);
        font-weight: 900;
        padding: 0 6px 0 0;
    }

    .packageContent ul {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .packageContent ul > li {
        font-size: 13px;
        padding-left: 6px;
    }

    .packageContent ul > li::marker {
        content: "\2713";
        font-size: 12px;
        color: var(--theme);
        font-weight: 900;
    }

    .tourAndInfoHeading {
        display: none;
    }

    .subSliderContainer {
        /* background-color: black; */
        /* position: absolute;
        bottom: 0; */
        width: 100%;
        /* padding: 10px; */
    }
    .editProductTitleInput {
        width: 400px !important;
    }
}

@media (max-width: 450px) {
    .subSlider .swiper-slide img {
        height: 50px !important;
    }

    .subSlider_template2 .swiper-slide img {
        height: 40px !important;
    }

    .mainSlider .swiper-slide img {
        height: 200px !important;
    }

    .mainSlider_template2 .swiper-slide img {
        height: 200px !important;
    }
}

@media (max-width: 575px) {
    .ticketOptionsImg {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .fs-13-xs {
        font-size: 13px !important;
    }

    .thumbImageBox {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .ticketMainPreviewImg {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .reservationModalContent {
        margin: 0px !important;
        padding: 0px !important;
        height: 100%;
    }

    .menuBarDimension {
        height: 50px !important;
    }
    .dvh-90 {
        height: 99dvh !important;
    }

    .ticketImage img {
        min-width: 80px !important;
        min-height: 60px !important;
        width: 80px !important;
        height: 60px !important;
    }
    .specTitle {
        font-weight: 600;
    }

    .headingComp {
        font-weight: 600 !important;
        font-size: 16px;
    }
    .ul-inclusion li::before {
        /* content: '✓'; */
        content: "\2713";
        font-size: 15px;
        color: var(--theme);
        font-weight: 900;
    }

    .addCheckCss p {
        font-size: 14px !important;
    }

    .addCheckCss ul {
        padding-left: 0px;
    }

    .addCheckCss ul > li {
        padding-left: 0px;
        list-style: none;
        font-size: 14px !important;
    }

    .addCheckCss ul > li::marker {
        display: none !important;
        list-style: none;
    }
    .addCheckCss ul > li::before {
        content: "\2713";
        font-size: 15px;
        color: var(--theme);
        font-weight: 900;
        padding: 0 6px 0 0;
    }

    .packageContent ul {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .packageContent ul > li {
        font-size: 13px;
        padding-left: 6px;
    }

    .packageContent ul > li::before {
        content: "\2713";
        font-size: 12px;
        color: var(--theme);
        font-weight: 900;
        padding: 0 6px 0 0;
    }

    .swiperFeature .swiper-slide {
        flex-basis: 50%;
    }

    .reviewsContainer {
        border: none;
    }
    /* .web-logo img {
        width: 65px !important;
    } */

    /* .swiperFeature .swiperFeaturesWrapper{
        flex-wrap: wrap;
    }

    .swiperFeature .swiper-slide{
        flex-basis: 50%;
    }

    .feature{background: linear-gradient(white, white)!important;
    border: none!important;
    }

    .featureTitle2{
        color: #636363;
        font-weight: 600;
    } */

    #reason-to-book {
        margin-top: 10px;
        background-color: white !important;
    }
    .book-now-btn {
        font-size: 12px !important;
    }
    .template2_nav_ul {
        display: none !important;
    }
    .fs-13-xs {
        font-size: 13px !important;
    }

    .overviewBox p {
        font-size: 14px !important;
    }
    .leftBar,
    .leftSubBar {
        width: 100% !important;
    }
    .subSlider .swiper-slide img {
        height: 50px;
    }

    .subSlider_template2 .swiper-slide img {
        height: 50px;
    }

    .mainSlider .swiper-slide img {
        height: 200px;
    }

    .mainSlider_template2 .swiper-slide img {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .mainPreviewContainerTemplate5 {
        margin-top: 30px;
    }

    .packageThumb {
        border-radius: 0.4rem 0 0 0.4rem !important; /* rounded-start on large screens */
    }

    .border-start-md {
        border-left: 1px solid #dee2e6; /* Adjust as needed */
    }

    .reviewsContainer {
        border: 1px solid #dee2e6;
    }

    .highlights {
        box-shadow: 0px 0px 15px 0px #ededed;
        border: 1px solid #efefef;
    }
}

@media (max-width: 768px) and (min-width: 501px) {
    .mainPreviewContainerTemplate5 {
        margin-top: 10px;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .ticketMainPreviewImg {
        min-width: 250px;
        max-width: 250px;
        min-height: 100%;
        max-height: 100%;
    }

    /* .ticketPreviewModal{max-width: 700px!important;} */

    .swiperFeature .swiper-slide {
        flex-basis: 50%;
    }

    .fs-14-sm {
        font-size: 14px !important;
    }
    /* .packageBody,.packageContent{
        display: -webkit-box!important;
        -webkit-line-clamp: 2!important;
        -webkit-box-orient: vertical!important;
        overflow: hidden!important;
        min-height: 35px!important;
    } */
    .thumbImageBox {
        min-width: 175px;
        max-width: 175px;
        min-height: 165px;
        max-height: 165px;
    }
    .ticketOptionsImg {
        min-width: 150px !important;
        max-width: 150px !important;
        min-height: 170px;
        max-height: 170px;
    }
    .ticketContainer {
        max-width: 720px !important;
    }
}

@media (max-width: 768px) {
    .mySwiper-gallery .position-absolute {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .showLowestPackagePrice {
        /* font-size: 20px !important; */
    }
    .swiperFeature .swiper-slide {
        flex-basis: 50%;
    }

    .packagePrice {
        font-size: 20px !important;
    }
    .packageTitle,
    .priceSubTitle {
        font-size: 13px !important;
    }

    .subSlider .swiper-slide img {
        height: 60px;
    }

    .subSlider_template2 .swiper-slide img {
        height: 45px;
    }

    .mainSlider .swiper-slide img {
        height: 200px;
    }

    .mainSlider_template2 .swiper-slide img {
        height: 260px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        left: -80px;
    }
    .sub-navbar .nav-item {
        background-color: white;
        margin-bottom: 5px;
    }
    .sub-navbar .nav-item a {
        color: var(--theme) !important;
        font-weight: bold;
        font-size: 12px;
    }
    .fs-20-sm {
        font-size: 20px;
    }
    .fs-11-md {
        font-size: 11px;
    }
    .fs-12-md {
        font-size: 12px;
    }
    .fs-13-md {
        font-size: 13px;
    }
    .ul-inclusion li {
        font-size: 13px !important;
    }

    p {
        font-size: 13px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .swiperFeature .swiper-slide {
        flex-basis: 50%;
    }
    .sideIconName {
        font-size: 14px !important;
    }
    .sideIconimage {
        width: 25px !important;
    }
    .thumbImageBox {
        min-width: 175px;
        max-width: 175px;
        min-height: 110px;
        max-height: 110px;
    }
    .ticketMainPreviewImg {
        min-width: 250px;
        max-width: 250px;
        min-height: 180px;
        max-height: 180px;
    }

    .ticketOptionsImg {
        min-width: 175px;
        max-width: 175px;
        min-height: 140px;
        max-height: 140px;
    }

    /* .ticketPreviewModal{max-width: 768px!important;} */
    .packageTitle,
    .priceSubTitle {
        font-size: 13px !important;
    }

    .corporateImage {
        object-position: right !important;
    }
    .overviewBox p {
        font-size: 14px !important;
    }

    .subSlider .swiper-slide img {
        height: 75px;
    }

    .subSlider_template2 .swiper-slide img {
        height: 50px;
    }

    .mainSlider .swiper-slide img {
        height: 300px;
    }

    .mainSlider_template2 .swiper-slide img {
        height: 220px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        left: -80px;
    }
    .fs-20-md {
        font-size: 20px !important;
    }
    .fs-12-md {
        font-size: 12px !important;
    }
    .ul-inclusion li {
        font-size: 13px !important;
    }

    p {
        font-size: 13px;
    }
    .fs-12-md2 {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .serivceInfo,
    .durationInfo,
    .pickUpInfo,
    .dropOffInfo {
        display: none !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .pricing-box .call-button,
    .pricing-box .whatsapp-button {
        padding: 5px 20px !important;
        font-size: 14px !important;
    }

    .secondaryNavTemplate5 .nav-item {
        padding: 0px 5px !important;
    }

    .thumbImageBoxTicket,
    .thumbImageBoxTicketModal {
        /* min-width: 160px;
        max-width: 160px; */
        min-width: 100%;
        max-width: 100%;

        height: 170px;
    }

    .ticketOptionsImg {
        min-width: 175px;
        max-width: 175px;
        min-height: 170px;
        max-height: 170px;
    }

    .swiperFeature .swiper-slide {
        flex-basis: 100%;
    }

    .packageBody,
    .packageContent {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        min-height: 60px !important;
    }
    .thumbImageBox,
    .thumbImageBox {
        min-width: 150px;
        max-width: 150px;
        min-height: 100px;
        max-height: 100px;
    }
    .ticketMainPreviewImg {
        min-width: 300px;
        max-width: 300px;
        height: 175px;
    }

    .packageTitle,
    .priceSubTitle {
        font-size: 13px !important;
    }

    .subSlider .swiper-slide img {
        height: 70px;
    }

    .subSlider_template2 .swiper-slide img {
        height: 50px;
    }

    .mainSlider .swiper-slide img {
        height: 270px;
    }
    .mainSlider_template2 .swiper-slide img {
        height: 370px;
    }

    .fs-20-lg {
        font-size: 20px;
    }
    .fs-12-lg {
        font-size: 12px !important;
    }
    .fs-13-lg {
        font-size: 13px !important;
    }
    .fs-14-lg {
        font-size: 14px !important;
    }
    .ul-inclusion li {
        font-size: 13px !important;
    }

    p {
        font-size: 13px;
    }

    /* .highlightCardBody img{
        height: 150px!important;
    } */
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .ticketOptionsImg {
        min-width: 175px;
        max-width: 175px;
        min-height: 140px;
        max-height: 140px;
    }

    .thumbImageBox {
        min-width: 170px;
        max-width: 170px;
        height: 130px !important;
    }
}

@media (min-width: 1200px) {
    .ticketOptionsImg {
        min-width: 175px;
        max-width: 175px;
        min-height: 140px;
        max-height: 140px;
    }

    .swiperFeature .swiper-slide {
        flex-basis: 50%;
    }

    .fs-12-xl {
        font-size: 12px !important;
    }
    .fs-13-xl {
        font-size: 13px !important;
    }
    .fs-14-xl {
        font-size: 14px !important;
    }
    .fs-15-xl {
        font-size: 15px !important;
    }
    .fs-16-xl {
        font-size: 16px !important;
    }
    .fs-20-xl {
        font-size: 20px !important;
    }
    .fs-24-xl {
        font-size: 24px !important;
    }

    /* .highlightCardBody img{
        height: 150px!important;
    } */

    .ticketImageBox {
        min-width: 200px;
        max-width: 200px;
        height: 125px;
    }

    .thumbImageBox,
    .ticketOptionsImg {
        min-width: 200px;
        max-width: 200px;
        height: 125px;
    }

    .thumbImageBoxTicket,
    .thumbImageBoxTicketModal {
        /* min-width: 160px;
        max-width: 160px; */
        min-width: 100%;
        max-width: 100%;
        height: 170px;
    }

    .ticketMainPreviewImg {
        min-width: 300px;
        max-width: 300px;
        height: 175px;
    }
}

/* ticket preview modal */

.ticketPreview {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    border-radius: 15px;
    /* -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125); */
}
.ticketPreview .advisor_thumb {
    border-top-left-radius: 10px;
}
.ticketPreview .advisor_thumb {
    position: relative;
    z-index: 1;
    border-radius: 15px 5px 0 0;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    background-color: white;
    overflow: hidden;
}
.ticketPreview .advisor_thumb::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 1;
    width: 150%;
    height: 80px;
    bottom: -45px;
    left: -25%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

@media only screen and (max-width: 575px) {
    .ticketPreview .advisor_thumb::after {
        height: 160px;
        bottom: -90px;
    }
}
.ticketPreview .advisor_thumb .ticketOptionPricing {
    position: absolute;
    z-index: 111;
    width: 100%;
    bottom: 0;
    right: 30px;
    text-align: right;
}
.ticketPreview .advisor_thumb .social-info a {
    font-size: 14px;
    color: #020710;
    padding: 0 5px;
}
.ticketPreview .advisor_thumb .social-info a:hover,
.ticketPreview .advisor_thumb .social-info a:focus {
    color: #d02861;
}
.ticketPreview .advisor_thumb .social-info a:last-child {
    padding-right: 0;
}
.ticketPreview .single_advisor_details_info {
    position: relative;
    z-index: 1;
    padding: 30px;
    text-align: right;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 0 0 15px 15px;
    background-color: #ffffff;
}
.ticketPreview .single_advisor_details_info::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 3px;
    background-color: #d02861;
    content: "";
    top: 12px;
    right: 30px;
}
.ticketPreview .single_advisor_details_info h6 {
    margin-bottom: 0.25rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ticketPreview .single_advisor_details_info h6 {
        font-size: 14px;
    }
}
.ticketPreview .single_advisor_details_info p {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ticketPreview .single_advisor_details_info p {
        font-size: 12px;
    }
}
.advisor_thumb::after,
.ticketPreview:focus .advisor_thumb::after {
    background-color: #d02660;
}
.advisor_thumb .social-info a,
.ticketPreview:focus .advisor_thumb .social-info a {
    color: #ffffff;
}
.advisor_thumb .social-info a:hover,
.advisor_thumb .social-info a:focus,
.ticketPreview:focus .advisor_thumb .social-info a:hover,
.ticketPreview:focus .advisor_thumb .social-info a:focus {
    color: #ffffff;
}
.single_advisor_details_info,
.ticketPreview:focus .single_advisor_details_info {
    background-color: #d02660;
}
.single_advisor_details_info::after,
.ticketPreview:focus .single_advisor_details_info::after {
    background-color: #ffffff;
}
.single_advisor_details_info h6,
.ticketPreview:focus .single_advisor_details_info h6 {
    color: #ffffff;
}
.single_advisor_details_info p,
.ticketPreview:focus .single_advisor_details_info p {
    color: #ffffff;
}

@media only screen and (min-width: 1367px) {
    .container {
        max-width: 1170px !important;
    }
}

/* .grad-1 {background: linear-gradient(#d63868, #7e0f31)!important;} */
.grad-1 {
    background: linear-gradient(#ff437c, #a20031);
}
.featureTitle2 {
    font-size: 12px;
}
.menuEdit:hover {
    background-color: #414141 !important;
}
.packageContent strong {
    color: var(--theme);
}
.bg-light-primary {
    background: linear-gradient(#ffede5, #f3d0bf);
}
.outline-white-1 {
    outline: 2px solid white;
    outline-offset: -4px;
}

#section1 .ribbon {
    position: absolute;
    left: -7px;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
#section1 .ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
    padding: 1px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 111px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 21px;
    left: -21px;
}

#section1 .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #61052a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #61052a;
}

#section1 .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #61052a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #61052a;
}

/* .no_of_ticket_qty{width: 150px!important;} */
.border-top-left-radius-20 {
    border-top-left-radius: 20px;
}
.ticketImage img {
    min-width: 100px;
    min-height: 80px;
    width: 100px;
    height: 80px;
}
.ticketOptionImage img {
    min-width: 60px;
    min-height: 45px;
    width: 60px;
    height: 45px;
}
.bg-overlay-dark2 {
    background-color: #000000a1;
}

.packageHighlightCss {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1111111;
    position: relative;
    background-color: white;
    border-radius: 20px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}
.headerTelephoneIcon {
    background-color: #bb0a51;
    border-radius: 5px;
    padding-right: 7px;
    padding-left: 7px;
}

/* .menuBarDimension {
    height: 65px;
} */
.display-none {
    display: none;
}
.activeMenu {
    border-bottom: 1px solid #bb0a51 !important;
    border-radius: 0px !important;
}

.pricingTable th,
.pricingTable td {
    font-size: 13px !important;
}
.pricingTable th {
    color: #bb0a51 !important;
}

.table-responsive::-webkit-scrollbar {
    height: 9px;
    width: 10px;
} /* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
} /* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#c00c5a, #c00c5a);
} /* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}
body::-webkit-scrollbar {
    width: 10px;
} /* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
} /* Handle */
body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#c00c5a, #c00c5a);
} /* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* google reviews */

.review-box-container {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

/* google review section */
.review-box {
    margin-top: 20px;
}

/* rating breakdown */

.rating-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background: linear-gradient(90deg, #f5d7fb, #d3e1ff);
    top: 110px !important;
}

.rating-box h4 {
    font-size: 24px;
    font-weight: bold;
}

.rating-box .stars {
    font-size: 30px;
    color: #ffd700;
}

.progress-bar {
    transition: width 0.5s ease-in-out;
}

.rating-breakdown .progress {
    height: 10px;
}

.rating-breakdown .progress-bar {
    background-color: #28a745; /* Default color */
}

.rating-breakdown .progress-bar.bg-info {
    background-color: #17a2b8;
}

.rating-breakdown .progress-bar.bg-warning {
    background-color: #ffc107;
}

.rating-breakdown .progress-bar.bg-danger {
    background-color: #dc3545;
}

.rating-breakdown .rating-item {
    font-size: 16px;
    font-weight: 600;
}

.rating-breakdown .progress-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-breakdown .rating-item {
    width: 100px;
}

.rating-breakdown .percentage {
    font-weight: normal;
    margin-left: 10px;
}

.rating-breakdown .stars {
    font-size: 20px;
    color: #ffd700;
}

.my-sticky-top {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 100px; /* Adjust this value as needed */
    z-index: 0; /* Optional: ensures it stays above other content */
}

.review-box .review-images img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    border-radius: 5px;
}

/* lightbox css */

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.lightbox-content {
    position: relative;
    text-align: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 80%;
    margin: auto;
    border-radius: 10px;
}

.lightbox-next {
    position: absolute;
    right: 2%;
}

.lightbox-prev {
    position: absolute;
    left: 2%;
}

.close-lightbox {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

.lightbox-navigation button {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

.lightbox-navigation {
    position: absolute;
    width: 100%;
    top: 45%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.lightbox-navigation button {
    pointer-events: auto;
}

.reviewKeywordBtn {
    border-radius: 20px !important;
}
.reviewKeywordBtnActive {
    background: #d02861 !important;
    color: white !important;
}

/* two square boxes of google reviews */

/* Parent container for the boxes */
.review-round-box-parent-div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0px; /* Space between the divs */
    margin-top: 15px; /* Adjust as needed */
}

/* Style for the first box */
.review-round-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #e47ed4,
        #e585d600
    ); /* You can change this to your preferred color */
    border: 2px solid white; /* Light solid white border */
    overflow: hidden; /* Ensures the content doesn't spill out */
    text-align: center;
    color: white; /* Text color */
    font-size: 12px; /* Adjust the text size */
    line-height: 1.2; /* Ensures text is properly aligned */
    padding: 10px; /* Optional, can be adjusted */
}

/* Style for the second box, with the negative margin to overlap the first */
.review-round-box-second {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black; /* You can change this to your preferred color */
    border: 2px solid white; /* Light solid white border */
    margin-left: -10px; /* Overlap the first box by 10px */
    overflow: hidden; /* Ensures the content doesn't spill out */
    text-align: center;
    color: white; /* Text color */
    font-size: 12px; /* Adjust the text size */
    line-height: 1.2; /* Ensures text is properly aligned */
    padding: 10px; /* Optional, can be adjusted */
}

/* Container to hold the hearts */
/* Container to hold the hearts */
.hearts-container {
    position: relative;
    width: 100%;
    height: 4vh;
    /* overflow: hidden; */
    pointer-events: none; /* Prevent interaction with the floating elements */
    left: -43%;
    /* bottom: -30px; */
}

/* Common style for emoji hearts */
.heart {
    position: absolute; /* Completely remove from document flow */
    width: 30px;
    height: 30px;
    background-size: contain; /* Fit the emoji inside the box */
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent; /* Ensure no background exists */
    animation: fly 4s linear infinite; /* Animation for floating */
    opacity: 0; /* Start invisible */
    pointer-events: none; /* Prevent interaction */
    left: 50%; /* Fixed starting position horizontally */
    transform: translateX(-45%); /* Center the hearts horizontally */
}

/* Flying animation */
@keyframes fly {
    0% {
        transform: translateY(100%) scale(0.8); /* Start from the bottom */
        opacity: 1; /* Fade in */
    }
    50% {
        opacity: 1; /* Fully visible in the middle */
    }
    100% {
        transform: translateY(-20%) scale(1.2); /* Float out of view */
        opacity: 0; /* Fade out */
    }
}

/* custom media query */
@media (max-width: 768px) {
    #googleReviews {
        margin-top: 0px !important;
    }
    .reviewBoxes {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .pricing-box .call-button {
        padding-left: 21px !important;
        padding-right: 21px !important;
    }

    .pricing-box .whatsapp-button {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .pricing-box img {
        width: 30px !important;
    }
}
@media (max-width: 500px) and (min-width: 400px) {
    .pricing-box .call-button,
    .pricing-box .whatsapp-button {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .pricing-box .icon {
        width: 30px !important;
    }
}

@media (max-width: 500px) {
    .mainPreviewContainerTemplate5 {
        margin-top: 10px !important;
    }

    .ellipse-responsive-modal {
        -webkit-line-clamp: 2 !important;
    }

    .thumbImageBoxTicket {
        min-width: 100%;
        max-width: 100%;
        /* height: 140px; */
    }

    .thumbImageBoxTicketModal {
        min-width: 120px !important;
        max-width: 120px !important;
        height: 130px !important;
    }

    .galleryAndReview {
        flex-direction: column;
    }
    .galleryPicSingle {
        margin-top: 10px;
        padding-left: 0px !important;
    }
    .galleryPicSingle img {
        height: 100px !important;
    }
}

.rating-breakdown .progress-bar {
    background-color: #b04da2 !important;
}

.secondaryNav {
    background-color: #bb0a51;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler {
    padding: 4px 5px !important;
}

.galleryPicSingle {
    height: 60px;
}

@media (max-width: 768px) {
    .ellipse-1 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .galleryPicSingle img {
        height: 100px !important;
    }

    /* .secondaryNav .nav-item{text-align:center ;} */
    .googleReviewAndGalleryContainer {
        flex-direction: column;
        align-items: center;
    }
    .googleReviewAndGalleryContainer .reviewPic {
        width: 200px;
    }
    .galleryPicSingle {
        margin-bottom: 20px;
    }
    .galleryPicSingle p {
        margin-bottom: 20px;
    }

    .faqText {
        font-size: 14px !important;
    }
    .faqNumber {
        font-size: 20px !important;
        font-weight: bold !important;
        font-family: "Inria Sans", serif;
        font-style: normal;
        /* background: linear-gradient(45deg, #ffedf4, white); */
        background: linear-gradient(45deg, #ffedf4, #fff0f6);
    }
    .list-group-item span {
        font-size: 13px !important;
        font-weight: bold;
        font-family: "Inria Sans", serif;
        font-style: normal;
    }
}
@media (max-width: 500px) {
    .verticalSlider,
    .verticalSlider .main-slider-img {
        height: 180px !important;
    }
    .mySwiper-gallery-mobile img {
        height: 70px !important;
        width: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) and (min-width: 500px) {
    .mySwiper-gallery-mobile img {
        height: 100px !important;
        width: 100%;
        object-fit: cover;
    }
    .verticalSlider,
    .verticalSlider .main-slider-img {
        height: 300px !important;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .mySwiper-gallery-mobile img {
        height: 125px !important;
        width: 100%;
        object-fit: cover;
    }
    .verticalSlider,
    .verticalSlider .main-slider-img {
        height: 300px !important;
    }
}
@media (min-width: 992px) {
    .col-lg-7_5 {
        width: 62.5% !important; /* 7.5 / 12 * 100 */
    }
    .col-lg-4_5 {
        width: 37.5% !important; /* 4.5 / 12 * 100 */
    }
}

@media (max-width: 992px) {
    .reservationBtnInitialImage,
    .reservationBtnPostImage {
        display: none !important;
    }

    .custom-button {
        justify-content: center !important;
        padding: 7px 15px !important;
        background: linear-gradient(90deg, #bb0a51 100%, #fff 100%) !important;
        font-size: 10px !important;
    }
    .custom-button span {
        margin-right: 0px !important;
    }
    .packageBtnMainPrice,
    .showLowestPackagePrice {
        /* font-size: 20px; */
    }
    .packagePricingContainer {
        width: 190px !important;
    }
    .thumbImageBoxTicket {
        /* min-width: 160px;
        max-width: 160px; */
        min-width: 100%;
        max-width: 100%;
        height: 170px;
    }

    .thumbImageBoxTicketModal {
        min-width: 200px;
        max-width: 200px;
        height: 170px;
    }

    .galleryPicSingle img {
        height: 100px !important;
    }

    .secondaryNav .navbar-nav {
        margin-top: 7px;
    }
    .secondaryNav .nav-item {
        text-align: center;
        background-color: white;
        margin-bottom: 5px;
    }
    .secondaryNav .nav-item a {
        color: #bb0a51 !important;
    }

    .secondaryNav .nav-item a:hover {
        color: white !important;
    }
    /* .domainPageNavToggle{
        display: flex; justify-content:space-between; width: 100%; align-items:center;
    } */
}

.whyBookWithUs li {
    padding: 12px 10px;
}

.secondaryNav .navbar-nav li {
    font-weight: 600;
}

.secondaryNav .navbar-nav li :hover,
.secondaryNav .navbar-nav li :active {
    background-color: #ffe3ee;
    color: #bb0a51 !important;
}

.secondaryPostMenu {
    width: 300px;
    left: -260px !important;
}
.secondaryPostMenu .nav-item a {
    text-align: center;
    background-color: #f1f0f0;
}

.secondaryPostMenu li :hover {
    background-color: #dedede;
}

.faqText {
    font-size: 16px;
}
.faqNumber {
    font-size: 24px;
    font-weight: bold;
    font-family: "Inria Sans", serif;
    font-style: normal;
    /* background: linear-gradient(45deg, #ffedf4, white); */
    background: linear-gradient(45deg, #ffedf4, #fff0f6);
}

.list-group-item span {
    font-size: 13px;
    font-weight: bold;
    font-family: "Inria Sans", serif;
    font-style: normal;
}

.list-group-item svg {
    width: 30px;
    height: 30px;
    /* padding-bottom: 10px; */
}

.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite;
    background-image: linear-gradient(
        to right,
        #e0e0e0 0%,
        #f0f0f0 50%,
        #e0e0e0 100%
    );
    background-size: 200% 100%;
    background-repeat: no-repeat;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.ribbon-badge {
    position: absolute;
    left: -6px;
    top: -3px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
}
.ribbon-badge span {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    padding: 1px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 160px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 40px;
    left: -26px;
}

.ribbon-badge span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #61052a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #61052a;
}

.ribbon-badge span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #61052a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #61052a;
}

.grad-blue {
    background: linear-gradient(#09d4ff, #007492);
}
.package-timeline-img {
    width: 150px;
    /* min-height: 170px;
    max-height: 170px; */
    min-height: 100%;
    max-height: 100%;
}

@media (max-width: 768px) {
    .verticalSlider {
        height: auto !important;
    }
    .thumbImageBoxTicket {
        min-width: 100%;
        max-width: 100%;
        /* height: 140px; */
    }

    .thumbImageBoxTicketModal {
        min-width: 180px;
        max-width: 180px;
        /* height: 140px; */
    }

    .package-timeline-description {
        line-height: 14px;
        font-size: 12px !important;
    }
    .package-timeline-img {
        width: 80px !important;
        min-height: 109px !important;
        max-height: 109 !important;
    }
    .ellipse-responsive {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ellipse-responsive-modal {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.mySwiper-domain-pages img {
    height: 225px !important;
}

.packageThumb {
    border-radius: 0.4rem 0.4rem 0 0; /* rounded-top */
}

.packageTimeLineImagePagination .swiper-pagination-bullet {
    opacity: 1 !important;
}

.packageTimeLineImagePagination .swiper-pagination-bullet-active {
    background-color: white !important;
}

.span-timeline-circle {
    width: 20px;
    height: 20px;
    border: 7px solid #ffc4c4;
    border-radius: 100%;
    position: absolute;
    top: -9px;
    left: -12px;
    z-index: 5;
    background-color: #a20031;
}

/* template 5 css */

.primaryColor {
    filter: brightness(1) saturate(100%) invert(14%) sepia(90%) saturate(860%)
        hue-rotate(312deg) brightness(68%) contrast(103%);
}

.border-theme {
    border: 1px solid #bb0a51 !important;
}

.verticalSlider,
.verticalSlider .main-slider-img {
    height: 450px;
}

.packagePricingContainer {
    background: linear-gradient(#ffffffc7, white) !important;
    border: 3px solid white;
    width: 200px;
}
.secondaryNavTemplate5 {
    background-color: transparent !important;
}

.packageTimeLineImagePagination .swiper-pagination-bullet-active {
    background-color: white !important;
}
.badge-w {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
}

.secondaryNavTemplate5 .navbar-nav {
    position: absolute;
    bottom: -42px;
    display: flex;
    gap: 8px !important;
}

.secondaryNavTemplate5 .nav-item {
    /* background-color: #c00c5a!important;
    border-radius: 5px; */
    background: linear-gradient(45deg, #c00c5a, #c00c5a);
    color: white;
    /* padding: 0px 14px; */
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: bold;
    border-radius: 3px;
    /* transform: skew(-12deg); */
    transition: background 0.3s ease;
}

.side-sticky-top-template5 {
    position: -webkit-sticky;
    position: sticky !important;
    top: 120px !important;
    z-index: 0;
}
.ellipse-2-template5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 21px;
}
.ellipse-3-template5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 21px;
}

.inclusions-template5 p,
.inclusions-template5 span {
    margin-bottom: 0px;
}

.bg-lightOrange {
    background-color: #ffe4cd;
}
.radius-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pricing-box .contact-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    max-width: 500px;
    margin: auto;
}

.pricing-box .contact-option {
    text-align: center;
}

.pricing-box .icon {
    width: 40px;
}

.pricing-box .call-button,
.pricing-box .whatsapp-button {
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 999px;
    color: white;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s;
}

.pricing-box .call-button {
    background: linear-gradient(90deg, #00b4db, #0083b0);
}

.pricing-box .whatsapp-button {
    background: linear-gradient(90deg, #25d366, #128c7e);
}

.pricing-box .call-button:hover,
.pricing-box .whatsapp-button:hover {
    transform: scale(1.05);
}
#bottomModal {
    z-index: 11111111;
}
.web-logo img {
    width: 65px !important;
}

/* new ticket design */

/* Outer track (background) */
.swiper-pagination-progressbar {
    background: #ddd !important; /* light gray background */
    top: 6px !important;
    width: 95% !important;
    margin-left: 7px !important;
}

/* Inner bar (progress fill) */
.swiper-pagination-progressbar-fill {
    background: #c00c5a !important; /* any color you like */
}

.swiper-pagination-fraction {
    color: white !important;
    font-size: 12px !important;
    opacity: 1 !important;
    z-index: 1111 !important;
    background-color: #c00c5a !important;
    width: 15% !important;
    display: flex !important;
    justify-content: center !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.swiper-pagination-current,
.swiper-pagination-total {
    color: white !important;
    font-size: 12px !important;
    opacity: 1 !important;
}

.mySwiper-gallery-mobile {
    margin-top: 3px !important;
}

.mySwiper-gallery-mobile .swiper-slide{
    max-height:80px;
    height:80px;
    min-height:80px
}
#bookingIframe1 html,
#bookingIframe2 html {
    overflow-y: hidden;
}

.offcanvas {
    max-width: 65% !important;
}

.offCanvasNavbarToggler {
    padding: 0px 5px 3px 5px !important;
    border-radius: 0px !important;
}

.offCanvasNavbarToggler .navbar-toggler-icon {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.packageBody {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 70px;
}

.packageBody p{margin-bottom: 0px!important;}

.ellipse-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 57px;
}
