  /* {
            background-image: url('assets/img/body/bg.jpg');
            background-size: cover;
        } */

  .home-banner-slider .item {
      position: relative;
      /* overflow: hidden; */
  }

  .home-banner-slider .slide-img {
      width: 100%;
      /*height: 100%;*/
      object-fit: cover;
  }

  .banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      z-index: 10;
      width: 90%;
  }

  .banner-content h1 {
      font-size: 50px;
      font-weight: 700;
  }

  .banner-content p {
      margin-top: 10px;
      font-size: 20px;
  }

  .single-item a:hover {
      color: #fff !important;
  }

  /* MOBILE RESPONSIVE */
  @media (max-width: 768px) {
      .home-banner-slider .item {
          height: 80vh !important;
      }

      .banner-content h1 {
          font-size: 30px;
      }

      .banner-content p {
          font-size: 16px;
      }
  }



  .icon-card {
      background: #fff;
      padding: 30px 20px;
      border-radius: 14px;
      text-align: center;
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
      transition: 0.3s;
      cursor: pointer;
      border: 1px solid #eee;
  }

  .icon-card i {
      font-size: 40px;
      color: #1d9bf0;
      margin-bottom: 12px;
      display: block;
  }

  .icon-card span {
      font-size: 18px;
      font-weight: 600;
      color: #333;
  }

  .icon-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 28px rgba(0, 0, 0, 0.12);
      border-color: #1d9bf0;
  }

  .icon-offer-slider .swiper-slide {
      width: 180px;
  }

  /* Responsive */
  @media (max-width: 768px) {
      .icon-card i {
          font-size: 32px;
      }

      .icon-card span {
          font-size: 15px;
      }
  }


  /* -----------------------------------
   🔵 BASE STYLE (DESKTOP)
----------------------------------- */
  .filter-input {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      padding: 10px 0;
  }

  .single-search-box {
      display: flex;
      align-items: center;
      position: relative;
      background: #fff;
      padding: 10px 14px;
      border: 1px solid #ddd;
      border-radius: 6px;
      min-width: 260px;
      cursor: pointer;
  }

  .single-search-box svg {
      margin-right: 10px;
  }

  .custom-select-dropdown input {
      border: none;
      background: transparent;
      outline: none;
      font-size: 16px;
      width: 100%;
      cursor: pointer;
  }

  /* Dropdown list styling */
  .custom-select-wrap,
  .custom-select-wrap.two {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      border: 1px solid #ddd;
      border-radius: 6px;
      max-height: 250px;
      overflow-y: auto;
  }

  .custom-select-wrap ul li {
      padding: 10px;
      cursor: pointer;
      border-bottom: 1px solid #eee;
  }

  .custom-select-wrap ul li:hover {
      background: #f1f1f1;
  }

  /* Search Button */
  .primary-btn1 {
      padding: 12px 26px;
      border-radius: 6px;
      background: #e5d517;
      border: none;
      color: #fff;
      cursor: pointer;
      font-size: 16px;
  }

  .primary-btn1:hover {
      background: #efe033;
  }


  /* -----------------------------------
   🔵 TABLET RESPONSIVE (768px - 1024px)
----------------------------------- */
  @media (max-width: 1024px) {
      .filter-input {
          gap: 15px;
          justify-content: space-between;
      }

      .single-search-box {
          min-width: 48%;
      }
  }

  /* -----------------------------------
   🔵 MOBILE RESPONSIVE (0px - 767px)
----------------------------------- */
  @media (max-width: 767px) {

      .filter-input {
          flex-direction: column;
          align-items: stretch;
          gap: 15px;
      }

      .single-search-box {
          width: 100%;
          min-width: 100%;
          padding: 12px;
      }

      .custom-select-dropdown input {
          font-size: 14px;
      }

      .primary-btn1 {
          width: 100%;
          padding: 14px;
          font-size: 18px;
          text-align: center;
      }

      .custom-select-wrap {
          max-height: 200px;
      }

      .custom-select-wrap ul li {
          padding: 12px;
          font-size: 14px;
      }
  }

  .filter-wrapper .filter-input-wrap .filter-input {
      display: grid;
      grid-template-columns: 33% 33% 31.1% 20%;
      gap: 15px;
      /* display: none; */
  }

  /* Popup Background */

  /* .popup {
            display: none;
            position: fixed;
            top:84px!important;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .popup-content {
            background: #fff;
            width: 90%;
            margin-top: 150px!important;
            max-width: 350px !important;
            padding: 10px;
            border-radius: 10px;
            position: relative;
        }

        .close {
            position: absolute;
            top: 25px;
            right: 50px;
            cursor: pointer;
            font-size: 28px;
            z-index: 9999999;
            color: white;
            width: 0px;
            font-size: 40px;
        }


        .video-wrapper {
            position: relative;
            width: 100%;
        }

        video {
            width: 100%;
            height: auto;
            border-radius: 10px;
        } */

  .fa-star {
      color: #f3c30b !important;
  }

  .event-slider {
      padding: 15px;
  }

  /* Card full height */
  .event-card {
      background: #fff;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid var(--borders-color);
      display: flex;
      flex-direction: column;
      height: 100%;
  }

  /* Image fixed height */
  .event-card img {
      width: 100%;
      height: 160px;
      /* same for all */
      object-fit: cover;
      flex-shrink: 0;
  }

  /* Content fills remaining space */
  .event-content {
      padding: 12px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
  }

  /* Date */
  .event-date {
      font-size: 12px;
      color: #e63946;
      font-weight: 600;
      margin-bottom: 4px;
  }

  /* Heading fixed height */
  .event-content h4 {
      font-size: 15px;
      margin: 4px 0;
      line-height: 1.3;

      min-height: 40px;
      /* equal title height */
  }

  /* Paragraph fixed height */
  .event-content p {
      font-size: 13px;
      color: #666;
      line-height: 1.4;

      min-height: 52px;
      /* equal description height */
  }

  /* Make swiper slides equal height */
  .swiper-slide {
      height: auto;
      display: flex;
  }

  .event-content h4,
  .event-content p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }

  .all-events {
      padding-top: 0px !important;
      display: none !important;
  }

  .all-events h3 {
      font-size: 20px !important;
      font-weight: 600 !important;
  }


  /* popular location  */

  .popular-section {
     padding: 70px 0 50px;
      background: #fff;
  }

  /* Header */
  .popular-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
  }

  .popular-header h3 {
      font-size: 20px;
      font-weight: 600;
  }

  .popular-header a {
      font-size: 13px;
      color: #6c63ff;
      text-decoration: none;
  }

  /* Swiper */
  .popular-swiper .swiper-slide {
      width: auto;
  }

  /* Card */
  .popular-card {
      text-align: center;
  }

  .popular-card img {
      width: 100%;
      height: 120px;
      border-radius: 18px;
      object-fit: cover;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .popular-card span {
      display: block;
      margin-top: 6px;
      font-size: 13px;
      font-weight: 500;
  }

  @media(max-width:480px) {
      .popular-card img {
          height: 110px;
      }
  }



  /* end popular location  */


  /* --- All Mediaquery -----*/
  @media (max-width: 768px) {
      .home-banner-slider .item {
          height: 80vh !important;
      }

      .owl-dots {
          display: none !important;
      }

      .category-section {
          display: block !important;
      }

      .filter-input-wrap_mobile {
          display: none !important;
      }

      .all-events {
          padding-top: 50px !important;
          display: block !important;
      }

  }

  @media only screen and (max-width: 600px) {
      .home-banner-slider .item {
          height: 80vh !important;
      }

      .owl-dots {
          display: none !important;
      }

      .all-loc {
          padding-top: 20px !important;
      }

      .filter-wrapper-m {
          display: none;
      }

      .category-section {
          display: block !important;
      }

      .filter-input-wrap_mobile {
          display: none !important;
      }

      .all-events {
          padding-top: 20px !important;
          display: block !important;
      }
  }

  .sunanda-img {
      width: 100%;
      /* Make image full width */
      max-width: 100%;
      /* Prevent overflow */
      height: auto;
      /* Keep aspect ratio */
      display: block;
  }

  .sunanda-img {
      width: 100%;
      height: auto;
      display: block;
  }

  .btn-submit {
      width: 100%;
      padding: 10px;
      border-radius: 8px;
      font-weight: 600;
      background: #1781FE !important;
      color: #ffffffff !important;
  }

  .modal-content {
      border-radius: 12px;
      padding: 5px 10px;
      border: none;
  }

  .modal-header {
      border-bottom: none;
      padding-bottom: 0;
  }

  .modal-title {
      font-weight: 600;
      font-size: 1.2rem;
  }

  textarea {
      min-height: 85px !important;
      overflow: auto;
      padding: 10px;
      width: 100%;
  }

  .form-control {
      color: var(--bs-body-color);
      background-color: var(--bs-body-bg);
      border-color: none !important;
      height: 20ox !important;
      outline: 0;
      /* box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); */
  }

  .form-control:focus {
      color: var(--bs-body-color);
      background-color: var(--bs-body-bg);

      border-color: 1px solid white !important;
      outline: none !important;

      box-shadow: none !important;
  }

  /* Force slide to have a fixed height */
  .package-card-img-slider .swiper-slide {
      height: 200px !important;
      /* adjust as needed */
      display: flex;
      align-items: center;
      justify-content: center;
  }

  /* Fix image size */
  .package-card-img-slider .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* crops nicely */
      border-radius: 15px;
      /* optional */
      display: block;
  }


  @media (max-width: 1024px) {
      .package-card-img-slider .swiper-slide {
          height: 180px !important;
      }
  }

  @media (max-width: 768px) {
      .package-card-img-slider .swiper-slide {
          height: 220px !important;
      }

      .map-view-btn {
          font-size: 12px !important;
      }

      .pack-mobile-slider {
          padding-left: 10px;
          padding-right: 10px;
      }

      .prop-heading {
          font-size: 12px !important;
          /* height: 48px !important; */
      }
        .package-card.four .package-content .package-content-title-area .review{
            font-size: 12px;
        }
      .btn-and-price-area .primary-btn1 {
          font-size: 12px !important;
          padding: 14px 0px !important;
      }

      .package-card {
          padding: 5px;
          width: 100%;
          border-radius: 4px !important;
      }

      .swiper-horizontal {
          touch-action: pan-y;
          border-radius: 4px !important;
      }

      .pack-section {
          overflow: hidden;
          margin-top: 20px !important;
          margin-bottom: 10px !important;
      }

      .pack-section h3 {
          font-size: 20px !important;
          font-weight: 600 !important;
      }
  }

  @media (max-width: 575px) {
        .package-card.four .package-content .package-content-title-area .review{
            font-size: 16px;
        }
  }

  .package-card.four .package-img-wrap .map-view-btn {
      color: #000000 !important;
      font-family: var(--font-poppins);
      font-weight: 600;
      font-size: 14px;
      line-height: 1;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 18px;
      border-radius: 100px;
      background-color: #EEF41D !important;
      -webkit-backdrop-filter: blur(100px);
      backdrop-filter: blur(100px);
      position: absolute;
      bottom: 15px;
      right: 15px;
      z-index: 1;
      transition: 0.5s;
  }



  /*-------End ------*/


  /* Make modal full screen on small devices */
  @media (max-width: 576px) {
      .modal-dialog {
          margin: 0;
      }
  }

  /* Responsive reCAPTCHA */
  .recaptcha-wrapper {
      transform: scale(0.9);
      transform-origin: 0 0;
  }

  @media (max-width: 400px) {
      .recaptcha-wrapper {
          transform: scale(0.8);
      }
  }

  /*-------- Home Pages Blog Css Start    -------   */

  /* Blog - section
*/
  .blog_section {
      padding: 50px 15px;
      background: #f6f6ff;
  }

  .blog_section h2 {
      font-size: 28px;
      font-weight: 700;
  }

  .blog_section p {
      font-size: 15px;
      max-width: 700px;
      margin: 10px auto 30px;
      color: var(--text-color);
      font-family: var(--font-roboto);
      font-weight: 400;
      font-size: 15px !important;
      line-height: 20px;
      margin-bottom: 0;
      padding-top: 0px !important;
      word-spacing: 2px;
  }

  /* Blog Card */
  .blog-card {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      height: 420px;
  }

  .blog-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
  }

  .blog-content {
      padding: 15px;
      flex-grow: 1;
      text-align: center;
      padding: 14px 14px 10px !important;
  }

  .blog-content h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
  }

  .blog-content p {
      font-size: 14px;
      color: #555;
  }

  /* Button */
  .blog-btn {
      display: block;
      text-align: center;
      background: #e5d517;
      color: #ffffff;
      font-weight: 500;
      padding: 6px;
      text-decoration: none;
      transition: 0.3s ease;
  }

  .blog-btn:hover {
      background: #d4c500;
      color: #000;
  }

  @media (max-width: 767px) {
    .blog_section h2{
         font-size: 22px;
    }
}

  /*-----about section */
  .home2-about-section {
      background-image: url(../img/home2/home2-about-bg.png), linear-gradient(44deg, #fffdf8 0%, #FFF2E2 100%) !important;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 80px 0;
  }

  .background_about-section {
      background-image: url(../img/home2/home2-about-bg.png), linear-gradient(44deg, #fffdf8 0%, #FFF2E2 100%) !important;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 80px 0;
  }

  /*-----gurgaon*/
  /* SECTION */
  .package-section {
      padding: 50px 15px;
      background: #fffbff;
  }

  /* HEADING */
  .section-head {
      text-align: center;
      margin-bottom: 35px;
  }

  .section-head h2 {
      font-size: 32px;
      font-weight: 700;
  }

  .section-head span {
      color: #1781FE;
      font-weight: 600;
  }

  /* TABS */
  .package-tabs .nav-link {
      border-radius: 50px;
      padding: 8px 20px;
      margin: 5px;
      font-weight: 600;
      background: #f2f2f2;
      color: #333;
  }

  .package-tabs .nav-link.active {
      background: #1781FE;
      color: #fff;
  }

  /*------ End ----- Blog -------*/
  /*  ------- End Blog css -----------    */

  .section-title {
  text-align: center;
  font-size: 32px;
}

.occasion-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 350px;
}

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

.occasion-card:hover img {
  transform: scale(1.1);
}

.occasion-card .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
  color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: bottom 0.4s ease;
}

.occasion-card:hover .overlay {
  bottom: 0;
}

.overlay h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #fff;
}

.overlay p {
  font-size: 14px;
}
.occasion-card {
  height: 350px!important;
}

@media (max-width: 992px) {
  .occasion-card {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .occasion-card {
    height: 260px;
  }
}

/* Navigation buttons */
.occasionSwiper .swiper-button-next,
.occasionSwiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #FFD54F, #FFC107);

  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* Arrow color */
.occasionSwiper .swiper-button-next::after,
.occasionSwiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff; /* white arrow */
}

/* Hover effect */
.occasionSwiper .swiper-button-next:hover,
.occasionSwiper .swiper-button-prev:hover {
  background-color: #E5D517; /* darker yellow */
  transform: scale(1.08);
}

/* Position tweak (optional) */
.occasionSwiper .swiper-button-prev {
  left: 10px;
}

.occasionSwiper .swiper-button-next {
  right: 10px;
}


