/* @import
url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Edu+AU+VIC+WA+NT+Arrows:wght@400..700&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Fjalla+One&family=Funnel+Display:wght@300..800&family=Ga+Maamli&family=Gupter:wght@400;500;700&family=Kalnia+Glaze:wght@100..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*/

:root {
    /* --main-color: #e67a0b; */
    /* --main-color: #f37002; main */
    /* --main-color: #4F7942; color1 */
    /* --main-color: #3A5A2A option 2; */
    --main-color: #1ea499;
    --primary-color: #0c8fd7;
    --common-white: #fff;
    --alice-color-bg: #cefdff;
    --gray-color: #fefefe;
    --dark-gray-color: #c3c3c3;
    --shadow-color: rgba(74, 144, 255, 0.1);
    --text-secondary: #202020;
    --text-primary: #ffffff;
    --color-dark: #202020;
    --color-head: gray;
}
@font-face {
    font-family: 'MyFont';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: "Poppins", Helvetica, sans-serif !important;

}

a {
    text-decoration: none !important;
}

.Tour-text-secondary {
    font-size: 13px;
}

.heading-gradientFulll-text {
    font-size: 3em;
    color: rgb(24, 23, 23);
    font-weight: bold;
}

.gradient-text {
    background-image: linear-gradient(to right,
            rgb(49, 189, 156),
            rgb(176, 230, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.searchInputWrappercon {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.searchInputWrapper {
    position: relative;
}

.searchInput {
    width: 20rem;
    height: 2.5rem;
    padding: 0 1rem;
    border-radius: 2rem;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.01) 0px 0px 0px 1px;
    border: 1px solid darkgray;
}

::placeholder {
    color: #a1a1a1;
    font-size: 13px !important;
}

/* hide the placeholder text on focus */
:focus::placeholder {
    text-indent: -999px;
}

.searchInput:focus {
    outline: none;
    transform: scale(1.1);
    transition: all 0.1s ease-in-out;
}

.searchInputIcon {
    position: absolute;
    right: 0.6rem;
    top: 0.4rem;
    color: #a1a1a1;
    transition: all 0.1s ease-in-out;
}

.container:focus-within>.searchInputWrapper>.searchInputIcon {
    right: 0.2rem;
}

.DynamicModal_closeBtn__l7Vsu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
    z-index: 2;
}

#exampleModalLabel {
    color: var(--main-color);
}

#exampleModalLogin .btn-primary {
    background-color: var(--main-color) !important;
}


