/* ==========================================================================
   AVIONTRIP DESTINATION SINGLE PAGE - MODERN EDITORIAL REDESIGN (PRO MAX)
   Left-Aligned Hero, Elementor Product Slider, and Clean Plan My Trip CTA
   ========================================================================== */

/* Parent Container Overrides for 100% True Edge-to-Edge Full Width */
.single-destination .row_site,
.single-destination .container_site,
.single-destination .ova_destination_single,
.single-destination .wrap-destination-single-fullwidth {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single-destination .site-main,
.single-destination #primary {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

/* Overall Wrapper */
.avt-destination-single-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: clip;
    font-family: "HK Grotesk", "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #334155;
    background-color: #ffffff;
}

.avt-container {
    max-width: 1296px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   1. HERO SECTION (100% EDGE-TO-EDGE FULL-WIDTH, LEFT-ALIGNED)
   -------------------------------------------------------------------------- */
.avt-dest-hero {
    position: relative;
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    min-height: 560px;
    height: 74vh;
    max-height: 760px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #0b1d33;
}

.avt-dest-hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.avt-dest-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.avt-dest-hero-fallback {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.avt-dest-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(11, 29, 51, 0.75) 0%, rgba(11, 29, 51, 0.55) 50%, rgba(11, 29, 51, 0.3) 100%),
                linear-gradient(180deg, rgba(11, 29, 51, 0.2) 0%, rgba(11, 29, 51, 0.65) 100%);
    z-index: 2;
}

.avt-dest-hero-content-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1296px;
    padding: 60px 24px;
    margin: 0 auto;
    text-align: left;
}

.avt-dest-hero-inner {
    max-width: 780px;
    margin: 0;
    text-align: left;
}

.avt-dest-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f5b400;
    margin-bottom: 18px;
}

.avt-badge-dot {
    width: 7px;
    height: 7px;
    background-color: #f5b400;
    border-radius: 50%;
    box-shadow: 0 0 8px #f5b400;
}

.avt-dest-hero-title {
    font-family: "HK Grotesk", "Jost", sans-serif !important;
    font-size: 68px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.12 !important;
    margin: 0 0 14px 0 !important;
    letter-spacing: -1.2px !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
    text-align: left !important;
}

.avt-dest-hero-headline {
    font-size: 22px;
    font-weight: 600;
    color: #f8fafc;
    line-height: 1.4;
    margin: 0 0 18px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    text-align: left;
}

.avt-dest-hero-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
    margin: 0 0 32px 0;
    max-width: 680px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    text-align: left;
}

.avt-dest-hero-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.avt-btn-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent !important;
    border: 2px solid #f5b400 !important;
    color: #ffffff !important;
    font-family: "HK Grotesk", "Jost", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 15px 36px;
    border-radius: 999px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.avt-btn-hero-cta svg {
    transition: transform 0.3s ease;
    stroke: #f5b400;
}

.avt-btn-hero-cta:hover {
    background: #f5b400 !important;
    color: #0d2340 !important;
    border-color: #f5b400 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(245, 180, 0, 0.35);
}

.avt-btn-hero-cta:hover svg {
    stroke: #0d2340;
    transform: translateY(2px);
}

/* --------------------------------------------------------------------------
   EDITORIAL FAST FACTS BAR
   -------------------------------------------------------------------------- */
.avt-fast-facts-bar {
    background: #ffffff;
    border-bottom: 1px solid #eaeff5;
    padding: 24px 0;
    box-shadow: 0 4px 20px rgba(13, 35, 64, 0.03);
}

.avt-facts-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.avt-fact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.avt-fact-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 4px;
}

.avt-fact-value {
    font-size: 15px;
    font-weight: 700;
    color: #0d2340;
}

.avt-fact-divider {
    width: 1px;
    height: 32px;
    background-color: #e2e8f0;
}

/* --------------------------------------------------------------------------
   2. DESTINATION PACKAGES SECTION ("Trips We Run Here") - PRODUCT SLIDER
   -------------------------------------------------------------------------- */
.avt-dest-trips-section {
    padding: 95px 0 90px 0;
    background-color: #ffffff;
}

.avt-section-header-center {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 45px auto;
}

.avt-heading {
    font-family: "HK Grotesk", "Jost", sans-serif !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    color: #0d2340 !important;
    line-height: 1.2 !important;
    margin: 0 0 14px 0 !important;
    letter-spacing: -0.6px !important;
}

.avt-subtext {
    font-size: 16px;
    color: #64748b;
    line-height: 1.65;
    margin: 0 auto;
    max-width: 620px;
}

/* Slider Wrap & Navigation Styling */
.avt-product-slider-wrap {
    position: relative;
    width: 100%;
}

.avt-product-slider-wrap.pt {
    position: relative !important;
    overflow: visible !important;
}

.avt-product-slider-wrap .ova-product-slider {
    position: relative;
}

.avt-product-slider-wrap .swiper-slide {
    height: auto;
}

.avt-product-slider-wrap .product.type-product {
    margin-bottom: 0 !important;
    height: 100%;
}

.avt-product-slider-wrap .item_product {
    background: #ffffff;
    border: 1px solid #eaeff5;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.avt-product-slider-wrap .item_product:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(13, 35, 64, 0.08);
}

.avt-product-slider-wrap .item_product .product-media {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    height: 240px;
}

