/* Instagram Carousel - Luxury Styling */

.cifc-instagram-carousel {
  margin: 50px auto;
  max-width: 1400px;
  padding: 0 20px;
}

.cifc-instagram-carousel .cifc-post img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform .4s ease, box-shadow .4s ease;
}

.cifc-instagram-carousel .cifc-post img:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

.swiper-button-next,
.swiper-button-prev {
  color: #d4af37;
  font-size: 22px;
  transition: color .3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #000;
}

.swiper-pagination-bullet {
  background: #d4af37;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}