body {
    background-color: var(--bg-white);
    color: var(--header-txt-color);
}


/* =========================
   Owl Carousel Buttons
========================= */

.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
    width: 52px;
    height: 52px;
    background: var(--white);
    color:var(--tts-buttton-bg);
    border: 1px solid var(--topbar-txt-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.nav-center .owl-nav button.owl-next:hover,
.nav-center .owl-nav button.owl-prev:hover {
    background: var(--tts-buttton-bg);
    color: var(--white);
    border-color: var(--tts-buttton-bg);
    transform: translateY(-50%) scale(1.1);
    box-shadow:0 10px 20px rgba(14, 165, 233, 0.3);
}

.nav-center .owl-nav button.owl-next:hover i {
    transform: translateX(3px);
}

.nav-center .owl-nav button.owl-prev:hover i {
    transform: translateX(-3px);
}

.nav-center .owl-nav button:active {
    transform: translateY(-50%) scale(0.92);
}


.offer-section .owl-nav .owl-prev,
.offer-section .owl-nav .owl-next {
    top: 40% !important;
}

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

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


.nav-center .owl-nav button.disabled {
    background: #e0dcdc;
    cursor: default;
    opacity: 0;
}

.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: var(--topbar-txt-color);
    margin: 0 4px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

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


/* =====================================
   Exclusive Deals Section - Modern Trending
===================================== */

.tour-destinations {
    padding: 20px 0 20px 0;
    background: linear-gradient(to bottom, var(--bg-white), var(--white));
}



.headingblock {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    align-items: center;
}

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

.headingblock .heading-one span {
    font-size: 28px;
    font-weight: 700;
    color: var(--footer-Bg);
    position: relative;
}

.holidays-theme .headingblock .heading-one span {
    color: var(--white);
}

.headingblock .heading-one span::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--white);
    margin-top: 6px;
    border-radius: 2px;
}
   
.headingblock .nav {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 22px;
    margin: 0;
}

.headingblock .nav li a {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header-txt-color);
    border-radius: 30px;
    background: var(--bg-white);
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid transparent;
}

.headingblock .nav li a:hover {
    background: var(--tts-buttton-bg);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.headingblock .nav li a.show.active {
    background: var(--footer-Bg);
    color: var(--white);
    border: 1px solid var(--footer-Bg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.headingblock .view-all a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--tts-buttton-bg);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 10px 24px;
    border-radius: 50px;
    background: transparent !important; 
    border: 1.5px solid var(--tts-buttton-bg); 
    
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}


.headingblock .view-all a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--tts-buttton-bg);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.headingblock .view-all a i {
    font-size: 12px;
    transition: all 0.4s ease;
}


.headingblock .view-all a:hover {
    color: var(--white)!important; 
    border-color: var(--tts-buttton-bg);
    box-shadow: 0 8px 15px rgba(13, 110, 253, 0.2);
    transform: translateY(-3px);
}

.headingblock .view-all a:hover::before {
    left: 0;
}

.headingblock .view-all a:hover i {
    transform: translateX(6px) scale(1.1);
    color: #ffffff;
}

.headingblock .view-all a:active {
    transform: scale(0.95);
}



/* OFFER SECTION */

.offer-section {
    border-radius: 30px;
    background: linear-gradient(135deg, var(--bg-white), var(--white));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    padding: 30px 15px;
    margin: 30px 0 30px 0;
}

.slideimgcard {
    position: relative;
}

.slideimgcard img {
    width: 100%;
    height: 300px;
    border-radius: 30px;
}

.slideimgcard::after {
    border-radius: 0 30px;
    top: 0;
    right: 75px;
    width: 60px;
    height: 60px;
    content: '';
    position: absolute;
    z-index: 99999999;
    background: transparent;
    box-shadow: 7px -29px var(--bg-white);
}

.slideimgcard::before {
    border-radius: 0 30px;
    top: 75px;
    right: 0;
    width: 60px;
    height: 60px;
    content: '';
    position: absolute;
    z-index: 99999999;
    background: transparent;
    box-shadow: 15px -7px var(--bg-white);
}

.slidearrrowbtn {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--tts-buttton-bg);
    display: flex;
    width: 75px;
    height: 75px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--white);
    border: 8px solid var(--bg-white);
    box-shadow: 13px -13px 0px 13px var(--bg-white);
}


