body {
    font-size: 16px;
    border: 0;
    margin: 0;
    font-family: "poppins", sans-serif;
}

::placeholder {
    color: black;
}

.row-style {
    margin: 0;
}

.active {
    /* border-radius: 15px; */
}

a {
    text-decoration: none;
    color: black;
}

.a-stayverse {
    text-decoration: underline;
    color: #d1c9c9 !important;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 10px;
}

.activity-name {
    word-break: break-all;
    width: 160px;
    display: flex;
    justify-content: center;
}

.video-container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.video-container::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 50%;
    z-index: 1;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.main-wrapper .main-wrapper-con .main-area-con {
    z-index: 1;
    position: relative;
    min-height: 65vh;
    background-image: url(../images/header-logo/stayverse\ background\ image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: #1371ff solid 5px;
}

.percent {
    color: blue;
}

.bag {
    color: red;
}

.trip {
    color: orange;
}

.body-head {
    color: white;
}

.body-head h4 {
    text-align: center;
    margin: 0px 0px 0px;
    font-size: 30px;
}

.body-head h4 span {
    color: #0055ffff;
    text-shadow: 1px 1px #ffffff;
}

.login-btn {
    width: fit-content;
    text-wrap: nowrap;
    outline: none;
    border: 0;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(5deg, #0e61ff, #0e61ff);
    color: white;
    cursor: pointer;
}

.login-btn.search-btn {
    border-radius: 5px;
    padding: 30px;
    width: 100%;
    background-color: #157aff !important;
}

.location-search-btn-home {
    padding: 20px;
    /* width: 100%; */
}

.footer-body {
    padding: 30px 0;
    border-bottom: 1px solid rgba(236, 236, 236, 0.79);
}

.profile-avatar {
    padding-left: 20px;
}

.main-profile-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: inline-block;
    background-image: url("../../images/user_1077012.png");
    /* Replace with your profile icon URL */
    background-size: cover;
    background-position: center;
}

@media (max-width: 576px) {
    .login-btn.search-btn {
        width: 100%;
    }

    .body-head h4 {
        text-align: center;
        margin: 0px;
        font-size: 28px;
    }

    .main-wrapper .main-wrapper-con .main-area-con .body-area {
        margin-top: 0px;
    }

    .main-wrapper
        .main-wrapper-con
        .main-area-con
        .head-style
        .btn-con
        .login-btn {
        border: none;
    }

    .main-wrapper
        .main-wrapper-con
        .main-area-con
        .head-style
        .tabs
        .tab-style {
        border: none;
    }

    .location-search-btn-home {
        padding: 10px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .login-btn {
        text-wrap: wrap;
    }

    .body-head h4 {
        text-align: center;
        font-size: 23px;
    }

    .main-wrapper .main-wrapper-con .main-area-con .body-area {
        margin-top: 00px;
    }

    .main-wrapper
        .main-wrapper-con
        .main-area-con
        .head-style
        .btn-con
        .login-btn {
        border: none;
    }

    .main-wrapper
        .main-wrapper-con
        .main-area-con
        .head-style
        .tabs
        .tab-style {
        border: none;
    }

    .location-search-btn-home {
        padding: 10px;
        width: 100%;
    }
}

.box-icon-style {
    font-size: 20px;
    color: grey;
}

.date-con {
    position: relative;
    margin: 0;
    width: 100%;
}

.date-con input {
    font-size: 14px;
    font-weight: 600;
    border: none !important;
}

.input-style {
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 100%;
}

.inp-box-style {
    width: 100%;
    border-radius: 5px;
    border: 0;
    background: none;
    color: grey;
    position: relative;
    font-size: 10px;
    background-color: transparent;
}

.date-select {
    padding-right: 35px;
    outline: none;
    font-size: 10px;
    font-weight: 600;
    color: black;
}

.date-select::-webkit-calendar-picker-indicator {
    opacity: 0;
    font-size: 18px !important;
    border: 0 !important;
    padding: 2px !important;
    width: 15px;
    z-index: 999;
    cursor: pointer;
    right: 4px;
    position: absolute;
}

.calendar-icon {
    position: absolute;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    color: grey;
}

.calendar-icon::before {
    content: "\f073";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.search-area {
    width: 100%;
    position: relative;
    margin-right: 30px;
}

@media (max-width: 576px) {
    .search-area {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width: 420px) {
    .carousel-offers .corousel-image img {
        padding: 24px;
    }
}

@media (max-width: 1437px) {
    .carousel-offers .corousel-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 5px;
        border-radius: 12px;
    }
}

/* @media (max-width: 1418px) {
    .carousel-offers .corousel-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 5px;
        border-radius:12px;
    }

} */

@media (max-width: 414px) {
    .carousel-offers .corousel-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.search-box {
    height: 100%;
    width: 100%;
    padding: 15px;
    padding-left: 40px;
    border-radius: 30px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    outline: none;
}

.search-box::placeholder {
    color: grey;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section-style {
    padding: 20px 10px;
}

.section-head-style {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min(30px, 3%) 0px;
}

.section-head-style h1 {
    font-size: clamp(1.5rem, 2vw, 5rem);
    text-align: center;
}

.each-slide {
    cursor: pointer;
    z-index: 1;
}

.slider {
    --slider-padding: 1rem;
    --slider-column-gap: 1rem;
    --slide-width: 25%;
    --slide-min-width: 15rem;
    position: relative;
}

.slider__track {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-inline: var(--slider-padding);
    scroll-behavior: smooth;
    list-style-type: none;
    padding: 0;
    margin-right: calc(var(--slider-column-gap) * -1);
    scrollbar-width: none;
}

.slider__track > * {
    flex: 0 0 var(--slide-width);
    width: 100px !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-right: var(--slider-column-gap);
}

.slider__track::-webkit-scrollbar {
    display: none;
}

.slider_butn {
    position: absolute;
    top: 40%;
    width: 100%;
}

.slider__button {
    outline: none;
    border: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: rgba(236, 236, 236, 0.79);
}

.slider__button.prev::before {
    content: "\f053";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 6 Free";
}

.slider__button.nxt::before {
    content: "\f054";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 6 Free";
}

.slide-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
    color: #a29bfe;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

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

.slide.box-slide {
    border-radius: 10px;
    height: 350px;
}

.active {
    /* border-radius: 15px; */
    margin-left: 0px;
    /* margin-bottom: 3px; */
}

.back-top-btn {
    outline: none;
    border: 0;
    border-radius: 30px;
    background-image: linear-gradient(to right, #66a2f2, blue);
    color: white;
    padding: 10px;
    width: 100%;
    margin: 30px;
    margin-left: -1px;
}

.slide-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider {
    --slider-padding: 1rem;
    --slider-column-gap: 30px;
    --slide-width: calc(100% / 5) !important;
    --slide-min-width: 100%;
}

@media (max-width: 991px) {
    .slider {
        --slide-width: calc(100% / 4) !important;
    }
}

@media (max-width: 768px) {
    .slider {
        --slide-width: calc(100% / 3) !important;
    }
    .slider__button{
        display: none;
    }
}

@media (max-width: 576px) {
    .slider {
        --slide-width: calc(100% / 2) !important;
    }
}

@media (max-width: 400px) {
    .slider {
        --slide-width: calc(100% / 1) !important;
    }
}

.slider.wanderland-slider {
    --slide-width: calc(100% / 4) !important;
}

@media (max-width: 768px) {
    .slider.wanderland-slider {
        --slide-width: calc(100% / 3) !important;
    }
}

@media (max-width: 576px) {
    .slider.wanderland-slider {
        --slide-width: calc(100% / 2) !important;
    }
}

@media (max-width: 400px) {
    .slider.wanderland-slider {
        --slide-width: calc(100% / 1) !important;
    }
}

.slider.wanderland-slider .each-slide {
    width: 0 !important;
}

.carousel-slide {
    --slide-width: 33% !important;
}

.plans-body {
    flex-direction: row-reverse;
    /* padding-top: 30px; */
}

@media (max-width: 991px) {
    .carousel-slide {
        --slide-width: calc(100% / 2) !important;
    }
}

@media (max-width: 576px) {
    .carousel-slide {
        --slide-width: calc(100% / 1) !important;
    }
}

/* @media (max-width: 576px) {
    .carousel-slide {
        --slide-width: calc(100% / 2) !important;
    }
} */

.plans-body .image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
    padding: 0;
}

.plans-image-div {
    width: 100% !important;
    background: antiquewhite;
}

.plans-image {
    width: 100%;
    height: 200px;
}

.plans-body .image-section img {
    width: 100%;
    height: 85%;
    object-fit: fill;
    border-radius: 10px;
}

.plans-body .image-section .offer {
    background-color: #62aab7;
    padding: 10px;
    width: 70px;
    height: 65px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.plans-body .image-section .offer h5 {
    font-size: 12px;
}

.plans-body .image-section .offer h1 {
    font-size: 25px;
}

.plans-body .plans-body-head h1 {
    font-size: 35px;
    color: orange;
    font-family: "Archivo Black", sans-serif;
}

.plans-body .plans-body-head .head-color {
    color: #62aab7;
}

.plans-body .plans-body-head h2 {
    color: orange;
}

.box-right {
    margin-left: 15px;
    display: flex;
}

.activities-slider-con {
    border-radius: 90px;
    background: #e7f6ff;
    padding-bottom: 30px;
}

.activities-slider-con .slide {
    border-radius: 90px;
    margin-bottom: 30px;
}

.social {
    display: flex;
    justify-content: center;
    color: #000;
}

.social .social-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 30px;
    border-radius: 10px;
    background-color: rgba(236, 236, 236, 0.79);
    margin-right: 15px;
}

.social .social-btn:last-child {
    margin-right: 0;
}

.foot-sec-con {
    color: rgba(236, 236, 236, 0.79);
    padding: 10px 40px;
    border-left: solid 1px #383737;
}

.ul-style {
    padding: 0;
    margin-bottom: 15px;
}

.ul-style .li-style:first-child {
    /* margin-top: 10px; */
    align-items: center;
    display: flex;
    gap: 8px;
}

.ul-style .li-style a {
    color: rgba(236, 236, 236, 0.79);
}

.ul-style .li-style {
    align-items: center;
    display: flex;
    gap: 8px;
    list-style: none;
    color: rgba(236, 236, 236, 0.79);
    margin-bottom: 10px;
}

.li-foot-foot {
    margin-right: 15px;
    text-decoration: underline;
}

.li-foot-foot:first-child {
    margin-top: 0 !important;
}

.li-foot-foot:last-child {
    margin-right: 0;
}

.slick-slide {
    margin: 0 10px;
}

.slick-prev,
.slick-next {
    font-size: 24px;
    color: #333;
}

.footer-foot-ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-foot-box {
    padding: 10px 0;
}

.y-choose-ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 576px) {
    .y-choose-ul {
        flex-direction: column;
    }
}

.ychoose-li {
    margin-right: 30px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ychoose-li:last-child {
    margin-right: 0;
}

@media (max-width: 576px) {
    .ychoose-li {
        flex-direction: column;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .ychoose-li:last-child {
        margin-bottom: 0;
    }
}

.ychoose-li h1 {
    font-weight: 900 !important;
}

.ychoose-li h2 {
    font-weight: 600 !important;
}

.activities-head h1 {
    z-index: 1;
}

.container-style {
    z-index: 1;
    position: inherit;
}

.main-head-center {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

#banner {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#banner #banner-images {
    height: 100%;
    position: relative;
    object-fit: cover;
    z-index: -10;
    filter: brightness(0.7) grayscale(0.6);
    animation: banner-change 15s infinite ease-in-out;
    display: flex;
    flex-direction: row;
}

#banner #banner-images a {
    width: 100vw;
    object-fit: cover;
}

@keyframes banner-change {
    0% {
        right: -200vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    20.5% {
        right: -200vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    22.5% {
        right: -200vw;
        filter: brightness(0) grayscale(0.6);
    }

    23% {
        right: -100vw;
        filter: brightness(0) grayscale(0.6);
    }

    25% {
        right: -100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    45.5% {
        right: -100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    47.5% {
        right: -100vw;
        filter: brightness(0) grayscale(0.6);
    }

    48% {
        right: 0vw;
        filter: brightness(0) grayscale(0.6);
    }

    50% {
        right: 0vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    70.5% {
        right: 0vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    72.5% {
        right: 0vw;
        filter: brightness(0) grayscale(0.6);
    }

    73% {
        right: 100vw;
        filter: brightness(0) grayscale(0.6);
    }

    75% {
        right: 100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    95.5% {
        right: 100vw;
        filter: brightness(0.7) grayscale(0.6);
    }

    97.5% {
        right: 100vw;
        filter: brightness(0) grayscale(0.6);
    }

    98% {
        right: 200vw;
        filter: brightness(0) grayscale(0.6);
    }

    100% {
        right: 200vw;
        filter: brightness(0.7) grayscale(0.6);
    }
}

#banner h1 {
    position: absolute;
    font-family: sans-serif;
    font-size: 40px;
    letter-spacing: 8px;
    color: rgb(230, 255, 255);
    text-shadow: 2px 2px 8px rgb(206, 206, 206);
    animation: color-cycle 5s infinite ease-in-out;
    color: rgb(233, 233, 233);
    text-transform: uppercase;
    margin-top: -14px;
    text-align: center;
    width: 90%;
}

/* .track-style .carousel-slide {
    padding-right: 0 !important;
} */

.description-ul {
    padding-left: 16px;
}

.left-align {
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
}

.search-result-head {
    margin-bottom: 30px;
}

.seach-input-con {
    position: relative;
    color: black;
    background-color: #e7f6ff;
}

.seach-input-con .seach-input {
    width: 100%;
    height: 100%;
    padding-left: 30px !important;
    padding: 5px;
    background: transparent;
    border: 0;
    outline: none;
}

.seach-input-con .seach-input::placeholder {
    color: grey;
}

.seach-input-con .search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    color: #0470af;
}

.back-top-btn {
    outline: none;
    border: 0;
    border-radius: 30px;
    background-image: linear-gradient(to right, #66a2f2, blue);
    color: white;
    padding: 10px;
    width: 100%;
}

@media (max-width: 576px) {
    .back-top-btn {
        display: none;
    }
}

@media (max-width: 576px) {
    .li-back-btn {
        display: none;
    }
}

/* .carousel-container {
    height: 300px;
} */

.carousel-container-con {
    height: 100%;
    position: relative;
    width: 100%;
}

.image-container {
    flex: 0 0 100%;
    /* Allow .image-container to auto-size */
    transition: transform 0.9s;
}

.carousel {
    height: 100%;
    overflow: hidden;
    display: flex;
    width: 100%;
    border-radius: 9px;
    position: relative;
}

.carousel-images {
    display: flex;
}

.carousel-image {
    width: 100%;
    /* Ensure the image doesn't exceed its container width */
    height: 100%;
    object-fit: cover;
}

.carousel-btn.btn-left {
    position: absolute;
    left: 10px;
}

.carousel-btn.btn-right {
    position: absolute;
    right: 10px;
}

.recent-search {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: left;
}

.recent-search h4 {
    color: #b3b3b3;
    font-size: 13px;
}

.recent-search a {
    height: 100%;
    width: 100%;
    padding: 3px 20px;
    border-radius: 5px;
    border: 0;
    background-color: #979797b3;
    font-weight: 600;
    text-transform: capitalize;
    outline: none;
}

.box-style-search {
    width: 50%;
}

.review-area {
    padding: 10px;
    /* background-color: #183392; */
    border-radius: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: fit-content;
}

/* .review-status-con {
    display: flex;
    align-items: center;
} */

.review-status-con .review-status {
    margin-left: 10px;
}

/* .review-status-con .review-status h1 {
    margin-bottom: 5px;
} */

.call-detail-con {
    position: relative;
}

.call-detail-con .call-detail-input {
    width: 100%;
    padding-left: 85px !important;
}

.call-detail-con .call-detail {
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.optional {
    color: grey;
    font-size: 12px;
}

.gst-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 5px;
}

.gst-checkbox-con {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.a-tag-btn {
    border: 0;
    background: none;
    color: #4184eb;
    padding: 0;
}

.foot-btn-con {
    margin-top: 15px;
}

.remove-btn {
    border: 0;
    background: none;
    color: #4184eb;
    outline: none;
}

.wrapper .carousel {
    height: 250px;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
    scroll-behavior: smooth;
    margin-bottom: 0 !important;
}

.wrapper {
    /* position: relative; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel-con {
    width: 250px !important;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 300px) {
    .carousel-con {
        width: 250px !important;
    }
}

@media (min-width: 576px) {
    .carousel-con {
        width: 300px !important;
    }
}

@media (min-width: 768px) {
    .carousel-con {
        width: 500px !important;
    }
}

@media (min-width: 769px) {
    .carousel-con {
        width: 300px !important;
    }
}

/* @media (max-width: 990px) {
    .carousel-con {
        width: 300px !important;
    }
} */

/* @media (max-width:1500px) {
    .carousel-con {
        width: 350px !important;
    }
} */

.carousel .carousel-con {
    height: 100%;
    width: 300%;
    object-fit: cover;
    /* margin-left: 14px; */
}

/* offers image height */
.slick-track {
    opacity: 1;
    width: 1278px;
    transform: translate3d(0px, 0px, 0px);
    height: 250px;
}

@media (max-width: 768px) {
    .carousel .carousel-con {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    /* .carousel .carousel-con {
        width: 100% !important;

    } */
}

.carousel-offers .corousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.carousel img:first-child {
    margin-left: 0;
}

.continue-with {
    color: #051572;
}

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

.icons .icon-style {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 100%;
    background-color: rgba(236, 236, 236, 0.79);
    color: #051572;
    padding: 10px;
    text-decoration: none;
    margin-right: 15px;
}

.icons .icon-style:last-child {
    margin-right: 0;
}

.no-min-height {
    min-height: auto !important;
}

.p-15px {
    padding: 15px;
}

.pr-0 {
    padding-right: 0 !important;
}

.navheadbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
    width: 100%;
}

@media (max-width: 768px) {
    .navheadbox {
        flex-direction: row-reverse;
        margin-top: 5px;
        justify-content: end;
        /* display: none; */
        /* Hide initially */
    }

    .main-wrapper .main-wrapper-con .main-area-con .head-style .tabs {
        display: none !important;
    }

    .main-profile-icon {
        margin-top: 3px;
        margin-right: 10px;
    }

    .fa-solid,
    .fas {
        display: none !important;
    }

    .navtogglebtn {
        display: none !important;
    }
}

.navheadbox.active {
    display: flex !important;
    transition: 1s all ease-in-out;
    margin-bottom: 15px;
}

.navtogglebtn {
    margin: 10px;
    color: white;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3803921569);
    border-radius: 5px;
    padding: 10px 15px;
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .navtogglebtn {
        display: flex;
        /* Hide initially */
    }
}

.toggleBox {
    display: block;
}

.phone-toggle {
    display: none !important;
}

.big-toggle {
    display: flex !important;
}

.head-control {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media (max-width: 768px) {
    .big-toggle {
        display: none !important;
    }

    .phone-toggle {
        /* display: block !important; */
        display: flex !important;
        padding-bottom: 15px;
    }

    .main-profile-icon {
        width: 25px !important;
        height: 25px !important;
    }

    .login-btn {
        padding: 12px 6px;
    }

    .login-btn > h5 {
        font-size: 12px;
    }
}

.main-wrapper {
    min-height: 50vh;
    width: 100%;
    position: relative;
}

.main-wrapper .main-wrapper-con .main-area-con {
    z-index: 1;
    position: relative;
    min-height: 65vh;
    background-image: url(../images/header-logo/stayverse\ background\ image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: #1371ff solid 5px;
}

.main-wrapper .main-wrapper-con .main-area-con::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 40%;
}

.main-wrapper .main-wrapper-con .main-area-con .head-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: inherit;
    z-index: 2;
    padding-top: 14px;
    padding-bottom: 14px;
}

.main-wrapper .main-wrapper-con .main-area-con .head-style .logo-con {
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-wrapper .main-wrapper-con .main-area-con .head-style .logo-con .logo {
    width: 150px;
    padding: 0;
}

.main-wrapper
    .main-wrapper-con
    .main-area-con
    .head-style
    .logo-con
    .logo
    .logo-img {
    max-width: 100%;
    max-height: 100%;
}

.main-wrapper .main-wrapper-con .main-area-con .head-style .tabs {
    width: 100%;
    margin: -10 30px;
    /* border-radius: 15px; */
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0px 50px;
}

/* @media (max-width: 768px) {
    .main-wrapper .main-wrapper-con .main-area-con .head-style .tabs {
        margin-bottom: 15px !important;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .main-wrapper .main-wrapper-con .main-area-con .head-style .tabs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
} */

.main-wrapper .main-wrapper-con .main-area-con .head-style .tabs .tab-style {
    display: flex;
    width: fit-content;
    /* margin: 0px 25px 30px 0px; */
    color: white;
    border-left: dotted 1px white;
    align-items: center;
    justify-content: center;
}

/* @media (min-width: 576px) and (max-width: 768px) {
    .main-wrapper .main-wrapper-con .main-area-con .head-style .tabs .tab-style {
        padding: 5px !important;
    }
} */

.main-wrapper
    .main-wrapper-con
    .main-area-con
    .head-style
    .tabs
    .tab-style
    .tab-left {
    font-size: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.main-wrapper
    .main-wrapper-con
    .main-area-con
    .head-style
    .tabs
    .tab-style
    .tab-right {
    margin-top: 5px;
    width: 100%;
    margin-left: 5px;
}

.main-wrapper
    .main-wrapper-con
    .main-area-con
    .head-style
    .tabs
    .tab-style
    .tab-right
    h5 {
    font-size: 13px;
    letter-spacing: 0px;
}

.main-wrapper .main-wrapper-con .main-area-con .head-style .btn-con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.main-wrapper .main-wrapper-con .main-area-con .head-style .btn-con .login-btn {
    margin-top: -3px;
    display: flex;
    justify-content: space-between;
}

.main-wrapper
    .main-wrapper-con
    .main-area-con
    .head-style
    .btn-con
    .login-btn
    i {
    padding-right: 5px;
}

.main-wrapper .main-wrapper-con .main-area-con .body-area {
    position: inherit;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000006a;
    width: -webkit-fill-available;
}

.main-wrapper .main-wrapper-con .main-area-con .body-area .body-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

@media (max-width: 992px) {
    .main-wrapper .main-wrapper-con .main-area-con .body-area .body-section {
        flex-direction: column;
        width: auto;
    }
}

.main-wrapper
    .main-wrapper-con
    .main-area-con
    .body-area
    .body-section
    .box-style {
    display: flex;
    padding: 20px 30px;
    background: white;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.main-wrapper
    .main-wrapper-con
    .main-area-con
    .body-area
    .body-section
    .box-style:last-child {
    margin-right: 0;
}

@media (max-width: 992px) {
    .main-wrapper
        .main-wrapper-con
        .main-area-con
        .body-area
        .body-section
        .box-style {
        width: 100%;
        padding: 12px;
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
    }

    .date-con {
        justify-content: center;
    }
}

.main-wrapper .main-wrapper-con .main-area-con .body-area .body-foot {
    display: flex;
    justify-content: center;
    width: 70%;
}

@media (max-width: 576px) {
    .main-wrapper .main-wrapper-con .main-area-con .body-area .body-foot {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .main-wrapper .main-wrapper-con .main-area-con .body-area .body-foot {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .main-wrapper
        .main-wrapper-con
        .main-area-con
        .body-area
        .body-foot:last-child {
        margin-bottom: 0;
    }
}

.main-wrapper .main-wrapper-con .plans-con .plans-head h1 {
    text-align: center;
}

.main-wrapper .main-wrapper-con .ychoose-con {
    background-color: #e7f6ff;
}

.main-wrapper .main-wrapper-con .ychoose-head .ychoose-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-wrapper .main-wrapper-con .ychoose-head .ychoose-left .ychoose-left-body {
    padding: 25px 0;
}

.main-wrapper
    .main-wrapper-con
    .ychoose-head
    .ychoose-left
    .ychoose-left-body:first-child {
    padding-top: 50px;
}

.main-wrapper .main-wrapper-con .ychoose-head .ychoose-right .ychoose-img {
    padding: 15px;
}

@media (max-width: 576px) {
    .main-wrapper .main-wrapper-con .ychoose-head .ychoose-right .ychoose-img {
        width: 100%;
    }
}

.main-wrapper
    .main-wrapper-con
    .ychoose-head
    .ychoose-right
    .ychoose-img
    .ychoose-img-con {
    border-radius: 15px;
    overflow: hidden;
}

.main-wrapper
    .main-wrapper-con
    .ychoose-head
    .ychoose-right
    .ychoose-img
    .ychoose-img-con
    img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
    .main-wrapper .main-wrapper-con .ychoose-head .ychoose-right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.home-last-ychoose-img {
    padding: 0 15px;
}

.main-wrapper .main-wrapper-con .activities-con {
    /* background-image: url(https:www.bagpack2go.com/admin/webroot/img/uploads/blog/1626252616_675961-treking-and-hiking-to-mountain-guide.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.main-wrapper .main-wrapper-con .activities-con::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    opacity: 40%;
}

.footer-con {
    background-color: #2c2c2c;
}

.footer-head {
    display: flex;
    justify-content: end;
}

.main-wrapper .main-wrapper-con .footer-con .footer-head .footer-head-btn {
    margin-left: auto;
}

.main-wrapper .main-wrapper-con .footer-con .footer-body {
    padding-top: 30px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(236, 236, 236, 0.79) !important;
}

.main-wrapper .main-wrapper-con .footer-con .footer-body .logo-con {
    width: 150px;
    margin-bottom: 15px;
}

.main-wrapper .main-wrapper-con .footer-con .footer-body .logo-con img {
    max-width: 100%;
}

.main-wrapper .main-wrapper-con .footer-con .footer-foot {
    padding-top: 30px;
    color: rgba(236, 236, 236, 0.79);
}

.footer-foot {
    padding-top: 30px;
}

.main-wrapper .main-wrapper-con .footer-con .footer-foot a {
    color: rgba(236, 236, 236, 0.79);
    text-decoration: underline;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.copyright {
    color: #d1c9c9 !important;
}

/* Shine */

/* date new */

.guests-input button {
    position: relative;
    width: 100%;
    margin: 0px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    text-overflow: ellipsis;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    text-align: left;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    font-size: 14px;
}

.guests-input {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding-top: 0px;
}

.guests-input button {
    cursor: pointer;
}

.guests-input button:after,
.guests-input button:before {
    content: " ";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: #484848;
    position: absolute;
    top: 10px;
}

.guests-input button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}

.guests-input button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 6px;
}

.guests-input button.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.guests-input button.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.guests-input__options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.guests-input__options.open {
    opacity: 1;
    height: 146px;
    margin-top: 25px;
}

.booking-input__options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/* .booking-input__options.open {
    opacity: 1;
    height: 146px;
    margin-top: 25px;
} */
/* Default for desktop */
.book-input__options.open {
    opacity: 1;
    height: 95px;
    margin-top: 25px;
    z-index: 1;
    width: 145%;
    /* Wide for desktop */
}

/* For mobile screens */
@media screen and (max-width: 992px) {
    .book-input__options.open {
        width: 100%;
        /* Adjust to 100% for mobile */
    }
}

.carousel .slick-slide {
    text-align: center;
}

.booktype {
    border: none;
    background-color: white;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.rounded-button {
    margin-bottom: 25px;
    margin-left: 5px;
}

.box-style-1 {
    background-color: #0e61ff !important;
}

.events-label {
    display: flex;
    justify-content: center;
    word-break: break-all;
    width: 100%;
}

.sliders {
    position: relative !important;
}

.slider {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    /* Center the image */
}

.wonderland-name {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    /* background-color: rgba(255, 255, 255, 0.7); */
    padding: 5px !important;
    border-radius: 5px !important;
    color: #333;
    text-align: center !important;
    width: 100% !important;
    opacity: 0.8;
    color: antiquewhite;
    font-size: 28px;
    margin-bottom: 26px;
    font-weight: 700;
    word-break: break-all !important;
}

.container {
    width: 100%;
    overflow: visible;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider__track {
    display: flex;
    transition: transform 0.3s ease;
}

.mg-10 {
    margin-top: 10px;
}

.location-icon-color {
    color: #0e61ff !important;
}

.mg-9 {
    margin-left: -9px;
}

.mg-20 {
    margin-top: 30px;
}

.bg-red {
    color: red;
}

/* slider-2 */

/* Guest and Room Dropdown */

.guests-input button {
    position: relative;
    width: 100%;
    margin: 0px;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    text-overflow: ellipsis;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    text-align: left;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
    font-size: 14px;
}

.guests-input {
    position: relative;
    /* width: 200px; */
    width: 170px;
    margin: 0 auto;
    padding-top: 0px;
}

.guests-input button {
    cursor: pointer;
}

.guests-input button:after,
.guests-input button:before {
    content: " ";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: #484848;
    position: absolute;
    top: 10px;
}

.guests-input button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}

.guests-input button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 6px;
}

.guests-input button.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.guests-input button.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.guests-input__options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.guests-input__options.open {
    opacity: 1;
    height: 146px;
    margin-top: 25px;
    z-index: 1;
}

.guests-input__options > div {
    padding: 10px 0;
    text-align: center;
}

.guests-input__options {
    display: none;
}

.guests-input__options.open {
    display: block;
}

.guests-input__options > div:first-child {
    padding-top: 35px;
}

.guests-input__options > div:last-child {
    padding-bottom: 35px;
}

.guests-input__ctrl {
    display: inline-block;
    border: 1px solid #000000;
    font-size: 15px;
    color: #000000;
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 600;
}

.guests-input__ctrl.disabled {
    color: #d8d8d8;
    border-color: #d8d8d8;
    cursor: default;
}

.guests-input__value {
    display: inline-block;
    padding: 0 10px;
    /* width: 100px; */
    width: 80px;
    cursor: default;
    font-size: 13px;
    color: black;
    font-weight: 600;
}

.guests-input__value span {
    display: inline-block;
    padding-right: 5px;
}

.add-on-input {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.book-input__options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
    border-radius: 2px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

.book-input__options > div {
    padding: 10px 0;
    text-align: center;
}

/* Guest and Room Dropdown */

.plan-desc {
    font-size: 14px;
    /* Adjusted font size */
    color: black;
    /* Golden color for price */
    padding: 8px 10px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    width: 391px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-align: center;
    border-radius: 6px;
}

.plans-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
    text-align: center;
    font-family: fangsong;
}

.plan-price {
    font-size: 16px;
    font-weight: bold;
    color: #f39c12;
    /* Golden color for price */
}

.plan-image-container {
    width: 390px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    background-color: #e9f0f7;
}

.plan-item {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

@media (max-width: 560px) {
    .plan-item {
        flex-direction: column;
    }
}

/* .plan-card {
    transition: transform 0.3s ease;
    border-radius: 12px;
    display: contents;
}

.plan-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
} */

.fa-tasks {
    color: #ffd700;
    font-size: 14px;
}

.fa-arrow-alt-circle-right {
    color: #0c0c0c;
    margin-left: 5px;
}

.try-out-button {
    position: absolute;
    right: 10px;
    background-color: #f39c12;
    border: none;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 9px;
    font-family: fangsong;
}

@media (max-width: 1373px) {
    .plan-image-container {
        width: 235px;
        gap: 5px;
    }

    .try-out-button {
        font-size: 13px;
    }

    .plan-desc {
        width: 252px;
    }
}

@media (max-width: 560px) {
    .plan-image-container {
        width: 100%;
    }

    .plan-desc {
        width: 100%;
    }

    .try-out-button {
        font-size: 13px;
    }
}

/* General reset */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

/* Container styling */
.container {
    padding: 10px;
}

/* Offers section styling */
.offers-section h1 {
    text-align: center;
    font-size: 1.8rem;
    /* margin-bottom: 15px; */
}

/* Carousel styling */
.carousel-offers {
    display: flex;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    gap: 5px;
    /* Add space between items */
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
}

.carousel-offers::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari */
}

.carousel-con {
    flex: 0 0 auto;
    /* Prevent items from shrinking */
    width: 100%;
    /* Set width of each item */
    max-width: 400px;
    margin: 0 auto;
    /* Center align items */
}

.carousel-con img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* Rounded corners */
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
    .offers-section h1 {
        font-size: 1.5rem;
        /* Smaller font size for mobile */
    }

    .carousel-con {
        width: 90%;
        gap: 5px;
        /* Adjust width on smaller screens */
    }
}

.plan-preview img {
    max-width: 250px;
}

/* .plans-carousel {
	display: flex !important;
    justify-content: center;
} */

.plans-container {
    display: flex !important;
    justify-content: center;
}

.plans-carousel .slick-slide {
    /* width: 200px; Adjust the width as needed */
}

.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: flex !important;
    max-width: 100% !important;
    margin: 20px;
    overflow: hidden;
    width: 50vw;
}

.plan-preview {
    flex: 1;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.plan-preview img {
    width: 100%;
    height: 100%;
    /* margin: 10px; */
    object-fit: cover;
}

.plan-info {
    flex: 2;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* .plan-info:hover {
    transform: scale(1.2);
} */

.plan-info h2 {
    /* font-size: 24px; */
    color: #333;
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
}

.plan-info h6 {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.plan-btn {
    background-color: #2a265f;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    width: fit-content;
    align-self: end;
    /* position: absolute; */
    /* bottom: 30px; */
    /* right: 30px; */
    letter-spacing: 1px;
}

.plan-btn:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .course {
        flex-direction: column;
        align-items: center;
        /* Center the items in column layout */
    }
}

.center {
    display: flex !important;
    height: 100vh !important;
    align-items: center;
    justify-content: center;
}

.article-card {
    width: 50vw;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 300ms;
}

.article-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
}

.article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan-card .content {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    padding: 30px 20px 20px 20px;
    height: auto;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.article-card .date,
.article-card .title {
    margin: 0;
}

.article-card .date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
}

.article-card .title {
    font-size: 17px;
    color: #fff;
}

.button-29 {
    /* flex: 1; */
    /* margin: 10px; */
    align-items: center;
    appearance: none;
    background-image: radial-gradient(
        100% 100% at 100% 0,
        #5adaff 0,
        #5468ff 100%
    );
    border: 0;
    border-radius: 6px;
    box-shadow:
        rgba(45, 35, 66, 0.4) 0 2px 4px,
        rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
        rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 34px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition:
        box-shadow 0.15s,
        transform 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 2.5vh;
}

.navigation-arrow {
    width: 50px;
    height: 5vh;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b9b9b9;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.navigation-arrow:hover {
    background-color: #727272;
    /* Hover background color */
    color: #ffffff;
    /* Hover icon color */
}

.navigation-arrow i {
    font-size: 3vh;
}

.hidden {
    /* visibility: hidden; */
    /* color: #b9b9b9; */
    opacity: 0;
}

.swiper-pagination {
    position: static !important;
}

.plan-card,
.plan-card-banner {
    width: 80% !important;
    height: 30% !important;
    /* padding: 60px 0; */
    text-align: center;
    cursor: pointer;
    /* background: #33cccc; */
    color: white;
}

.plan-card img {
    /* aspect-ratio: 16/9; */
    object-fit: cover;
    border-radius: 10px;
    height: 400px;
    width: 100%;
}

.plan-card-banner img {
    /* aspect-ratio: 16/9; */
    object-fit: cover;
    border-radius: 10px;
    height: 250px;
    width: 100%;
}

.our-services-section {
    padding: 0 0;
    /* background: #f9fafb; */
}

.services-header {
    text-align: center;
    margin-bottom: 25px;
}

.services-header h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0f172a;
}

.services-header p {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 6px;
}

/* Slider */
.services-slider-wrapper {
    position: relative;
}

.plan-card {
    position: relative;
}

.plan-card .content {
    position: absolute;
    bottom: 12px;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%);
    padding: 10px 14px;
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    width: auto;
}

.plan-card .title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
}

/* Dark images support */
.plan-card .content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    /* background: rgba(255,255,255,0.15); */
    z-index: -1;
}

/* .plan-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
} */

/* Pagination */
.swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0d6efd;
}

/* Mobile */
@media (max-width: 768px) {
    .services-header h1 {
        /* font-size: 1.6rem; */
    }

    .plan-card img {
        height: 150px;
    }

    .our-services-section {
        padding: 0;
    }
}

.section-head-style h1 {
    font-weight: 800;
    font-size: 2.4rem;
}

.wrapper {
    padding: 10px 0;
}

.carousel-offers {
    display: flex;
    gap: 20px;
}

.carousel-con {
    border-radius: 18px;
    overflow: hidden;
    /* box-shadow:0 15px 30px rgba(0,0,0,.12); */
    transition: 0.4s;
    background: white;
}

.carousel-con img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.4s;
}

/* Mobile */
@media (max-width: 768px) {
    .carousel-con img {
        height: 260px;
    }
}

.carousel-offers > a {
    width: auto !important;
    flex: 0 0 auto;
}

.carousel-con {
    width: 100% !important;
}

.carousel-offers a {
    display: block;
}

.add-on-btn {
    position: relative;
}

.book-input__options {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
}

.book-input__options div {
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.book-input__options div:hover {
    background: #c5c5c5;
}

.book-input__options.open {
    display: block;
}

.body-section {
    align-items: stretch;
}

.box-style {
    position: relative;
}

.add-on-input {
    position: relative;
}

.booktype {
    min-width: 130px;
    text-align: center;
}

.book-input__options {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.box-style {
    overflow: visible !important;
}

.logo-con {
    display: flex;
    flex-direction: column;
    /* stack vertically */
    align-items: center;
    text-align: center;
}

/* Main logo */
.logo-img {
    height: 85px;
    /* width: auto; */
    object-fit: contain;
}

/* Partnership section */
.partner-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

.partner-logo img {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.in-offi {
    font-size: 16px;
    /* text-align: left; */
    width: max-content;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .logo-img {
        /* height: 48px; */
    }

    .partner-logo {
        font-size: 11px;
    }

    .partner-logo img {
        height: 24px;
    }
}

.book-input__options,
.guests-input__options {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.book-input__options.open,
.guests-input__options.open {
    display: block;
}

/* =========================
   FILTER CONTAINER
========================= */
.filter-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 90px;
}

/* =========================
   FILTER HEADER
========================= */
.filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.filter-head h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #111;
}

/* =========================
   ACCORDION STYLE
========================= */
.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 8px;
}

.accordion-button {
    padding: 12px 14px;
    background: #f8f9fa;
    border-radius: 10px !important;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    box-shadow: none;
}

.accordion-button h4 {
    font-size: 15px;
    margin-left: 25px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background: #eef2ff;
    color: #3b5cff;
}

.accordion-button::after {
    transform: scale(0.9);
}

/* .accordion-body {
    padding: 12px 6px;
} */

/* =========================
   FILTER LIST
========================= */
.filter-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-box-style {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.check-box-style:hover {
    background: #f5f7fa;
}

/* =========================
   CUSTOM CHECKBOX
========================= */
.check-input {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #cfd4dc;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.check-input:checked {
    background: #3b5cff;
    border-color: #3b5cff;
}

.check-input:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* =========================
   LABEL TEXT
========================= */
.check-label h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #333;
    cursor: pointer;
}

/* =========================
   PRICE SLIDER AREA
========================= */
#slider-range {
    margin-top: 15px;
}

#amount {
    font-size: 14px;
    color: #3b5cff !important;
    background: transparent;
}

/* =========================
   FILTER BUTTONS
========================= */
.filter-buttons {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    /* margin-top: 15px; */
}

.button-29 {
    background: #3b5cff;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.button-29:hover {
    background: #2f49e6;
    transform: translateY(-1px);
}

/* Back to top */
#back-to-top {
    background: #f1f3f5;
    color: #333;
}

#back-to-top:hover {
    background: #e2e6ea;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */
@media (max-width: 768px) {
    .filter-box {
        position: static;
        margin-bottom: 20px;
    }

    .accordion-button h4 {
        font-size: 14px;
    }
}

/* REMOVE BLUE BORDER / GLOW ON CLICK */
.accordion-button:focus,
.accordion-button:active {
    box-shadow: none !important;
    border-color: transparent !important;
    outline: none !important;
}

/* ALSO REMOVE WHEN OPEN */
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

/* =========================
   BASE FIXES
========================= */
.body-section {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.box-style {
    display: flex;
    align-items: center;
    position: relative;
}

.box-right {
    width: 100%;
}

.input-style {
    width: 100%;
}

/* =========================
   DATE INPUT FIX
========================= */
.date-con {
    display: flex;
    align-items: center;
    gap: 6px;
}

.date-con input[type="date"] {
    width: 100%;
}

/* =========================
   ADD ON / ROOMS DROPDOWN
========================= */
.book-input__options {
    position: absolute;
    top: 100%;
    left: -28px;
    z-index: 1000;
    background: #fff;
    width: 100%;
    border-radius: 8px;
}

.guests-input__options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    border-radius: 8px;
}

/* =========================
   SEARCH BUTTON
========================= */
.location-search-btn-home {
    height: -webkit-fill-available;
    padding: 0 28px;
    white-space: nowrap;
    border-radius: 5px;
}

@media (max-width: 1231px) {
    .location-search-btn-home {
        padding: 20px;
        width: 20%;
    }
}

/* =========================
   TABLET (≤ 991px)
========================= */
@media (max-width: 992px) {
    .box-style {
        flex: 1 1 calc(50% - 10px);
    }

    .location-search-btn-home {
        width: 100%;
        padding: 12px;
    }

    .body-section {
        gap: 0;
    }
    .tabs {
        display: none !important;
    }

    .navheadbox {
        justify-content: end;
    }

    .swiper-pagination-to-center {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .book-input__options  {
        left: 0;
    }
}

.date-input {
    position: relative;
    display: inline-block;
}

.date-input input {
    /* padding-left: 36px;   space for icon */
    cursor: pointer;
}

.date-input i {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 14px;
    pointer-events: none;
    /* click passes to input */
}

.date-input {
    position: relative;
    width: 100px; /* 👈 adjust this */
}

.date-input input {
    width: 100%;
    /* padding-left: 36px; */
    cursor: pointer;
    padding: 0;
}
.date-input input:focus,
.date-input input:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.modern-nav {
    width: 52px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

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

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 10;
    padding: 10px;
}

.modern-nav i {
    font-size: 20px;
    color: #111;
    transition: transform 0.25s ease;
}

.modern-nav:hover {
    background: #111;
    /* transform: translateY(-2px) scale(1.05); */
}

.modern-nav:hover i {
    color: #fff;
}

.footer-header h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 6px;
}

/* Wrapper */
.swiper-pagination-to-center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

/* Remove Swiper absolute positioning */
.swiper-pagination {
    position: relative !important;
    left: unset !important;
    transform: unset !important;
    width: auto !important;

    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    overflow-x: auto;
}

/* Hide scrollbar */
.swiper-pagination::-webkit-scrollbar {
    display: none;
}

/* Prevent bullet shrink */
.swiper-pagination-bullet {
    flex: 0 0 auto;
}

/* Make selectable dates black */
.flatpickr-day:not(.flatpickr-disabled) {
    color: #000 !important;
    opacity: 1 !important;
}

/* .guests-input__ctrl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
} */

/* Hover effect */
.guests-input__ctrl:hover {
    background: #f5f5f5;
    border-color: #bbb;
    transform: scale(1.05);
}

/* Click effect */
.guests-input__ctrl:active {
    transform: scale(0.95);
}

/* spacing between controls */
/* .guests-input__options div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
} */

.guests-input__value {
    font-size: 14px;
    font-weight: 500;
    min-width: 80px;
    text-align: center;
}
@media (max-width: 768px) {

    .profile-avatar {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .main-profile-icon {
        width: 32px;
        height: 32px;
    }

    .dropdown-menu {
        right: 0;
        left: auto;
        min-width: 130px;
        font-size: 14px;
    }
}

.profile-dropdown {
    min-width: 100px;
    padding: 6px 0;
    border-radius: 8px;
    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.profile-dropdown .dropdown-item {
    justify-content: center;
    font-size: 16px;
    color: #0f0d0d;
    display: flex;
    gap: 8px;
}

.profile-dropdown .dropdown-item:hover {
    background-color: #8bb0f4;
    color: #000;
}

.profile-dropdown .dropdown-divider {
    margin: 5px 0;
}

.profile-dropdown i {
    font-size: 14px;
    color: #777777;
}