/* --inr */
.CurrencyPicker_currencyModal_list_container__ufWek {
    display: flex;
    flex-direction: column;
    height: calc(85vh - 198px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.CurrencyPicker_currencyModalList__rKhYl {
    display: flex;
    flex-direction: column;
}

.CurrencyPicker_currencyModalListTitle__fQ773 {
    font-size: 16px;
    font-weight: 500;
    color: #515151;
    margin-left: 20px;
}

.CurrencyPicker_currencyModalListItems__Jrq8w {
    grid-template-columns: 33.3% 33.3% 33.3%;
}

.CurrencyPicker_currencyModalListItem__g24jp {
    margin: 3px 5px;
}


.CurrencyPicker_currencyModalListItem__g24jp {
    padding: 7px;
    margin: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative;
    font-size: 1rem !important;
}

.CurrencyPicker_currencyModalListItem__g24jp .CurrencyPicker_currencyModalListItemName__DruwJ {
    font-size: 12px;
    font-weight: 400;
    color: #a2a2a2;
    line-height: 18px;
}

.CurrencyPicker_currencyModalListItem__g24jp .CurrencyPicker_currencyModalListItemTick__7SXsp {
    display: none;
}

.CurrencyPicker_currencyModalListItem__g24jp .CurrencyPicker_currencyModalListItemFlag__0um_j {
    width: 30px;
    height: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    margin: 5px 10px 5px 0;
}

.flag-INR {
    background-position: center 27.4978%;
}

.flag {
    background-image: url(https://wb-assets.gumlet.io/_next/static/media/flag_sprite.c8510d0f.png);
    background-repeat: no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
}

.CurrencyPicker_currencyModalListItem__g24jp .CurrencyPicker_currencyModalListItemCode__WMQ8Z {
    font-size: 15px;
    font-weight: 500;
    color: #515151;
    line-height: 22.5px;
}

.CurrencyPicker_currencyModalListItem__g24jp:hover {
    cursor: pointer;
    border: 1px solid var(--primary-color, #f37002);
}

@media (max-width: 1024px) {
    .CurrencyPicker_currencyModalListItems__Jrq8w {
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}

@media (max-width: 1840px) {
    .CurrencyPicker_currencyModalListItems__Jrq8w {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media (max-width: 1920px) {
    .CurrencyPicker_currencyModalListItems__Jrq8w {
        grid-template-columns: 20% 20% 20% 20% 20%;
    }
}

.CurrencyPicker_currencyModalListItems__Jrq8w {
    display: grid;
    margin: 20px;
}

/* --inr */

/* header */
.row {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-items: center;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/* header */
.header {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
    display: block;
    padding: 3px;
    /* margin-top: 10px; */
    background-color: #fff;
    border-bottom: 1px solid rgb(235, 233, 233);
    border-top: 1px solid rgb(235, 233, 233);
    /* box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.2) 0px 18px 36px -18px inset; */
}


/* .header {

} */

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none !important;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63,
            126, 0.04) 0px 24px 24px -12px;

}



/* .header .item-left {
flex: 0 0 20%;
} */

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 70%;
}

.header .item-right {
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #303030;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    padding: 0px 10px !important;

}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    /* box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3); */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

/*
.header .menu>ul>li .single-column-menu {
min-width: 280px;
max-width: 350px;
} */


.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #ea4636;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: var(--main-color);
    font-weight: 500;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 34px;
        width: 34px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #fff;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}



/* header */

/* select buttton */
.toggle-btn-container {
    display: flex;
    gap: 5px;
}

.toggleactivity-btn {
    border-radius: 0px 7px 7px 0px !important;

}

.toggle-btn {
    padding: 6px 18px;
    background-color: #fff;
    border-radius: 7px 0px 0px 7px;
    cursor: pointer;
    /* border: 2px solid #ccc; */
    transition: all 0.3s ease;
    font-size: 14px;
}


.toggle-btn.selected {
    background-color: #007bff;
    color: white;
}

.item-right>.mobile-menu-trigger {
    background-color: var(--main-color) !important;
    border-radius: 5px;
    margin-top: 2px;
}

.item-right>div {
    border: none;
    border-radius: 10px;

    border: 1px solid var(--main-color);
}

/* select buttton */

/* slider img */
.banner-img {
    background-image: url('/front/asset/img/slider1.avif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 600px;
}

/* slider img */

hr.hr-1 {
    border: 0;
    border-bottom: 1px solid #b5b2b2;
    background: #999;
    margin: 0px;
    padding: 0px;
}

.mainHeading {
    color: #2b2828;
    font-size: 20px;
}

.heading {
    font-size: 1.2rem;
    font-weight: 500;
    margin-block-end: 1rem;
    background: var(--main-color);
    color: #fff;
    font-style: italic;
}

.headings {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
    color: #202020;
    text-transform: capitalize;

}

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

.swiper-pagination-bullet {
    background: rgb(255, 255, 255, 0.7) !important;
}

/*
.card-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
padding: 1rem;
} */

.card-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    /* border: 1px solid #8080803d;
border-radius: 10px; */
}

.card {
    position: relative;
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    transform-style: preserve-3d;
    border: none !important;
    /* backdrop-filter: blur(10px); */
}

/* .card::before,
.card::after {
content: '';
position: absolute;
inset: -2px;
background: linear-gradient(45deg,
transparent 40%,
rgba(74, 144, 255, 0.1),
rgba(111, 66, 193, 0.1),
transparent 60%);
border-radius: inherit;
z-index: -1;
transition: all 0.2s ease;
animation: borderGlow 3s linear infinite;
} */

/* .card::after {
filter: blur(20px);
} */
/*
@keyframes borderGlow {

0%,
100% {
opacity: 0.5;
transform: rotate(0deg);
}

50% {
opacity: 1;
transform: rotate(180deg);
}
} */

/* .card:hover {
transform: translateY(-10px) scale(1.02) rotateX(5deg) rotateY(5deg);
background: var(--card-hover);
box-shadow:
0 20px 40px var(--shadow-color),
0 0 20px rgba(74, 144, 255, 0.1),
0 0 0 1px rgba(74, 144, 255, 0.1);
} */
/* new */
/* .card-content {
padding: 12px;
display: flex;
flex-direction: column;
gap: 0.6rem;
height: 100%;
position: relative;
z-index: 1;
} */

.card-content {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    height: 100%;
    position: relative;
    z-index: 1;
    border: none !important;
    border: 1px solid #d3cfcf !important;
    border-radius: 7px;
}

.card-image {
    height: 320px;
    background: linear-gradient(45deg,
            var(--gradient-1),
            var(--gradient-2),
            var(--gradient-3));
    background-size: 200% 200%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    animation: gradientShift 8s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image i {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    transform: translateY(0);
    transition: all 0.5s ease;
    z-index: 2;
}

/* .card:hover .card-image i {
transform: translateY(-5px) scale(1.1);
text-shadow: 0 5px 20px rgba(255, 255, 255, 0.8);
} */

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*
.glow {
position: absolute;
width: 100%;
height: 100%;
background: radial-gradient(circle at center,
rgba(255, 255, 255, 0.2) 0%,
transparent 70%);
opacity: 0;
transition: all 0.5s ease;
mix-blend-mode: overlay;
}

.card:hover .glow {
opacity: 1;
animation: glowPulse 2s ease infinite;
} */

/* @keyframes glowPulse {

0%,
100% {
transform: scale(1);
opacity: 0.5;
}

50% {
transform: scale(1.1);
opacity: 1;
}
} */

.card-content h2 {
    color: rgb(22, 220, 148) !important;
    font-size: 17px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.star-ratings-card {
    color: rgb(22, 220, 148) !important;
    font-size: 17px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

h2 i {
    color: rgb(22, 220, 148) !important;

    font-size: 12px;
    transition: all 0.3s ease;
}

.card:hover h2 {
    transform: translateZ(20px);
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
}

.card:hover h2 i {
    /* transform: rotate(15deg) scale(1.2); */
}

.card-content p {
    /* color: var(--text-secondary); */
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 14px;
    /* font-weight: 400; */
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.card:hover p {
    transform: translateZ(15px);
    /* color: var(--main-color); */
}

/* .card-destinationmain-box {
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin-bottom: 2px;
}

.card-destination-box {
    width: 100% !important;
    align-items: center;
    overflow: hidden;
    gap: 5px;
    height: 32px;
} */

.card-destinationmain-box {
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 5px;
    margin-bottom: 2px;
}

.card-destination-box {
    display: flex;
    width: 100% !important;
    align-items: center;
    overflow-x: auto;   
    overflow-y: hidden;
    flex-wrap: nowrap;     
    white-space: nowrap;
    gap: 5px;
    height: 32px;
    scrollbar-width: thin;  
}

/* .card-destination-main {
display: flex;
width: max-content;
align-items: center;
gap: 4px;
background: white;
padding: 1px 2px;
border-radius: 5px;
} */

.card-pricecon {
    position: relative;
     display:flex;
    flex-direction: column; 
}

@media (max-width: 768px) {

   .card-pricecon{
    position: relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
}

.combo-btn{
    display: flex;
    padding: 10px 10px;
    gap: 10px;
}



.card-actualprice {
    display: flex;
    align-items: center;
    color: green;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 5px;
    font-family: "Playfair Display", serif;
}

@media (max-width: 768px) {

    .card-actualprice {
    display: flex;
    align-items: center;
    color: green;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 5px;
    font-family: "Playfair Display", serif;
}

}

.card-strikeThroughPrice {
    display: flex;
    align-items: center;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.card-savePrice {
    height: 24px;
    margin-left: 5px;
}

/* .productCard_destinationNameDivider__Gh7Ao {
background: #515151;
width: 4px;
height: 4px;
border-radius: 50%;
} */

.card-destination-list {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    /* color: #000; */
    /* color: #fff; */
}

.card-destination-label {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    /* color: #515151; */
    color: #fff;
    width: max-content;
}

.swiper-button-next,
.swiper-button-prev {
    /* color: rgb(57, 57, 57) !important;
background: rgb(241, 240, 240) !important; */
    color: #000 !important;
    background: #e4e3e3;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    font-weight: 600 !important;
    justify-content: center;
    transition: background 0.3s;
    font-size: 9px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';

    font-size: 9px !important;

}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 9px !important;
}

button {
    background: var(--main-color);
    background: linear-gradient(45deg, var(--gradient-1), var(--gradient-2), var(--gradient-3));
    background-size: 200% 200%;
    border: none;
    /* padding: 0.3rem 0.9rem; */
    color: var(--text-primary);
    border-radius: 8px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3sease;
    width: fit-content;
    position: relative;
    overflow: hidden;
    animation: gradientShift 8sease infinite;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 12px !important;
    letter-spacing: 1px;
}

/* button {
background: var(--main-color);
background: linear-gradient(45deg, var(--gradient-1), var(--gradient-2), var(--gradient-3));
background-size: 200% 200%;
border: none;
padding: 0.5rem 1rem !important;
color: var(--text-primary);
border-radius: 8px !important;
font-weight: 500;
cursor: pointer;
transition: all 0.3sease;
width: fit-content;
position: relative;
overflow: hidden;
animation: gradientShift 8sease infinite;
display: flex;
align-items: center;
gap: 0.5rem;
} */

button i {
    transition: transform 0.3s ease;
}

/* button:hover i {
transform: translateX(1px);
} */

button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.card:hover button::before {
    transform: translateX(100%);
}

button:hover {
    /* transform: translateY(-2px) translateZ(25px); */
    box-shadow:
        0 5px 15px rgba(74, 144, 255, 0.3),
        0 0 20px rgba(74, 144, 255, 0.2);
    /* letter-spacing: 0.5px; */
}

/* .card::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),
rgba(255, 255, 255, 0.06),
transparent 40%);
opacity: 0;
transition: opacity 0.5s ease;
} */
/*
.card:hover::before {
opacity: 1;
} */

.owl-nav button {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    background-color: #f3f3f385 !important;
    margin-left: 10px;
    /* transition: .3s; */
    font-size: 28px !important;
    line-height: 32px !important;
    color: #2b292996 !important;
    border: 1px solid #c7c2c296 !important;
    border-radius: 50% !important;
}

.owl-nav button:hover {
    background: #f3f3f396 !important;
    color: #6e6a6a96 !important;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: -250px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

/* .SavePrice {
    display: flex;
    align-items: center;
    padding: 5px 2px;
    color: #0b822a;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(11, 130, 42, .11) 3.64%, rgba(11, 130, 42, .1));
    gap: 3px;
    margin-left: -.5px;
    margin-right: -.5px;
} */

@media (max-width: 768px) {


    /* .tab-container-details {
display: none !important;
} */

    .cradText-SubTypeMain {
        top: 195px !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        display: none !important;
    }

    #base-template .horizontal-ticker__slide {
        width: 14.625vw !important;
    }

    #base-template .horizontal-ticker__slide {
        position: relative;
        width: 15.625vw !important;
        aspect-ratio: 350 / 200 !important;
        border-radius: 10px;
        overflow: hidden;
        backdrop-filter: blur(50px);
    }

    .about-page-area {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .about-page-content h2,
    .about-page-content h1 {
        font-size: 45px !important;
    }

    .owl-nav {
        display: none !important;
    }

    #searchModal>.modal-content {
        width: 85% !important;

    }

    #searchModal .d-flex-data {
        display: block !important;
    }

    .image-group .first-image .firstimg {

        height: 100% !important;
    }

    .searchInput {
        width: 100%;

    }

    .headings {
        font-size: 18px !important;
    }

    .card-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        /* gap: 1.5rem; */
        padding: 0px !important;
        /* border: 1px solid rgb(233, 231, 231) !important; */
    }

    .owl-nav button {
        display: inline-block;
        width: 35px !important;
        height: 35px !important;
    }

    .DynamicModal_closeBtn__l7Vsu {

        top: 10px !important;

        transform: translate(0%, -51%) !important;

    }

    /* .card-content {
padding: 1.5rem;
} */

    .card-image {
        height: 140px;
    }
}

/* @keyframes float {

0%,
100% {
transform: translateY(0);
}

50% {
transform: translateY(-10px);
}
} */

/* .card:hover .card-content {
animation: float 3s ease infinite;
} */

.view-all-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    width: 110px;
}

.arrow {
    margin-left: 8px;
    font-size: 18px;
    /* background-color: var(--main-color); */
}

/* swiper slider */

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

.swiper-pagination-bullet {
    background: rgb(255, 255, 255, 0.7) !important;
}



.card {
    position: relative;
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    transform-style: preserve-3d;
    border: none !important;
    /* backdrop-filter: blur(10px); */
}

/* .card::before,
.card::after {
content: '';
position: absolute;
inset: -2px;
background: linear-gradient(45deg,
transparent 40%,
rgba(74, 144, 255, 0.1),
rgba(111, 66, 193, 0.1),
transparent 60%);
border-radius: inherit;
z-index: -1;
transition: all 0.2s ease;
animation: borderGlow 3s linear infinite;
} */

/* .card::after {
filter: blur(20px);
} */

/* @keyframes borderGlow {

0%,
100% {
opacity: 0.5;
transform: rotate(0deg);
}

50% {
opacity: 1;
transform: rotate(180deg);
}
} */

.card:hover {
    /* transform: translateY(-10px) scale(1.02) rotateX(5deg) rotateY(5deg); */
    /* background: var(--card-hover); */
    /* box-shadow:
0 20px 40px var(--shadow-color),
0 0 20px rgba(74, 144, 255, 0.1),
0 0 0 1px rgba(74, 144, 255, 0.1); */
}

/* .card-content {
padding: 15px;
display: flex;
flex-direction: column;
gap: 1rem;
height: 100%;
position: relative;
z-index: 1;
} */

.card-image img {
    height: 320px;
    object-fit: cover;
}


.card-image {
    /* height: 320px; */
    background: linear-gradient(45deg,
            var(--gradient-1),
            var(--gradient-2),
            var(--gradient-3));
    background-size: 200% 200%;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    animation: gradientShift 8s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image i {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    /* transform: translateY(0);
transition: all 0.5s ease; */
    z-index: 2;
}

/* .card:hover .card-image i {
transform: translateY(-5px) scale(1.1);
text-shadow: 0 5px 20px rgba(255, 255, 255, 0.8);
} */

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* .glow {
position: absolute;
width: 100%;
height: 100%;
background: radial-gradient(circle at center,
rgba(255, 255, 255, 0.2) 0%,
transparent 70%);
opacity: 0;
transition: all 0.5s ease;
mix-blend-mode: overlay;
} */

/* .card:hover .glow {
opacity: 1;
animation: glowPulse 2s ease infinite;
} */

/* @keyframes glowPulse {

0%,
100% {
transform: scale(1);
opacity: 0.5;
}

50% {
transform: scale(1.1);
opacity: 1;
}
} */

.card-content h2 {
    color: rgb(22, 220, 148) !important;
    font-size: 17px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.star-ratings-card {
    color: rgb(22, 220, 148) !important;
    font-size: 17px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

h2 i {
    color: rgb(22, 220, 148) !important;

    font-size: 12px;
    transition: all 0.3s ease;
}








.card-destination-box {
    /* display: flex; */
    align-items: center;
    overflow: hidden;
    gap: 5px;
    height: 32px;
    /* margin: 0 32px 0 7px; */
}

.card-destination-main {
    /* display: flex; */
    width: auto !important;
    align-items: center;
    gap: 4px;
    /* background: white; */
    /* background: orangered; */
    /* padding: 1px 2px; */
    padding: 2px 5px;
    border-radius: 5px;
}

/* .card-pricecon {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 5px;
} */

/* .card-actualprice {
display: flex;
align-items: center;
color: #202020;
font-size: 17px;
font-weight: 600;
line-height: 27px;
margin-right: 5px;
} */

.card-strikeThroughPrice {
    display: flex;
    align-items: center;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.card-savePrice {
    height: 24px;
    margin-left: 5px;
}

/* .productCard_destinationNameDivider__Gh7Ao {
background: #515151;
width: 4px;
height: 4px;
border-radius: 50%;
} */
/*
.card-destination-list {
display: flex;
align-items: center;
font-size: 12px;
font-weight: 600;
color: #000;
} */

/* .card-destination-label {
display: flex;
align-items: center;
font-size: 12px;
font-weight: 400;
color: #515151;
width: max-content;
} */

/* .swiper-button-next,
.swiper-button-prev {
color: var(--common-white) !important;
background: var(--main-color) !important;
border-radius: 50%;
width: 30px !important;
height: 30px !important;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s;
} */

/* .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
content: 'prev';

font-size: 13px !important;

}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: 'next';
font-size: 13px !important;
} */

button {
    background: var(--main-color);
    /* background: linear-gradient(45deg,
var(--gradient-1),
var(--gradient-2),
var(--gradient-3)); */
    background-size: 200% 200%;
    border: none;
    padding: 10px 40px;
    color: var(--text-primary);
    border-radius: 8px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    position: relative;
    overflow: hidden;
    animation: gradientShift 8s ease infinite;
    display: flex;
    align-items: center;
    gap: 0.5rem;

}
/* @media (max-width: 767px) {
    button{
        padding:10px 40px;
    }
    .button-1{
        padding:10px 15px;
    }

} */

button i {
    transition: transform 0.3s ease;
}

button:hover i {
    transform: translateX(1px);
}

button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

/* .card:hover button::before {
transform: translateX(100%);
} */

button:hover {
    transform: translateY(-2px) translateZ(25px);
    /* box-shadow:
0 5px 15px rgba(74, 144, 255, 0.3),
0 0 20px rgba(74, 144, 255, 0.2); */
    letter-spacing: 0.5px;
}

/* .card::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),
rgba(255, 255, 255, 0.06),
transparent 40%);
opacity: 0;
transition: opacity 0.5s ease;
} */

/* .card:hover::before {
opacity: 1;
} */

.owl-nav button {
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color: #f3f3f385 !important;
    margin-left: 10px;
    transition: .3s;
}

.cradText-gray {
    display: flex;
    align-items: center;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}


.owl-nav {
    position: absolute;
    right: 0;
    top: -250px !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

/* .SavePrice {
    display: flex;
    align-items: center;
    padding: 5px 2px;
    color: #0b822a;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(11, 130, 42, .11) 3.64%, rgba(11, 130, 42, .1));
    gap: 3px;
    margin-left: -.5px;
    margin-right: -.5px;
} */

@media(min-width :150px) and (max-width:325px) {
    #currencyFlag {
        width: 6px !important;
    }


}

@media(min-width :325px) and (max-width:425px) {
    #currencyFlag {
        width: 18px !important;
    }


}


@media(min-width :150px) and (max-width:425px) {
    .footer-img {

        height: 65px !important;
        width: 65px !important;
    }


}

/* @media(min-width :768px) and (max-width: 992px) {} */

@media(min-width :100px) and (max-width: 992px) {
    .EndOfTrip {
        font-size: 2em !important;
    }

    .topbar_main {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 7px;
    }

    .searchInput {
        width: 100% !important;
    }

    #switchable-tour-pkg {
        display: none;
    }

    .header {
        width: auto !important;
        border-top: none !important;
        border-bottom: none !important;
        position: static !important;
        background: none !important;

    }

    .creative-parallax--slider {
        margin-top: -4px !important;
    }
}

@media(min-width :150px) and (max-width: 767px) {

    #border-topOn-mobile {
        border-top: none !important;
        border-bottom: none !important;
        padding-top: 0px;
        align-items: flex-start;
    }

    .header {
        width: auto !important;
        border-top: none !important;
        border-bottom: none !important;
        padding: 2px !important;
        background: none !important;
    }

    #searchModal>.modal-content {
        width: 98% !important;
    }

    section {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

@media(min-width :768px) and (max-width: 981px) {
    #searchModal>.modal-content {

        width: 70% !important;
    }
}

@media (max-width: 768px) {


    #searchResults {
        width: 92% !important;
    }

    #contact-page .contact-form {
        padding: 20px !important;
    }

    #contact-page .form-label {
        font-weight: 500;
        margin-bottom: 8px;
        font-size: 13px;
    }

    .slide-container {
        padding: 0px !important;
    }

    .dots-container {
        padding: 10px !important;
    }

    .slide-container .slide img {
        height: 160px !important;
    }

    .Tour_Guides_heading {
        font-size: 26px !important;
    }

    .Trip-cards {
        height: 160px !important;
    }

    .Trip-cards img {
        /* height: 161px !important; */
    }

    .footer {
        margin: 0 !important;
    }

    .tourdetails_form,
    .Discovering-ToursProductPrice {
        min-width: 100% !important;
    }

    .Tour-detail-inclusion {
        display: contents !important;
    }



    .seeAllbtn-mob {
        padding: 2px !important;
        font-size: 8px !important;
    }

    .ProductInfo_header {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .card-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

    .Tour-detail-inclusion {
        grid-gap: 10px 0px !important;
    }

    .card-content {
        /* padding: 1.5rem; */
    }

    .card-image {
        height: 230px;

    }

    .card-image img {
        height: 230px;

    }
}

/* @keyframes float {

0%,
100% {
transform: translateY(0);
}

50% {
transform: translateY(-10px);
}
} */

/* .card:hover .card-content {
animation: float 3s ease infinite;
} */

hr.hr-14 {
    border: 0;
    height: 1.5px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #767474, #f0f0f0);

}

hr.hr-16 {
    border: 0;
    height: 2.5px;
    background-image: -webkit-linear-gradient(left, var(--main-color), #f0f0f0, var(--main-color));

}

section {
    margin-top: 35px;
    margin-bottom: 35px;
}


/* footer */

.footer {
    color: #fff;
    background-color: var(--main-color);
    border-top: 3px solid var(--main-color);
    /* border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
margin: 0px 50px; */
}

.list-style {
    list-style-type: none !important;
    cursor: pointer;
    font-size: .75rem;
    opacity: .8;
}

.copy-right {
    font-size: .85rem;
    opacity: .8;
}

.Analyst {
    width: 87.7px;
    height: 23.7px;
    margin: 10.7px 0 5.2px 10.2px;
    color: #fff;
}

footer div h5 {
    font-size: 22px;
}

footer div ul li a:hover {
    color: #fff;
    font-weight: 600;
}

footer div ul li a {
    font-size: 14px !important;
    color: #ffff;
    transition: .5s all ease;
}

.footer-img {
    outline: 5px solid #ffffff !important;
    outline-offset: 3px;
    border-radius: 7px;
    height: 70px;
    width: 100px;
}

.footer2__right-social {
    align-items: center;
    gap: 10px;
    place-content: center;
    margin-bottom: 10px;
    margin-bottom: 10px;
}

.footer2__right-social a {
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    transition: 0.3s;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.footer2__right-social a:hover {
    color: var(--common-white) !important;
    font-size: 22px;
}

/* footer */

/* Tour Details */
.Tour-detail-inclusion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Tour-detail-inclusion .Tour-detail-inclusion-item,
.Tour-detail-inclusion .Tour-detail-inclusionWrap {
    display: flex;
    gap: 5px;
    font-size: 14px;
}

.Tour-detail-inclusion-item {
    font-size: 14px;

}

.Trip-cards img {
    width: 100%;
    height: 100px;
    border-radius: 10px;

}



.Trip-cards {
    height: 100px;
    border-radius: 10px;
    border: 1px solid orangered;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0,
            0.3) 0px 30px 60px -30px;
    background: aliceblue !important;
    /* transition: .5s all ease; */
}

.Trip-cards:hover {
    /* transform: translateY(-6px); */
    outline: 2px solid var(--main-color);
    outline-offset: 3px;
    border: none;
}

.Trip-cards p {
    font-size: 13px;
    color: #16a416;
    font-weight: 600;
}

.Trip-cards h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color);
    text-align: center;
    padding-top: 30px;
}

.Trip-cards h6 {
    font-size: 16px;
    font-weight: 700;
}

.Discovering-Tours ul li::marker {
    content: '✸';
    width: 100%;
    font-size: 14px;
    color: rgba(255, 68, 0, 0.556);

}

.confirmation-policy {
    padding: 20px;
    /* background-color: #f8f9fa; */
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border: 1px solid var(--main-color);
}

.confirmation-policy ul li::marker {
    content: '🔸';
    font-size: 20px;
    color: orangered;
}

.confirmation-policy ul li {
    display: list-item;
    border-bottom: 1px dotted rgb(228, 227, 227);
    padding-bottom: 10px !important;
    font-size: 14px;

}

.Discovering-Tours ul li {
    display: list-item;
    border-bottom: 1px dotted rgb(228, 227, 227);
    padding-bottom: 10px !important;
}

.Discovering-Tours h2 {
    color: var(--main-color);
    color: orangered;
    font-size: 16px;
    font-weight: 600;
}

#term-condtion ul li::marker {
    content: '✮';
    font-size: 22px;
    color: orangered;
}

#term-condtion ul li {
    display: list-item;
    border-bottom: 1px dotted rgb(228, 227, 227);
    padding-bottom: 10px !important;
    font-size: 14px;
    padding-left: 7px;

}

#term-condtion h5 {
    color: var(--main-color);
    color: orangered;
    font-size: 16px;
    font-weight: 600;
    display: inline;
    padding: 2px 10px;
    border-radius: 4px;
    /* padding-bottom: 20px !important; */
}

/* Tour Details */

#tour-detail-form input,
textarea {
    width: 100%;
    padding: 13px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.tourdetails_form {
    padding: 15px 5px;
    border: 1px solid var(--main-color);
    /* border-radius: 10px; */
    margin-top: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

#tour-detail-form input:focus,
textarea:focus {
    border-color: gray;
}

#tour-detail-form .submit-btn {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.bg-info {
    background-color: orangered !important;
}

.badge-icon {
    background-color: orangered !important;
    display: inline;
    padding: 4px 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
}

#tour-detail-form .submit-btn:hover {
    background-color: orangered;
}

.text-size-define {
    font-size: 14px !important;
    line-height: 24px !important;
}

.tourdetails_name {
    display: flex;
    align-items: center;
    color: #7c7b7b;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    text-transform: capitalize;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* tabpins */
.nav-pills .nav-link.active {
    background-color: #EC5800 !important;
    color: #fff !important;
}

.nav-link {
    background-color: white !important;
    color: var(--main-color) !important;
    border-radius: 5px !important;
}

/* tabpins */

/* faq */
.c-faqs__item {
    /* background: rgb(251, 244, 236) !important; */
    border: 1px solid rgb(228, 226, 226);
    ;
}

.c-faqs__title {
    font-size: var(--faqs-header-font-size, 1.75rem);
    color: var(--faqs-title-color, var(--color-dark));
}

.c-faqs__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.c-faqs__item {
    width: 100%;
    padding: var(--faqs-item-padding, 0.7rem);
    background-color: var(--color-medium);
    border-radius: var(--faqs-item-border-radius, 10px);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.c-faqs__item[open] .c-faqs__item-question {
    border-bottom: var(--faqs-question-margin-bottom, 1px dashed var(--main-color));
    margin-bottom: var(--faqs-question-margin-bottom, 7px);
    padding-bottom: 10px;
}

.c-faqs__item[open] .c-faqs__item-question::after {
    transform: rotate(180deg);
}

.c-faqs__item[open]~* {
    animation: openQuestion .5s ease-in-out;
}

.c-faqs__item-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    font-size: 15px !important;
    /* color: var(--main-color); */
    color: #202020de;
    padding: var(--faqs-question-padding, .20rem 0);
}

.c-faqs__item-question::after {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    background: url('https://uploads.sitepoint.com/wp-content/uploads/2023/10/1697699669arrow.svg') no-repeat;
    background-size: 16px 8px;
    padding-right: 18px;
    transition: .2s;
}

.c-faqs__item-answer {
    font-size: var(--faqs-answer-font-size, 14px);
    line-height: var(--faqs-answer-line-height, 1.6em);
    color: #202020de;
}

.bg-badge-color {
    background-color: #C04000;
}

@keyframes openQuestion {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.foot-logo {
    height: 60px;
    width: 70%;
    /* border: 1px solid var(--main-color1); */
    margin-bottom: 20px;
}

.faq .faq-list {
    /* padding: 0 100px; */
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;

}

.faq .faq-list ul li {
    background: rgb(251, 244, 236);
    border: 1px solid var(--primary-color);
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: var(--main-color);
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: var(--main-color);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: var(--main-color);
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: var(--main-color1);
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/* faq */
.route-section {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.airport-border {
    border: 1px solid #80808075;
    padding: 8px 15px;
    display: inline-block;
    width: 200px !important;
    font-size: 13px;
    border-radius: 10px;
    display: block;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.route-card {
    font-size: 13px;
}

.route-section:last-child {
    border-bottom: none;
}

.route-label {
    font-weight: bold;
    color: var(--main-color);
    font-size: 14px;
    margin-bottom: 5px;
    background: #fac8989e;
    width: fit-content;
    padding: 0px 4px;
}

.icon {
    font-size: 20px;
    color: var(--main-color);
}

.line {
    border-left: 2px dotted var(--main-color);
    height: 20px;
    margin-left: 18px;
}

.inclu-exclu-card {
    border: 1px solid#dee2e6;
    font-size: 14px !important;
}

.inclu-exclu-card h2 {
    font-size: 20px;
    color: var(--main-color);
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}

@media (min-width:1000px) and (max-width:2500px) {
    .footer2__right-social {
        justify-content: start !important;
    }

    #searchResults {
        width: 94% !important;
        /* border: none !important; */
    }

    .container {
        width: 1200px !important;
    }

    .header .menu>ul>li .single-column-menu {
        min-width: 578px;
        max-width: 350px;
        column-count: 2;
    }
}

/* Tour india */
@media (min-width: 768px) {
    .image-group {
        grid-template-columns: 1fr 1fr;
    }





}

.image-group {
    display: grid;
    grid-template-columns: auto;
    gap: 0.5rem;
}

.image-group {
    grid-template-columns: 1fr 1fr;
}

.image-group .first-image {
    grid-column: 1 / 2;
}

.image-group .first-image .firstimg {
    width: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
    /* height: 438px; */
    height: 100%;
}

.image-group .other-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.image-group .other-images .next_imgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px; */
}

.Discovering-Tours-rightSection .Discovering-Tours-rightSectionWrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Discovering-ToursProductPrice {
    padding: 15px;
    border: 1px solid var(--main-color);
    /* border-radius: 10px; */
    min-width: 342px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.Discovering-pp-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.Discovering-pp-current {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.Discovering-pp-actualprice {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: #16a416;
}

.Discovering-inventory {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #8e8e8e;
}

.Discovering-strike {
    font-size: 16px;
    line-height: 27px;
    color: #515151;
    text-decoration: line-through;
}

.AsyncButton_commonClass__B1a1h {
    font-family: Poppins;
}

.ProductInfo_header {
    font-size: 26px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
}



.tourdetails_text {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    height: 45px;
}

/* Tour india */
.cardButton_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    margin-top: 5px;
}

.cardButton_filledButton,
.cardButton_hollowButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #f37002;
    background: #fff;
    color: var(--primary-color, #f37002);
    font-size: 16px;
    font-weight: 600;
    padding: 0px 25px;
    margin-right: 10px;
}

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

.cardButton_hollowButton {
    width: 51px;
    justify-content: center;
}



.fa-phone {
    color: var(--main-color);
}

.cardHeading_name a {
    color: #0e0e0ef2 !important;
}

.cardHeading_name a:hover {
    color: orangered !important;
}

.cardHeading_name {
    display: flex;
    align-items: center;
    line-height: 23px;
    /* color: #202020f2 !important; */
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 92px;

}

/* login-signup-form start*/
.login-signup-form {
    /* width: 400px; */
    background: white !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

#login_signup_form .btn-container {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #ddd;
    /* position: fixed; */
    /* top: 43px; */
    width: 100%;
    background: white;
    padding: 14px 0;
    z-index: 1000;
}

#login_signup_form .btn-container button {
    flex: 1;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    background: none;
    transition: 0.3s;
}

#login_signup_form p a {
    font-size: 13px;
    color: var(--main-color);

}

#login_signup_form article a {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 600;

}

#login_signup_form h6 {
    font-weight: 600 !important;

}

#login_signup_form .active {
    border-bottom: 3px solid var(--main-color);
    font-weight: bold;
}



