/* Product Image Carousel styles */
#productImagesCarousel .carousel-item img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#productImagesCarousel .carousel-item img:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 8px 32px rgba(33, 37, 41, 0.18);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #b17a30;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: #b17a30 !important;
}

.carousel-indicators button {
  background-color: #0a2734 !important;
}

/* social media icons styles */
.social-icon-facebook {
  color: #1877f3 !important;
}

.social-icon-instagram {
  color: #e4405f !important;
}

.social-icon-twitter {
  color: #1da1f2 !important;
}

.social-icon-whatsapp {
  color: #25d366 !important;
}

.social-icon-linkedin {
  color: #0077b5 !important;
}
/* additional description styles */
.nav-tabs {
  border-bottom: 2px solid #b17a30;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
  padding: 0.5rem 1rem 0 1rem;
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  color: #0a2734;
  font-weight: 500;
  border: none;
  border-radius: 8px 8px 0 0;
  margin-right: 4px;
  background: transparent;
  transition: background 0.2s, color 0.2s;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: linear-gradient(90deg, #0a2734 0%, #b17a30 100%);
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(33, 37, 41, 0.08);
}
.tab-content {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 8px rgba(33, 37, 41, 0.04);
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }
  .tab-content {
    padding: 1rem 0.5rem;
  }
}

/*  cart and cart button styles */
#addToCartBtn {
  background-color: #25d366;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
}

#addToCartBtn:hover {
  background-color: #1da1f2;
}

.card-title {
  letter-spacing: 0.5px;
}

.card-body p {
  font-size: 1.1rem;
  color: #444;
}

.list-group-item strong {
  min-width: 90px;
  display: inline-block;
}

@media (max-width: 767px) {
  .card-body {
    padding: 2rem 1rem !important;
  }

  .img-fluid {
    max-height: 220px !important;
  }
}