.slidearrrowbtn:hover i {
    transform: rotate(360deg);
    color: #fff;
}

.slidearrrowbtn i {
    transition: all ease .5s;
    transform: rotate(316deg);
}

.slidecontent {
    padding: 15px 0;
}


.slidecontent1 p:nth-child(1) {
    font-size: 19px;
    font-weight: 700;
    color: var(--font-2);
    margin-bottom: 0 !important;
}

.slidecontent1 p:nth-child(2) {
    font-size: 12px;
    color:var(--tts-buttton-bg);
    margin-bottom: 0 !important;
}


/* ===============================
   Holiday Theme Section
================================= */

.holidays-theme {
    padding: 50px 0;
    background: linear-gradient(135deg, var(--topbar-bg), var(--tts-buttton-bg));
    position: relative;
}


.holidays-theme .sec-title-center .sub-title-center,
.holidays-theme .sec-title-center h2 {
    color: #fff;
}

.holidays-theme .sec-title-center .sub-title-center::before,
.holidays-theme .sec-title-center .sub-title-center::after {
    background-color: #fff;
}

.holidays-theme .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.holidays-theme .destination-item {
    position: relative;
    width: clamp(150px, 18vw, 220px);
    aspect-ratio: 1 / 1;
    padding: 8px;
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
    cursor: pointer;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.holidays-theme .destination-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
}

.holidays-theme .destination-item:hover img {
    transform: scale(1.15);
}

.holidays-theme .filenameicon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: clamp(30px, 4vw, 45px);
    aspect-ratio: 1 / 1;
    padding: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    object-fit: contain;
    z-index: 3;
    transition: transform 0.3s ease;
}

.holidays-theme .destination-item:hover .filenameicon {
    transform: rotate(12deg) scale(1.08);
}

.holidays-theme .destination-overlay {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    border: 8px solid rgba(255, 255, 255, 1);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.holidays-theme .destination-item:hover .destination-overlay {
    opacity: 1;
}

.holidays-theme .destination-overlay h5 {
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.holidays-theme .destination-overlay span {
    font-size: clamp(12px, 1vw, 14px);
    opacity: 0.9;
    color: #fff;
}




/* ===============================
   Feature Area
================================= */

.feature-area {
    padding: 60px 0;
    background: linear-gradient(to bottom, var(--white), var(--bg-white));
}


.feature-item {
    background: var(--white);
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--topbar-txt-color);
    position: relative;
    overflow: hidden;
}
.feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: transparent;
    border-top: 3px solid var(--tts-buttton-bg);
    border-left: 3px solid var(--tts-buttton-bg);
    transition: width 0.3s ease, height 0.3s ease 0.3s;
    z-index: 2;
    border-radius: 18px 0 0 0;
    opacity: 0;
}

.feature-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background: transparent;
    border-bottom: 3px solid var(--tts-buttton-bg);
    border-right: 3px solid var(--tts-buttton-bg);
    transition: width 0.3s ease, height 0.3s ease 0.3s;
    z-index: 2;
    border-radius: 0 0 18px 0;
   opacity: 0;
}

.feature-item:hover::before,
.feature-item:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.feature-item:hover {
    border-color: transparent; 
    box-shadow: 0 15px 35px rgba(14, 165, 233, 0.2);
    
}

.feature-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tts-buttton-bg);
    border-radius: 50%;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}


.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(6deg);
    background: var(--bg-white);
}


.feature-icon img {
    max-width: 40px;
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.feature-item:hover .feature-icon img {
    transform: scale(1.15);
    filter: none;
}


.feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--topbar-bg);
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.feature-item:hover .feature-title {
    color: var(--tts-buttton-bg);
}


.feature-item p {
    font-size: 14px;
    color: var(--header-txt-color);
    line-height: 1.6;
    margin: 0;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-item:hover p {
    color: var(--header-txt-color);
}

/* =====================================
   Flight Routes SECTION - Rectangle Card
===================================== */
.popular_destination {
    padding: 60px 0;
    background: var(--bg-white);
}

.popular_destination .item {
    margin: 10px 0;
}

.routes_box {
    display: block;
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    margin: 0;
}


.routes_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.routes_box .route-card__image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.routes_box .route-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.routes_box:hover .route-card__image {
    transform: scale(1.08);
}




.routes_box .route-card__content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.routes_box .route-card__cities {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--topbar-bg);
}