#login_signup_form .form-container {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
    padding: 25px;
    /* margin-top: 40px; */
}

#login_signup_form .form-container.active {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

#login_signup_form input {
    width: 100%;
    padding: 10px;
    margin: 7px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#login_signup_form .submit-btn {
    width: 100%;
    padding: 12px;
    background-color: var(--main-color);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    margin-top: 5px;
}

#signupForm article {
    font-weight: 500 !important;
    font-size: 12px;
    color: rgb(137, 134, 134);
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1000px !important;
    }
}

#Book_With_Confidence {
    max-width: 100% !important;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#Book_With_Confidence .headingg {
    margin: 0;
    /* padding: 0 10px; */
    font-size: 16px !important;
}

#Book_With_Confidence .headingg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 2px;
}

.headingg::before,
.headingg::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #beb7b7;
    margin-bottom: 16px !important;
}

#Book_With_Confidence .ratings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#Book_With_Confidence .rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

#Book_With_Confidence .rating img {
    width: 30px;
    height: 30px;
}

#Book_With_Confidence .rating-text {
    text-align: left;
}

#Book_With_Confidence .rating-text p {
    margin: 0;
    font-size: 10px;
    font-weight: normal;
    color: #666666c4;
}

#Book_With_Confidence .rating-text strong {
    font-size: 16px;
    color: #333;
}

