:root {
    --font-primary: "Outfit", sans-serif;
    --remix-icon: "remixicon";
    --Kaushan: "Kaushan Script", cursive;
    --Dm: "DM Sans", sans-serif;
    --white: #fff;
    --light: #d8dbe0;
    --dark: #28292c;
    --info: #0dcaf0;
    --body: #fff;
    --primary-color: #017b6e;
    --secondary-color: #f26f55;
    --tertiary-color: #39a1f0;
    --primary-soft-color: #daedef;
    --primary-soft-color-two: #efeedb;
    --primary-color-rgb: 1, 123, 110;
    --secondary-color-rgb: 242, 111, 85;
    --primary-title: #071516;
    --secondary-title: #505a59;
    --tertiary-title: #95b2b4;
    --pure-black: #000;
    --primary-paragraph: #4b5051;
    --secondary-paragraph: #333333;
    --tertiary-paragraph: #787787;
    --primary-btn: var(--primary-color);
    --secondary-btn: #ffd502;
    --tertiary-btn: #090e0d;
    --ratting-color: #fcac17;
    --ratting-color-rgb: 255, 193, 7;
    --section-bg-one: #fffff3;
    --section-bg-two: #f5f7f9;
    --section-bg-three: #e5f1ff;
    --primary-border: #c7d2d8;
    --secondary-border: #dddddd70;
    --tertiary-border: #eaebee;
    --primary-shadow: 0px 4.12121px 49.4545px rgba(0, 0, 0, 0.08);
    --primary-gray: #cccdd3;
    --secondary-gray: #f8f8f8;
    --available-card-bg: linear-gradient(180deg,
            #daedef 0%,
            rgba(218, 237, 239, 0) 98.91%);
    --accent: #f98a1c;
    --accent-2: #136235;
    --text: #003f66;
    --text-hover: var(--accent);
    --text-active: #FFFFFF;
    --border-width: 0.125em;
}

:root {
    --text-4: 4px;
    --text-7: 7px;
    --text-10: 10px;
    --text-12: 12px;
    --text-13: 13px;
    --text-14: 14px;
    --text-15: 15px;
    --text-16: 16px;
    --text-18: 18px;
    --text-20: 20px;
    --text-22: 22px;
    --text-24: 24px;
    --text-25: 25px;
    --text-26: 26px;
    --text-30: 30px;
    --text-40: 40px;
    --text-50: 50px;
    --text-60: 60px;
    --text-80: 80px;
}

:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-border: #DDDDDD;
    --color-dark-1: #051036;
    --color-dark-2: #0D2857;
    --color-dark-3: #13357B;
    --color-dark-4: #163C8C;
    --color-light-1: #697488;
    --color-light-2: #F5F5F5;
    --color-light-3: #FBFCFF;
    --color-blue-1: #3554D1;
    --color-blue-2: #E5F0FD;
    --color-green-1: #F3F8F5;
    --color-green-2: #12743A;
    --color-yellow-1: #F8D448;
    --color-yellow-2: #E1C03F;
    --color-yellow-3: #FFC700;
    --color-yellow-4: #FFF8DD;
    --color-brown-1: #923E01;
    --color-purple-1: #7E53F9;
    --color-red-1: #D93025;
    --color-red-2: #F1416C;
    --color-red-3: #FFF5F8;
    --color-info-1: #CDE9F6;
    --color-info-2: #4780AA;
    --color-warning-1: #F7F3D7;
    --color-warning-2: #927238;
    --color-error-1: #ECC8C5;
    --color-error-2: #AB3331;
    --color-success-1: #DEF2D7;
    --color-success-2: #5B7052;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #111111;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

.container {
    max-width: 1120px;
}

.bravo_search.bravo_search_tour .container {
    max-width: 1300px !important;
}

