/*CAORUSEL KISMI*/

/* Header ve Carousel arasında boşluk */
.carousel-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Carousel caption düzeni */
.carousel-caption h5 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}

.carousel-caption p {
  font-size: 1rem;
  color: #f8f8f8;
}

/* Responsive yuvarlak köşeler ve gölge */
.carousel-inner img {
  object-fit: cover;
  height: 450px;
  border-radius: 10px;
}

.carousel-inner {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .carousel-inner img {
    height: 250px;
  }
}

.carousel-item img {
    width: 100%;
    height: 300px; /* Yüksekliği sabitleyin */
    object-fit: cover; /* Görseli orantılı şekilde sığdırır */
  }

  /* Carousel içindeki her kart için düzenleme */
  .carousel-item1 img {
    width: 100%;
    height: 200px; /* Yüksekliği sabitleyin */
    object-fit: cover; /* Görselin orantılı şekilde kesilmeden uyum sağlamasını sağlar */
  }

/*NEDEN BİZ KISIMI*/

  .nedenbiz {
  background: linear-gradient(to right, #fff8f1, #fce8da);
  padding: 60px 40px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
  transition: transform 0.3s ease;
}

.nedenbiz:hover {
  transform: scale(1.01);
}

.nedenbiz h3 {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  color: #a0491f;
  margin-bottom: 25px;
}

.nedenbiz p.lead {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.15rem;
  line-height: 1.9;
  color: #3d3d3d;
  max-width: 95%;
  margin: auto;
}



.ozel-baslik {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  color: #925334; /* Neden Biz başlığıyla aynı renk */
  margin-bottom: 30px;
  font-weight: bold;
}

.sag-altta-baglanti {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff8f1;
  color: #a0491f;
  border: 1px solid #f0d5c0;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  z-index: 9999;
}

.sag-altta-baglanti a {
  color: #a0491f;
  text-decoration: underline;
  font-weight: 600;
}


.iletisim {
  background: linear-gradient(to right, #fff8f1, #fce8da);
  padding: 60px 40px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
  transition: transform 0.3s ease;
}

.iletisim:hover {
  transform: scale(1.01);
}

.iletisim h3 {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  color: #a0491f;
  margin-bottom: 25px;
}

.iletisim p.lead {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.15rem;
  line-height: 1.9;
  color: #3d3d3d;
  max-width: 95%;
  margin: auto;
}
