.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
    width: 44px;
    height: 44px;
    font-size: 20px;
    color: #222222;
    background: #ffffff;
    text-shadow: none;
    top: 0;
    cursor: pointer;
    border: 1px solid #dedede;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-center .owl-nav button.owl-prev {
    left: -20px;
}

.nav-center .owl-nav button.owl-next {
    right: -20px;
}


@media (max-width: 998.99px) {
    .nav-center .owl-nav button.owl-prev {
        left: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .nav-center .owl-nav button.owl-next {
        right: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

.nav-center .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}

.nav-center .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #E4EBF1;
    margin-right: 8px;
    border-radius: 30px;
}

.nav-center .owl-dots .owl-dot.active {
    width: 22px;
    background: var(--tts-buttton-bg);
}

/* =========================
   OFFER SECTION
========================= */
.headingblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.headingblock .wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}

.heading-one {
    font-size: 25px;
    color: #000;
    margin: 0;
}

.headingblock .nav-tabs {
    border: none;
    display: flex;
    gap: 10px;
}

.headingblock .nav-tabs .nav-link {
    padding: 5px 7px;
    font-weight: 500;
    color: #151515;
    border: none;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
    text-transform: capitalize;
}

.headingblock .nav-tabs .nav-link.active,
.headingblock .nav-tabs .nav-link:hover {
    color: var(--tts-buttton-bg);
    border-bottom: 2px solid var(--tts-buttton-bg);
    background: transparent;
}

.headingblock .right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.headingblock .link {
    color: var(--tts-buttton-bg);
    text-decoration: underline;
    white-space: nowrap;
}

.custom-nav {
    display: flex;
    gap: 8px;
}

.custom-nav button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
    cursor: pointer;
    transition: 0.3s ease;
}

.custom-nav button:hover {
    background: #000;
    color: #fff;
}

.offer-slider .owl-item {
    margin: 10px 0;
}