.routes_box .route-card__codes {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--footer-Bg);
}

.routes_box .route-card__separator {
    width: 22px;
    height: 2px;
    background: var(--footer-Bg);
    border-radius: 2px;
}

.routes_box .route-card__pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 6px;
}

.routes_box .route-card__departure-date {
    color: #666;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.routes_box .route-card__departure-date i {
    color: var(--tts-buttton-bg);
}

.route-card__amount {
    font-size: 14px;
    font-weight: 700;
    color: var(--topbar-bg);
}

.routes_box .route-card__currency {
    font-size: 18px;
    color: var(--tts-buttton-bg);
    font-weight: 600;
}


/* =====================================
   Trending Destinations Section
===================================== */


.tour-category-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.tour-category-img {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

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


.tour-category-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
    opacity: 0;
    transition: 0.4s ease;
}

.tour-category-card:hover .tour-category-img::before {
    opacity: 1;
}



.tour-overlay-wrapper {
    padding: 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--topbar-bg);
}


.tour-destinations .row>div {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 10px;
}


.hover-arrow {
    position: absolute;
    bottom: 18%;
    left: 40px;

    width: 70px;
    height: 70px;

    background: var(--white);
    border-radius: 50%;
    border: 4px solid var(--bg-white);

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

    font-size: 20px;
    color: var(--tts-buttton-bg);

    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;

    transition: all 0.4s ease;
}


.tour-category-card:hover .hover-arrow {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.hover-arrow i {
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}

.tour-category-card:hover .hover-arrow i {
    transform: rotate(0deg);
}



h3, .h3 {
    font-size: clamp(18px, 1rem + 0.4vw, 22px);
}



/* =====================================
   Transfer SECTION
===================================== */
.transfer-section {
    padding: 50px 0;
    background-color: var(--bg-white);
}

.transfer-section .transfer-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.transfer-card__link:hover {
    color: inherit;
}

.transfer-section .transfer-card__image {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 250px;
}

.transfer-section .transfer-card__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.transfer-section .transfer-card:hover .transfer-card__image img {
    transform: scale(1.05);
}

.transfer-section .transfer-card__caption h4 {
    position: absolute;
    bottom: 8px;
    left: 12px;
    display: inline-block;
    background: var(--tts-buttton-bg);
    color: var(--white);
    font-size: 12px;
    padding: 2px 6px;
    margin-top: 4px;
    border-radius: 4px;
    font-weight: normal;
    margin: 0;
}

.transfer-section .transfer-card__badge {
    position: absolute;
    top: 8px;
    right: 12px;
    display: inline-block;
    background: var(--tts-buttton-bg1);
    color: var(--white);
    font-size: 12px;
    padding: 2px 6px;
    margin-top: 4px;
    border-radius: 4px;
}

.transfer-section .transfer-card__body {
    padding: 16px;
}

.transfer-section .transfer-card__title {
    font-size: 16px;
    margin-bottom: 8px;
}

.transfer-section .transfer-card:hover .transfer-card__title {
    color: var(--tts-buttton-bg);
}



.transfer-section .transfer-card__details {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

.transfer-section .transfer-card__details li {
    margin-bottom: 6px;
}

.transfer-section .transfer-card__price {
    font-weight: bold;
    font-size: 22px;
    color: var(--topbar-bg);
}

.transfer-section .transfer-card__btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-bg);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.transfer-section .transfer-card__btn:hover {
    background: var(--tts-buttton-bg1);
}

/* =====================================
    MODERN TRAVEL TESTIMONIALS (OPTIMIZED)
 ===================================== */

.testimonials {
    padding: 100px 0;
    background-color: var(--bg-white);
    overflow: hidden;
    width: 100%;
}

.testim-inmg-main {
    position: relative;
    padding-right: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testim-inmg-main p:first-child {
    color: var(--tts-buttton-bg);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 12px;
}

.testim-inmg-main p:nth-child(2) {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    color: var(--topbar-bg);
    line-height: 1.2;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

.testi-left-img {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
     border: 12px solid var(--white);
    border-radius: 28px;
    box-shadow:
        0 10px 30px rgba(14, 165, 233, 0.08),
        0 20px 60px rgba(0, 0, 0, 0.03);
    background-color: var(--white);

}

.testi-left-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(186, 230, 253, 0.4) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(14, 165, 233, 0.15) 100%);
    border-radius: 16px;
    backdrop-filter: saturate(1.3) contrast(1.05) brightness(1.05);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testi-left-img:hover::after {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.4) 100%);
    backdrop-filter: saturate(1.5) brightness(1.1);
}

   