body {
    scroll-behavior: smooth;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

a:hover {
    color: #111111 !important;
}

.bravo_wrap .sparkadventure_form_search {
    position: relative;
    height: 60px;
}

.bravo_wrap .sparkadventure_form_search .field-items {
    padding-right: 160px;
}

.bravo_wrap .sparkadventure_form_search .button-item {
    position: absolute;
    top: 0;
    right: 0;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.header .header-logo {
    transition: .3s;
}

.header .header-logo img {
    transition: .3s;
}

.icon-size-20 {
    width: 20px !important;
    height: 20px !important;
}

.home-page-class .cl-orange {
    color: #ffffff !important;
}

.service-card {
    position: relative;
}

.service-card h4 {
    position: absolute;
    bottom: 100px;
    right: 30px;
}

.service-card-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.certification-right {
    text-align: right;
}

.width-90 {
    width: 90%;
    margin: 0 auto;
}

.f-basis-40 {
    flex-basis: 40%;
}

.f-basis-60 {
    flex-basis: 60%;
}

.f-basis-55 {
    flex-basis: 55%;
}

.h-500 {
    height: 500px;
}

.certification-swiper {
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.f-basis-90 {
    flex-basis: 90%;
}

.f-basis-80 {
    flex-basis: 80%;
}

.view-more-btn {
    color: #12743A;
    background-color: #ebf6f0;
}

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

.f-basis-35 {
    flex-basis: 35%;
}

.first-popup-left p {
    font-size: 22px !important;
}

.first-popup-left button {
    padding: 10px;

}

.first-popup-left h2 {
    font-weight: bold;
    font-size: 32px !important;
}

.preference button.forward,
.preference button.submit {
    padding: 10px 30px 10px 20px;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #12743A;
    margin-right: 20px;
    border: 1px solid #12743A;
}

/*.preference button.forward:before {
    content: "\ea94";
    font-family: "icofont" !important;
}

.preference button.backward:before {
    content: "\ea93";
    font-family: "icofont" !important;
}
*/


/* itinerary */


.itinerary-day {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.itinerary-day .itinerary-day-left p {
    background-color: #E5F0FD;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
    transition: .25s;
}

.itinerary-day .itinerary-day-left p.js-bg-orange {
    background-color: #111111;
    color: white;
}

.itinerary-day .itinerary-day-right h3 {
    font-weight: 500;
    color: #051036;
    transition: .25s;
}

.itinerary-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: .5s;
}

.itinerary-info-wrapper {
    min-height: 0;
    transition: .25s;
}

.itinerary-day h3 {
    font-size: 26px;
}

.itinerary-info-wrapper p {
    font-size: 15px;
}

.itinerary-wrapper.js-show-accomodation-info {
    grid-template-rows: 1fr;
}

.see-details {
    color: #111111;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
    width: fit-content;
}

.day-two .day-two-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    /* margin: 50px 0 20px 0; */
}

.day-two .day-two-image img {
    width: 100%;
    /* //box-shadow: 1px 5px 1px grey; */
    border-radius: 5px;
}

.day-two-accomodation h3 {
    margin: 20px 0;
}

.accomodation-info {
    border: 1px solid grey;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    transition: .5s;
    padding: 20px;
}

.accomodation-info .head {
    background-color: #146234;
    color: white;
    padding: 10px 0 10px 30px;
    margin-bottom: 20px;
}

.accomodation-info .room-type {
    flex-basis: 20%;
}

.accomodation-info .benefits {
    flex-basis: 25%;
}

.accomodation-info .select-rooms {
    flex-basis: 60%;
}

.accomodation-info .room-type img {
    height: 200px;
    width: 100%;
}

.accomodation-info .room-type p {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    color: black;
}

.accomodation-info .benefits p {
    color: black;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 10px;
}

.accomodation-info .benefits li {
    color: #008009;
    padding-left: 30px;
}

.accomodation-info .select-rooms .room-option {
    display: flex;
    justify-content: space-between;
}

.accomodation-info .select-rooms .head {
    padding-left: 110px;
}

#room {
    border: 1px solid grey;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    width: fit-content;
    padding: 5px 10px;
    margin-left: 50px;
}

.reserve-info {
    margin-top: -20px;
    background-color: #f4fef5;
    text-align: center;
    padding: 30px 30px 20px;
}

.reserve-info button {
    background-color: #146234;
    width: 100%;
    color: white;
    padding: 10px 0;
    border-radius: 5px;
    margin: 10px 0;
}

.reserve-info h1 {
    font-weight: 500;
    font-size: 33px;
}

.reserve-info p {
    color: black;
}

.home-center {
    margin: 0 auto;
    text-align: center;
}

.nav-center-div {
    display: flex;
    justify-content: center;
}

.hotel-demand-info {
    width: 65%;
    margin-bottom: 30px;
}

.dark-green {
    background-color: #12743A;
    color: white;
}

.country-dropdown {
    display: flex;
    gap: 2%;
}

.country-select,
.city-select {
    border: 1px solid var(--color-border);
    border-radius: 5px;
    flex-basis: 49%;
    padding: 0 10px;
}

.text-orange-1 {
    color: #111111;
}

.color-white {
    color: var(--color-white);
}

.fx-d-l {
    margin: 0 0 0 auto;
}

.button.-outline-green-1 {
    border: 1px solid #12743A;
    color: #12743A;
}

.center-div {
    display: flex;
    justify-content: center;
}

.icon-close:hover {
    cursor: pointer;
}

.certificate-btn-next,
.certificate-btn-prev {
    height: 0 !important;
    width: 0 !important;
}

.certificate-btn-next {
    right: 5%;
}

.certificate-btn-prev {
    left: -5%;
}

.certificate-btn-next .icon-arrow-right:before,
.certificate-btn-prev .icon-arrow-left:before {
    background: white;
    box-shadow: 5px 5px 5px grey;
    padding: 15px;
    font-size: 22px;
    border-radius: 50%;
}

header .header-menu .menu__nav > li {
    padding: 0 10px !important;
}

.header .header-logo {
    z-index: 12 !important;
}

header.-fixed {
    position: fixed !important;
    top: 0;
    background-color: white;
}

.subscribe-container .row {
    flex-wrap: nowrap;
}

.border-top-light .row > div:nth-child(1) .cardImage {
    height: 100%;
}

.border-top-light .row .col-md-auto img {
    height: 100%;
    object-fit: cover;
}

.border-top-light .row .col-md {
    text-align: center;
}

.border-top-light .row .col-md-auto {
    text-align: center;
}

.parallax-container {
    height: auto !important;
}

.footer {
    bottom: 0 !important;
    padding-top: 180px !important;
}

.itinerary-hotel-selection label {
    font-size: 12px;
}

.itinerary-hotel-selection select {
    border: 1px solid #e8e2e2 !important;
    background-color: #c6dffe7a !important;
    padding: 8px !important;
    color: #000000 !important;
    transition: .3s !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.h-40 {
    max-height: 40px !important;
}

.itinerary-hotel-selection select:hover {
    border-color: lightgray !important;
}

.itinerary-hotel-selection select option {
    background-color: white !important;
    color: black !important;
    padding: 8px !important;
    transition: .3s !important;
}

.itinerary-hotel-selection select option:hover {
    background-color: #008009 !important;
    color: white !important;
}

/*
.itinerary-hotel-selection-wrapper {
    position: fixed;
    overflow: scroll;
    height: 100vh;
    width: 40%;
    padding: 30px;
    background-color: white;
    box-shadow: -2px 0 2px -2px rgba(0, 0, 0, 0.5);
    right: -150%;
    top: 0;
    transition: .3s;
    z-index: 500;
}

.itinerary-hotel-selection-wrapper.active-hotel-selection-wrapper {
    right: 0% !important;
}*/

.overflow-hidden {
    overflow: hidden;
}

/*.remove-hotel-btn {
    background-color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: grid;
    place-items: center;
    box-shadow: 5px 5px 5px lightgray;
    color: black !important;
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
}*/

.choose-hotel-btn {
    color: #f98a1c;
}

.hotel-nav-tabs {
    border-bottom: none;
}

.hotel-nav-tabs .nav-link {
    border: none;
    background-color: white;
    color: black;
    margin-right: 10px;
    border: 1px solid lightgray
}

.hotel-nav-tabs .nav-link.active {
    background-color: #008009;
    color: white;
}

.hotel-list-container {
    margin-top: 20px;
    border: 1px solid lightgray;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
}

.hotel-list-container b {
    color: black !important;
}

.hotel-list-container:hover {
    box-shadow: 5px 5px 5px lightgray;
}

.hotel-image {
    position: relative;
    flex-basis: 30%;
}

.selected_hotel::before {
    background-color: #111111;
    content: "✅ Selected";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    color: white;
}

div#enquiry_form_modal {
    z-index: 11111;
    background: #ffffff00;
}

.hotel-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hotel-image .rating {
    position: absolute;
    background-color: #008009;
    color: white;
    font-weight: 500;
    font-size: 15px;
    padding: 5px;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.hotel-list-info {
    flex-basis: 45%;
}

.hotel-list-info .hotel-name {
    font-size: 14px;
}

.hotel-distance {
    color: gray;
}

.hotel-list-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 15%;
}

.hotel-price {
    font-size: 24px;
    font-weight: 500;
    color: black;
}

.hotel-person {
    font-size: 14px;
    color: gray;
}

.hotel-select-btn {
    padding: 10px 28px;
    background-color: var(--color-green-2);
    color: white;
    font-size: 18px;
    border-radius: 99999;
}

.form-input textarea,
.form-input input {
    border: 1px solid var(--color-border) !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    padding-top: 40px !important;
    min-height: 70px !important;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.form-input label {
    transform: translateY(0) !important;
}

.form-input select + label {
    position: absolute;
    top: 12px;
}

.form-input textarea:focus,
.form-input input:focus {
    border: 2px solid lightgray !important;
}

.form-input textarea:focus ~ label,
.form-input textarea:valid ~ label,
.form-input input:focus ~ label,
.form-input input:valid ~ label {
    transform: translateY(-10px) !important;
}

.personalization-popup {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 100%;
    margin: 0 auto;
    column-gap: 0px;
}

.langMenu.js-langMenu {
    overflow-y: scroll;
    background-color: rgba(5, 16, 54, 0.4);
}

.langMenu__content {
    top: 15%;
    /* transform: translate(-50%, -50%); */
    width: 900px;
}

.preference .styled-select {
    width: 50%;
    margin: 20px auto 0;
}

.preference #bottom-wizard {
    margin-top: 0px;
}

.preference .box_general {
    padding: 30px 45px !important;
}

.wizard-step .row .col-lg-12.animated.zoomIn.delay-fast {
    margin-top: 20px;
}

.preference .box_general .form-group {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.preference .question_title {
    margin-bottom: 0px !important;
}

.preference .question_title h3 {
    font-size: 28px !important;
}

#middle-wizard .step .row .f-basis-60 .p-5 {
    padding: 30px !important;
}

.preference #bottom-wizard {
    padding-bottom: 30px !important;
}

