/* Navigation Buttons - Shared Styles */
.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
    width: 44px;
    height: 44px;
    font-size: 20px;
    background-color: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    margin: 0;
    text-shadow: none;
}

/* Button Positioning */
.nav-center .owl-nav button.owl-prev {
    left: -30px;
}
.nav-center .owl-nav button.owl-next {
    right: -30px;
}

/* On Hover - Show Buttons */
.nav-center:hover .owl-nav button.owl-prev {
    left: -20px;
}
.nav-center:hover .owl-nav button.owl-next {
    right: -20px;
}
.nav-center:hover .owl-nav button.owl-prev,
.nav-center:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

/* Disabled Button Style */
.nav-center .owl-nav button.disabled {
    opacity: 0;
    background: #e0dcdc;
    color: #ffffff;
}

/* Responsive - Mobile Adjustments */
@media (max-width: 998.99px) {
    .nav-center .owl-nav button.owl-prev,
    .nav-center .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .nav-center .owl-nav button.owl-prev {
        left: 20px;
    }
    .nav-center .owl-nav button.owl-next {
        right: 20px;
    }
}

/* Dots Navigation */
.nav-center .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    width: 100%;
}
.nav-center .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #E4EBF1;
    margin-right: 8px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.nav-center .owl-dots .owl-dot.active {
    width: 22px;
    background: var(--tts-buttton-bg);
}


/*========why choose us========*/
.why_choose_us ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.why_choose_us ul li {
    display: inline-block;
    border-right: 1px #e9e9e9 solid;
    position: relative;
}

.why_choose_us ul li .whychooseus-box {
    display: flex;
    height: 100%;
    width: 100%;
}

.why_choose_us ul li .whychooseus-box .icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.why_choose_us ul li .whychooseus-box img {
    border-radius: 3px;
    width: 70px;
    height: 70px;

}

.why_choose_us ul li h3 {
    display: block;
    font-size: 18px;
    color: #151515;
    text-transform: capitalize;
}

.why_choose_us ul li p {
    display: block;
    margin: 0;
    color: #333;
    line-height: 20px;
}

.why_choose_us ul li:nth-child(4n) {
    border-right: none;
}

@media (max-width: 468px) {

    .why_choose_us ul li .whychooseus-box img,
    .why_choose_us ul li .whychooseus-box .icon1 img {
        width: 50px;
        height: 50px;
    }
}

/*========why choose us end========*/

/*======offer_page==========*/
.offer_page .offer_bg .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}

.offer_page .offer_bg .nav-tabs .nav-item {
    margin-right: 10px;
}

.offer_page .offer_bg .nav-tabs .nav-item .nav-link {
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    color: #151515;
    background-color: #ededed;
}

.offer_page .offer_bg .nav-tabs .nav-item .nav-link.active {
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
}

.offer_page .offer_bg .card {
    border: 0;
    overflow: hidden;
}

.offer_page .offer_bg .card .card-img {
    height: 200px;
}

.offer_page .offer_bg .card .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(-70%);
    transition: all 0.3s ease;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.offer_page .offer_bg .card .card-img-overlay .card_icons {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    font-size: 18px;
    color: #151515;
}

.offer_page .offer_bg .card:hover .card-img-overlay {
    opacity: 1;
    transform: translateY(0);
}

.offer_page .offer_bg .card .card-img-overlay .card-title {
    color: #ffffff;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .offer_page .offer_bg .nav-tabs {
        gap: 10px;
    }

    .offer_page .offer_bg .nav-tabs .nav-item {
        margin-right: 0;
    }

    .offer_page .offer_bg .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }
}

/*======offer_page===end=======*/

/*Flights routes*/

.popular_destination {
    background: linear-gradient(184.15deg, #FFF 2.72%, #FFF2F2 95.98%);
}

.routes_box {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: unset;
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ededed;
}

.origin_img {
    display: flex;
    align-items: center;
    margin-right: 15px;
    border: 3px solid var(--tts-buttton-bg);
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;
}

.origin_img img {
    border-radius: 50px;
    height: 65px;
    width: 65px;
    object-fit: cover;
}

.origin_destination {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.origin_destination .elip {
    font-weight: 700;
    margin-bottom: 0px;
    color: #151515;
}

.origin_destination .count {
    font-size: 14px;
    margin: auto 0;
    font-weight: 400;
    color: var(--tts-buttton-bg);
}

.routes_box:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.routes_box:hover .routes_box {
    color: inherit;
}


/* ===================
   Trending Hotels CSS
====================== */
.trending-hotels .hotel-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.trending-hotels .hotel-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow);
}