.testimonial-item {
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--topbar-txt-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--tts-buttton-bg);
}

.testimonial-item p {
    line-height: 1.6;
    color: var(--header-txt-color); 
    font-style: italic;
    position: relative;
}

.testimonial-item p i {
    color:var(--tts-buttton-bg);
    opacity: 0.25;
    font-size: 18px;
    position: absolute;
}

.testimonial-item p i.fa-quote-left {
    top: -10px;
    left: -15px;
}

.testimonial-item p i.fa-quote-right {
    bottom: -10px;
    right: -15px;
}

.testimonial-item .d-flex {
    border-top: 1px solid #f1f5f9;
    padding-top: 25px;
}


.testimonial-img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-right: 18px !important;
    border: 4px solid var(--white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-item h3 {
    font-size: 17px;
    font-weight: 700;
    color:var(--topbar-bg);
    margin-bottom: 4px;
    margin-top: 0;
}

.stars {
    color: #f59e0b;
    display: flex;
    gap: 3px;
    font-size: 10px;
}


#testimonial-slider .owl-dots {
    margin-top: 40px;
    text-align: left;
    display: flex;
    gap: 8px;
}

#testimonial-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--topbar-txt-color) !important;
    border-radius: 20px;
    transition: all 0.3s ease;
}

#testimonial-slider .owl-dot.active span {
    width: 26px;
    background: var(--tts-buttton-bg) !important;
}

.testimonial-wrap {
    padding: 15px;
}

.testimonial-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* =====================================
    MODERN TRAVEL BLOG SECTION (FINAL)
===================================== */
.recent-posts {
    padding: 60px 0px 60px 0px;
    background-color: var(--white);
}


.recent-posts .blog-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--topbar-txt-color);
    box-shadow: var(--shadow);
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.blog-card .blog-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.blog-card .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.blog-card .blog-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card .blog-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: space-between;
    align-items: center;
}

.blog-card .blog-meta a {
    font-size: 12px;
    font-weight: 600;
    color: var(--header-txt-color);
    text-decoration: none;
    background: var(--bg-white);
    padding: 4px 10px;
    border-radius: 15px;
}

.blog-card .blog-meta a i {
    padding-right: 6px;
}

.blog-card .blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}

.blog-card .blog-title a {
    color: var(--topbar-bg);
    text-decoration: none;
}

.link-btn {
    margin-top: auto;
    font-weight: 700;
    color:var(--topbar-bg);
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.link-btn i {
    width: 30px;
    height: 30px;
    background: var(--tts-buttton-bg);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: 0.3s;
}

.link-btn:hover i {
    transform: rotate(-45deg);
}



/* ===============================
   RESPONSIVE MEDIA QUERIES
   =============================== */


@media (max-width: 1200px) {
    .tour-category-img {
        height: 230px;
    }
    .offer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .testim-inmg-main {
        padding-right: 20px;
    }
    .testi-left-img {
        height: 480px;
    }
    .testimonials .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 15px;
    }
    #testimonial-slider {
        width: 100%;
    }
    .testimonial-wrap {
        max-width: 100%;
    }
    #testimonial-slider .owl-item {
        display: flex;
        justify-content: center;
    }
    .testimonial-item {
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .routes_box .route-card__image-wrapper {
        height: 140px;
    }
    .tour-destinations .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tour-category-img {
        height: 200px;
    }
    .tour-category-img::after {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .headingblock .view-all a {
        font-size: 12px;
        padding: 8px 18px;
        gap: 8px;
    }
    .offer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .feature-item {
        padding: 28px 20px;
    }
    .recent-posts {
        padding: 40px 0;
    }
    .testimonials {
        padding: 80px 0;
    }
    .testim-inmg-main {
        padding-right: 0;
        margin-bottom: 60px;
        text-align: center;
        align-items: center;
    }
    .testim-inmg-main p:nth-child(2) {
        margin-bottom: 25px;
    }
    .testi-left-img {
        height: 400px;
        max-width: 600px;
    }
    .testimonials .headingblock {
        justify-content: center;
        margin-bottom: 20px;
    }
    #testimonial-slider .owl-dots {
        justify-content: center;
        text-align: center;
    }
    .testimonial-item {
        max-width: 360px;
        text-align: left;
    }
    .testimonial-img {
        width: 48px !important;
        height: 48px !important;
    }
    .nav-center .owl-nav button.owl-next,
    .nav-center .owl-nav button.owl-prev {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }
}

