/* topbar */

.bg-top-bar {
  background-color: #212121;
}

.custom-btn {
  background-color: #a2d84c;
  color: black;
  font-size: 1rem;
  padding: 0 1.5rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: 450;
}
.custom-btn:hover {
  background-color: rgba(162, 216, 76, 0.9);
  color: black;
}

/* navbar */
.logo {
  margin-left: 6rem;
}
.custom-a {
  font-weight: 480;
  font-size: 1.2rem;
  transition: box-shadow 0.3s ease;
}

.custom-a:hover {
  box-shadow: inset 0 -5px 0 #f9bd24;
}

/* slider */
.carousel-indicators [data-bs-target] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 4px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
}

/* Slider indicators - 44x44 touch target */
#slider .carousel-indicators [data-bs-target] {
  width: 44px;
  height: 44px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 0.7;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#slider .carousel-indicators [data-bs-target]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  display: block;
}

#slider .carousel-indicators .active {
  opacity: 1;
  background-color: transparent;
}

#slider .carousel-indicators .active::before {
  opacity: 1;
}

#slider .carousel-item img {
  height: 500px;
  object-fit: cover;
}

#slider .carousel-item:nth-child(5) img {
  object-fit: scale-down;
  height: 500px;
  background-color: #ffffff;
}

/* services card */
.card-img-services {
  height: 200px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.card-title {
  text-align: center;
}
.card-text {
  color: #6f6f6f;
  text-align: center;
}
/* products */
.card-img-products {
  height: 160px;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
/* about */
/* comments */
#commentsCarousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6f6f6f;
  opacity: 1;
}

#commentsCarousel .carousel-indicators .active {
  background-color: #6c6c6c;
}

#commentsCarousel .carousel-indicators {
  bottom: -30px;
}
/* line */
.custom-hr {
  height: 5px;
  width: 100%;
  background: radial-gradient(
    ellipse at center,
    #ccc 0%,
    #ccc 30%,
    transparent 80%
  );
}
/* follow */
.social-banner {
  gap: 80px;
  padding: 40px 0;
  background-color: #8dc53e;
}

.social-banner .text-white {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

@media (min-width: 992px) {
  .social-banner {
    height: 400px;
  }
  .social-banner img {
    height: 140px;
    width: 140px;
  }
}

/* Social Banner Icons Hover */
.social-banner a {
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 50%;
}

.social-banner a:hover {
  transform: scale(1.15) translateY(-5px);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}

.social-banner a:hover img {
  filter: brightness(1.1);
}

/* contact */
.text {
  font-size: clamp(0.8rem, 2vw, 1.1rem);
  font-weight: 500;
}
/* footer */
.footer-text {
  font-size: clamp(0.75rem, 1.5vw, 1rem);
}

.footer-text nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-icons i {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  transition: all 0.3s ease;
}

/* Footer Social Icons Hover */
.footer-icons a {
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-icons a:hover {
  transform: translateY(-5px) scale(1.1);
}

.footer-icons a:hover .fa-square-instagram {
  color: #E4405F !important;
  filter: drop-shadow(0 4px 8px rgba(228, 64, 95, 0.4));
}

.footer-icons a:hover .fa-square-facebook {
  color: #1877F2 !important;
  filter: drop-shadow(0 4px 8px rgba(24, 119, 242, 0.4));
}

/* Responsive - Hakkımızda Bölümü */
.about-section > div {
  padding: 40px 20px !important;
}