.trending-hotels .hotel-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.trending-hotels figure.hotel-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.trending-hotels figure .hotel-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform 0.4s ease-in-out;
}

.trending-hotels .hotel-item:hover .hotel-image {
    transform: scale(1.08);
}

.trending-hotels .hotel-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
}

.trending-hotels .hotel-location {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5E6D77;
    display: flex;
    align-items: center;
}

.trending-hotels .hotel-stars {
    position: unset;
    line-height: 14px;
    margin-bottom: 5px;
}

.trending-hotels .hotel-stars i {
    font-size: 13px;
    color: #FA5636;
}

.trending-hotels .hotel-item .hotel-details {
    padding: 20px;
    position: relative;
}

.trending-hotels .hotel-review {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

.trending-hotels .review-score {
    background: var(--tts-buttton-bg);
    border: 1px solid var(--tts-buttton-bg);
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    color: var(--tts-buttton-txt);
    margin-right: 5px;
    padding: 4px 6px;
}

.trending-hotels .review-count {
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
}

.trending-hotels .hotel-item .hotel-details .section-footer {
    border-top: 1px solid #DEDEDE;
    margin-top: 20px;
    padding-top: 20px;
}

.trending-hotels .hotel-item .hotel-details .price-wrapper {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5E6D77;
}

.trending-hotels .hotel-item .hotel-details .price-wrapper .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #1A2B48;
    margin-left: 8px;
    margin-right: 4px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .trending-hotels .hotel-image {
        height: 180px;
    }

    .trending-hotels .hotel-details {
        padding: 12px;
    }

    .trending-hotels .hotel-name {
        font-size: 16px;
    }

    .trending-hotels .review-score {
        padding: 4px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .trending-hotels {
        padding: 30px 0;
    }

    .trending-hotels .hotel-image {
        height: 160px;
    }

    .trending-hotels .hotel-name {
        font-size: 14px;
    }

    .trending-hotels .review-score {
        padding: 3px 8px;
        font-size: 11px;
    }

    .trending-hotels .review-count {
        font-size: 12px;
    }
}

/*==================holiday========theme==============*/
.holidays_theme .card {
	background-color: var(--tts-buttton-bg);
	border: 0;
	color: var(--tts-buttton-txt);
}

.holidays_theme .card .card-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.holidays_theme .card .card-body .card-title {
	display: flex;
	align-items: center;
	margin: 0;
    font-size: 18px;
}

.holidays_theme .card .card-img-top {
	height: 220px;
}

.holidays_theme .card .icons_image {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}


/* Trending Destinations  */
.Trending-destinations .thumbnail {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto 16px auto;
}

.Trending-destinations .thumbnail a {
    display: block;
}

.Trending-destinations .thumbnail a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}


.Trending-destinations .thumbnail:hover a img {
    opacity: 0.5;
    transform: scale(1.2);
}

.Trending-destinations .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
}

.Trending-destinations .title a {
    color: #292323;
    text-decoration: none;
    transition: color 0.3s;
}

.Trending-destinations .title a:hover {
    color: #292323;
}

.Trending-destinations .desc {
    font-weight: 400;
}

.Trending-destinations .desc a {
    display: block;
    color: #292323;
    text-decoration: none;
    transition: color 0.3s;
}

.Trending-destinations .desc a:hover {
    color: #333;
}

.Trending-destinations .desc a span{
    color: var(--tts-buttton-bg);
    display: block;
    font-weight: 700;
    font-size: 18px;
}


.Trending-destinations .nav-center .owl-nav button.owl-prev,
.Trending-destinations .nav-center .owl-nav button.owl-next{
  top: 80px;

}



/* Holidays Destinations Start */
.destination-item {
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.destination-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: all .3s;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.destination-item img {
    border-radius: 10px;
    width: 100%;
    transition: all .5s;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

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

.destination-info {
    position: absolute;
    inset: 0;
    transition: all .3s ease-in-out;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #ffffff;
}

.destination-info h5 {
    color: #ffffff;
    font-size: 18px;
}

.destination-info span {
    font-size: 14px;
    display: block;
}

.destination-info p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}




/* ===================
package css 
====================== */

.packages-seven-section .package-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.packages-seven-section .package-item:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-5px);
}