.offer_page .item-box {
    display: block;
    background: #fff;
    border-radius: 8px;
    height: 200px;
    margin-left: 45px;
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.offer_page .item-box:hover {
    transform: translateY(-3px);
}

.offer_page .offer-box {
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.offer_page .imgsection {
    width: 125px;
    min-width: 125px;
    height: 180px;
    overflow: hidden;
    margin-left: -45px;
    border-radius: 8px;
    border: 1px solid #d6dfe4;
}

.offer_page .imgsection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.offer_page .offer-box:hover .imgsection img {
    transform: scale(1.15);
}

.offer_page .offer-content {
    height: 100%;
}

.offer-content .offer-height {
    padding: 20px 15px;
    width: calc(100% - 0px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-content .offer-height h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.offer-content .offer-height p {
    font-size: 13px;
    color: #525252;
    line-height: 20px;
}



@media (max-width: 991px) {
    .headingblock {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .heading-one {
        font-size: 22px;
        text-align: center;
    }

    .headingblock .wrap {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .item-box {
        margin-left: 0;
    }

    .imgsection {
        margin-left: 0;
    }

    .offer-content .offer-height h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .headingblock .wrap {
        gap: 10px;
        width: 100%;
        padding: 0 10px;
    }

    .headingblock .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 5px; 
        justify-content: center; 
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .headingblock .nav-tabs .nav-link {
        padding: 4px 8px;
        font-size: 13px;
        margin: 0;
        text-align: center;
        min-width: fit-content;
    }

    .heading-one {
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .headingblock .nav-tabs {
        gap: 4px;
    }

    .headingblock .nav-tabs .nav-link {
        padding: 3px 6px;
        font-size: 12px;
    }
}


/*routes*/

.popular_destination .routes_box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eae8e8;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: all .5s ease;
    min-height: 210px;
    text-decoration: none;
}

.popular_destination .routes_box:hover {
    box-shadow: var(--box-shadow);
}

.popular_destination .routes_box .origin_destination {
    width: 100%;
    padding-left: 14px;
    border-left: 1px solid #dedede;
    position: relative;
}

.popular_destination .routes_box .origin_destination:before {
    content: " ";
    position: absolute;
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    top: 0;
    left: -4px;
}

.popular_destination .routes_box .origin_destination div {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 4px;
}

.popular_destination .routes_box .origin_destination .time {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    width: 100%;
}

.popular_destination .routes_box .origin_destination:after {
    content: " ";
    background-color: #dbe3ef;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -4px;
}

.popular_destination .routes_box .price_go {
    display: flex;
    flex-direction: column;
    margin-top: auto; 
    margin-left: auto;
    padding-top: 10px;
    width: 100%;
}

.popular_destination .routes_box .price_go .low-price {
    font-size: 20px;
    color: #000000;
    display: block;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.popular_destination .routes_box .price_go .low-price span:first-child {
    width: 100%;
    font-weight: 400;
    display: block;
    font-size: 12px;
    color: #999;
}

.popular_destination .routes_box .price_go .low-price .rs {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    width: auto;
    float: none;
}

/*Trending Hotels*/
.hotel-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #dfdfdf;
    transition: all 0.5s ease-in-out;
}

.hotel-slider .hotel-item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none;
}

.hotel-slider .hotel-item:hover {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.hotel-slider .hotel-item .hotel-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.hotel-slider .hotel-item .hotel-img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hotel-slider .hotel-item .hotel-img .add-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--tts-buttton-bg);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}

.hotel-slider .hotel-item .hotel-content {
    padding: 20px 15px 10px;
}

.hotel-slider .hotel-item .hotel-content h4 {
    font-size: 20px;

}

.hotel-slider .hotel-item .hotel-content h4 a {
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 267px;
    display: inline-block;
    vertical-align: middle;
}

.hotel-slider .hotel-item .hotel-content p {
    margin: 8px 0;
    color: #212121;
    font-weight: 500;
}

.hotel-rate .badge {
    background: #ffa903;
    font-size: 13px;
    width: 100px;
}

.hotel-rate-type {
    color: var(--tts-buttton-bg);
    font-weight: 500;
    margin: 0 5px;
}

.hotel-rate-review {
    color: #212121;
    font-weight: 500;
}

.hotel-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-top: 20px;
    padding-top: 13px;
}

.hotel-price-amount {
    color: var(--tts-buttton-bg);
    font-weight: 700;
    font-size: 19px;
}

.hotel-price-type {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.hotel-text-btn a {
    color: #212121;
    font-weight: 500;
}

.hotel-text-btn a i {
    font-size: 14px;
}

.hotel-text-btn a:hover {
    color: var(--tts-buttton-bg);
}

/*===visa====*/
.countries-visa .card {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 #2a2626;
    border: none;
}

.countries-visa .card .cardbanner {
    height: 183px;
    border: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    filter: brightness(0.8);
}

.countries-visa .card .imgwrapper {
    left: -10px;
    position: absolute;
    top: -10px;
    border-radius: 50%;
}

.countries-visa .card .imgwrapper img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.countries-visa .card .country-card {
    padding: 10px 20px;
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.countryBox {
    margin: 10px 0 15px;
}

.countryName,
.price {
    font-weight: 600;
    font-size: 18px;
}

.countries-visa .card .countryName a {
    color: #fff;
}

.rupayBox {
    font-size: 12px;
}

/*===why choose us====*/
.feature-area {
    position: relative
}

.feature-area .feature-item {
    position: relative;
    text-align: center;
    border-radius: 12px;
    transition: all .5s ease-in-out
}

.feature-area .feature-icon {
    width: 80px;
    height: 80px;
    background: var(--tts-buttton-bg);
    font-size: 40px;
    margin: 0 auto 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.feature-area .feature-icon::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 2px dashed var(--tts-buttton-bg)
}

.feature-area .feature-icon img {
    filter: brightness(0) invert(1);
    width: 50px;
    height: 50px;
}

.feature-area .feature-title {
    color: #212121;
    margin-bottom: 10px;
    font-size: 18px;
}

@media all and (max-width: 991px) {
    .feature-area .feature-item {
        margin-bottom: 25px
    }
}

/* ================================
   HOLIDAY THEME SECTION
================================ */
.holidays_theme {
    position: relative;
}

.holidays_theme .holiday_slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.holidays_theme .holiday_slider .owl-item {
    display: flex;
    height: auto;
}

.holidays_theme .holiday_slider .theme-item {
    width: 100%;
}

.holidays_theme .theme-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.holidays_theme .theme-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 35, 62, 0.242);
    z-index: 1;
    transition: background 0.3s ease;
}

.holidays_theme .theme-img {
    height: 220px;
    overflow: hidden;
}

.holidays_theme .theme-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.3s ease;
}

.theme-item:hover .theme-img img {
    transform: scale(1.1);
}

.holidays_theme .theme-item:hover::before {
    background: rgba(13, 35, 62, 0.8);
}

.holidays_theme .theme-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.holidays_theme .theme-content .filenameicon {
    width: 45px;
    height: 45px;
}

.holidays_theme .theme-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.holidays_theme .theme-content p {
    font-size: 13px;
    color: #fff;
    margin: 6px 0 0;
    padding: 3px 12px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}


@media (max-width: 576px) {
    .holidays_theme .theme-img {
        height: 220px;
    }

    .holidays_theme .theme-content {
        padding: 10px;
    }

    .holidays_theme .theme-content .filenameicon {
        width: 35px;
        height: 35px;
    }

    .holidays_theme .theme-content h3 {
        font-size: 12px;
    }

    .holidays_theme .theme-content p {
        font-size: 10px;
    }
}

/* ================================
   DESTINATION CARD WITH OVERLAY
================================ */
.destinations .destination-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.destinations .destination-img {
    height: 220px;
    position: relative;
}

.destinations .destination-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.destinations .destination-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.2),
            transparent);
    z-index: 1;
    transition: 0.3s;
}

