.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:49px;}.elementor-element{--widgets-spacing:49px 49px;--widgets-spacing-row:49px;--widgets-spacing-column:49px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:480px;}.e-con{--container-max-width:480px;}}/* Start custom CSS */html, body {
    overflow-x: hidden !important;
}
.elementor-section {
    overflow: hidden;
}

/* ---------- Responsive Tour Cards Layout ---------- */

/* Base layout */
.elementor-section .elementor-container {
    display: flex;
    flex-wrap: nowrap;   /* desktop: single row */
    gap: 7px;
    align-items: stretch;
}

/* Equal height columns */
.elementor-column {
    display: flex;
    flex: 1 1 0;
}

.elementor-column .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Keep content aligned */
.elementor-widget-wrap > * {
    width: 100%;
}

/* ---------- Tablet (2 cards per row) ---------- */
@media (max-width: 767px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap;
    }

    .elementor-column {
        flex: 0 0 calc(50% - 3.5px);
        max-width: calc(50% - 3.5px);
    }
}

/* ---------- Mobile (1 card per row) ---------- */
@media (max-width: 767px) {
    .elementor-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ---------- MakeMyTrip / Airbnb Style Hover Effect ---------- */

.tour-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border-radius: 12px;
    overflow: hidden;
}

/* Card lift effect */
.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* Smooth image zoom */
.tour-card .elementor-widget-image img {
    transition: transform 0.6s ease;
}

.tour-card:hover .elementor-widget-image img {
    transform: scale(1.06);
}

/* Prevent layout shaking */
.tour-card .elementor-widget-wrap {
    height: 100%;
}

/* =====================================================
   PREMIUM TRAVEL CARD UI KIT (Elementor)
   ===================================================== */

/* ---------- CARD STRUCTURE ---------- */

.tour-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    transition: transform .35s ease, box-shadow .35s ease;
}

/* Equal height layout */
.tour-card .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ---------- IMAGE BEHAVIOUR ---------- */

.tour-card .elementor-widget-image {
    position: relative;
    overflow: hidden;
}

.tour-card .elementor-widget-image img {
    width: 100%;
    transition: transform .7s ease;
}

/* Gradient overlay */
.tour-card .elementor-widget-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.25),
        transparent
    );
    opacity: 0;
    transition: opacity .4s ease;
}

/* ---------- PREMIUM HOVER ---------- */

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.14);
}

.tour-card:hover img {
    transform: scale(1.07);
}

.tour-card:hover .elementor-widget-image::after {
    opacity: 1;
}

/* ---------- CONTENT ALIGNMENT ---------- */

/* consistent spacing */
.tour-card .elementor-widget {
    margin-bottom: 12px;
}

/* Push price/button to bottom */
.tour-card .tour-price,
.tour-card .elementor-widget-button:last-child,
.tour-card .elementor-widget-text-editor:last-child {
    margin-top: auto;
}

/* ---------- SMOOTH CLICK FEEL ---------- */

.tour-card:active {
    transform: translateY(-4px) scale(0.99);
}

/* ---------- MOBILE OPTIMIZATION ---------- */

@media (max-width: 767px) {

    .tour-card:hover {
        transform: none;
        box-shadow: 0 12px 25px rgba(0,0,0,0.10);
    }

    .tour-card:hover img {
        transform: none;
    }
}

/* =====================================================
   TRUE BOTTOM-ALIGNED BOOKING AREA
   ===================================================== */

/* Make column behave like fixed-height card */
.elementor-column.tour-card {
    display: flex;
}

/* Vertical layout inside card */
.tour-card .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push bottom section to card bottom */
.tour-card .card-bottom {
    margin-top: auto !important;
}

/* Keep bottom items grouped neatly */
.tour-card .card-bottom .elementor-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Optional clean spacing above bottom bar */
.tour-card .card-bottom:first-of-type {
    padding-top: 12px;
}

/* =====================================================
   AUTO-PERFECT CARD SYSTEM (Future-Proof Layout)
   ===================================================== */

/* Make columns equal height */
.elementor-column.tour-card {
    display: flex;
}

/* Create 3-zone vertical system */
.elementor-column.tour-card > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* TOP zone (image stays natural) */
.tour-card .elementor-widget-image {
    flex-shrink: 0;
}

