  
.custom-btn {
  display: inline-block;
  background-color: #a67c52; /* Brown shade */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 12px 40px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;

  margin-top: 30px;
}

.custom-btn:hover {
  background-color: #8c6239; /* Darker brown on hover */
  color: #fff;
  text-decoration: none;
}




  
/* 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{




  
}