.destinations .destination-item:hover .destination-img img {
    transform: scale(1.1);
}

.destinations .destination-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.destinations .destination-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #fff;
}

.destinations .destination-info span {
    font-size: 12px;
    color: #ddd;
}

.destinations .destination-info p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 2px 0 0;
}

.destinations .destination-item:hover .destination-img::before {
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0.3),
            transparent);
}

.destinations .destination-btn {
    position: absolute;
    inset: 0;
    z-index: 3;
}

@media (max-width: 576px) {
    .destinations .destination-img {
        height: 220px;
    }

    .destinations .destination-title {
        font-size: 16px;
    }

    .destinations .destination-info p {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
    # Blog Posts Section
    --------------------------------------------------------------*/
.recent-posts .post-item {
    background: var(--bg-white);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border-radius: 12px;
}

.recent-posts .post-item .post-img img {
    transition: 0.5s;
    width: 100%;
    max-height: 220px;
    border-radius: 12px 12px 0 0;
}

.recent-posts .post-item .post-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}

.recent-posts .post-item .post-content {
    padding: 30px;
}

.recent-posts .post-item .post-title {
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
}

.recent-posts .post-item .meta i {
    font-size: 16px;
    color: var(--tts-buttton-bg);
}

.recent-posts .post-item .meta span {
    font-size: 15px;
    color: color-mix(in srgb, var(--dark), transparent 50%);
}

.recent-posts .post-item hr {
    color: color-mix(in srgb, var(--dark), transparent 80%);
}

.recent-posts .post-item .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: color-mix(in srgb, var(--dark), transparent 40%);
}

.recent-posts .post-item .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
}

.recent-posts .post-item:hover .post-title,
.recent-posts .post-item:hover .readmore {
    color: var(--tts-buttton-bg);
}

.recent-posts .post-item:hover .post-img img {
    transform: scale(1.1);
}

/*========mobile========app========*/
.mobile-app {
    background-color: #eaf1fb;
}

.mobile-app h3 {
    font-size: 30px;
}

.mobile-app ul {
    list-style: none;
    color: var(--dark);
    text-align: left;
    padding: 0;
    margin: 0;
}

.mobile-app ul li {
    padding-bottom: 5px;
    width: 50%;
    float: left;
}

.mobile-app .AppButton {
    display: flex;
    align-items: center;
    margin-top: 20px;
    float: left;
}

.mobile-app .mobileapp-item {
    position: relative;
    width: 100%;
}

.mobile-app .mobileapp-item .mobileapp-img,
.mobile-app .mobileapp-item .scnercode {
    width: 100%;
    text-align: center;
}

.mobile-app .mobileapp-item .mobileapp-img img {
    position: absolute;
    inset: 0px;
    display: block;
    box-sizing: border-box;
    margin: auto;
    padding: 0px;
    border: none;
}

.mobile-app .mobileapp-item .scnercode {
    margin-left: -25px;
    margin-top: 60px;
    position: relative;
}

.mobile-app .mobileapp-item .scnercode img {
    width: 150px;
}

/*========mobile========app====end====*/
/*======testimonials========*/

.testimonial-slider .owl-stage {
    display: flex;
}