@media (max-width: 820px) {
    .headingblock {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .headingblock {
        gap: 16px;
        margin-bottom: 20px;
    }
    .headingblock .view-all {
        position: static;
        text-align: left;
        margin-top: 10px;
    }
    .headingblock .nav {
        gap: 6px;
    }
    .headingblock .nav li a {
        padding: 6px 14px;
        font-size: 13px;
    }
    .testi-left-img {
        height: 250px;
    }
    .heading-one {
        font-size: 22px;
    }
    .blog-card .blog-content {
        padding: 15px;
    }
    .routes_box .route-card__image-wrapper {
        height: 130px;
    }
    .routes_box .route-card__cities {
        font-size: 15px;
    }
    .nav-center .owl-nav button.owl-next,
    .nav-center .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        font-size: 15px;
        margin: 0 2px;
    }
}

@media (max-width: 767px) {
    .testimonial-item {
        padding: 30px;
    }
    .testimonial-item p {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 576px) {
    .headingblock .nav li a.show.active {
        font-size: 14px;
        padding: 6px 12px;
        white-space: nowrap;
        display: inline-block;
    }
    .headingblock {
        flex-wrap: wrap;
    }
    .view-all {
        align-self: flex-start;
    }
    .headingblock .view-all a {
        font-size: 11px;
        padding: 6px 14px;
        letter-spacing: 0.5px;
        border-width: 1px;
        gap: 6px;
    }
    .headingblock .view-all a i {
        font-size: 10px;
    }
    .offer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .offer-section .imgsection {
        height: 220px;
    }
    .offer-section .offeritemDesc h3 {
        font-size: 16px;
    }
    .feature-item {
        padding: 22px 18px;
    }
    .feature-title {
        font-size: 16px;
    }
    .feature-item p {
        font-size: 13px;
    }
    .feature-icon {
        width: 65px;
        height: 65px;
    }
    .tour-destinations .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tour-category-img {
        height: 170px;
        border-radius: 18px;
    }
    .tour-category-img::after {
        width: 45px;
        height: 45px;
        font-size: 16px;
        bottom: 18%;
        left: 15px;
    }
    .tour-overlay-wrapper {
        font-size: 14px;
    }
    .testimonials {
        padding: 20px 0;
    }
    .testim-inmg-main p:nth-child(2) {
        font-size: 20px;
        text-align: center;
    }
    .testi-left-img {
        height: 200px;
        border-radius: 15px;
    }
    .testimonial-item {
        max-width: 100%;
        text-align: left;
    }
    .testimonial-item .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 20px;
    }
    .testimonial-img {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        position: static;
        display: block;
        margin: 0 auto 10px;
    }
    .nav-center .owl-nav button.owl-next,
    .nav-center .owl-nav button.owl-prev {
        width: 36px;
        height: 36px;
        font-size: 14px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
}

@media (max-width: 480px) {
    .holidays-theme .destination-overlay {
        backdrop-filter: blur(3px);
    }
    .routes_box .route-card__image-wrapper {
        height: 120px;
    }
    .routes_box .route-card__content {
        padding: 12px;
    }
    .routes_box .route-card__price {
        font-size: 16px;
    }
    .testi-left-img {
        height: 260px;
    }
    .testimonial-item h3 {
        font-size: 16px;
    }
    .testimonial-item p {
        font-size: 14px;
        padding: 0;
    }
}

@media (max-width: 400px) {
    .tour-category-img {
        height: 150px;
    }
    .testimonial-item p {
        font-size: 13px;
    }
    .testimonial-item h3 {
        font-size: 14px;
    }
    .stars i {
        font-size: 10px;
    }
}