/* login-signup-form end*/

/* Pehle buttons ko hide kar do */
.swiper-button-next,
.swiper-button-prev {
    opacity: 1;
    /* Invisible */
    /* visibility: hidden; */
    /* Hidden */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Jab slider par hover ho tab dikhaye */
/* .swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
opacity: 1;
visibility: visible;
} */

.text-start-color {
    color: orangered !important;
}

.custom-tabs {
    background-color: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-tabs .nav-link {
    color: #495057 !important;
    border: none;
    padding: 6px 20px;
    transition: all 0.3s ease;
    box-shadow: none;

}

.custom-tabs .nav-link.active {
    color: #fff !important;
    background-color: var(--main-color) !important;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.custom-tabs .tab-content {
    padding: 30px;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-warning {

    --bs-btn-border-color: orangered !important;
}

/* CSS */
.button-1 {
    /* background-color: orangered; */
    border-radius: 8px;
    border-style: none;
    border: 1px solid orangered;
    box-sizing: border-box;
    color: orangered;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    /* height: 36px; */
    line-height: 16px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    letter-spacing: 1px;
    /* margin-bottom: 5px; */
    display: flex;
    align-items: center;
    justify-content:center;
}

/* .button-1:hover,
.button-1:focus {
background-color: orangered;
color: #fff;
} */

.button-1:hover {
    background-color: orangered;
    color: #fff !important;
    transform: translateY(-2px) translateZ(25px);
    box-shadow:
        0 5px 15px rgba(74, 144, 255, 0.3),
        0 0 20px rgba(74, 144, 255, 0.2);
    /* letter-spacing: 0.5px; */
}

#term-condtion {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 30px;
    border-radius: 15px;
    border: 1px solid lightgray;
}

.notes {
    border: 1px solid gray;
    padding: 10px;
    background-color: #dff0ed;
    border-radius: 10px;
}

/* contact page */



.contact-wrapper {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

#contact-page .contact-info {
    background: var(--main-color);
    padding: 40px;
    color: white;
}

#contact-page .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

#contact-page .contact-item:hover {
    transform: translateX(10px);
}

#contact-page .contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

#contact-page .social-links {
    margin-top: 30px;
}

#contact-page .social-icon {
    color: #fff;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.3s ease;
}