#bottom-wizard button {
    padding: 12px 24px !important;
    margin-right: 20px !important;
}

#middle-wizard .step .row .image-preference {
    padding-top: 0 !important;
}

#middle-wizard .step .row .image-preference img {
    height: 240px;
    width: auto;
    margin-top: 50px;
}

#middle-wizard .step .row .f-basis-35 {
    flex-basis: 40% !important;
}

.preference .box_general .form-group .styled-select {
    width: 50%;
}

.personalization-popup > div {
    width: 100%;
}

.preference #bottom-wizard {
    padding: 0px 0 30px 0 !important;
}

.preference #middle-wizard {
    padding: 0 !important;
}

.bravo-contact-block .raio {
    overflow: visible !important;
}

#wizard_container {
    min-height: 0 !important;
}

.bravo-contact-block > section:first-of-type {
    position: absolute;
    top: 25%;
    right: 5%;
}

.bravo-contact-wrapper .bravo-contact-block .pb-50 {
    margin-top: 80px;
}

.bravo-contact-block .ratio-16\:9::before {
    padding-bottom: 0 !important;
}

.map-form {
    margin-top: 0 !important;
}

#middle-wizard .submit p{
    margin-top: 10px;
    width: 50%;
    margin: 0 auto;
}

#middle-wizard .submit .question_title{
    margin-bottom: 0;
}

#middle-wizard .submit .row{
    display: none;
}

#middle-wizard .submit #bottom-wizard{
    margin-top: 0;
}

#middle-wizard .submit #bottom-wizard button{
    margin-left: 20px;
}

.preference .question_title h3 {
    margin-top: 30px !important;
    padding: 0 20px;
}

.wizard-step .row .col-lg-6.zoomIn.animated.delay-fast {
    margin-bottom: 0;
    margin-top: 20px;
}

.personalization-popup > div > div {
    height: 100%;
}

.preference .item label img {
    height: 80px;
}

.preference .form-group {
    margin-bottom: 0 !important;
}

.header-menu__content.px-90 {
    padding-right: 0 !important;
}

.langMenu__bg {
    opacity: 0;
    background-color: transparent !important;
}

.certificate-btn-next {
    right: 0 !important;
}

.certificate-btn-prev {
    left: 0 !important;
}

.testimonial-home-section {
    padding-bottom: 80px;
}

.footer .container .footer_one .row > div h5 i {
    display: none;
}

.accordion__content {
    height: 0;
}

.js-see-details {
    height: auto;
}

.js-see-less {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.footer .container .footer_one .row .col-xl-2 .mt-30 a:hover {
    color: var(--accent) !important;
}

.footer .container .footer_one .row .flex-column a:hover {
    color: var(--accent) !important;
}

.footer_middle_area .row .col-auto a:hover {
    color: var(--accent) !important;
}

.whatsapp_float {
    position: fixed;
    bottom: 60px;
    right: 80px;
    background-color: #25d366;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 100;
}

.whatsapp_icon {
    width: 35px;
    height: 35px;
}

/* 
.masthead.-type-5 {
    margin-top: -30px;
} */

.container .row .col-xl-9 .row .col-xl-9 .row .col-auto .text-white a:hover {
    color: var(--accent) !important;
}

.tabs__controls.row.x-gap-10.justify-center.js-tabs-controls {
    gap: 10px;
}

.home-page-class .home-aboutus-image{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;  
    min-height: 520px; 
    display: flex;
    align-items: center;
    width: 100%;
}
.parallax-image{
     background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;  
    min-height: 520px; 
    display: flex;
    align-items: center;
    width: 100%;
}
/* Make the section responsive */
@media (max-width: 768px) {
    .home-page-class .home-aboutus-image {
        min-height: 400px;
    }
}

@media (max-width: 480px) {
    .home-page-class .home-aboutus-image {
        min-height: 300px;
    }
}

@media (max-width: 1400px) {
    .check-in-out > div {
        padding: 0 10px !important;
    }
}

@media (max-width: 1199px) {
    .header .header-menu .menu .mega {
        display: none !important;
    }

    .header .header-menu__content {
        padding-top: 30px;
        padding-left: 2% !important;
    }

    .booking-details-right {
        margin-left: 0 !important;
    }

    .check-in-out {
        flex-direction: column;
    }

    .check-in-out div:nth-child(2) {
        display: none;
    }

    .check-in-out div:nth-child(3) {
        text-align: left;
        margin-top: 10px;
    }

    .certificate-btn-next {
        right: 10%;
    }

    .certificate-btn-prev {
        left: 0%;
    }

    .certification-left img {
        width: 400px;
    }

    .scene {
        height: 100% !important;
        object-fit: cover;
    }
}

@media (max-width:1225px) {
    .accomodation-info .room-type img {
        height: 170px;
    }

    .reserve-info {
        padding: 20px 20px;
    }

    #room {
        margin-left: 20px;
    }
}

