  .mb-3,
  .my-3 {
      margin-bottom: 0rem !important;
  }
  /* .noUi-connect {
    background: #FF715b;
} */
  /* .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 23px;
    right: -17px;
    top: -4px;
    border-radius: 12px;
} */
  
  .swiper-slide {
      height: 500px;
      background-size: cover;
      background-position: center;
      position: relative;
  }
  /* Container around the entire banner */
  
  .home-banner {
      margin: 0;
      padding: 0;
  }
  /* Ensures Swiper takes full height and no spacing */
  
  .banner-swiper,
  .swiper-wrapper,
  .banner-wrapper,
  .banner {
      height: 500px;
      margin: 0;
      padding: 0;
  }
  /* Banner text overlay container */
  
  .banner-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left;
      color: white;
      height: 100%;
      background-color: transparent;
      position: relative;
  }
  
  .banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
  }
  
  .banner-detail {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 20px 0;
  }
  
  .banner-detail-inner {
      padding: 20px;
  }
  
  .banner-title {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: #fff;
  }
  
  .slogan {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 25px;
      color: #fff;
  }
  
  .buy_giftcard {
      padding: 14px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 5px;
      text-transform: uppercase;
      display: inline-block;
  }
  /* Navigation button styling */
  
  .swiper-button-next,
  .swiper-button-prev {
      color: #fff;
  }
  /* Pagination dot styling */
  
  .swiper-pagination-bullet {
      background: #fff;
  }
  /* Optional: remove top margin from next section like price slider */
  
  .next-section,
  .price-range-container {
      margin-top: 0 !important;
      padding-top: 0 !important;
  }
  /* Bottom overlay text */
  
  .cat-desc {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6);
      text-align: center;
  }
  
  .cat-desc h5 {
      margin: 0;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
  }
  /* ===== RESPONSIVE STYLES ===== */
  /* Large devices (desktops, 992px and up) */
  
  @media (min-width: 992px) {
      .swiper-slide,
      .banner-swiper,
      .swiper-wrapper,
      .banner-wrapper,
      .banner {
          height: 500px;
      }
      .banner-title {
          font-size: 48px;
      }
      .slogan {
          font-size: 20px;
      }
  }
  /* Medium devices (tablets, 768px to 991px) */
  
  @media (max-width: 991px) and (min-width: 768px) {
      .swiper-slide,
      .banner-swiper,
      .swiper-wrapper,
      .banner-wrapper,
      .banner {
          height: 450px;
      }
      .banner-title {
          font-size: 36px;
      }
      .slogan {
          font-size: 18px;
      }
      .buy_giftcard {
          padding: 12px 25px;
          font-size: 15px;
      }
      .banner-detail-inner {
          padding: 15px;
      }
  }
  /* Small devices (landscape phones, 576px to 767px) */
  
  @media (max-width: 767px) and (min-width: 576px) {
      .swiper-slide,
      .banner-swiper,
      .swiper-wrapper,
      .banner-wrapper,
      .banner {
          height: 400px;
      }
      .banner-title {
          font-size: 28px;
          margin-bottom: 15px;
      }
      .slogan {
          font-size: 16px;
          margin-bottom: 20px;
      }
      .buy_giftcard {
          padding: 10px 20px;
          font-size: 14px;
      }
      .banner-detail-inner {
          padding: 10px;
      }
      .swiper-button-next,
      .swiper-button-prev {
          width: 35px;
          height: 35px;
      }
  }
  /* Extra small devices (portrait phones, less than 576px) */
  
  @media (max-width: 575px) {
      .swiper-slide,
      .banner-swiper,
      .swiper-wrapper,
      .banner-wrapper,
      .banner {
          height: auto !important;
          min-height: 370px !important;
          max-height: none !important;
      }
      .banner-wrapper {
          justify-content: center !important;
          align-items: center !important;
          text-align: center !important;
          background-position: center top !important;
          background-size: contain !important;
          background-repeat: no-repeat !important;
          background-color: #333 !important;
          overflow: visible !important;
          padding: 70px 0 30px 0 !important;
          display: flex !important;
          height: auto !important;
          min-height: 370px !important;
      }
      .banner-wrapper::before {
          content: none !important;
      }
      .banner-overlay {
          background: rgba(0, 0, 0, 0.45) !important;
          z-index: 1 !important;
          height: 100% !important;
          min-height: 370px !important;
      }
      .banner-detail {
          padding: 0 !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          width: 100% !important;
          min-height: 370px !important;
          height: auto !important;
          z-index: 2 !important;
          position: relative !important;
      }
      .banner-detail .container {
          width: 100% !important;
          max-width: 100% !important;
          margin: 0 auto !important;
          padding: 0 25px !important;
          height: auto !important;
          display: flex !important;
          align-items: center !important;
      }
      .banner-detail .row {
          width: 100% !important;
          max-width: 100% !important;
          margin: 0 !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          height: auto !important;
      }
      .banner-detail .col-lg-6,
      .banner-detail .col-md-8,
      .banner-detail .col-12 {
          width: 100% !important;
          max-width: 100% !important;
          padding: 0 !important;
          flex: 0 0 100% !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
      }
      .banner-detail-inner {
          padding: 40px 20px !important;
          text-align: center !important;
          width: 100% !important;
          max-width: 100% !important;
          display: flex !important;
          flex-direction: column !important;
          align-items: center !important;
          justify-content: center !important;
      }
      .banner-title {
          font-size: 28px !important;
          margin-bottom: 20px !important;
          line-height: 1.3 !important;
          font-weight: 700 !important;
          text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9) !important;
          color: #fff !important;
          word-wrap: break-word !important;
          display: block !important;
          width: 100% !important;
      }
      .slogan {
          font-size: 18px !important;
          margin-bottom: 25px !important;
          line-height: 1.5 !important;
          text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9) !important;
          color: #fff !important;
          display: block !important;
          width: 100% !important;
      }
      .buy_giftcard {
          padding: 16px 32px !important;
          font-size: 16px !important;
          font-weight: 600 !important;
          display: inline-block !important;
          margin-top: 8px !important;
          text-transform: uppercase !important;
          background: #FF715b !important;
          color: #fff !important;
          border: none !important;
      }
      .swiper-button-next,
      .swiper-button-prev {
          display: none !important;
      }
      .swiper-pagination-bullet {
          width: 10px !important;
          height: 10px !important;
      }
      .swiper-pagination {
          bottom: 25px !important;
          z-index: 3 !important;
      }
  }
  /* Very small devices (less than 400px) */
  
  @media (max-width: 399px) {
      .swiper-slide,
      .banner-swiper,
      .swiper-wrapper,
      .banner-wrapper,
      .banner {
          height: auto !important;
          min-height: 370px !important;
      }
      .banner-wrapper {
          min-height: 370px !important;
          padding: 55px 0 75px 0 !important;
          background-position: center top !important;
          background-size: contain !important;
      }
      .banner-overlay {
          min-height: 370px !important;
      }
      .banner-detail {
          min-height: 370px !important;
      }
      .banner-detail .container {
          padding: 0 20px !important;
      }
      .banner-detail-inner {
          padding: 35px 18px !important;
      }
      .banner-title {
          font-size: 24px !important;
          margin-bottom: 18px !important;
          line-height: 1.3 !important;
      }
      .slogan {
          font-size: 16px !important;
          margin-bottom: 22px !important;
      }
      .buy_giftcard {
          padding: 14px 28px !important;
          font-size: 15px !important;
      }
  }