.avt-product-slider-wrap .item_product .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.avt-product-slider-wrap .item_product:hover .product-media img {
    transform: scale(1.04);
}

.avt-product-slider-wrap .item_product .product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.avt-product-slider-wrap .item_product .woocommerce-loop-product__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.3 !important;
}

.avt-product-slider-wrap .item_product .woocommerce-loop-product__title a {
    color: #0d2340 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.avt-product-slider-wrap .item_product .woocommerce-loop-product__title a:hover {
    color: #f5b400 !important;
}

.avt-product-slider-wrap .item_product .price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.avt-product-slider-wrap .item_product .price {
    font-size: 18px;
    font-weight: 800;
    color: #0d2340;
    margin: 0;
}

.avt-product-slider-wrap .item_product .button {
    background-color: #f5b400 !important;
    color: #0d2340 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 8px 22px !important;
    border-radius: 999px !important;
    border: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.avt-product-slider-wrap .item_product .button:hover {
    background-color: #0d2340 !important;
    color: #ffffff !important;
}

/* Slider Nav Buttons (.pt style) */
.avt-product-slider-wrap .button-nav {
    position: absolute !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #e2e8f0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.3s ease;
    color: #0d2340 !important;
}

.avt-product-slider-wrap .button-nav:hover {
    background: #f5b400 !important;
    border-color: #f5b400 !important;
    color: #0d2340 !important;
    transform: translateY(-50%) scale(1.08) !important;
}

@media (min-width: 1025px) {
    .avt-product-slider-wrap .button-nav {
        top: 40% !important;
        transform: translateY(-50%) !important;
        width: 46px !important;
        height: 46px !important;
    }
    .avt-product-slider-wrap .button-prev { left: -26px !important; }
    .avt-product-slider-wrap .button-next { right: -26px !important; }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .avt-product-slider-wrap .button-nav {
        top: 38% !important;
        transform: translateY(-50%) !important;
        width: 40px !important;
        height: 40px !important;
    }
    .avt-product-slider-wrap .button-prev { left: -15px !important; }
    .avt-product-slider-wrap .button-next { right: -15px !important; }
}

@media (max-width: 767px) {
    .avt-product-slider-wrap .button-nav {
        top: 38% !important;
        transform: translateY(-50%) !important;
        width: 36px !important;
        height: 36px !important;
    }
    .avt-product-slider-wrap .button-prev { left: 0px !important; }
    .avt-product-slider-wrap .button-next { right: 0px !important; }
}

/* --------------------------------------------------------------------------
   3. DESTINATION EXPERIENCE SECTION ("What A Day Looks Like")
   -------------------------------------------------------------------------- */
.avt-dest-experience-section {
    position: relative;
    padding: 95px 0 105px 0;
    background: #fafbfc url("https://costello.fbinternationalbd.com/wp-content/uploads/2022/07/Mask-about-bg.png") center center / cover no-repeat;
    border-top: 1px solid #f1f5f9;
}

/* Timeline Track */
.avt-timeline-track {
    position: relative;
    max-width: 1240px;
    margin: 0 auto 35px auto;
    padding: 0 40px;
}

.avt-timeline-line {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #e2e8f0;
    transform: translateY(-50%);
    z-index: 1;
}

.avt-timeline-dots {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.avt-timeline-dot {
    width: 14px;
    height: 14px;
    background-color: #f5b400;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #f5b400, 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
}

/* Moments Grid */
.avt-moments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 55px;
}

.avt-moment-card {
    display: flex;
    flex-direction: column;
}

.avt-moment-region {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f5b400;
    margin-bottom: 12px;
}

.avt-moment-media {
    position: relative;
    height: 210px;
    border-radius: 16px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(13, 35, 64, 0.06);
    margin-bottom: 18px;
}

.avt-moment-media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(13, 35, 64, 0.65) 100%);
}

.avt-moment-photo-label {
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
    z-index: 2;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avt-moment-body {
    display: flex;
    flex-direction: column;
}

.avt-moment-title {
    font-family: "HK Grotesk", "Jost", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0d2340 !important;
    line-height: 1.3 !important;
    margin: 0 0 8px 0 !important;
}

.avt-moment-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

.avt-exp-cta-row {
    text-align: center;
}

.avt-btn-plan-trip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5b400;
    color: #0d2340 !important;
    font-family: "HK Grotesk", "Jost", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 16px 42px;
    border-radius: 999px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(245, 180, 0, 0.35);
}

.avt-btn-plan-trip:hover {
    background-color: #0d2340;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(13, 35, 64, 0.25);
}

/* --------------------------------------------------------------------------
   4. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .avt-dest-hero-title {
        font-size: 52px !important;
    }
    .avt-facts-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .avt-fact-divider {
        display: none;
    }
    .avt-moments-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
    .avt-timeline-track {
        display: none;
    }
}

@media (max-width: 768px) {
    .avt-dest-hero {
        min-height: 480px;
        height: auto;
        padding: 70px 0;
    }
    .avt-dest-hero-title {
        font-size: 40px !important;
    }
    .avt-dest-hero-headline {
        font-size: 18px;
    }
    .avt-dest-hero-desc {
        font-size: 14px;
    }
    .avt-dest-trips-section,
    .avt-dest-experience-section {
        padding: 60px 0;
    }
    .avt-heading {
        font-size: 32px !important;
    }
    .avt-moments-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .avt-moment-media {
        height: 180px;
    }
}
