/* Carousel Section Styles */
.carousel-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.carousel-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
}

.carousel-inner {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
}

.carousel-caption {
  border-radius: 10px;
  padding: 20px;
  top: 40%;
  /* bottom: unset;
  right: unset;
  text-align: left;
  background: rgb(0, 0, 0, 0.7); */
}

.carousel-caption h3 {
  color: #fff;
}

.carousel-caption h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.full-width {
  width: 100%;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-limit-width {
  max-width: none;
}

.carousel-container {
  padding: 40px 0;
}

.carousel-indicators {
  gap: 30px;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
}

.navmenu a,
.navmenu a:focus {
  color: #000;
}

.profile-img {
  width: 50% !important;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}

.profile-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: justify;
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
}

.boxxy {
  display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    /* border-radius: 0; */
    padding: 10px;
    width: 100%;
    text-align: justify;
    background-color: var(--surface-color);
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
}

.boxxy-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile-long-text {
  text-align: justify;
}

.btn-box {
  color: #ffffff;
  background-color: #007cf8;
  padding: 10px 20px;
  border-radius: 10px;
}

.plt-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn-box-container {
  width: 100%;
  justify-content: end;
  display: flex;
}

.index-page.scrolled .header .navmenu ul li a {
  color: #000;
}

.index-page .header .navmenu ul li a {
  transition: color 0.3s ease;
}

.index-page .header .navmenu ul li a.active {
  color: var(--nav-hover-color);
}

.products-container {
  display: flex;
  flex-direction: row;
}

.box-icon {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.box-icon > img {
  width: 90%;
}

/* .swiped {
  max-width: 100%;
  min-width: 100%;
  height: 200px;
  object-fit: cover;
} */

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-item img {
    height: 300px;
  }

  .carousel-section h2 {
    font-size: 2rem;
  }

  .index-page.scrolled .header .navmenu ul li a {
    color: #000;
  }

  .index-page .header .navmenu ul li a.active {
    color: var(--nav-hover-color);
  }

  .btn-box-container {
    justify-content: center;
  }

  .products-container {
    flex-direction: column;
    gap: 10px;
  }

  .box-icon > img {
    width: 100%;
  }

  .service-item {
    text-align: center;
  }

  .carousel-caption {
    top: 20%;
  }

  .d-none {
    display: unset !important;
  }

  .service-container {
    flex-direction: column;
  }
}

img.consumables-img {
    height: 291px;
}