body {
  font-family: 'Segoe UI', sans-serif;
}


/* Ürün kartları */
.product-card img {
  height: 200px;
  object-fit: cover;
}

/* Footer */
footer {
  background-color: #A3B18A;
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}



.contact-info-section {
  background-color: #f8f9fa;
}

.contact-info-section h2 {
  font-size: 2.5rem;
}

.contact-info-section i {
  vertical-align: middle;
}

.contact-info-section a:hover i {
  transform: scale(1.1);
  transition: 0.2s;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.d-inline-flex {
    display: inline-flex !important
;
}
.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.helehele {
     height: 450px !important;
     background-repeat: no-repeat;
     background-size: cover;
}

.custom-footer {
  height: 60px; /* daha ince görünmesi için yükseklik */
  display: flex;
  align-items: center;  /* dikey ortalama */
  justify-content: center;  /* yatay ortalama */
  font-size: 14px; /* istenirse yazı boyutu da küçültülebilir */
  padding: 0 10px; /* yatay boşluklar için */
}

.custom-footer p {
  margin: 0;
}


.text-success {
  color: #6C8C74 !important;
}

.bg-success {
  background-color: #6C8C74 !important;
}

.btn-success {
  background-color: #6C8C74;
  border-color: #6C8C74;
}

.btn-success:hover {
  background-color: #6C8C74;
  border-color: #6C8C74;
}

.text-success {
  color: #6C8C74 !important;
}

.bg-success {
  background-color: #6C8C74 !important;
}

.btn-success {
  background-color: #6C8C74;
  border-color: #6C8C74;
}

.btn-success:hover {
  background-color: #6C8C74;
  border-color: #6C8C74;
}

footer {
  background-color: #DDE5B6;
}

.contact-info-section {
  background-color: #fbf4f4;
}


.gallery-item {
  cursor: pointer;
}

.gallery-img {
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}

.slider-wrapper {
  position: relative;
  overflow: hidden; /* TAŞMAYI ENGELLER */
  width: 100%;
}

.slider {
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;

  /* Alt satıra düşmesini engelle */
  flex-wrap: nowrap;
}

.card {
  flex: 0 0 calc(100% / 3 - 20px); /* 3 kart göster - gap'ı düş */
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  scroll-snap-align: start;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: left;
}

/* Mobilde sadece 1 kart göster */
/* === GALERİ KART YAPISI === */
/* Askılı görsel stili */
.askili-kart {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}

.ip-cizgi {
  width: 2px;
  height: 40px;
  background-color: #a7794e;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.askili-foto {
  border: 2px dashed #c4a484;
  padding: 4px;
  background-color: #fffaf5;
  transition: 0.3s ease;
}

.askili-foto:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Carousel kontrol butonları */

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #6c8c74;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: all 0.3s ease;
  z-index: 10;
  top: 50%; /* dikeyde ortala */
  transform: translateY(-50%);
  border: none;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background-color: #5a755f;
}

.carousel-control-prev {
  left: -20px; /* biraz daha dışarı */
}

.carousel-control-next {
  right: -20px;
}


/* Mobil düzenleme */
@media (max-width: 768px) {
  #urunlerCarousel .carousel-item .p-2 {
    width: 50% !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 35px;
    height: 35px;
    bottom: auto;
top: 5px;
transform: none;
    background-color: #6c8c74;
  }

  .carousel-control-prev {
    left: 6px;
  }

  .carousel-control-next {
    right: 6px;
  }
}




#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  width: 32px;
  height: 32px;
  background-color: #6c8c74;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0;
}


#testimonialCarousel .carousel-control-prev {
  left: -18px;
}

#testimonialCarousel .carousel-control-next {
  right: -18px;
}


#testimonialCarousel .carousel-control-prev:hover,
#testimonialCarousel .carousel-control-next:hover {
  background-color: #5a755f;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60% 60%;
}