#contact-page .social-icon:hover {
    background: white;
    color: var(--main-color);
    transform: translateY(-3px);
}

#contact-page .contact-form {
    padding: 40px;
}

#contact-page .form-control {
    border-radius: 10px;
    padding: 10px 15px;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

#contact-page .form-control:focus {
    border-color: #70afa6;
    box-shadow: none;
}

#contact-page .form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

#contact-page .btn-submit {
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    background: var(--main-color);
}

#contact-page .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 98, 204, 0.3);
}

#contact-page .map-container {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

/* contact page */
#about-page {
    font-size: 14px;
}

.mainHeading-about {
    font-size: 20px;
    background: var(--main-color);
    width: 200px !important;
    /* border-radius: 10px; */
}

.mainHeading-story {
    font-size: 35px;
}

.mainHeading-story span {
    color: var(--main-color);
}

/* destination */
.destinationCard-options {
    width: 100% !important;

    background: rgb(240, 250, 250);
    overflow-x: scroll;
    padding: 1rem 0rem;
    border: none;
    border-radius: 0.5rem;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
}

.destinationCard-options::-webkit-scrollbar {
    display: none;
}

.destinationCard-options:hover {
    cursor: grab;
}

.destinationCard-options p {
    background: rgb(0, 0, 0, 0.6);
    /* display: inline-block; */
    color: rgb(67, 237, 67) !important;
    /* color: orange !important; */
    position: absolute;
    bottom: 0px !important;
    width: 100%;
    margin-bottom: 0px;
}

.destinationCard-options .option {
    /* background: rgb(255, 255, 255); */
    background-position: center;
    border: none;
    border-radius: 0.5rem;
    /* padding-top: 1rem; */
    width: 7.3rem;
    display: inline-block;
    text-align: center;
    height: 7rem;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
    margin-right: 5px;
    user-select: none;
    -webkit-user-select: none;
}



.destinationCard-options::-webkit-scrollbar {
    display: none;
}

/* destination */

/* about-page */
.about-page-area {
    padding-top: 35px;
    /* padding-bottom: 40px; */
    /* background-color: #e5ecf7a6; */
}

.about-page-content {
    /* text-align: center; */
}

.about-page-content h2,
.about-page-content h1 {
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 600;
}

.about-page-content .about-page-list li:first-child {
    margin-left: 0;
}

.about-page-content .about-page-list li {
    display: inline-block;
    list-style-type: none;
    margin-left: 30px;
    font-weight: 500;
    color: var(--main-color);
    font-size: 16px;
    position: relative;
}


.about-page-content .about-page-list li a {
    display: block;
    color: #2f2e2e;
    font-size: 18px;
}

.about-page-content .about-page-list {
    /* text-align: center; */
    padding-left: 0;
    margin-bottom: 0;
}
.about-page-content h1 {
    margin-bottom: 7px;
    font-size: 58px ;
    font-weight: 600;
    margin-top: 5px;
    color: var(--main-color);
}
/*
.about-page-content .about-page-list li:last-child::before {
    position: absolute;
    content: '➛';
    top: -2px;
    left: -25px;
    color: var(--main-color);
    font-size: 20px;
} */
.about-page-content .about-page-list li {
    position: relative;
    /* padding-right: 25px;  Ensures space for the arrow on the right */
}

.about-page-content .about-page-list li:not(:last-child)::after {
    content: "\f101";   /* fa-angles-right icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    color: var(--main-color);
    font-size: 20px;
}
.about-page-contentt .about-page-listt li:not(:last-child)::after {
    content: "\f101";   /* fa-angles-right icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    color: var(--main-color);
    font-size: 15px;
}
.service-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    /* background: linear-gradient(-3deg, #ffffff, #f3f3f3); */
    border: 1px dashed var(--main-color);

    /* box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #ffffff; */
}

.service-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 8px 8px 20px #d1d1d1, -8px -8px 20px #ffffff; */
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--main-color), #def4f2);
}

.custom-badge {
    background: linear-gradient(135deg, var(--main-color), #def4f2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.service-title {
    color: #2d3748;
    font-weight: 600;
}

.service-text {
    color: #718096;
    font-size: 0.95rem;
}

#base-template {
    font-size: 14px;
}

#base-template .swiper {
    width: 100%;
}

#base-template .swiper-wrapper {
    transition-timing-function: linear !important;
}

#base-template .swiper-slide {
    height: 100% !important;
}

#base-template.horizontal-ticker {
    /* margin: 0 -20px; */
    display: flex;
    flex-direction: column;
    row-gap: 2.85vw;
}

@media screen and (max-width: 767.9px) {
    #base-template .horizontal-ticker {
        row-gap: 15px;
    }
}


#base-template .horizontal-ticker__slide {
    position: relative;
    width: 15.625vw;
    aspect-ratio: 300 / 205;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(50px);
}

@media screen and (max-width: 767.9px) {
    #base-template .horizontal-ticker__slide {
        width: 150px;
    }
}

#base-template .horizontal-ticker__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.6s ease-out;
}

#base-template .horizontal-ticker__slide img:last-child {
    position: absolute;
    inset: 0;
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    #base-template .horizontal-ticker__slide:hover img:last-child {
        opacity: 1;
    }
}

.Tour_Guides_heading {
    font-size: 48px;
}

/* about-page */
/* gallery-page */
.gallery-block.grid-gallery .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
    opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
}

.gallery-block.grid-gallery .item {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .heading-gradientFulll-text {
        font-size: 1.8em !important;
    }
    .about-page-content h1 {
        font-size: 40px !important;
    }
    .groupTour_Discommunicate {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .image-group {
        gap: 0.2rem !important;
    }

    .image-group .other-images {

        gap: 0.2rem !important;
    }

    .ReviewCard_reviewallImage {

        gap: 2px !important;
    }

    .ReviewCard_heightWidth {

        border-radius: 5px !important;
    }
}

@media (min-width: 576px) {

    .gallery-block.grid-gallery .scale-on-hover:hover {
        transform: scale(1.05);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }


}

/* gallery-page */

.star-rating {
    font-size: 1.5rem;
    color: orangered !important;
    cursor: pointer;
}

.star-rating .bi-star-fill {
    color: orangered !important;
}

.rating-star:hover,
.rating-star:hover~.rating-star {
    color: orangered !important;
}

.rating-bars progress {
    position: relative !important;
    width: 100%;
    height: 20px;
    background-color: #791414 !important;
    /* Light grey background */
}

progress::-webkit-progress-bar {
    background-color: #274196 !important;
    /* Customize the background */
}

progress::-webkit-progress-value {
    background-color: #4caf50 !important;
    /* Green color for progress */
}

.text-warning-color {
    color: orangered !important;
    /* color: #fff !important; */
    padding: 1px;
}

.bg-warning-color {
    background-color: orangered !important;
}

.display-4 {
    font-size: 56px !important;
    font-weight: 700;
    color: #10855c;
}

.review-lower-line {
    font-weight: 600;
}

/* ReviewCard */
.ReviewCard_reviewallImage {
    max-width: 100%;
    /* overflow-x: scroll; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.ReviewCard_heightWidth {
    width: 165px;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.ReviewCard_mainCard_div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 15px;
}

.ReviewCard_overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000080;
    border-radius: 10px;
    transition: all .3sease-in-out;
    cursor: pointer;
    pointer-events: all;
}

.ReviewCard_mainCard_div .ReviewCard_viewallText {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.ReviewCard_mainCard_div .ReviewCard_viewallText span {
    display: inline-block;
    font-size: 12px;
}

.ReviewCard-img-heading {
    display: flex;
    justify-content: start;
    align-items: center;
}

.ReviewCard-img-heading span {
    margin-left: 10px;
}

.ReviewCard-img-heading article {
    font-size: 13px;
    color: gray;
}

.ReviewCard-img-heading h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1px;
}

.ReviewCard-img-heading img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;

}

.ReviewCard_Text {
    font-size: 14px;
    margin-top: 15px;
}

.ReviewCard_Text p span {
    font-weight: 600;

}

.ReviewCard_Text p a {
    color: red !important;
    /* font-weight: 600; */
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: orangered;
    cursor: pointer;
}

.add-read-more {
    /* max-width: 600px; */
    width: 100%;
    margin: 0 auto;
}

/* ReviewCard */
.button-42 {
    background-color: var(--main-color);
    /* background-image: linear-gradient(45deg, orange, orangered); */
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: inherit;
    border: 0;
    bottom: 0;
    transition: box-shadow .2s;
}

.popular-setination-div article {
    color: orange;
    font-size: 15px;

}

.popular-setination-div p {
    font-size: 13px;
}

.popular-setination-div {
    position: absolute;
    bottom: 40px;
    z-index: 999;
    color: rgb(236, 234, 234);
    padding-left: 10px;
    background-color: rgb(13, 13, 13, 0.7);
    width: 100%;
}

/* FAQ General styles */
#FAQ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.accordian {
    width: 100%;
    /* max-width: 950px; */
    margin: 0 auto;
    padding: 15px 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); */
    border-radius: 8px;
    border: 1px solid var(--main-color);
}