/* FLEX zone (content expands automatically) */
.tour-card .elementor-widget:not(.card-bottom):not(.elementor-widget-image) {
    flex-grow: 0;
}

/* ACTION zone — LOCKED TO BOTTOM */
.tour-card .card-bottom {
    margin-top: auto !important;
    width: 100%;
}

/* Keep booking button stable */
.tour-card .elementor-button-wrapper {
    text-align: center;
}

/* Prevent layout breaking from long titles */
.tour-card .elementor-heading-title {
    min-height: 2.6em;
}


/* =====================================================
   PREMIUM PERFORMANCE BOOST
   GPU ACCELERATION + SOFT RENDER OPTIMIZATION
   ===================================================== */

/* ---- Enable GPU rendering safely ---- */
.tour-card,
.tour-card img,
.tour-card .booking-bar,
.tour-card .elementor-button,
.tour-card .elementor-widget-wrap {
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
}

/* ---- Prepare animated elements only when needed ---- */
.tour-card:hover,
.tour-card:hover img,
.tour-card:hover .booking-bar {
    will-change: transform;
}

/* ---- Prevent repaint & layout thrashing ---- */
.tour-card {
    contain: layout paint style;
}

/* ---- Smooth image rendering during zoom ---- */
.tour-card img {
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform-origin: center center;
}

/* ---- Reduce animation jitter in Elementor ---- */
.elementor-widget-wrap {
    transform-style: preserve-3d;
}

/* ---- Improve button interaction responsiveness ---- */
.tour-card .elementor-button {
    transform: translateZ(0);
    will-change: transform;
}

/* ---- Mobile optimization (avoid GPU overload) ---- */
@media (max-width: 767px) {

    .tour-card,
    .tour-card img,
    .tour-card .booking-bar {
        will-change: auto;
        transform: none;
    }
}

/* =========================================
   MOBILE: SHOW ONE CARD PER ROW
   ========================================= */

@media (max-width: 767px) {

    /* Force columns to full width */
    .elementor-column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Stack columns vertically */
    .elementor-section .elementor-container {
        flex-wrap: wrap !important;
    }

}
/* =====================================================
   MOBILE SWIPE CAROUSEL (MakeMyTrip Style)
   ===================================================== */

@media (max-width: 767px) {

    /* Horizontal scroll container */
    .vehicle-swipe .elementor-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        padding-bottom: 10px;
    }

    /* Hide scrollbar */
    .vehicle-swipe .elementor-container::-webkit-scrollbar {
        display: none;
    }

    /* Each card = full screen */
    .vehicle-swipe .elementor-column {
        flex: 0 0 92% !important;
        max-width: 92% !important;
        scroll-snap-align: center;
    }
}
/* =====================================================
   PREMIUM MOBILE SWIPE (Tour Packages)
   MakeMyTrip / Airbnb Style
   ===================================================== */

@media (max-width: 767px) {

    /* Swipe container */
    .tour-swipe .elementor-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-left: 14px;
        padding-right: 14px;
        gap: 16px;
    }

    /* Smooth momentum swipe */
    .tour-swipe .elementor-container {
        scroll-behavior: smooth;
    }

    /* Hide scrollbar */
    .tour-swipe .elementor-container::-webkit-scrollbar {
        display: none;
    }

    /* Each card */
    .tour-swipe .elementor-column {
        flex: 0 0 86% !important;   /* main visible card */
        max-width: 86% !important;
        scroll-snap-align: center;
        transition: transform 0.35s ease;
    }

    /* Side preview (peek effect) */
    .tour-swipe .elementor-column:first-child {
        margin-left: 4px;
    }

    .tour-swipe .elementor-column:last-child {
        margin-right: 4px;
    }

    /* Slight scale effect while swiping */
    .tour-swipe .elementor-column {
        transform: scale(0.96);
    }

    .tour-swipe .elementor-column:active {
        transform: scale(1);
    }
}


/* =====================================================
   AGENCY LEVEL — PREMIUM SURFACE SYSTEM
   (Perceived Value Upgrade)
   ===================================================== */