@media(max-width:1024px) {
    .newsletter {
        padding: 20px 40px;
    }

    .icon-newsletter {
        font-size: 40px !important;
    }

    .langMenu__content {
        width: 90%;
    }

    #middle-wizard .step .row .image-preference img {
        height: 100%;
    }

    .first-popup-left h2 {
        font-size: 28px !important;
    }

    .first-popup-left p {
        font-size: 20px !important;
    }

    #middle-wizard .step .row .f-basis-60 .p-5 .color-yellow-default {
        font-size: 20px !important;
    }
}

@media(max-width:1200px) {
    .footer_one {
        padding-top: 350px !important;
    }
}

@media(max-width:991px) {
    .certificate-btn-next {
        right: 20%;
    }

    .certificate-btn-prev {
        left: 14%;
    }

    .certification-left img {
        width: 500px;
    }

    .scene {
        display: none;
    }

    .footer_one {
        padding-top: 0 !important;
    }

    .footer {
        padding-top: 60px !important;
        color: black !important;
    }

    .footer .container .footer_one .row {
        display: flex !important;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .footer .container .footer_one .row > div {
        width: 100%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer .container .footer_one .row > div h5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 0 !important;
    }

    .footer .container .footer_one .row > div h5 i {
        font-size: 20px;
        font-weight: bold;
        padding: 8px 12px;
        background-color: var(--accent);
        color: white;
        border-radius: 50%;
        display: block;
    }

    .footer .container .footer_one .row .flex-column {
        height: 0;
        overflow: hidden;
        transition: .2s;
        margin-left: 20px;
        margin-top: 10px;
    }

    .footer .container .footer_one .row .mt-30 {
        display: flex;
        flex-direction: column;
    }

    .footer .container .footer_one .row .mt-30 img {
        width: 150px;
    }

    .footer .container .footer_one .row .flex-column.active-footer {
        height: auto;
        overflow: visible;
    }

    .masthead.-type-5 form .field-items .row .col-lg-12 {
        padding: 0 !important;
    }

    .bravo_wrap .sparkadventure_form_search .button-item,
    .bravo_wrap .sparkadventure_form_search .button-item .button {
        max-width: 150px !important;
        border-radius: 100px !important;
    }

    .mainSearch {
        border-radius: 100px !important;
    }
}

@media (max-width:930px) {

    .accomodation-info .room-type {
        flex-basis: 25%;
    }

    .accomodation-info .benefits {
        flex-basis: 30%;
    }

    .accomodation-info .select-rooms {
        flex-basis: 45%;
    }

    .room-option {
        flex-direction: column;
    }

    .reserve-info {
        margin-top: 20px;
    }

    .bravo-contact-block > section:first-of-type {
        position: static;
        width: 100%;
        top: 0%;
        right: 0%;
        padding-bottom: 50px;
    }
}

@media(max-width:880px) {
    .certificate-btn-next {
        right: 11%;
    }

    .certificate-btn-prev {
        left: 4%;
    }
}

@media (max-width: 768px) {

    .md-flex-col {
        flex-direction: column !important;
    }

    .itinerary-day h3 {
        font-size: 24px;
    }

    .head {
        display: none;
    }

    .accomodation-info .room-type img {
        height: 240px;
        object-fit: cover;
        width: 60%;
    }

    .accomodation-info .room-type p {
        justify-content: start;
        padding: 10px 0;
    }

    .accomodation-info .benefits p {
        padding: 0;
    }

    .accomodation-info .benefits li {
        padding: 0;
    }

    #room {
        margin: 20px 0;
    }

    .reserve-info {
        padding: 40px;
    }

    .hotel-demand-info {
        margin: 0 auto 40px;
        width: 100%;
    }

    .accomodation-info {
        flex-direction: column;
        text-align: center;
    }

    .accomodation-info .room-type p,
    .accomodation-info .benefits p {
        margin: 5px auto;
        display: flex;
        justify-content: center;
    }

    #room {
        margin: 10px auto;
    }

    .accomodation-info .room-type img {
        width: 70%;
    }

    .basis-100 {
        flex-basis: 100%;
    }

    .object-cover {
        object-fit: cover;
    }

    .certification-right {
        text-align: center;
    }

    .subscribe-container .row {
        flex-wrap: wrap;
    }

    .subscribe-container .row .f-basis-40 {
        flex-basis: 100%;
    }

    .subscribe-container .row .f-basis-40 img {
        object-fit: cover;
    }

    .subscribe-container .row .f-basis-60 {
        text-align: center;
    }

    .subscribe-container .row .f-basis-60 form .single-field > div:nth-child(1) {
        flex: 1;
    }

    .subscribe-container .row .f-basis-60 form .single-field input {
        width: 100% !important;
    }

    .border-top-light .row .col-md {
        text-align: center;
    }

    .border-top-light .row .col-md .row {
        justify-content: center;
    }

    .border-top-light .row .text-right {
        text-align: center !important;
    }

    .border-top-light .row .text-right .d-flex {
        justify-content: center !important;
    }

    .border-top-light .row > div:nth-child(1).col-md-auto {
        height: 450px;
    }

    .preference .question_title h3 {
        font-size: 1.5rem !important;
    }

    .bravo_wrap .sparkadventure_form_search {
        width: 80% !important;
    }

    .first-popup-left h2 {
        font-size: 24px !important;
    }

    .first-popup-left p {
        font-size: 18px !important;
    }

    #middle-wizard .step .row .f-basis-60 .p-5 .color-yellow-default {
        font-size: 18px !important;
    }

    #middle-wizard .step .row.ml-0.mr-0.items-center.justify-between {
        flex-direction: column;
    }

    #middle-wizard .step .row .image-preference img {
        height: 200px;
        width: auto;
        margin-top: 0;
    }

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

    #middle-wizard {
        text-align: center !important;
    }

    #middle-wizard .f-basis-35 {
        padding-right: 0 !important;
    }
}

