/* =============================================
   MEDIA QUERIES — RESPONSIVE DESIGN
============================================= */

/* =============================================
   LARGE DESKTOP (≤ 1200px)
============================================= */

@media (max-width: 1200px) {

    .bg-section-filter {
        padding: 18px;
    }

    .bg-section-filter [class*="col-"] {
        padding: 16px 18px;
    }

}

/* =============================================
   LARGE TABLET (≤ 992px)
============================================= */

@media (max-width: 992px) {





    .filter {
        margin-top: 20px;
        padding: 0 12px 24px;
    }

    .bg-section-filter {
        border-radius: 20px;
        padding: 16px;
    }

    .bg-section-filter .row {
        flex-direction: column;
        border-radius: 16px;
    }

    .bg-section-filter [class*="col-"] {
        width: 100%;
        min-height: auto;
        padding: 6px 12px;
    }

    /* Remove vertical separator */
    .bg-section-filter [class*="col-"]:not(:last-child)::after {
        display: none;
    }

    /* Add horizontal separator */
    .bg-section-filter [class*="col-"]:not(:last-child) {
        border-bottom: 1px solid #f1f5f9;
    }

    #btnSearch {
        margin-top: 8px;
        height: 54px;
        border-radius: 14px;
    }

    .bg-section-filter .col-btn-search {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 12px !important;
    }

    #btnSearch {
        width: 100%;
        margin: 0;
        height: 54px;
    }

    .partenaires {
        padding: 55px 0;
    }

    .partner-card {
        height: 100px;
        padding: 18px;
        border-radius: 20px;
    }

    .destinations-subtitle {
        font-size: 15px;
    }

    #honeymoon-banner .banner-image,
    #honeymoon-banner .banner-bg {
        height: 360px;
    }

    #honeymoon-banner .banner-content {
        right: 25px;
        bottom: 25px;
    }

    .circuits.bg-section .destination-card.horizontal-card {
        flex-direction: column;
        min-height: auto;
    }

    .circuits.bg-section .destination-image-wrapper {
        width: 100%;
        height: 220px;
    }

    .destinations-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .swiper-navigation {
        align-self: flex-start;
    }

    section .destination-image-wrapper {
        height: 200px;
    }

    .circuits.bg-section .destination-image-wrapper-horizantal {
        width: 100%;
    }
}

/* =============================================
   MEDIUM TABLET (≤ 768px)
============================================= */

@media (max-width: 768px) {






    .destinations-title {
        font-size: 1.4rem;
    }

    .swiper-pagination {
        margin-top: 15px;
    }

    .swiper-pagination-bullet {
        width: 24px;
        height: 2px;
        margin: 0 3px;
    }

    .swiper-pagination-bullet-active {
        transform: scaleX(1.3);
    }

    .swiper-pagination-bullet:hover {
        transform: scaleX(1.1);
    }

    #honeymoon-banner {
        border-radius: 18px;
    }

    .bg-section-filter .row {
        border: 1px solid transparent;
    }

    #honeymoon-banner .banner-image,
    #honeymoon-banner .banner-bg {
        height: 360px;
        border-radius: 18px;
    }

    /* Gradient mobile plus doux */
    #honeymoon-banner .banner-image::after {
        background:
            linear-gradient(to top,
                rgba(0, 0, 0, 0.78) 0%,
                rgba(0, 0, 0, 0.35) 45%,
                rgba(0, 0, 0, 0) 75%);
    }

    #honeymoon-banner .banner-content {
        right: 18px;
        bottom: 18px;
    }

    #honeymoon-banner .banner-btn {
        width: auto;
        min-height: 48px;
        padding: 12px 22px;
        font-size: 14px;
        border-radius: 12px;
    }

    .partenaires .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .partner-card {
        height: 85px;
        padding: 15px;
        border-radius: 18px;
    }

    .destinations-title {
        font-size: 26px;
    }

    .destinations-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* =============================================
   SMALL PHONE (≤ 576px)
============================================= */

@media (max-width: 576px) {





    .bg-section {
        padding: 30px 0;
    }

    .destination-name {
        font-size: 0.95rem;
    }

    .price-amount {
        font-size: 1.2rem;
    }

    .filter {
        padding: 0 10px 20px;
        margin-top: 15px;
    }

    .bg-section-filter {
        padding: 12px;
        border-radius: 18px;
    }

    .bg-section-filter .row {
        border-radius: 14px;
    }

    .bg-section-filter [class*="col-"] {
        padding: 4px 8px;
    }

    .bg-section-filter label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .bg-section-filter .form-control,
    .bg-section-filter select {
        font-size: 15px;
    }

    #btnSearch {
        height: 52px;
        border-radius: 14px;
        font-size: 13px;
    }

    #honeymoon-banner .banner-image,
    #honeymoon-banner .banner-bg {
        height: auto;
    }

    #honeymoon-banner .banner-content {
        right: 22px;
        bottom: 7px;
    }

    #honeymoon-banner .banner-btn {
        padding: 6px 12px;
        font-size: 12px;
        min-height: 30px;

    }

    .circuits.bg-section .destination-image-wrapper-horizantal {

        width: 100%;
    }
}

/* =============================================
   EXTRA SMALL PHONE (≤ 400px)
============================================= */

@media (max-width: 400px) {

    .bg-section-filter {
        padding: 10px;
    }

    .bg-section-filter [class*="col-"] {
        padding: 12px 14px;
    }

    .bg-section-filter .form-control,
    .bg-section-filter select {
        font-size: 14px;
    }

    #btnSearch {
        height: 50px;
        font-size: 12px;
    }
}

/* =============================================
   EXTRA SMALL PHONE (≤ 480px)
============================================= */

@media (max-width: 480px) {

    #honeymoon-banner .banner-image,
    #honeymoon-banner .banner-bg {
        height: auto;
    }

    #honeymoon-banner .banner-content {
        right: 22px;
        bottom: 7px;
    }

    #honeymoon-banner .banner-btn {
        padding: 6px 12px;
        font-size: 12px;
        min-height: 30px;

    }
    .circuits.bg-section .destination-image-wrapper-horizantal {

        width: 100%;
    }
}

/* MOBILE UNIQUEMENT (max 767px) */
@media (max-width: 991.99px) {
    .hero-banner.mobile-hero-banner {
        position: relative;
    }




    /* Conteneur principal du slider */
    .mobile-hero-banner {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    /* Forcer la hauteur du Swiper */
    .mobile-hero-banner .hero-swiper {
        width: 100%;
        height: 30vh;
        /* Ajustez cette valeur (ex: 400px ou 60vh) selon vos besoins */
        margin-left: auto;
        margin-right: auto;
    }

    /* Configuration des slides */
    .mobile-hero-banner .swiper-slide {
        width: 100% !important;
        /* Force la largeur pleine */
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Contenu de la slide (l'image) */
    .mobile-hero-banner .slide-content {
        width: 100%;
        height: 100%;
        background-size: 100%;
        /* L'image couvre toute la zone */
        background-position: center;
        /* L'image est centrée */
        background-repeat: no-repeat;
    }







    .mobile-hero-banner .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 0.7);
        width: 10px;
        height: 10px;
    }

    .mobile-hero-banner .swiper-pagination-bullet-active {
        background-color: #ffffff;
    }
}

@media (max-width: 767px) {
    .hero-banner-container {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
    }


}