/* Premium card surface */
.tour-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow:
        0 1px 2px rgba(0,0,0,0.04),
        0 8px 24px rgba(0,0,0,0.06);
    transition:
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

/* Soft elevation on interaction */
.tour-card:hover {
    box-shadow:
        0 4px 10px rgba(0,0,0,0.08),
        0 18px 45px rgba(0,0,0,0.12);
}

/* Calm internal spacing rhythm */
.tour-card .elementor-widget-wrap {
    padding: 16px;
}

/* Image feels premium (no harsh edges) */
.tour-card img {
    border-radius: 12px;
}

/* Reduce visual noise */
.tour-card .elementor-widget-heading {
    letter-spacing: 0.2px;
}

/* =====================================================
   VISUAL TRUST SIGNALS LAYER
   (Agency Pre-Launch Upgrade)
   ===================================================== */

/* Subtle structural divider */
.tour-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    pointer-events: none;
}

/* Calm hover clarity (not flashy) */
.tour-card:hover {
    transform: translateY(-4px);
}

/* Micro highlight when user scans */
.tour-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

/* Smooth readable surface */
.tour-card .elementor-widget-wrap {
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,1),
        rgba(250,250,250,1)
    );
    border-radius: 14px;
}

/* Button confidence feedback */
.magnetic-cta .elementor-button:hover {
    filter: brightness(1.06);
}

/* Prevent harsh visual jumps */
.tour-card * {
    backface-visibility: hidden;
}
/* =====================================================
   MAGNETIC CTA SYSTEM
   Sticky Bottom Booking Bar + OTA Magnetic Button
   (Single Class Version)
   ===================================================== */


/* =====================================================
   CARD STRUCTURE (Sticky Bottom Layout)
   ===================================================== */

/* Make card flexible */
.elementor-column.tour-card {
    display: flex;
    align-items: stretch;
}

/* Vertical layout inside card */
.elementor-column.tour-card > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

/* Push booking section to bottom */
.tour-card .booking-info,
.tour-card .magnetic-cta {
    margin-top: auto !important;
}


/* =====================================================
   BOOKING BAR STYLE
   (magnetic-cta acts as booking bar container)
   ===================================================== */

/* Booking area — clean version (no white patches) */
.tour-card .magnetic-cta {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,0.08);
    background: transparent; /* FIX */
    box-sizing: border-box;
    text-align: center;
}

/* Button alignment */
.tour-card .magnetic-cta .elementor-button {
    width: 85%;
    margin: 0 auto;
    display: block;
}


/* =====================================================
   OTA LEVEL — MAGNETIC CTA EFFECT
   ===================================================== */

/* Target Elementor button correctly */
.elementor-widget-button.magnetic-cta .elementor-button {
    position: relative;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        filter 0.35s ease;
    transform: translateZ(0);
    will-change: transform;
}

/* Soft glow layer */
.elementor-widget-button.magnetic-cta .elementor-button::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    background: radial-gradient(
        circle,
        rgba(0,0,0,0.12),
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

/* Gentle pulse animation */
.elementor-widget-button.magnetic-cta .elementor-button {
    animation: magneticPulse 3.2s ease-in-out infinite;
}

@keyframes magneticPulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.04); }
    100% { transform: scale(1); }
}

/* Hover enhancement */
.elementor-widget-button.magnetic-cta .elementor-button:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    filter: brightness(1.05);
}

.elementor-widget-button.magnetic-cta .elementor-button:hover::after {
    opacity: .6;
}

/* Tap feedback */
.elementor-widget-button.magnetic-cta .elementor-button:active {
    transform: scale(0.96);
}


/* =====================================================
   MOBILE OPTIMIZATION
   ===================================================== */

@media (max-width: 767px) {

    /* smoother performance on mobile */
    .elementor-widget-button.magnetic-cta .elementor-button {
        animation-duration: 3.6s;
    }

}
.tour-card .magnetic-cta .elementor-button {
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* =====================================
   FIX ELEMENTOR FORM LAYOUT
   ===================================== */

/* Restore normal form structure */
.elementor-form {
    display: block !important;
}

.elementor-form-fields-wrapper {
    display: block !important;
}

/* Each field takes full row again */
.elementor-field-group {
    width: 100% !important;
    display: block !important;
}/* End custom CSS */