.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 0.5 = %50 siyah karartı */
  z-index: 1;
}

.swiper-slide-caption {
  position: relative;
  z-index: 2; /* Yazılar overlay'in üstünde kalır */
}

.sticky-contact-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.sticky-contact-icons img {
  width: auto;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1); /* Yarı saydam beyaz arka plan */
  padding: 5px; /* Arka planın etrafında boşluk olması için */
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.sticky-contact-icons img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .swiper-container {
    height: 50vh !important;
  }
}

.button-black-outline,
.button-primary {
  display: inline-flex !important;
  width: auto !important;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

.dolu-kaplama {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.dolu-yazi {
  color: white;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
  background-color: #c99d67 !important ;
}

.product-big {
  height: 250px !important; /* örnek, ihtiyacına göre ayarlayabilirsin */
  overflow: hidden;
  position: relative !important;
}



    .product-big-price-wrap {
        font-size: 24px;
        padding: 15px 15px 8px !important;
    }

.product-big-body {
  padding: 1px 7px 90px 10% !important;
}

    .row-md-50 > * {
        margin-bottom: 10px !important;
    }

    .double-images {
  display: flex;
  gap: 10px; /* Görseller arası boşluk */
}

.double-images img {
  width: 100%;
  max-width: 120px; /* Her görselin genişliği */
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.unit-left img {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}


.swiper-container.swiper-slider-corporate {
  height: 340px !important;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide-caption.section-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row {
  margin-top: 10px !important;

.section-sm {
    padding: 10px 0 !important;

@media (min-width: 992px) {
  .section-sm {
    padding: 10px 0 !important;
  }

  .btn-outline-black {
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
  transition: all 0.3s ease;
}

.btn-outline-black:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.thumbnail-mary-figure img,
.thumbnail-mary-caption img {
  max-height: 200px !important;
  width: auto !important;
  object-fit: cover !important;
}

