.service-icons img {
  width: 40px;
  height: 40px;
  margin: 5px;
}

.brand-slider img {
  max-width: 90px;
  border-radius: 50%;
  height: auto;
  margin: auto;
}

.brand-slider-title {
  font-size: 30px;
  color: #f50808;
  font-weight: 700;
}

.custom-card {
  background-color: #ffffff;
  /* Kartın arka planı beyaz */
  border-radius: 15px;
  /* Kenarları yuvarlak yap */
  padding: 30px;
  border: 1px solid #e6e6e6;
  width: 100%;
  /* Tam genişlik */
}

.contact-image {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: flex-end;
  /* Alt kısma hizala */
  justify-content: center;
  padding: 0;
  /* Padding kaldırıldı */
  height: 100%;
  /* Yüksekliği tam ayarla */
}

.contact-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  /* Görselin kesilmesini önler */
}

.list-group-item {
  border: none;
  padding-left: 0;
}

.contact-form {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-list i {
  color: #f50808;
  /* İkon rengi */
  font-size: 18px;
}

.bottom-header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  /* Koyu gri arka plan */
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

/* Sayfa kaydırıldığında gizlenmesi için */
.hidden {
  transform: translateY(100%);
}

.review-slider {
  padding: 50px 0;
}

/* Yorum kartları */
.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

/* Yıldız rengi */
.review-stars {
  color: #ff0000;
  /* Kırmızı */
  font-size: 20px;
}

/* Mobilde yorum kartlarını küçült */
@media (max-width: 768px) {
  .review-card {
    padding: 15px;
    /* Kart içeriğini küçült */
    font-size: 14px;
    /* Yazı boyutunu küçült */
  }

  .review-stars {
    font-size: 18px;
    /* Yıldız boyutunu küçült */
  }
}

/* Owl Carousel - Slider noktalarını küçült */
.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dot {
  width: 10px;
  /* Nokta boyutunu küçült */
  height: 10px;
  margin: 5px;
  background: #999;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.owl-dot.active {
  background: #ff0000;
  /* Aktif nokta kırmızı */
  width: 12px;
  /* Aktif nokta biraz daha büyük */
  height: 12px;
}


.footer {
  border: 1px solid #e6e6e6;
}

.about-section {
  padding: 60px 0;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.about-text {
  text-align: justify;
  font-size: 14px;
}



.repair-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.repair-text {
  text-align: justify;
  font-size: 14px;
}

.issue-list {
  list-style: none;
  padding: 0;
}

.issue-list li {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.issue-list li i {
  color: #ff0000; /* Kırmızı ikon rengi */
  font-size: 18px; /* İkon boyutu */
  margin-right: 12px; /* İkon ile metin arasında boşluk */
}
