@media (min-width: 991px) {
    .first-banner-gallery {
        width: 100%;
        height: 600px;
        /* background: linear-gradient(#0b2f6a6b, #0b2f6a00); */
        /* 1f5fc754 */
        background: linear-gradient(#1f5fc733, #0b2f6a00);
        padding-top: 40px;
    }
    .first-gallery h1 {
        font-weight: 900;
        font-size: 28px;
        height: 80px;
        color: #0b306a;
        padding: .25rem !important;
        line-height: 35px;
    }
    .first-gallery .img-main {
        width: 100%;
        height: 500px;
        border-radius: 15px;
        object-fit: cover;
    }
    .share-trigger {
        position: absolute;
        left: 20px;
        top: 20px;
        background-color: #fff;
        border-radius: 10px;
        z-index: 1000;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .share-trigger img {
        width: 100%;
        height: 100%;
    }
    .contain-second-img {
        height: calc(500px - 80px);
        display: flex;
        flex-wrap: wrap;
    }
    .contain-second-img .img-second {
        height: 50%;
        padding: .25rem !important;
        position: relative;
        --bs-gutter-x: 0rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contain-second-img .img-second img {
        height: 100%;
        width: 100%;
        border-radius: 15px;
        object-fit: cover;
    }
    .contain-second-img .img-second:last-child::before {
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
        top: .5rem;
        right: .5rem;
        position: absolute;
        content: "";
        background-color: #ffffff63;
        z-index: 100;
        border-radius: 15px;
    }
    .contain-second-img .img-second:last-child a {
        background-color: #0b306a;
        width: 100px;
        height: 40px;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 1000;
        text-decoration: none;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .first-banner-gallery {
        width: 100%;
        height: 460px;
        /* background: linear-gradient(#0b2f6a6b, #0b2f6a00); */
        /* 1f5fc754 */
        background: linear-gradient(#1f5fc733, #0b2f6a00);
        padding-top: 40px;
    }
    .first-gallery h1 {
        font-weight: 900;
        font-size: 24px;
        color: #0b306a;
        padding: .25rem !important;
        line-height: 35px;
    }
    .first-gallery .img-main {
        width: 100%;
        height: 250px;
        border-radius: 15px;
        object-fit: cover;
        display: none;
    }
    .share-trigger {
        display: none;
    }
    .share-trigger-sm {
        left: 20px;
        top: 20px;
        background-color: #fff;
        border-radius: 10px;
        z-index: 1000;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .share-trigger-sm img {
        width: 100%;
        height: 100%;
    }
    .contain-second-img {
        overflow-y: scroll;
        display: none !important;
    }
    .contain-second-img .img-second {
        height: 120px;
        width: 120px;
        min-width: 150px;
        padding: .35rem !important;
        position: relative;
        --bs-gutter-x: 0rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contain-second-img .img-second img {
        height: 100%;
        width: 100%;
        border-radius: 15px;
        object-fit: cover;
    }
    .contain-second-img .img-second:last-child::before {
        width: calc(100% - .5rem);
        height: calc(100% - .9rem);
        top: .48rem;
        right: .25rem;
        position: absolute;
        content: "";
        background-color: #ffffff63;
        z-index: 100;
        border-radius: 15px;
    }
    .contain-second-img .img-second:last-child a {
        background-color: #0b306a;
        width: 80px;
        height: 30px;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 1000;
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }
}


/* tab-btn */

@media (min-width: 991px) {
    .tab-btn {
        width: 100%;
        box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
        padding: 10px 0px;
        background-color: #fff;
        z-index: 900;
    }
    .tab-btn a {
        text-decoration: none;
        color: #5f5e60;
        font-weight: 700;
        margin-right: 30px;
    }
    .tab-btn .active {
        text-decoration: none;
        color: #0b306a;
        font-weight: 900;
        margin-right: 30px;
        position: relative;
    }
    .tab-btn .active::after {
        content: "";
        border-bottom: 4px solid #0b306a;
        width: 100%;
        height: 30px;
        bottom: -10px;
        position: absolute;
        left: 0px;
    }
}

@media (max-width: 991px) {
    .tab-btn {
        width: 100%;
        box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
        padding: 0px 0px;
        background-color: #fff;
        z-index: 900;
    }
    .tab-btn .container {
        overflow-x: scroll;
        padding: 10px;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE */
    }
    .tab-btn .container::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }
    .tab-btn a {
        text-decoration: none;
        color: #5f5e60;
        font-weight: 400;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 14px;
    }
    .tab-btn .active {
        text-decoration: none;
        color: #0b306a;
        font-weight: 500;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 14px;
        position: relative;
    }
    .tab-btn .active::after {
        content: "";
        border-bottom: 4px solid #0b306a;
        width: 100%;
        height: 30px;
        bottom: -10px;
        position: absolute;
        left: 0px;
    }
}


/* contain-reserve */

@media (min-width: 991px) {
    .contain-reserve {
        width: 400px;
        padding-left: 40px;
        padding-top: 20px;
        right: 5%;
        position: absolute;
        margin-top: 20px;
    }
    .contain-reserve-fixed {
        position: fixed;
        margin-top: 0px !important;
        top: 50px;
        /* right: 72px; */
        right: 5%;
    }
    .contain-reserve-fixed .inner-contain {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: #aab6c5 transparent;
    }
    .contain-reserve-fixed .inner-contain::-webkit-scrollbar {
        width: 6px;
    }
    .contain-reserve-fixed .inner-contain::-webkit-scrollbar-track {
        background: transparent;
    }
    .contain-reserve-fixed .inner-contain::-webkit-scrollbar-thumb {
        background-color: #aab6c5;
        border-radius: 10px;
    }
    .contain-reserve .inner-contain {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        /* box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13); */
        box-shadow: 0 1px 2px rgba(3, 54, 63, .4), 0 -1px 2px rgba(3, 54, 63, .04);
        border-radius: 20px;
    }
    .contain-reserve .inner-contain .from span {
        font-size: 1rem;
        font-weight: 400;
    }
    .contain-reserve .inner-contain .num {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1a2b49;
    }
    .contain-reserve .inner-contain .person {
        font-size: 1rem;
        font-weight: 400;
    }
    .contain-reserve .inner-contain .select-item {
        width: 100%;
        height: 45px;
        background-color: #ebeef1;
        border-radius: 40px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        cursor: pointer;
    }
    .contain-reserve .inner-contain .select-item img {
        width: 22px;
    }
    .contain-reserve .inner-contain .select-item span {
        margin-left: 10px;
        font-size: 15px;
    }
    .contain-reserve .inner-contain .select-item i {
        font-size: 20px;
    }
    /* .contain-reserve .inner-contain .reserve-btn {
        width: 100%;
        height: 45px;
        border-radius: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-top: 30px;
    }
    .contain-reserve .inner-contain .call-btn {
        width: 100%;
        height: 45px;
        border-radius: 40px;
        background-color: #16a34a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-top: 30px;
    }
    .contain-reserve .inner-contain .consult-btn {
        width: 100%;
        height: 45px;
        border-radius: 40px;
        background-color: #2563eb;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-top: 30px;
    } */
    .reserve-actions {
        margin-top: 30px;
    }
    .action-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-radius: 14px;
        height: 52px;
        font-weight: 600;
        transition: .25s;
    }
    .action-btn:hover {
        transform: translateY(-2px);
        color: #fff;
    }
    .reserve-btn {
        width: 100%;
        background: #0b306a;
        color: #fff;
        font-size: 17px;
        box-shadow: 0 8px 20px rgba(11, 48, 106, .22);
    }
    .action-row {
        display: flex;
        gap: 12px;
        margin-top: 12px;
    }
    .call-btn,
    .consult-btn {
        flex: 1;
        background: #f7f9fc;
        color: #0b306a;
        border: 1px solid #dde6f1;
    }
    .call-btn:hover {
        background: #16a34a;
        border-color: #16a34a;
    }
    .consult-btn:hover {
        background: #2563eb;
        border-color: #2563eb;
    }
    .note {
        display: flex;
        align-items: flex-start;
        margin-top: 15px;
    }
    .note i {
        font-size: 23px;
        margin-right: 10px;
        color: #007850;
    }
    .note span {
        font-size: 12px;
        display: block;
    }
}

@media (max-width: 991px) {
    .contain-reserve {
        width: 100%;
        /* padding-left: 40px; */
        padding-top: 20px;
        /* right: 5%;
        position: absolute; */
        margin-top: 20px;
    }
    /* .contain-reserve-fixed {
        position: fixed;
        margin-top: 0px !important;
        top: 80px;
        right: 5%;
    } */
    .contain-reserve .inner-contain {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        /* box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13); */
        box-shadow: 0 1px 2px rgba(3, 54, 63, .4), 0 -1px 2px rgba(3, 54, 63, .04);
        border-radius: 20px;
    }
    .contain-reserve .inner-contain .from span {
        font-size: 1rem;
        font-weight: 400;
    }
    .contain-reserve .inner-contain .num {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1a2b49;
    }
    .contain-reserve .inner-contain .person {
        font-size: 1rem;
        font-weight: 400;
    }
    .contain-reserve .inner-contain .select-item {
        width: 100%;
        height: 45px;
        background-color: #ebeef1;
        border-radius: 40px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        cursor: pointer;
    }
    .contain-reserve .inner-contain .select-item img {
        width: 22px;
    }
    .contain-reserve .inner-contain .select-item span {
        margin-left: 10px;
        font-size: 15px;
    }
    .contain-reserve .inner-contain .select-item i {
        font-size: 20px;
    }
    .reserve-actions {
        margin-top: 30px;
    }
    .action-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        border-radius: 14px;
        height: 52px;
        font-weight: 600;
        transition: .25s;
    }
    .action-btn:hover {
        transform: translateY(-2px);
        color: #fff;
    }
    .reserve-btn {
        width: 100%;
        background: #0b306a;
        color: #fff;
        font-size: 17px;
        box-shadow: 0 8px 20px rgba(11, 48, 106, .22);
    }
    .action-row {
        display: flex;
        gap: 12px;
        margin-top: 12px;
    }
    .call-btn,
    .consult-btn {
        flex: 1;
        background: #f7f9fc;
        color: #0b306a;
        border: 1px solid #dde6f1;
    }
    .call-btn:hover {
        background: #16a34a;
        border-color: #16a34a;
    }
    .consult-btn:hover {
        background: #2563eb;
        border-color: #2563eb;
    }
    /* .contain-reserve .inner-contain .reserve-btn {
        width: 100%;
        height: 45px;
        border-radius: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-top: 30px;
    }
    .contain-reserve .inner-contain .call-btn {
        width: 100%;
        height: 45px;
        border-radius: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-top: 30px;
    }
    .contain-reserve .inner-contain .consult-btn {
        width: 100%;
        height: 45px;
        border-radius: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-top: 30px;
    } */
    .note {
        display: flex;
        align-items: flex-start;
        margin-top: 15px;
    }
    .note i {
        font-size: 23px;
        margin-right: 10px;
        color: #007850;
    }
    .note span {
        font-size: 12px;
        display: block;
    }
}

/*contain-text  */

@media (min-width: 991px) {
    .contain-text {
        width: calc(100% - 400px);
    }
    .contain-text .text-section h2 {
        font-weight: 700;
        font-size: 27px;
    }
    .contain-text .text-section h3 {
        font-weight: 700;
        font-size: 23px;
    }
    .contain-text .text-section p {
        font-size: 16px;
        line-height: 32px;
        text-align: justify;
    }
    /* .contain-text ul {
        padding-left: 2rem !important;
    } */
    .contain-text .ul-norm li {
        margin-top: 10px;
        width: 47%;
    }
    .contain-text .text-section h6 {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .contain-text .text-section .icon {
        width: 15px;
        height: 10px;
        /* display: none; */
        margin-left: -1rem;
    }
    .contain-text .text-section .svg-icon {
        width: 14px;
        /* display: none; */
        margin-left: -1rem;
    }
    .contain-text .text-section .map {
        width: 100%;
        /* height: 200px; */
        border-radius: 10px;
        object-fit: cover;
    }
    .contain-text .ul-icon {
        list-style: none;
        padding-left: 1rem !important;
    }
    .contain-text .ul-icon li {
        list-style: none;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .contain-text {
        width: 100%;
    }
    .contain-text .text-section h2 {
        font-weight: 700;
        font-size: 25px;
    }
    .contain-text .text-section h3 {
        font-weight: 700;
        font-size: 22px;
    }
    .contain-text .text-section p {
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
    }
    /* .contain-text ul {
        padding-left: 2rem !important;
    } */
    .contain-text .ul-norm li {
        margin-top: 10px;
        width: 100%;
    }
    .contain-text .text-section h6 {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .contain-text .text-section .icon {
        width: 15px;
        height: 10px;
        /* display: none; */
        margin-left: -1rem;
    }
    .contain-text .text-section .svg-icon {
        width: 14px;
        /* display: none; */
        margin-left: -1rem;
    }
    .contain-text .text-section .map {
        width: 100%;
        /* height: 200px; */
        border-radius: 10px;
        object-fit: cover;
    }
    .contain-text .ul-icon {
        list-style: none;
        padding-left: 1rem !important;
    }
    .contain-text .ul-icon li {
        list-style: none;
        margin-top: 10px;
    }
}


/* itineraries */

@media (min-width: 991px) {
    .itineraries {
        position: relative;
    }
    .itineraries .item-itinerary {
        margin-top: 30px;
        padding-left: 90px;
        position: relative;
        display: none;
    }
    .itineraries .item-itinerary:nth-child(1),
    .itineraries .item-itinerary:nth-child(2),
    .itineraries .item-itinerary:nth-child(3) {
        display: block;
    }
    .item-itinerary-cover::after {
        content: "";
        width: 100%;
        height: calc(100% + 60px);
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(#ffffff75, #fff);
    }
    .itineraries .item-itinerary::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 95%;
        border-left: 2px solid #0b306a;
        top: calc(30px + 2.5%);
        left: 35px;
    }
    .itineraries .item-itinerary:last-child::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 95%;
        border-left: 2px solid transparent;
        top: calc(30px + 2.5%);
        left: 35px;
        display: none;
    }
    .itineraries .item-itinerary h6 {
        font-size: 22px;
        font-weight: 500;
    }
    .itineraries .item-itinerary p {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 10px !important;
    }
    .itineraries .item-itinerary .day-span {
        background-color: #2b6ace;
        border-radius: 35px;
        color: #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 70px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .action-itinerary {
        width: 130px;
        height: 45px;
        background-color: #2b6ace;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: absolute;
        left: calc(50% - 22.5px);
        color: #fff;
        border-radius: 35px;
        text-decoration: none;
        cursor: pointer;
    }
    .action-itinerary:hover {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .itineraries {
        position: relative;
    }
    .itineraries .item-itinerary {
        margin-top: 30px;
        padding-left: 60px;
        position: relative;
        display: none;
    }
    .itineraries .item-itinerary:nth-child(1),
    .itineraries .item-itinerary:nth-child(2),
    .itineraries .item-itinerary:nth-child(3) {
        display: block;
    }
    .item-itinerary-cover::after {
        content: "";
        width: 100%;
        height: calc(100% + 60px);
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(#ffffff75, #fff);
    }
    .itineraries .item-itinerary::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 95%;
        border-left: 2px solid #0b306a;
        top: calc(30px + 2.5%);
        left: 25px;
    }
    .itineraries .item-itinerary:last-child::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 95%;
        border-left: 2px solid transparent;
        top: calc(30px + 2.5%);
        left: 35px;
        display: none;
    }
    .itineraries .item-itinerary h6 {
        font-size: 18px;
        font-weight: 500;
    }
    .itineraries .item-itinerary p {
        font-size: 14px;
        line-height: 27px;
        text-align: justify;
        margin-bottom: 10px !important;
    }
    .itineraries .item-itinerary .day-span {
        background-color: #2b6ace;
        border-radius: 35px;
        color: #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
    }
    .action-itinerary {
        width: 130px;
        height: 45px;
        background-color: #2b6ace;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: absolute;
        left: calc(50% - 65px);
        color: #fff;
        border-radius: 35px;
        text-decoration: none;
        cursor: pointer;
    }
    .action-itinerary:hover {
        color: #fff;
    }
}


/* faq */

@media (min-width: 991px) {
    .faq-div {
        width: 100%;
    }
    .faq-div .question-item {
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        width: 100%;
        margin-top: 30px;
    }
    .faq-div .question-item .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px;
        cursor: pointer;
    }
    .faq-div .question-item .head h6 {
        font-size: 16px;
        font-weight: 700;
    }
    .faq-div .question-item .head i {
        font-size: 25px;
        font-weight: 700;
    }
    .faq-div .question-item .body {
        display: none;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .faq-div {
        width: 100%;
    }
    .faq-div .question-item {
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        width: 100%;
        margin-top: 30px;
    }
    .faq-div .question-item .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px;
        cursor: pointer;
    }
    .faq-div .question-item .head h6 {
        font-size: 15px;
        font-weight: 700;
    }
    .faq-div .question-item .head i {
        font-size: 25px;
        font-weight: 700;
    }
    .faq-div .question-item .body {
        display: none;
        padding: 20px;
    }
}


/* gallery */

@media (min-width: 991px) {
    .gallery {
        width: 100%;
        height: 100vh;
        background-color: rgb(44, 44, 44);
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 10000000000 !important;
        display: none;
        padding: 10px;
    }
    .gallery .fa-times {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }
    .gallery .main-img {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: calc(100% - 150px);
    }
    .gallery .main-img img {
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .gallery .main-img i {
        color: #fff;
        font-size: 30px;
        cursor: pointer;
    }
    .gallery .main-img i:first-child {
        margin-left: 20px;
    }
    .gallery .main-img i:last-child {
        margin-right: 20px;
    }
    .gallery .list-img {
        display: flex;
        width: 100%;
        height: 120px;
        margin-top: 30px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
    .gallery .list-img img {
        margin: 0px 10px;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        border-radius: 5px;
        cursor: pointer;
    }
    .gallery .list-img .active {
        border: 2px solid #fff;
    }
}

@media (max-width: 991px) {
    .gallery {
        width: 100%;
        height: 300px;
        display: block;
        position: relative;
        margin-top: 20px;
    }
    .gallery .fa-times {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        display: none;
    }
    .gallery .main-img {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .gallery .main-img img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        height: 100%;
    }
    .gallery .main-img i {
        color: #0b306a;
        font-size: 30px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.856);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    .gallery .main-img i:first-child {
        position: absolute;
        left: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .gallery .main-img i:last-child {
        position: absolute;
        right: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .gallery .list-img {
        display: none;
        width: 100%;
        height: 120px;
        margin-top: 30px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
    .gallery .list-img img {
        margin: 0px 10px;
        width: 100px;
        height: 100px;
        min-width: 100px;
        min-height: 100px;
        border-radius: 5px;
        cursor: pointer;
    }
    .gallery .list-img .active {
        border: 2px solid #fff;
    }
}


/* extra */


/* .reserve-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #edf4ff;
    color: #0b306a;
    flex-shrink: 0;
}

.reserve-icon svg {
    width: 22px;
    height: 22px;
} */

.reserve-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: .3s;
}

.reserve-icon img {
    width: 24px;
    height: 24px;
}


/* Hotel */

.hotel-icon {
    background: #eaf3ff;
    box-shadow: 0 4px 12px rgba(42, 118, 255, .12);
}


/* Hotel Rate */

.rate-icon {
    background: #fff7df;
    box-shadow: 0 4px 12px rgba(255, 184, 0, .15);
}


/* Adults */

.adult-icon {
    background: #e9f8f1;
    box-shadow: 0 4px 12px rgba(22, 163, 74, .12);
}


/* Children */

.child-icon {
    background: #f4edff;
    box-shadow: 0 4px 12px rgba(139, 92, 246, .12);
}


/* Hover */

.reserve-icon:hover {
    transform: translateY(-2px);
}


/* reserve tour modal */

.reserve-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    backdrop-filter: blur(5px);
}

.daterangepicker {
    z-index: 1000000000 !important;
}

.reserve-modal-box {
    width: 700px;
    max-width: 95%;
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 22px;
    transform: translateY(40px);
    opacity: 0;
}

.reserve-modal-header {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.reserve-modal-header h3 {
    margin: 0;
    font-size: 26px;
}

.reserve-modal-header span {
    color: #888;
}

.reserve-modal-body {
    padding: 30px;
}

.reserve-close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.reserve-close:hover {
    background: #0b306a;
    color: #fff;
}

.reserve-label {
    font-weight: 600;
    color: #24324a;
    margin-bottom: 10px;
    display: block;
}


/* Inputs */

.reserve-input {
    height: 56px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #fafbfc;
    padding: 0 18px;
    transition: .25s;
    font-size: 15px;
}

.reserve-input:focus {
    border-color: #0b306a;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 48, 106, .08);
}


/* Counter */

.counter-box {
    height: 56px;
    background: #fafbfc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.counter-input {
    width: 70px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    color: #0b306a;
    outline: none;
}

.counter-btn {
    width: 56px;
    height: 56px;
    border: none;
    background: transparent;
    font-size: 15px;
    transition: .25s;
    color: #0b306a;
}

.counter-btn:hover {
    background: #0b306a;
    color: #fff;
}

.counter-btn:active {
    transform: scale(.95);
}

.reserve-radio {
    border: 1px solid #e9edf3;
    border-radius: 14px;
    padding: 14px 18px;
    transition: .25s;
    cursor: pointer;
    background: #fff;
}

.reserve-radio:hover {
    border-color: #0b306a;
    box-shadow: 0 4px 12px rgba(11, 48, 106, .08);
}

.reserve-radio .form-check-input {
    margin-top: 8px;
    margin-left: 0px;
}

.reserve-radio .form-check-label {
    cursor: pointer;
    margin-left: 8px;
    width: calc(100% - 28px);
}

.reserve-radio strong {
    color: #0b306a;
    font-size: 15px;
}

.reserve-radio small {
    font-size: 13px;
}


/* date-picker */

.reserve-input {
    height: 56px !important;
    border-radius: 16px;
}

.modal-footer {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.reserve-cancel {
    flex: 1;
    height: 56px;
    border-radius: 16px;
    border: 1px solid #dbe3ee;
    background: #fff;
    color: #4b5563;
    font-weight: 600;
    transition: .25s;
}

.reserve-cancel:hover {
    background: #f6f8fb;
    border-color: #0b306a;
    color: #0b306a;
}

.reserve-submit {
    flex: 1;
    height: 56px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #0b306a, #1d63d4);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: .3s;
}

.reserve-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(11, 48, 106, .25);
}


/* custom-calendar */

.daterangepicker .drp-calendar.right {
    display: none !important;
}

.daterangepicker .calendar-table {
    border-right: none;
}


/* end-custom-calendar */


/* Share modal */

body.share-modal-open {
    overflow: hidden;
}

.share-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(12, 20, 39, .58);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.share-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.share-modal-box {
    position: relative;
    width: min(100%, 540px);
    padding: 32px;
    overflow: hidden;
    background: linear-gradient(145deg, #fff, #fbfcff);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(5, 18, 47, .25);
    outline: none;
    transform: translateY(24px) scale(.96);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.share-modal-box::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -80px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(78, 114, 255, .14), transparent 68%);
    pointer-events: none;
}

.share-modal-overlay.is-open .share-modal-box {
    transform: translateY(0) scale(1);
}

.share-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #657086;
    background: #f1f4f9;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.share-modal-heading {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 32px;
    margin-bottom: 28px;
}

.share-modal-icon {
    display: inline-flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #fff;
    font-size: 20px;
    border-radius: 17px;
    background: linear-gradient(135deg, #5577ff, #7456e8);
    box-shadow: 0 10px 24px rgba(87, 94, 232, .3);
}

.share-modal-heading h3 {
    margin: 0 0 5px;
    color: #17233d;
    font-size: 22px;
    font-weight: 700;
}

.share-modal-heading p {
    max-width: 345px;
    margin: 0;
    color: #7b8496;
    font-size: 13px;
    line-height: 1.5;
}

.share-socials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.share-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    width: 100%;
    min-width: 0;
    min-height: 88px;
    margin: 0;
    padding: 12px 5px;
    color: #505b70;
    font: inherit;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 15px;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.share-social:hover {
    color: #17233d;
    text-decoration: none;
    background: #f5f7fb;
    transform: translateY(-3px);
}

.share-social>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #fff;
    font-size: 23px;
    border-radius: 17px;
    box-shadow: 0 9px 20px rgba(27, 39, 67, .16);
}

.share-social.telegram>span {
    background: linear-gradient(135deg, #37aee2, #168acd);
}

.share-social.whatsapp>span {
    background: linear-gradient(135deg, #35d66f, #12a84d);
}

.share-social.instagram>span {
    background: linear-gradient(135deg, #6c3bd1, #d62976 55%, #f9a13b);
}

.share-social.x-network>span {
    background: linear-gradient(135deg, #2b3445, #05070a);
}

.share-social .x-logo {
    font-size: 21px;
    font-weight: 700;
}

.instagram-hint {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    color: #168b4b;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: max-height .25s ease, margin .25s ease, opacity .25s ease;
}

.instagram-hint.is-visible {
    max-height: 35px;
    margin: 10px 0 0;
    opacity: 1;
}

.share-copy-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px 0 13px;
    color: #8991a0;
    font-size: 12px;
    white-space: nowrap;
}

.share-copy-label::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e9edf3;
}

.share-copy-row {
    display: flex;
    gap: 10px;
}

.share-url {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 0 14px;
    color: #8d96a7;
    background: #f5f7fa;
    border: 1px solid #e5eaf1;
    border-radius: 13px;
}

.share-url input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0;
    color: #5d6677;
    font-size: 12px;
    background: transparent;
    border: 0;
    outline: none;
    direction: ltr;
}

.share-copy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 96px;
    padding: 0 17px;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(135deg, #5577ff, #6e57e9);
    border: 0;
    border-radius: 13px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(83, 100, 230, .22);
}

.share-copy-button.is-copied {
    background: linear-gradient(135deg, #2dc76d, #16a754);
}

@media (max-width: 576px) {
    .share-modal-overlay {
        align-items: flex-end;
        padding: 12px;
    }
    .share-modal-box {
        padding: 26px 18px 20px;
        border-radius: 24px 24px 18px 18px;
        transform: translateY(40px);
    }
    .share-modal-heading {
        padding-right: 28px;
        margin-bottom: 20px;
    }
    .share-modal-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }
    .share-modal-heading h3 {
        font-size: 19px;
    }
    .share-socials {
        gap: 4px;
    }
    .share-social>span {
        width: 47px;
        height: 47px;
        font-size: 21px;
        border-radius: 15px;
    }
    .share-copy-row {
        flex-direction: column;
    }
    .share-copy-button {
        min-height: 46px;
    }
}