.testimonial-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.testimonials .testimonial-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box; 
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px !important;
    border-radius: 50px;
    margin-right: 15px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 5px 0;
    color: #000;
}

.testimonials .testimonial-item h4 {
    font-size: 15px;
    color: #999;
    margin: 0;
    font-weight: normal !important;
}

/* .testimonials .testimonial-item .stars {
    margin: 10px 0;
    } */
.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: var(--accent-color);
    line-height: 0;
}

/* .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
    }
    .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    }
    */
.testimonials .testimonial-item p {
    flex-grow: 1;
    font-style: italic;
    margin: 15px 0;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 10px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

.cmpanylogo .logo {
    height: 60px;
}

/*============Trending Holidays========start===========*/
.holidayTrendsWrapper .holidayCardWrapper_box {
    border-radius: 12px;
    padding: 10px;
    height: 100%;
    background: var(--bg-white);
    box-shadow: var(--box-shadow);
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
    display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCard-body h5.card-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover {
    box-shadow: var(--box-shadow);
}

.holidayTrendsWrapper .holidayCardWrapper_box .makeRelative {
    position: relative;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0px -10px 20px -10px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .daysbadge {
    padding: 0px 10px;
    background: var(--tts-buttton-bg1);
    border-radius: 13px;
    color: var(--tts-buttton-txt1);
    position: absolute;
    margin-top: -30px;
    right: 5px;
    z-index: 1;
    font-size: 12px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .smileychoice {
    position: absolute;
    top: 50px;
    left: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended {
    position: absolute;
    z-index: 5;
    left: -8px;
    top: 15px;
    background-image: linear-gradient(to right, var(--tts-buttton-bg), var(--tts-buttton-bg1));
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.holidayTrendsWrapper .holidayCardWrapper_box .under-checkbox1 {
    top: 180px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0px solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0px;
    border-left: 8px solid #000;
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-top: 12px solid transparent;
    border-right: 0px;
    border-left: 8px solid #000;
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    z-index: 2;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    transition: all 0.5s;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover .img-wrapper:before {
    animation: shine .75s;
    width: 100%;
    left: 100%;
    transform: skewX(0deg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem {
    position: static;
    margin-top: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper {
    display: flex;
    gap: 20px;
    overflow-y: auto;
    scrollbar-color: #747474 #dcdcdc;
    scrollbar-width: thin;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li {
    margin-right: 10px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li p {
    margin: 0px;
    font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .redText {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .destinationName span {
    margin-right: 2px;
    margin-left: 2px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new {
    border-top: 1px solid #ebebeb;
    padding: 10px 0px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 {
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 .slashed {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a {
    color: var(--tts-buttton-txt);
    background: var(--tts-buttton-bg);
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 24px;
    border: 1px solid var(--tts-buttton-bg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a:hover {
    background: var(--tts-buttton-bg1);
    border: 1px solid var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
}

@media (max-width: 576px) {
    .holidayTrendsWrapper .holidayCardWrapper_box .holidayCard-body h5.card-title {
        font-size: 16px;
    }
}

/*============Trending Holidays========end===========*/


/* ==============================
   Transfer Section Base
================================ */

.transfer-slider .owl-stage {
    display: flex;
}

.transfer-slider .owl-item {
    display: flex;
    flex: 1;
}

.transfer-slider {
    position: relative;
}

.transfer-slider .transfer-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%; 
}

.transfer-slider .transfer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.transfer-slider .transfer-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.transfer-slider .transfer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.transfer-slider .transfer-card:hover .transfer-image img {
    transform: scale(1.08);
}

.transfer-slider .transfer-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
}

.transfer-slider .transfer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.transfer-slider .transfer-details {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    gap: 20px;
}

.transfer-slider .transfer-details li {
    margin-bottom: 6px;
    flex: 1;
}

.transfer-slider .transfer-details strong {
    color: #222;
}

.transfer-slider .transfer-details .price {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}

.transfer-slider .transfer-action {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transfer-slider .btn-view {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    color: var(--tts-buttton-bg);
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
}

.transfer-slider .btn-view:hover {
    color: var(--tts-buttton-bg1);
}

@media (max-width: 768px) {
    .transfer-slider .transfer-image {
        height: 220px;
    }
}



/* =========================
   BASE LAYOUT
========================= */
.popular-destinations .destinationlist_box,
.deal-box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.popular-destinations .destinationlist_box:hover,
.deal-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.popular-destinations .destination {
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.popular-destinations .destination.selected-destination {
    border-left: 4px solid var(--tts-buttton-bg);
}

.popular-destinations .destination:last-child {
    border-bottom: none;
}

.popular-destinations .destination-content {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 12px;
}

.popular-destinations .imgdiv img,
.popular-destinations .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.popular-destinations .imgdiv {
    width: 90px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

.popular-destinations .textblock h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.popular-destinations .textblock h3 {
    margin: 4px 0 0;
    font-size: 14px;
    color: var(--tts-buttton-bg);
}

.popular-destinations .deal-box a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.popular-destinations .img-container {
    height: 180px;
    overflow: hidden;
}

.popular-destinations .deal-info {
    padding: 12px;
}

.popular-destinations .deal-info h5 {
    font-size: 16px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.popular-destinations .deal-info strong {
    color: var(--tts-buttton-bg);
    font-size: 16px;
}

.popular-destinations .deal-info h5 span {
    font-size: 12px;
    color: #666;
}


/* ================================
   Adventure Activities Section
   Scoped under .activity-wrapper
================================ */
.activity-wrapper .card-hover-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.activity-wrapper .card-hover-overlay img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.activity-wrapper .card-hover-overlay:hover img {
    transform: scale(1.1);
}

.activity-wrapper .card-img-overlay {
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 16px;
}

.activity-wrapper .card-hover-overlay:hover .card-img-overlay {
    opacity: 1;
}

.activity-wrapper .card-img-overlay .card-title {
    font-size: 18px;
    font-weight: 700;
}

.activity-wrapper .card-img-overlay .card-text {
    font-size: 14px;
    opacity: 0.9;
}

.activity-wrapper .owl-nav button {
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.activity-wrapper .owl-nav button:hover {
    background: var(--tts-buttton-bg) !important;
    color: #fff !important;
}

@media (max-width: 576px) {
    .activity-wrapper .card-hover-overlay img {
        height: 180px;
    }

    .activity-wrapper #adventureTabs .nav-link {
        font-size: 14px;
        padding: 10px;
    }
}

/* ================================
   Banner Section
================================ */
.Add-banner-section .banner-slider {
    position: relative;
}

.Add-banner-section .banner-slider .item {
    overflow: hidden;
    border-radius: 12px;
}

.Add-banner-section .banner-slider img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease, filter 0.4s ease;
}

.Add-banner-section .banner-slider .item:hover img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.Add-banner-section .banner-slider .item a {
    display: block;
    position: relative;
}

.Add-banner-section .banner-slider .item a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    opacity: 0;
    transition: 0.4s ease;
    border-radius: 12px;
}

.Add-banner-section .banner-slider .item:hover a::after {
    opacity: 1;
}

.Add-banner-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.Add-banner-section .owl-nav button {
    position: absolute;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    width: 42px;
    height: 42px;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.Add-banner-section .owl-nav .owl-prev {
    left: -15px;
}

.Add-banner-section .owl-nav .owl-next {
    right: -15px;
}

.Add-banner-section .owl-nav button:hover {
    background: var(--tts-buttton-bg) !important;
    color: #fff !important;
}

.Add-banner-section .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.Add-banner-section .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}

.Add-banner-section .owl-dots .owl-dot.active span {
    background: var(--tts-buttton-bg);
    width: 25px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .Add-banner-section .banner-slider img {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .Add-banner-section .banner-slider img {
        height: 200px;
    }

    .Add-banner-section .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}


/* ================================
   Place Section
================================ */
.place-section #placeTab {
    border-bottom: none;
    gap: 10px;
}

.place-section .card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.place-section .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.place-section .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.place-section .card:hover .card-img-top {
    transform: scale(1.08);
}

.place-section .position-absolute {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.place-section .card-body {
    padding: 15px;
}

.place-section .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.place-section .text-primary {
    color: var(--tts-buttton-bg) !important;
    font-size: 16px;
}

.place-section .text-decoration-line-through {
    font-size: 13px;
}

.place-section .badge {
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 6px;
}

.place-section .owl-carousel .item {
    padding: 5px;
}

.place-section .owl-nav button {
    background: #fff !important;
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.place-section .owl-nav button:hover {
    background: var(--tts-buttton-bg) !important;
    color: #fff !important;
}

.place-section .owl-dots {
    margin-top: 10px;
}

.place-section .owl-dots .owl-dot span {
    background: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.place-section .owl-dots .owl-dot.active span {
    background: var(--tts-buttton-bg);
    width: 20px;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .place-section .card-img-top {
        height: 220px;
    }
}

.cta-title {
    font-size: 26px;
    font-weight: 700;
    color: #1c1c1c;
}

.cta-title span {
    color: var(--tts-buttton-bg);
}

.cta-subtitle {
    font-size: 15px;
    color: #666;
}

.cta-btn {
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 50px;
    background-color: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
    border-color: var(--tts-buttton-bg);
}

.cta-btn:hover {
    background-color: var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
    border-color: var(--tts-buttton-bg1);
}

/*===========LUXE START==========*/

.luxe-hero {
    position: relative;
    display: flex;
    align-items: center;
    height: 600px;
    z-index: 2;
    overflow: hidden;
}

.luxe-hero .banner-sliders .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.luxe-hero .slider-item {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.luxe-hero .slider-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: inherit;
}

.luxe-hero .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 20px;
    max-width: 90%;
}

@media (max-width: 768px) {
    .luxe-hero {
        height: 500px;
    }

    .luxe-hero .slider-item {
        height: 500px;
    }

    .luxe-hero .slider-content {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .luxe-hero {
        height: 220px;
    }

    .luxe-hero .slider-item {
        height: 220px;
    }
}


/* ===================================
   LUXE GRID FULL CSS (NO :ROOT)
=================================== */
.luxe .luxe-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.luxe .luxe-grid .card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 30px;
    min-height: 320px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    transition: .4s ease;
}

.luxe .luxe-grid .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transform: scale(1);
    transition: transform .8s ease;
}

.luxe .luxe-grid .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, .15) 0%,
            rgba(0, 0, 0, .35) 45%,
            rgba(0, 0, 0, .78) 100%);
    z-index: -1;
}

.luxe .luxe-grid .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .28);
}

.luxe .luxe-grid .card:hover::after {
    transform: scale(1.08);
}

.luxe .luxe-grid .icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.luxe .luxe-grid .icon svg {
    width: 38px;
    height: 38px;
    stroke: #fff;
    opacity: .88;
    transition: .35s ease;
}

.luxe .luxe-grid .card:hover .icon svg {
    transform: scale(1.15);
    opacity: 1;
}

.luxe .luxe-grid .tag {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 8px;
}

.luxe .luxe-grid .card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
}

.luxe .luxe-grid .card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .85);
}

.luxe .luxe-grid .card a {
    margin-top: 18px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    position: static;
    z-index: 2;
}

.luxe .luxe-grid .card a span {
    position: relative;
}

.luxe .luxe-grid .card a span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .35s ease;
}

.luxe .luxe-grid .card:hover a span::before {
    width: 100%;
}

.luxe .luxe-grid .card a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.luxe .luxe-grid .card.wide {
    grid-column: span 2;
}

.luxe .luxe-grid .card.highlight {
    background: linear-gradient(135deg,
            var(--tts-buttton-bg),
            var(--tts-buttton-bg1));
}

.luxe .luxe-grid .card.highlight::before,
.luxe .luxe-grid .card.highlight::after {
    display: none;
}

@media (max-width:992px) {
    .luxe .luxe-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .luxe .luxe-grid .card.wide {
        grid-column: span 2;
    }
}

@media (max-width:600px) {
    .luxe .luxe-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .luxe .luxe-grid .card,
    .luxe .luxe-grid .card.wide {
        grid-column: span 1;
        min-height: 260px;
        padding: 24px;
    }

    .luxe .luxe-grid .card h3 {
        font-size: 21px;
    }
}

/*===========LUXE end==========*/


/*===========LUXE END==========*/



/*===========destination-section==========*/

.destination-section {
    background-color: var(--bg-white); 
    padding: 50px 0;
}

.destination-section .container {
    background-color: var(--white);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(156, 170, 179, 0.28);
}

.destination-section .destination-card {
    text-decoration: none;
    color: var(--header-txt-color); 
    display: flex;
    align-items: flex-start;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.destination-section .city-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.destination-section .city-name {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 1.1rem;
    color: var(--header-txt-color);
}

.destination-section .city-desc {
    font-size: 0.85rem;
    color: #6c757d; 
    line-height: 1.4;
}