

  
/* Modal Styles */
.img-preview-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.img-preview-modal img {
  max-width: 60%;
  max-height: 60%;
  border-radius: 10px;
  animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
  from {transform: scale(0.7);}
  to {transform: scale(1);}
}

.img-preview-modal .close {
  position: absolute;
  top: 20px; right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}


    /* Navigation buttons */
    .swiper-button-next,
    .swiper-button-prev {
      color: #8a6d3b;
      background: #fff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 16px;
      font-weight: bold;
    }

a{


  text-decoration: none;

 }
      .swiper-button-next,
    .swiper-button-prev {
      color: #b38a3c;
      background: #fff;
      padding: 20px;
      border-radius: 50%;
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);

      font-size: 10px;
    }

    /* Pagination bullets */
    .swiper-pagination-bullet { background:#b38a3c; opacity:.6; }
    .swiper-pagination-bullet-active { opacity:1; }

.carousel-indicators{




  
}




 
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    /* MAIN SECTION WITH BACKGROUND */
    .topic {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      min-height: 100vh;
      padding: 90px 0px 0PX 0PX;

      /* background-image: url('lines.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; */

      position: relative;
      z-index: 999;
    }


    .Paradise{
        margin-top: 50px;
    }

    /* Transparent Overlay */
    .topic::before {
      content: "";
      position: absolute;  
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      background: rgba(237, 229, 212, 0.9);
      z-index: -1; /* behind the content */
    }

    .save-container {
      margin: 0 auto;
      position: relative;
    }

    /* --- Cards --- */
    .cards-container {
      position: relative;
      overflow: hidden;

    }

    .cards-wrapper {
      display: flex;
      gap: 25px;
      padding: 20px 0;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .cards-wrapper::-webkit-scrollbar {
      display: none;
    }

    .destination-card {
      min-width: 320px;
      height: 500px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      /* border-radius: 15px; */
      transition: all 0.4s ease;
    }
    .destination-card:hover {
      transform: translateY(-10px) scale(1.02);
    }

    .card-background {
     border-radius: 1rem;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .card-background::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      /*background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);*/
      transition: background 0.3s ease;
    }
    .destination-card:hover .card-background::before {
      background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
    }

    .card-content {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      padding: 10px;
      color: white;
      z-index: 2;
      background-color: rgba(102, 102, 102, 0.4);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 10px;
      margin: 20px;
    }

    .view-more-btn {
      color: #fff;
      border: 1px solid white;
      padding: 6px 12px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 600;
      background: transparent;
      transition: background 0.3s ease;
    }
    .view-more-btn:hover {
      background: rgba(255,255,255,0.2);
    }

    .card-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 8px;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .card-subtitle {
      font-size: 0.95rem;
      opacity: 0.9;
      margin-bottom: 15px;
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }

    .card-stats {
      display: flex;
      gap: 15px;
      align-items: center;
      margin-bottom: 15px;
    }
    .stat-item {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 13px;
      opacity: 0.9;
    }

    /* SCROLL BUTTONS */
    .scroll-controls {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #160647;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      z-index: 999 !important;
      opacity: 0;

    }
    .save-container:hover .scroll-controls {
      opacity: 1;
    }
    .scroll-controls:hover {
      transform: translateY(-50%) scale(1.1);
    }

     .scroll-controls i{
        color: white;
     }

    .prev-btn { left: 20px; }
    .next-btn { right: 20px; }
    .prev-btn::after { content: '‹'; font-size: 30px; color: white; }
    .next-btn::after { content: '›'; font-size: 30px; color: #f8f8f8; }

    @media (max-width: 768px) {
      .destination-card {
        min-width: 320px;
        height: 350px;
      }
      .scroll-controls { display: none; }
      
      .sello-container > h2{
    font-size: 20px !important;
    margin-top: 1rem;
}
    }
.sello-container > h2{
        margin-top: 1rem;
    color: #160647; font-size: 40px !important;
}

    .sello-container{


        max-width: 1200px;
      padding: 0px 50px;
        margin: 0 auto;

    }
  