.item {
    background-color: #e7ecf5;
    margin-bottom: 10px;
    /* padding: 15px 20px; */
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease;
}

.item.selected {
    background-color: #ffffff;
}

.item::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent !important;
}

.FAQ-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #131414;
    padding: 10px;
}

.faqQuestion {
    font-size: 14px;
    color: #131414;
    text-align: start;
    font-weight: lighter;
}

.FAQ-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
    font-weight: lighter;
    font-size: 13px;
    line-height: 1.6;
    color: #131414;
}

.FAQ-content.show {
    max-height: 9999px;
    transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.expandToggle {
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.FAQ-ShowMore {
    text-align: center;
    margin-top: 10px;
}

.FAQ-ShowMore button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.FAQ-ShowMore button:hover {
    background-color: #8ee0c4;
    color: black;
    font-weight: 700;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .accordian {
        max-width: 100%;
    }

    .item {
        padding: 12px 16px;
    }

    .FAQ-title {
        font-size: 16px;
    }

    .expandToggle {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .accordian {
        padding: 10px;
    }

    .item {
        padding: 10px 14px;
    }

    .FAQ-title {
        font-size: 14px;
    }

    .expandToggle {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .accordian {
        /* padding: 5px; */
        margin: 0px;
    }

    #FAQ {
        display: block !important;
        margin-top: 20px !important;
    }

    .item {
        padding: 8px 12px;
    }

    .FAQ-title {
        font-size: 12px;
    }

    .expandToggle {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

/* destination page */
#our-partners img {
    height: 100px !important;
    width: 100% !important;
}

#base-template .horizontal-ticker__slide {
    width: 10.625vw;
}

#base-template .horizontal-ticker__slide {
    position: relative;
    width: 15.625vw;
    /* aspect-ratio: 237 / 167; */
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(50px);
}

.image-wrapper img {
    display: block;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.1);
    filter: brightness(80%);
}


/* onpage */
/* #base-template .horizontal-ticker__slide {
width: 12.625vw;

} */

.image-wrapper {
    overflow: hidden;
    position: relative;
    transition: transform 0.5sease;
}

#our-partners .horizontal-ticker__slide img:last-child {
    opacity: 1 !important;
}

/* onpage */

.TrustFactorBlock_tabBody__faUSj {
    width: 100%;
    background: #141414;
    color: #fff;
    margin-bottom: 50px;
}

.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabContainer___sk66 {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 {
    display: flex;
    gap: 10px;
}

.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 .TrustFactorBlock_leftSection__oD4_W {
    flex-shrink: 0;
    min-width: 44px;
    aspect-ratio: 1;
}

.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 .TrustFactorBlock_rightSection__jTuQ7 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 .TrustFactorBlock_tabDescription__jNTGq {
    display: flex;
    align-items: center;
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.TrustFactorBlock_tabBody__faUSj .TrustFactorBlock_tabItem__EdgM2 .TrustFactorBlock_tabTitle__qZdW2 {
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
}




.slider-wrap {
    background: #131a2b;
    height: 570px;
    overflow: hidden;
}

.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slide--bg {
    z-index: 0;
    visibility: inherit;
    font-weight: 400;
    white-space: nowrap;
    min-height: 834px;
    min-width: 834px;
    max-height: 834px;
    max-width: 834px;
    background-color: #16234033;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    overflow: auto;
}

.swiper-slide-active .slide--bg {
    animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
    width: 650px;
    height: 650px;
    /* background: #16234096; */
    margin: auto;
    border-radius: 50%;
}

.swiper-slide-active .slide--bg .slide-bg--inner {
    animation: zoomInInner 1s ease forwards;
}

.slide-detail {
    position: relative;
    z-index: 1;
    text-align: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}

.from-left,
.from-right {
    opacity: 0;
    filter: blur(4px);
    transition: opacity 0.5s ease, filter 0.5s ease;
}

.swiper-slide-active .from-left {
    animation: fadeInLeft 1s ease forwards;
    animation-delay: 0.8s;
}

.swiper-slide-active .from-right {
    animation: fadeInRight 1s ease forwards;
    animation-delay: 1s;
}

.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px);

}

.swiper-slide-active .slide-main--subheading {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInDown 1s ease forwards;
    animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}

.swiper-slide-active .slide-des {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.4s;
}

.slide-cta .slide-btn {
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    /* padding: 18px 70px 18px 46px; */
    padding: 11px 70px 11px 41px;
    letter-spacing: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    background: orange;
    /* background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45,
#f7693c); */
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;
}

.swiper-slide-active .slide-cta .slide-btn {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp2 1s ease forwards;
    animation-delay: 1.4s;
}

.slide-cta .slide-btn:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}

.slide-cta .slide-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: orange;
}

.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: orangered;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;

}

.swiper-slide-active .slide-badge {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp3 1s ease forwards;
    animation-delay: 1.5s;
}

.slide-badge .patch-check svg {
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}

/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Description */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 0.7;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

/* Keyframe animations for background */
@keyframes zoomInBg {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomInInner {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.parallax-slider .slide-btns {
    width: 54px !important;
    height: 54px !important;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

.slide-btns.swiper-button-next:after,
.slide-btns.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}

.slide-btns:hover {
    border: 1px solid #fff;
    background: #fff;
}

.slide-btns:hover:after {
    color: #232323;
}

span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026;
    width: var(--progress, 0%);
    transition: width 0.5s ease;
}

/* ======== Sticky Footer ========= */
.sticky-footer {
    position: fixed;
    width: 100%;
    background: #333;
    z-index: 999;
    bottom: 0;
}

.sticky-footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}

.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.social ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}

.social ul li a {
    display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.social ul li a img {
    max-width: 20px;
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
    /* #searchModal>.modal-content {

width: 70% !important;
} */

    #searchModal .d-flex-data {
        display: block !important;

    }

    .slider-wrap {
        height: 530px;
    }

    .slide--bg {
        min-height: 720px;
        min-width: 720px;
        max-height: 720px;
        max-width: 720px;
    }

    .slide--bg .slide-bg--inner {
        width: 590px;
        height: 590px;
    }

    .slide-badge {
        right: -116px;
    }
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 450px !important;
    }

    .slide-detail {
        margin-top: 15px !important;
    }

    .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }

    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }

    .parallax-slider .slide-btns {
        display: none;
    }

    .slide-main--heading {
        font-size: 32px;
    }

    .swiper-pagination {
        display: flex;
        column-gap: 15px;
        justify-content: center;
        bottom: 100px !important;
    }

    span.swiper-pagination-bullet {
        display: block;
    }

}

/* card */
.groupTour_Discommunicate {
    height: 200px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.groupTour_Discommunicate .GroupTourCard_contentContainer__b4EQq {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 24px 20px;
}

.groupTour_Discommunicate .GroupTourCard_contentContainer__b4EQq .GroupTourCard_title__XMCc_ {
    color: #fff;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.groupTour_Discommunicate .GroupTourCard_contentContainer__b4EQq .GroupTourCard_subtitle__3O5I7 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.groupTour_Discommunicate .GroupTourCard_contentContainer__b4EQq .GroupTourCard_callBackButton__1764B {
    border-radius: 7px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    bottom: 24px;
    cursor: pointer;
}

.groupTour_Discommunicate .GroupTourCard_contentContainer__b4EQq .GroupTourCard_callBackButton__1764B .GroupTourCard_text__2B62W {
    color: #f37002;
    font-size: 14px;
    font-weight: 500;
}

.groupTour_Discommunicate {
    margin-right: 50px;
    margin-left: 50px;
}

.groupTour_Discommunicate .GroupTourCard_contentContainer__b4EQq {
    width: 48%;
}

.card-border1 {
    border: 1px solid lightgray !important;
    /* background-color: rgb(253, 235, 235) !important; */
}

.card-border1 h3 {
    color: orangered;
    font-size: 16px;
}

.card-border1 p {
    font-size: 13px;
}

#button-rm {
    padding: 6px !important;
    font-size: 12px !important;
}

.button-22 {
    align-items: center;
    appearance: button;
    background-color: orangered !important;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: var(--common-white) !important;
    text-transform: capitalize !important;
    cursor: pointer;
    white-space: nowrap;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 14px !important;
    line-height: 1.15;
    margin-top: 15px;
    padding: 10px !important;
    text-align: center;
    text-transform: none;
    transition: color .13sease-in-out, background .13sease-in-out, opacity .13sease-in-out, box-shadow .13sease-in-out;
    user-select: none;
    /* border: 1px solid var(--primary-color); */
    -webkit-user-select: none;
    touch-action: manipulation;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.font-fourteen {
    font-size: 14px;
}

.card-Tour-Pkg {
    height: 300px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: .5s all ease;
}

.card-Tour-Pkg-inner {
    background-color: rgb(32 32 32 / 80%);
    /* Changed to semi-transparent */
    color: #fff;
    /* display: flex; */
    justify-content: center;
    /* Horizontally center */
    align-items: center;
    /* Vertically center */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 20px;
    margin: 35px;
    border-radius: 6px;
}

.card-Tour-Pkg-inner h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    color: orangered;
    font-weight: bold;
    /* Remove default margin */
}

.card-Tour-Pkg:hover .card-Tour-Pkg-inner {
    display: none;
}

.season-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* .season-card:hover {
transform: translateY(-10px);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} */

.season-card {
    flex: 1;
    /* min-width: 280px; */
    min-width: 100%;
    /* max-width: 440px; */
    background: #fff;
    border-radius: 15px;
    border: 1px solid lightgray;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.season-header {
    display: flex;
    align-items: center;
    background: rgb(176, 230, 255);
    /* padding: 20px; */
    /* padding: 2px; */
    border-bottom: 2px solid #ddd;
}

.season-card p {
    padding: 20px;
    /* font-size: 1em; */
    color: #666;
}

.icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    margin-right: 10px;
}