@media(max-width: 600px) {
    .map-ratio {
        height: 500px;
        padding-bottom: 40px;
    }

    .bravo_wrap .sparkadventure_form_search .button-item,
    .bravo_wrap .sparkadventure_form_search .button-item .button {
        top: 100%;
        width: 100%;
        left: 0 !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }

    .bravo_wrap .sparkadventure_form_search {
        border-radius: 0 !important;
    }

    .container .row .col-xl-9 .row .col-xl-9 .row.pt-20 {
        padding-top: 100px !important;
    }

    .bravo_wrap .sparkadventure_form_search .field-items {
        padding-right: 0;
    }

    .layout-pt-md .container .tabs .row .col-auto {
        text-align: center;
    }
}

@media(max-width:700px) {
    .certification-left img {
        width: 400px;
    }

    .certificate-btn-next {
        right: 13%;
    }

    .bravo-contact-wrapper .bravo-contact-block .pb-50 {
        margin-top: 0px;
    }

    .layout-pt-md .container .row.y-gap-30.justify-between.items-center.md-flex-col{
        text-align: center;
    }

    .layout-pt-md .container .md-flex-col .col-lg-6.f-basis-40 img{
        height: 300px;
        width: auto;
    }
}

@media (max-width: 575px) {

    .day-two .day-two-image {
        display: flex;
        flex-direction: column;
    }

    .certificate-btn-next {
        right: 14%;
    }

    .testimonial-partner-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .border-top-light .row > div:nth-child(1).col-md-auto {
        height: 400px;
    }

    ._youtube-iframe {
        height: 500px !important;
    }

    .html5-video-player .video-click-tracking,
    .html5-video-player .video-stream {
        display: block;
        width: 100%;
        height: 500px !important;
        top: 0 !important;
        position: absolute;
        object-fit: cover !important;
    }

    .video-stream {
        height: 500px !important;
        top: 0 !important;
    }

    .footer_one .row {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .step.wizard-step .row.items-center.justify-between {
        flex-direction: column;
        text-align: center;
    }

    .step.wizard-step .row.items-center.justify-between > div > div {
        padding: 2rem !important;
    }

    .step.wizard-step .row.items-center.justify-between img {
        height: 120px;
    }

    .preference .styled-select {
        margin-top: 20px !important;
    }

    .preference #middle-wizard {
        padding: 0 !important;
    }

    .section-bg.pt-80.pb-80.download-app.style_3.animated {
        margin-top: 80px;
    }

    .subscribe-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .icon-newsletter {
        margin-top: 30px;
    }

    .bravo_wrap .sparkadventure_form_search {
        width: 90% !important;
    }
}

@media (max-width: 530px) {
    .accomodation-info .room-type img {
        height: 180px;
    }

    .itinerary-day h3 {
        font-size: 22px;
    }

    .certificate-btn-next {
        right: 15%;
    }

    .subscribe-container .row .f-basis-60 form .single-field {
        flex-direction: column;
    }

    .subscribe-container .row .f-basis-60 form .single-field button {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .border-top-light .row > div:nth-child(1).col-md-auto {
        height: 380px;
    }

    .langMenu.js-langMenu {
        background-color: rgba(5, 16, 54, 0.4);
    }

    .preference .question_title h3 {
        font-size: 1.5rem !important;
    }

    .langMenu__content {
        top: 10%;
        transform: translate(-50%, 0%);
        width: 80%;
    }

    .singleMenu__content .row.x-gap-15.y-gap-15 {
        display: grid;
        grid-template-columns: 40% 30% 30%;
    }

    .singleMenu__content .row.x-gap-15.y-gap-15 .col button {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .singleMenu__content .row.x-gap-15.y-gap-15 .col button .icon-arrow-top-right {
        display: none;
    }

    .fullscreen-video-background {
        height: 50vh !important;
    }

    .whatsapp_float {
        bottom: 120px;
        right: 20px;
    }

    .preference .question_title h3{
        font-size: 1.2rem !important;
    }

    .first-popup-left h2 {
        font-size: 22px !important;
    }

    .first-popup-left p {
        font-size: 16px !important;
    }

    .preference .box_general{
        padding: 10px 20px !important;
    }

    .wizard-step .row .zoomIn{
        margin-bottom: 0;
    }

    .preference #bottom-wizard{
        padding-bottom: 30px !important;
        margin-top: 10px;
    }
    .preference .question_title h3{
        margin-top: 30px;
    }

    [data-anim^='slide-'].is-in-view, [data-anim-child^='slide-'].is-in-view{
        width: 100%;
    }

    [data-anim^='slide-'].is-in-view, [data-anim-child^='slide-'].is-in-view .f-basis-80{
        flex-basis: 100%;
        text-align: center;
    }

    .row.y-gap-30.justify-between.items-center.md-flex-col .col-lg-5.f-basis-55{
        text-align: center;
    }

    .layout-pt-md .container .row.y-gap-30.justify-between.items-center.md-flex-col .col-lg-5.f-basis-55 h2{
        font-size: 24px !important;
        padding-bottom: 20px;
    }

    section.layout-pt-sm.layout-pb-md.pt-90.pb-80 .container.animated .is-in-view .f-basis-80{
        padding-right: 0 !important;
    }
}

@media(max-width: 500px) {
    .footer_one .row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 416px) {
    .hotel-demand-info > div {
        display: block;
        text-align: center;
    }

    .center-auto {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .certificate-btn-next {
        right: 16%;
    }

    .testimonial-partner-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.singleMenu.-is-active {
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0px;
    background-color: var(--color-light-2) !important;
}

.singleMenu__content {
    width: 100%;
    min-height: 13px;
    padding: 20px 0px 10px 0;
}

.loading-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 16px;
    color: #555;
}

.loading-indicator::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 3px solid #ccc;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.icon-plus {
    display: block;
    opacity: 1;
}

.icon-minus {
    display: none;
    color: black;
    opacity: 1 !important;
    transform: rotate(0) !important;
}


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

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

.bg-green {
    background-color: #12743A !important;
}

#bottom-wizard button {
    background-color: #12743A !important;
    padding: 10px;
}