.packages-seven-section .package-item .package-image {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.packages-seven-section .package-item .package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.packages-seven-section .package-item .package-image .fav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}


.packages-seven-section .package-item .package-image .fav-item .fav-icon {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 400;
    color: var(--tts-buttton-bg);
    background: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-seven-section .package-item .package-image .fav-item .badge {
    font-size: 13px;
    border-radius: 50px;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: capitalize;
    background-color: var(--tts-buttton-bg) !important;
    border: 1px solid var(--tts-buttton-bg) !important;
    color: var(--tts-buttton-txt) !important;
}

.packages-seven-section .package-item .package-content {
    padding: 20px;
}

.packages-seven-section .package-item .package-content h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.packages-seven-section .package-item .package-content h4 a {
    color: #333333;
}

.packages-seven-section .package-item .package-content h4 a:hover {
    color: var(--tts-buttton-bg);
}



.packages-seven-section .package-item .package-content .package-day li:last-child::before {
    display: none;
}

.packages-seven-section .package-item .package-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.packages-seven-section .package-item .package-content ul li {
    margin: 0px 5px 5px 0;
    text-align: center;
}

.packages-seven-section .package-item .package-content ul li i {
    margin-right: 5px;
    color: #333333;
}

.packages-seven-section .package-item .package-content .package-day {
    color: var(--tts-buttton-bg);
    margin-top: 1rem;
    margin-bottom: 0;
    justify-content: start;
}

.packages-seven-section .package-item .package-content .package-day li {
    position: relative;
    padding-right: 5px;
    margin: 0 5px 0 0;
}

.packages-seven-section .package-item .package-content .package-day li::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #d1d1d1;
}

.packages-seven-section .package-item .package-bottom {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #E4EBF1;
    margin-top: auto;
}

.packages-seven-section .package-item .package-price {
    color: #333333;
    font-weight: 500;
    font-size: 12px;
}

.packages-seven-section .package-item .package-price span {
    font-weight: 700;
    color: var(--tts-buttton-bg);
    font-size: 18px;
    display: block;
}

.packages-seven-section .package-item .package-text-btn a {
    color: var(--tts-buttton-txt);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: var(--tts-buttton-bg);
}

.packages-seven-section .package-item .package-text-btn a:hover {
    color: var(--tts-buttton-txt1);
    background-color: var(--tts-buttton-bg1);
}

/* ===================
Work section css 
====================== */
.why-choose-us .card {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    border: 0;
    transition: all 0.5s ease;
}

.why-choose-us .card:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-4px);
}

.why-choose-us .card .card-body {
    padding: 30px;
}

.why-choose-us .card h5 {
    font-size: 18px;
}

.why-choose-us::before {
    content: "";
    background: url(../img/bg/hotel-bg-07.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.why-choose-us .work-avatar {
    background: #E4EBF1;
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 18px;
}

.why-choose-us .work-avatar .text-primary {
    color: var(--tts-buttton-bg) !important;
}

.why-choose-us .work-icon {
    color: var(--tts-buttton-bg);
}

.why-choose-us .work-icon i {
    font-size: 40px;
}

/*--------------------------------------------------------------
    # Blog Posts Section
    --------------------------------------------------------------*/
.recent-posts .post-item {
    background: var(--bg-white);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
    transition: 0.3s;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.recent-posts .post-item:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-4px);
}

.recent-posts .post-item .post-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

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

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

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

.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%);
    margin: 20px 0;
}

.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);
}


/*==========visa section======*/
.visa-section .visa-item {
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    background: var(--bg-white);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.visa-section .visa-item:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-4px);
}

.visa-section .visa-item .visa-img {
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.visa-section .visa-item .visa-img img {
    height: 100%;
    width: 100%;
}

.visa-section .visa-item .visa-content .title {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.visa-section .visa-item .visa-content .title a {
    color: inherit;
}

.visa-section .visa-item .visa-content p {
    margin: 0;
}

.visa-section .visa-item .visa-price {
    text-align: center;
    border: 2px solid var(--tts-buttton-bg);
    font-size: 18px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 5px;
    font-weight: bold;
    color: #df314a;
}

.visa-section .visa-item .visa-price span {
    font-size: 12px;
    color: #000;
}

/*testimonials section*/

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
}

.testimonials .testimonial-item:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-4px);
}

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

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    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(--tts-buttton-bg);
    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 {
    font-style: italic;
    margin: 0px auto 15px auto;
}

.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(--tts-buttton-bg);
}

@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;
}