.rainy-icon::before {
    content: '🌧️';
    color: #00f;
}

.summer-icon::before {
    content: '☀️';
    color: #ff0;
}

.winter-icon::before {
    content: '❄️';
    color: #00f;
}

.season-card h2 {
    font-size: 1em;
    font-weight: 500;
    margin-top: 10px;
    color: #504d4d;
}

.note {
    /* border: 1px solid rgb(103, 11, 11); */
    font-size: 16px;
    padding: 45px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
}

.note-card {
    font-family: "Poppins";
    font-style: normal;
    /* background: #ffffff; */
    background: #453f3f;
    border: 3px solid #f37022;
    box-shadow: 0px 0px 12px 8px rgba(243, 112, 34, 0.3);
    border-radius: 5px;
    /* display: grid;
grid-template-columns: 0.2fr 2fr; */
}

/* destination page */
.heading-dsn {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--main-color);
}

.box-shadees {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px dashed var(--main-color);
    outline: 3px solid var(--main-color);
}

.fa-heart {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 999;
    color: #fff !important;
}

#getMoreInfoSection h2>span {
    color: orangered !important;
    font-size: 16px !important;
    font-weight: 600;
}

#getMoreInfoSection h3>span {
    color: orangered !important;
    font-size: 16px !important;
    font-weight: 600;
}

.swiper {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}

.cradText-SubTypeMain {
    position: absolute;
    z-index: 999;
    top: 287px;
    /* bottom: 0px; */
    padding: 1px 8px;
    border-radius: 5px;
}

.cradText-SubType {
    font-size: 11px;

}

/* category */
.tab-container-cate {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tab-category {
    padding: 9px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 550;
    cursor: pointer;
    transition: none !important;
    border: 1px solid #c1bebe;
    background-color: white;
    color: gray;
    text-align: center;
    /* min-width: 100px; */
    position: relative;
}

.tab-category.active {
    background-color: white;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.tab-category:hover:not(.active) {
    background-color: #f0f0f0;
}

.checkmark {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* For the checkmark symbol */
.checkmark::before {
    content: "✓";
}

/* category */
/* .EndOfTrip {
font-size: 34px;
font-style: italic;
} */

.EndOfTrip {
    font-family: Satisfy, cursive;
    font-size: 3em;
    /* margin: 1em 0; */
    color: var(--main-color);
    text-shadow: 0.02em 0.02em 0 orangered, 0 0 0.5em #ee82eebd;
}

/* .pancakes-text span {
display: block;
padding-top: 0.6em;
padding-left: 0.5em;
} */
#exampleModalinr .modal-body {
    height: 580px;
    overflow-y: scroll;
}

.section-title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
    position: relative;
}

.section-title h2 {
    font-size: 2rem;
    color: var(--dark);
    display: inline-block;
    padding-bottom: 10px;
}

/* Destinations */
.destinations {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.destination-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.destination-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.destination-info {
    padding: 20px;
}

.destination-info h3 {
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.destination-info p {
    color: #666;
    margin-bottom: 15px;
}

/* Travel Tips */
.tips-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.tip-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.tip-card:hover {
    transform: translateY(-5px);
}

.tip-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.tip-card h3 {
    margin-bottom: 15px;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
}

/* Packing List */
.packing-list {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



/* Safety Section */
.safety-tips {
    background-color: #FFD166;
    border-radius: 10px;
    padding: 20px;
    color: var(--dark);
}

.safety-tips h3 {
    color: var(--dark);
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8rem;
}

.safety-list {
    columns: 2;
    column-gap: 30px;
    margin-top: 20px;
}

.safety-list li {
    margin-bottom: 15px;
    break-inside: avoid;
}

/* CTA Section */
.cta-section {
    text-align: center;
    /* background-color: #ef2a62; */
    background:linear-gradient(90deg,rgba(242, 0, 113, 1) 0%, rgba(237, 204, 83, 0.83) 100%);
    color: white;
    padding: 45px 20px;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border:5px solid #fff;

}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.cta-section p {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1rem;
}

.cta-btn {
    background-color: white !important;
    color: #ef2a62 !important;
    font-weight: bold;
}

.cta-btn:hover {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: var(--primary) !important;
}

#travel-tips {
    background-image: url('../img/innerapge.avif');
    background-repeat: no-repeat;
    background-size: cover
}

.section-title h2 {
    font-size: 38px;
    font-weight: 600;
}

.TripDataSection h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
}


/* goldentriangletour */
.gpacking-list {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


        .packing-items {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .packing-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .packing-item:before {
            content: "✓";
            color: var(--main-color);
            font-weight: bold;
            margin-right: 10px;
            font-size: 1.2rem;
        }


        .gpacking-items {
            /* display: grid; */
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .gpacking-item {
            /* display: flex; */
            align-items: center;
            margin-bottom: 10px;
        }

        .gpacking-item:before {
            content: "✓";
            color: var(--main-color);
            font-weight: bold;
            margin-right: 10px;
            font-size: 1.2rem;
        }



        #BestTime{
            background-color: var(--main-color);
            color: white;
        }
        /* GOLDEN Travel Tips */
        .Gtips-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
            gap: 30px;
        }

        .Gtip-card {
            background: rgba(241, 241, 241, 0.658);
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: transform 0.3s ease;
            border: 1px solid var(--main-color);
        }

        .Gtip-card:hover {
            transform: translateY(-5px);
        }
        .Gtip-card h3 {
            margin-bottom: 15px;
            color: var(--main-color);
            font-size: 20px;
            font-weight: 600;
     }
#SpaTreatments ul {
    list-style-type: none;
    padding: 0;
}
#SpaTreatments li {
    background-color: white;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: baseline;
    text-align: start;
}
#SpaTreatments .emoji {
    font-size: 24px;
    margin-right: 15px;
    min-width: 30px;
}
.service-name {
    font-weight: bold;
    color: var(--main-color);
}
#SpaTreatments .service-description {
    margin-top: 5px;
    color: #555;
}
.price-on-request {
    font-size: 18px;
    color: red;
    font-style: italic;
    font-weight: 600;
}
 /* Importance Section */
 .importance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.importance-card {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.importance-card:hover {
    transform: translateY(-10px);
}

.importance-card .icon {
    font-size: 40px;
    color: #ff7e01;
    margin-bottom: 20px;
}

.importance-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.importance-card p {
    color: #666;
}
/* What to Expect Section */
.expectations {
    /* background-color: #f0e6d9; */
    position: relative;
}


.expectations .container {
    position: relative;
    z-index: 1;
}

.expect-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.expect-col {
    flex: 1 1 400px;
}

.expect-item {
    display: flex;
    margin-bottom: 30px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--main-color);
}

.expect-item .icon {
    font-size: 24px;
    color: #ff7e01;
    margin-right: 20px;
    min-width: 24px;
}

.expect-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.expect-text p {
    color: #666;
}
/* Tips Section */
.tips-containers {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 3px solid var(--main-color);

}

.tips-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 5px;
}

.tips-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.tips-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff7e01;
    font-weight: bold;
}
#InnerCardDesign .col-lg-4>div{
    padding: 20px;
    border: 1px solid #fff;
   /* margin:4px; */
}
#InnerCardDesign .col-lg-4 h3{
    font-size: 23px;
    font-weight: bold;
}
/* **=========new csss=========** */
.button-1{
    padding: 10px 20px;
}


/* **=========new csss=========** */
/* .page-banner-area {
    padding-top: 45px;
    padding-bottom: 50px;
    background-color: #4DBDD1;
}
.page-banner-content {
    text-align: center;
}
.page-banner-content h2, .page-banner-content h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 600;
}
.page-banner-content .pages-list {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}
.page-banner-content .pages-list li:first-child {
    margin-left: 0;
}
.page-banner-content .pages-list li {
    display: inline-block;
    list-style-type: none;
    margin-left: 30px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.page-banner-content .pages-list li a {
    display: block;
    color: #fff;
}
.page-banner-content .pages-list li::before {
    position: absolute;
    content: '>';
    top: 3px;
    left: -20px;
    color: #fff;
    font-size: 20px;
} */

/* .tooltip-inner {
    background-color: #4caf50 !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
  }

  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #4caf50 !important;
  }

  .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #4caf50 !important;
  }

  .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #4caf50 !important;
  }

  .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #4caf50 !important;
  } */

  /* Tooltip inner box */
  .tooltip-inner {
    background-color: aliceblue !important;
    color: #333 !important;
    border: 1px solid #000 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
  }
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff !important;
  }
  .bs-tooltip-top .tooltip-arrow {
    &::after {
      content: "";
      position: absolute;
      border-width: .4rem;
      border-style: solid;
      border-color: transparent transparent #4caf50 transparent;
      top: -1px;
    }
  }

  .SavePriceWrapper {
    display: inline-flex;
    align-items: center;
}
.SavePrice {
    background: #F81A2F; /* Blue */
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 5px 10px !important;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.savePriceLeftBorder,
.savePriceRightBorder {
    display: flex;
    align-items: stretch;
}
.savePriceRightBorder {
    transform: rotate(180deg);
}

@media (max-width: 576px) {
    .about-page-content .about-page-list li a{
        font-size: 15px !important;
    }
    .about-page-area {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .heading-gradientFulll-text {
        font-size: 1.8em !important;
    }
    .about-page-content h2, .about-page-content h1 {
        font-size: 40px !important;
}

.hero-subtitle2 {
    font-size: 24px !important;
}
}
@media (max-width: 1023px) {
    .menu-item-has-children{
        display: none !important;
    }
}
.blur-line{
    width: 100%;
    height: 2px;
    margin: 20px 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(95, 214, 211, 0.2) 1%,
        var(--main-color) 50%,
        rgba(95, 214, 211, 0.2) 90%,
        transparent 100%
    );
    filter: blur(0.3px);
    border-radius: 50px;
}
.hero-subtitle2 {
    font-size: 33px;
    color: #2b2a2a;
    word-spacing: 3px;
    font-family: 'MyFont', sans-serif;
}
.feature-box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #3d3d3d;
  }

  .feature-box img {
    font-size: 22px;
    color: var(--main-color);
  }

  @media (max-width: 768px) {
    .feature-box {
      justify-content: flex-start;
      margin-bottom: 15px;
      font-size: 12px;
    }
  }



  /* Model Css  */