header .header-menu .menu__nav > li {
    padding: 0 !important;
}

@media only screen and (min-width: 769px) {
    .header .row {
        flex-wrap: nowrap;
    }

    /* .mega .tabs.-underline-2.js-tabs {
    display: flex;
}

.mega .tabs__controls.row.x-gap-40.y-gap-10.lg\:x-gap-20.pb-30.js-tabs-controls {
    display: grid;
    width: 100%; 
    color: wheat;
    margin: 5px;
}
.mega .mega__grid { 
    padding: 10px;
}
.mega .tabs__content {
    position: relative;
    right: -20px;
}
.mega .mega__item {
    width: 100%;
}
  .menu .mega { 
    padding: 0px!important;
} */
}

.popular-trips-wrapper {
    width: 100%;
    margin: 50px auto;
}

.popular-trips {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.popular-trips h3 {
    margin-bottom: 20px;
}

.popular-trips .popular-trips-right {
    padding-right: 10%;
}

.popular-trips .popular-trips-right button {
    margin-left: 15px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 3px;
    transition: .3s;
    margin-bottom: 20px;
}

.popular-trips .popular-trips-right button.active {
    background-color: #146033;
    color: white;
}

.card-wrapper {
    margin-top: 100px;
    position: relative;
}

.card-swiper-wrapper {
    position: absolute;
    width: 100%;
    transition: .3s;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.trips-card-info {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-bottom: 30px;
}

.trips-card-info div:nth-child(3),
.trips-card-info div:nth-child(4),
.trips-card-info div:nth-child(5) {
    padding: 0 10px;
}

.trips-card-info:hover {
    cursor: pointer;
}

.trips-card-img {
    transition: .3s;
    overflow: hidden;
    position: relative;
}

.trips-card-img img {
    transition: .3s;
    height: 250px;
}

.trips-card-info:hover .trips-card-img img {
    transform: scale(1.1);
}


.trips-card-info h4 {
    margin: 20px 0;
}

.trips-card-info .trips-card-img .breakfast-included {
    position: absolute;
    background-color: #146033;
    padding: 10px;
    color: white;
    font-size: 14px;
    top: 0;
    z-index: 5;
}

.trips-card-info .trips-card-img .top-rated {
    position: absolute;
    background-color: #111111;
    padding: 10px;
    color: white;
    font-size: 14px;
    top: 0;
    z-index: 10;
}

.trips-card-info .trips-card-img .breakfast-included::after {
    content: "";
    position: absolute;
    background-color: #146033;
    height: 25px;
    width: 25px;
    right: -12px;
    top: 5px;
    rotate: 45deg;
    z-index: -5;
}

.trips-card-info .trips-card-img .top-rated::after {
    content: "";
    position: absolute;
    background-color: #111111;
    height: 25px;
    width: 25px;
    right: -12px;
    top: 5px;
    rotate: 45deg;
    z-index: -5;
}

.card-location img,
.card-calendar img {
    width: 20px;
    height: 20px;
}

.card-location {
    display: flex;
    gap: 10px;
}

.card-calendar {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.card-calendar div:nth-child(1) {
    display: flex;
    gap: 10px;
}

.card-calendar div:nth-child(2) {
    color: #3554D1;
}

.trips-card-info hr {
    height: 1px;
    width: 90%;
    margin: 10px auto;
    background-color: lightgray;
    border: none;
}

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

.card-swiper-wrapper .main-swiper-button-next:after,
.card-swiper-wrapper .main-swiper-button-prev:after {
    display: grid;
    place-items: center;
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    color: black;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

.main-swiper-button-next:after {
    right: -40px;
}

.main-swiper-button-prev:after {
    left: -40px;
}

.card-swiper-wrapper .inner-swiper-button-next:after,
.card-swiper-wrapper .inner-swiper-button-prev:after {
    display: grid;
    place-items: center;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    color: black;
    top: 50%;
    font-size: 10px;
    transition: .3s;
}

.inner-swiper-button-next,
.inner-swiper-button-prev {
    opacity: 0;
    transition: .3s;
}

.inner-trip-card-img:hover .inner-swiper-button-next {
    opacity: 1;
}

.inner-trip-card-img:hover .inner-swiper-button-prev {
    opacity: 1;
}

.swiper-slide-active {
    padding: 0 !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: white;
}

.adventure-card,
.trekking-card,
.self-drive-card,
.home-stay-card,
.tour-card {
    opacity: 0;
    transition: .5s;
}

.active-swiper-card {
    opacity: 1;
    transition-delay: .3s;
}

.preference .item label {
    padding: 30px 20px !important;
}

.modal-header {
    padding: 5px 20px 0px !important;
}

.mobile-header button {
    font-size: 32px !important;
}

@media (max-width:1200px) {
    .popular-trips .popular-trips-right {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .popular-trips {
        flex-direction: column;
    }

    .popular-trips .popular-trips-right button {
        margin: 0 10px 20px 0;
    }

    .card-swiper-wrapper {
        margin-top: 50px;
    }
}

.certification-left .swiper-button-next:after,
.certification-left .swiper-button-prev:after {
    display: none;
}

.trips-card-info {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-bottom: 10px;
}

.trips-card-info h4 {
    align-items: center;
    display: flex;
    height: 44.8px;
    padding: 0 20px;
    margin: 10px 0;
}

.card-calendar {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.hotelsCard__image .cardImage .cardImage-slider__pagination {
    display: none;
}

.border-top-light .row .text-left {
    text-align: left;
}

.vehicle-selection {
    padding: 20px;
}

.day-section {
    margin-bottom: 20px;
}

.vehicle-dropdown {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vehicle-item {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    width: calc(33.33% - 10px);
    box-sizing: border-box;
    transition: box-shadow 0.3s;
}

.vehicle-item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.vehicle-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.vehicle-info {
    margin-top: 10px;
}

.vehicle-selected {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.singleMenu__content {
    width: 100%;
    min-height: 13px;
    padding: 20px 0px 10px 0;
    /* position: fixed;
    top: 0; */
    background: white;
}

body.frontend-page.header-normal.is_single .is-sticky {
    display: none;
}

.addhotelbox {
    width: 100%;
    border-width: 2px;
    border-color: rgb(184, 208, 229);
    border-style: solid;
    border-radius: 4px;
}

.addhotelbox .insideaddhotelbox {
    background-color: rgb(240, 248, 255);
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    margin-left: auto;
    border-width: 2px;
    border-color: rgb(239, 239, 239);
    border-style: dashed;
    border-radius: 6px;
}

.addhotelbox .sectiontitle {
    background-image: linear-gradient(90deg, rgb(199, 223, 254) 0%, rgb(216, 242, 255) 100%);
    border-bottom-color: rgb(189, 191, 194);
    border-bottom-width: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    width: 100%;
    border-style: solid;
}

.addhotelbox .hotelbox {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
    padding: 10px;
}

.addhotelbox .hotelimage {
    width: 127.55px;
    height: 47.6125px;
    max-width: 100%;
}

.addhotelbox p {
    font-size: 14px;
    font-weight: 600
}

#bookingModal .modal-lg,
#bookingModal .modal-xl {
    --bs-modal-width: 600px;
}

.bravo_single_book .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center;
    border-radius: 20px;
    padding: 5px;
}

/* ==============================
     Flight Search Area
================================*/

.flight_search_items {
    background: linear-gradient(90deg, #e9f4ff 0%, #ffffff 100%);
    position: relative;
    margin-bottom: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight_search_item_wrappper {
    margin-bottom: 30px;
}

.flight_search_left {
    display: flex;
    align-items: center;
    padding: 0 0px 0 23px;
}

.flight_search_middel {
    display: flex;
    align-items: center;
    padding-left: 47px;
}

.flight_multis_area_wrapper {
    display: flex;
    justify-content: space-between;
}

.flight_search_destination {
    padding-left: 33px;
}

.flight_search_destination p {
    font-size: 14px;
    line-height: 16px;
}

.flight_search_destination h3 {
    font-weight: 500;
    padding-top: 5px;
}

.flight_search_destination h6 {
    padding-top: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 140px;
}

.flight_right_arrow {
    text-align: center;
}

.flight_right_arrow img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.1);
}

.flight_right_arrow p {
    font-size: 11px;
    line-height: 18px;
}

.flight_right_arrow h6 {
    font-size: 11px;
    font-weight: 700;
    padding-top: 10px;
}

.flight_search_right {
    padding: 25px 16px 20px 25px;
}

.flight_search_right h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph-color);
}

.flight_search_right h2 {
    padding-top: 10px;
}

.flight_search_right h2 sup {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 600;
    top: -19px;
    padding-left: 5px;
}

.flight_search_right a {
    margin-top: 13px;
}

.flight_search_right p {
    font-size: 12px;
    padding-top: 2px;
    font-weight: 500;
    color: var(--black-color);
}

.flight_search_right h6 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
    cursor: pointer;
}

.btn-primary-soft {
    color: #5143d9;
    background-color: rgba(81, 67, 217, 0.1);
    border-radius: 5px;
}

.btn-danger-soft {
    color: #d6293e;
    background-color: rgba(214, 41, 62, 0.1);
    border-radius: 5px;
}

.vehicleselection .nav.nav-divider .nav-item + .nav-item:before,
.hotelselectionbox .nav.nav-divider .nav-item + .nav-item:before {
    content: "•";
    color: inherit;
    padding-left: 0.65rem;
    padding-right: 0.75rem;
    opacity: 0.8;
}

.vehicleselection .rounded-3 {
    border-radius: 1rem !important;
}

.vehicleselection .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(245, 245, 246, var(--bs-bg-opacity)) !important;
}

.mt-auto {
    margin-top: auto !important;
}

.hotelselectionbox {
    border-radius: 10px;
}

.hotelselectionbox .card-body.pt-4.p-0 {
    background: white;
    margin-top: 10px;
}

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

.ms-4 {
    margin-left: 1.6rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.position-absolute {
    position: absolute !important;
}

.badge.text-bg-success {
    background: green;
}

.badge.text-bg-danger {
    background: red;
}

.vstack.gap-4 {
    background: white;
}

.active-indicator-selected {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #28a745;
    /* Green color for active */
    position: absolute;
    right: 10px;
    /* Adjust based on your layout */
    top: 10%;
    transform: translateY(-50%);
    color: white;
    /* Tick color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    /* Adjust font size for tick mark */
    cursor: pointer;
    /* Cursor pointer on hover */
}

.active-indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c6dffe;
    /* Green color for active */
    position: absolute;
    right: 10px;
    /* Adjust based on your layout */
    top: 10%;
    transform: translateY(-50%);
    color: white;
    /* Tick color */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    /* Adjust font size for tick mark */
    cursor: pointer;
    /* Cursor pointer on hover */
}

.hotelselectionbox {
    margin-top: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}

.hotelselectionbox .card.shadow.p-3 {
    margin-bottom: 7px;
}

.hotelselectionbox .col-md-6.card-body.p-0 {}

.cursor {
    cursor: pointer;
}

.text-green {
    color: green;
}

.flight_logo img {
    max-height: 85px;
}

.active-vehicle-indicator {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c6dffe;
    position: absolute;
    right: 25px;
    top: 19%;
    transform: translateY(-50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.active-vehicle-indicator-selected {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #28a745;
    /* Green color for active */
    position: absolute;
    right: 25px;
    top: 19%;
    transform: translateY(-50%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.flight_search_result_wrapper {
    padding-top: 15px;
}

.itinerarySingleGrid {
    margin-top: 20px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 470px;
}

li.currency-dropdown.menu-item-has-children {
    display: flex;
}

.bravo-form-register a.button.col-12.-outline-blue-1.text-blue-1.py-15.rounded-8.mt-10 {
    width: 94%;
    margin: 0 auto;
}

.bravo-form-register a.button.col-12.-outline-red-1.text-red-1.py-15.rounded-8.mt-15 {
    width: 94%;
    margin: 0 auto 20px;
}

@media (max-width: 1199px) {
    .itinerarySingleGrid {
        margin-top: 20px;
        display: flex;
        gap: 0px;

    }

    .col-auto.desktop-price {
        position: fixed;
        bottom: 0px;
        z-index: 9;
        background: white;
    }

    .card-header.border-bottom.bg-transparent.pr-30.pl-30.px-0.pt-0.pb-10 {
        padding: 0px !important;
        padding-bottom: 15px !important;
    }

    .card-header.border-bottom.bg-transparent.pr-30.pl-30.px-0.pt-0.pb-10 .col-sm-4 {
        margin-top: 5px;
    }

    .singleMenu__content {
        padding: 0 !important;
    }

    .singleMenu__links.row.x-gap-30.y-gap-10 .col-auto {
        padding: 5px 0px 0px 10px;
    }

    .layout-pt-lg {
        padding-top: 20px !important;

    }

    #mobile-menu {
        position: fixed;
        width: 256px;
        height: 100%;
        z-index: 999;
        background-color: #fff;
        /* Customize as needed */
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
        overflow-y: auto;
    }


    .menu.js-navList .mobile-submenu li {
        padding: 0px 0px 0px 10px;
        border-bottom: 0px solid #eaeaea;
        font-size: 15px;
    }

    .header .header-menu.is-menu-active {
        opacity: 1;
        pointer-events: none !important;
    }

    .header {
        height: 80px;
        background: transparent !important;
    }

    header.header.-fixed.js-header.bravo_header.is-sticky {
        background: white !important;
    }

    .header .header-logo img {
        max-width: 100px !important;
    }

    .bravo_wrap .sparkadventure_form_search {
        /* position: initial;
    height: auto; */
        width: 60%;
        margin: auto;
    }

    .bravo_wrap .sparkadventure_form_search .field-items {
        padding-right: auto;
    }
}

.sidebarmap {
    /* height:450px; */
    padding: 15px;
}

.stickmap {
    position: fixed;
    width: 24.33%;
    top: 200px;
}

.footer .container {
    max-width: 1120px;
}

.scene {
    position: absolute;
    width: 100%;
    transform: translateY(var(--translateY));
    will-change: transform;
}

.parallax-container {
    position: relative;
    height: 108vh;
    /* Set the height of the parallax container */
    overflow: hidden;
    /* Hide overflow to prevent scrollbars */
}

.footer.-type-1.normal {
    position: relative;
    bottom: -150px;
    color: white;
}

.hidden {
    display: none;
}

.visible {
    display: flex;
}

.booking-review .booking-review-content .review-section {
    padding: 15px !important;
}

.margin-inside-0 li {
    margin: 0px !important;
}

li.language-dropdown.menu-item-has-children {
    display: flex;
}

.table-wrapper.itinerary-hotel-selection table td {
    padding: 5px;
}

.itinerary-hotel-selection .card.shadow.cursor.p-3 {
    background: #e3f0fe8c;
}

.itinerary-hotel-selection h5.card-title.text-14 a {
    font-size: 12px;
    color: #a5a5a4;
}

.bg-yellow-6 {
    background: #111111;
}

.bg-green-2 {
    background: #12743A;
    color: white;
}

.single-field.-w-410 input {
    width: 335px;
}

li.menu-item-has-children.depth-1 a i:before {
    content: "\e924";
}

.header .header-menu .menu .subnav > li > a:hover,
.bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
.desktopMenu .menu a:hover,
.desktopMenu .menu .subnav__backBtn a,
.hotel_rooms_form .nav-enquiry .enquiry-item.active span,
.bravo_single_book .nav-enquiry .enquiry-item.active span,
.pricing-table .title {
    color: white;
}


.masthead.-type-5 .masthead__bg {
    width: 100%;
}

.no-fixed {
    position: static;
    opacity: 1;
}

.singleMenu.-is-active {
    opacity: 1;
    pointer-events: auto;
    position: fixed;
}

.col-12.bg-light-blue {
    background: #f8f8f8;
    border-radius: 30px;
}

.header .header-menu .menu li a {
    cursor: pointer;
    font-weight: 500;
}

.bg-dark-green-1 {
    background: green;
}

.iframe_map {
    height: 100%;
}

iframe.mymap {
    width: 100%;
    height: 100%;
    border: none;
}

.button.-outline-blue-1 {
    border-color: #1967D2;
    color: #1967D2;
}

.bravo-theme-sparkadventure-login-form .bg-blue-1 {
    9 background: #12743A !important;
}

.bravo-form-register .bg-blue-1 {
    background: #12743A !important;
}

.form-input textarea,
.form-input input {
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 0 15px;
    padding-top: 25px;
    min-height: 50px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.booking_cookie_agreement.p-3.d-flex.fixed-bottom {
    background: #ffbd43;
}

.booking_cookie_agreement.p-3.d-flex.fixed-bottom p {
    color: black;
}

.color-yellow-default {
    color: #111111;
    font-weight: normal;
    font-family: 'Jost';
}

#middle-wizard .h-300 .color-yellow-default {
    font-family: var(--font-primary) !important;
}

.bg-dark-green-1 {
    background: #137339;
}

button.button.h-50.px-24.-dark-1.bg-blue-1.text-white {
    background: #111111 !important;
    border: 1px solid #111111;
    color: white;
    font-weight: bold;
}

button.button.h-50.px-24.-dark-1.text-black {
    border: 1px solid #e4f0fe;
}

button.button.h-50.px-24.-dark-1.text-black.inquiry:hover {
    border-color: var(--color-dark-1);
    background-color: #f5f5f5 !important;
    color: #111111 !important;
}

.card-calendar div:nth-child(2) {
    color: #7e8081;
    font-weight: bold;
}


.widget {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 15px 0;
    font-weight: bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.33);
    background: #eff1f3;
}

.widget.js-sticky-widget {
    cursor: pointer;
    background: #fdf3f7;
    color: #fb93b5;
    border: 2px solid #fb93b5;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.widget--sticky {
    background: #F05382 !important;
    border: 2px solid #F05382 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

a.bg-green.button.px-30.fw-400.text-14.h-50.ml-20.text-white:hover {
    color: white !important;
}

.preference button.backward {
    color: #fff;
    background: #e8e8e8;
    padding: 10px 20px 10px 30px;
}