/* =========================================
MODAL SIZE FIX
========================================= */

/* MODAL WIDTH */
.customTravelModalV2 .modal-dialog {
    max-width: 1000px !important;
}

.newClasDiv {
    background: #b0e0e6b3;
    padding: 10px;
}

/* MODAL HEIGHT */
.customTravelContentV2 {
    height: auto !important;

}


/* FORM AREA */
.travelFormAreaV2 {
    padding: 30px 30px !important;
}

/* HEADING */
.travelHeaderBoxV2 h2 {
    font-size: 22px !important;
    font-weight: 600;
}

/* INPUT HEIGHT */
.travelInputBoxV2 {
    height: 50px !important;
    margin-bottom: 14px !important;
}

/* TEXTAREA */
.textareaBoxV2 textarea {
    height: 100px !important;
}

/* BUTTON */
.travelSubmitBtnV2 {
    height: 64px !important;
    font-size: 20px !important;
}

/* LEFT IMAGE */
.travelLeftFullImageV2 {
    object-fit: cover;
}

/* MOBILE */
@media(max-width:991px) {

    .customTravelModalV2 .modal-dialog {
        max-width: 96%;
        margin: auto;
    }

    .travelFormAreaV2 {
        padding: 28px 12px !important;
    }

}

.customTravelModalV2 .modal-dialog {
    max-width: 1400px;
}

.customTravelContentV2 {
    border-radius: 28px;
    /* overflow: hidden; */
    background: #fff;
    position: relative;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
}

/* CLOSE BUTTON */

.customCloseBtnV2 {
    position: absolute;
    top: -20px;
    right: -12px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #00a7a0;
    /* z-index: 99; */
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* LEFT SIDE */

.travelImageSideV2 {
    height: 100%;
    /* min-height: 920px; */
    /* overflow: hidden; */
}

.travelLeftFullImageV2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
}

/* RIGHT SIDE */

.travelFormAreaV2 {
    padding: 60px 55px;
    background: #fff;
    height: 100%;
    border-radius: 0px 15px 15px 0px;
}

/* HEADER */

.travelHeaderBoxV2 {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 15px;
}

.travelCallIconBoxV2 {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #eafaf8;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00a7a0;
    font-size: 32px;
}



.travelHeaderBoxV2 p {
    font-size: 14px;
    color: #7b8794;
    margin-bottom: 10px;
}

/* INPUTS */

.travelInputBoxV2 {
    border: 1px solid #c2c4c5;
    border-radius: 8px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    transition: 0.3s;
    background: #fff;
}

.travelInputBoxV2:focus-within {
    border-color: #00a7a0;
    box-shadow: 0 0 0 5px rgba(0, 167, 160, 0.08);
}

.travelInputBoxV2 i {
    color: #00a7a0;
    font-size: 20px;
}

.travelInputBoxV2 input,
.travelInputBoxV2 textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #111827;
    padding: 0px !important;
}

.travelInputBoxV2 input::placeholder,
.travelInputBoxV2 textarea::placeholder {
    color: #9aa4b2;
    font-size: 15px !important;
}

.textareaBoxV2 {
    height: auto;
    align-items: flex-start;
    padding-top: 24px;
}

.textareaBoxV2 textarea {
    height: 140px;
    resize: none;
}

/* PHONE ROW */

.travelPhoneFlexV2 {
    display: flex;
    /* gap: 18px; */
}

.travelCountryBoxV2 {
    width: 150px;
    height: 50px;
    border: 1px solid #c2c4c5;
    border-radius: 8px 0px 0px 8px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
    background: #fff;
    border-right: 0px;
}

.travelCountryBoxV2 img {
    width: 28px;
    border-radius: 3px;
}

.travelCountryBoxV2 span {
    font-size: 15px;
    font-weight: 600;
    color: #111827bd;
}

.travelCountryBoxV2 i {
    color: #7b8794;
    font-size: 14px;
}

/* BUTTON */

.travelSubmitBtnV2 {
    width: 100%;
    height: 57px !important;
    border: none;
    border-radius: 18px;

    /* background: linear-gradient(90deg,#009e9a,#00cab8); */
    background: linear-gradient(90deg,
            #006e88 0%,
            #00a895 100%);

    color: #fff;
    font-size: 16px !important;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    transition: 0.4s;

    margin-top: 8px;
}

.travelSubmitBtnV2:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(0, 167, 160, 0.22);
}

/* BOTTOM */

.travelBottomInfoV2 {
    /* margin-top: 16px; */
    text-align: center;
    color: #292727;
    font-size: 14px;
    font-weight: 600;
}

.travelBottomInfoV2 i {
    color: #00a7a0;
    margin-right: 8px;
}

.travelBottomInfoSmallV2 {
    margin-top: 5px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

/* MOBILE */

@media(max-width:991px) {
    .customTravelContentV2 {
        margin: 15px !important;
    }

    .travelFormAreaV2 {
        border-radius: 10px !important;
    }

    .customCloseBtnV2 {
        position: absolute;
        top: -9px;
        right: -8px;
        width: 40px;
        height: 40px;
    }

}

@media(max-width:576px) {

    .travelHeaderBoxV2 h2 {
        font-size: 18px !important;
    }

    .travelHeaderBoxV2 p {
        font-size: 12px !important;
    }

    .travelCallIconBoxV2 {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 24px !important;
    }

    .travelHeaderBoxV2 {
        margin-bottom: 5px;
    }

    .travelInputBoxV2 i {
        font-size: 15px;
    }

    .travelInputBoxV2 {
        padding: 0 12px;
    }

    .travelBottomInfoSmallV2 {
        font-size: 12px;
    }

    .travelBottomInfoV2 {
        font-size: 12px;
    }

    .travelInputBoxV2 {
        height: 45px !important;
    }

    .travelCountryBoxV2 {
        width: 121px;
        height: 45px;
    }

    .textareaBoxV2 {
        padding-top: 11px !important;
    }

    .travelSubmitBtnV2 {
        height: 48px !important;
        font-size: 14px !important;
    }

    .travelInputBoxV2 {
        margin-bottom: 12px !important;
    }

    .travelCountryBoxV2 img {
        width: 20px;
    }
}

.tax-note1{
    position: absolute;
    padding: 0px;
    margin: 0px;
    left: 150px;
    bottom:80px;
    font-size:12px;
    color:#777;
    font-style:italic;
}
@media (min-width: 768px) and (max-width: 1024px) {

    .tax-note1{
    position: absolute;
    padding: 0px;
    margin: 0px;
    left: 150px;
    bottom:100px;
    font-size:12px;
    color:#777;
    font-style:italic;
}
button{
    padding:10px 25px;
}
.button-1{
    padding:10px 10px;
}

}

@media (max-width:768px){

.tax-note1{
    position: absolute;
    padding: 0px;
    margin: 0px;
    left: 150px;
    bottom:80px;
    font-size:12px;
    color:#777;
    font-style:italic;

}
}

/* .tax-note1{
    position: absolute;
    left: 0;
    bottom: 0;

    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #777;
    font-style: italic;
} */

.starting-price-label1{
    font-size:12px;
    color:#666;
    font-weight:500;
    margin-bottom:2px;
}

.per-person-text1{
    font-size:12px;
    color:#444;
    font-weight:500;
}

@media (max-width: 768px) {

    .about-page-list {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .about-page-list::-webkit-scrollbar {
        display: none;
    }

    .about-page-list li {
        display: flex !important;
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media (max-width:768px){

    .owl-carousel .owl-stage-outer{
        overflow: visible;
    }

    .owl-carousel{
        overflow:hidden;
    }

}
@media (max-width: 767px) {
    .owl-carousel .owl-stage {
        margin-left: -30px;
    }
}


.card-image{
    position: relative;
    overflow: hidden;
}

.cradText-gray{
    position: absolute;
    left: 14px;
    bottom: 14px;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 5px 6px;
    border-radius: 15px;

    background: rgba(34, 166, 166, .95);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.star-ratings-card{
    position: absolute;
    right: 14px;
    bottom: 18px;
    z-index: 2;
}

.card-destinationmain-box{
    background: transparent !important;
    margin: 12px 0;
}

.card-destination-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    height: auto !important;
}

.card-destination-main{
    background: #E8F8FA;
    border-radius: 25px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
}

.card-destination-list{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #202020 !important;
    font-size: 12px;
    font-weight: 500;
}

.card-destination-list i{
    color: #16A6A6;
    font-size: 18px;
}

@media (max-width: 767px) {
    button{
        padding:10px 30px;
    }
    .button-1{
        padding:10px 10px;
    }

}
@media (max-width: 400px) {

     button{
        padding:10px 15px;
    }
    .button-1{
        padding:10px 5px;
    }
    

}

.card-priceon-wrapper{
        background:rgba(239, 255, 255, 1);
        border-top:1px solid rgba(28, 164, 152, 0.2);
        border-bottom:1px solid rgba(28, 164, 152, 0.2);
        padding: 10px;
}

.card-destinationmain-box {
    width: 100%;
    overflow: hidden;
}

.card-destination-box {
    width: 100%;
}

.card-destination-main {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.card-destination-main::-webkit-scrollbar {
    height: 4px;
}

.card-destination-main::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 10px;
}

.card-destination-list {
    display: inline-block;
    white-space: nowrap;
}
