/* ===== Hero Slider (Bootstrap 5 carousel) ===== */
#mu-slider .carousel-item {
  height: clamp(420px, 70vh, 640px);
}

#mu-slider .mu-slider-img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mu-slider .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 1;
}

#mu-slider .carousel-caption {
  inset: 0;
  z-index: 2;
  padding: 0;
}

#mu-slider .mu-slider-inner {
  max-width: 760px;
  color: #fff;
}

#mu-slider .mu-slider-tag {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 12px;
  font-weight: 400;
}

#mu-slider .mu-slider-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.15;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#mu-slider .mu-slider-text {
  font-size: clamp(14px, 1.4vw, 17px);
  color: #f1f1f1;
  margin-bottom: 24px;
  line-height: 1.6;
}

#mu-slider .mu-read-more-btn {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 0px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: #1d75bc;
}

#mu-slider .carousel-control-prev,
#mu-slider .carousel-control-next {
  width: 56px;
  opacity: 0.85;
  z-index: 3;
}

#mu-slider .carousel-control-prev-icon,
#mu-slider .carousel-control-next-icon {
  width: 60px;
  height: 50px;
  background-color: #b01f63;
}

#mu-slider .carousel-indicators {
  z-index: 3;
  margin-bottom: 1.5rem;
}

/* ===== Offers carousel ===== */
.mu-offers-carousel {
  padding-bottom: 36px;
}

.mu-offers-carousel .mu-offers-indicators {
  position: static;
  margin: 18px 0 0;
  justify-content: center;
}

.mu-offers-carousel .mu-offers-indicators [data-bs-target] {
  width: 28px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #1d75bc;
  opacity: 1;
  margin: 0 4px;
  text-indent: 0;
}

.mu-offers-carousel .mu-offers-indicators [data-bs-target].active {
  background-color: #1d75bc;
  border-color: #1d75bc;
}

/* ===== Testimonial carousel ===== */
.mu-testimonial-carousel {
  padding-bottom: 32px;
}

.mu-testimonial-carousel .mu-testimonial-quote {
  background: #a02468;
  color: #fff;
  padding: 40px 50px;
  max-width: 760px;
  position: relative;
  border-radius: 2px;
}

.mu-testimonial-carousel .mu-testimonial-quote::before {
  content: "\201C";
  position: absolute;
  top: 6px;
  left: 18px;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-family: Georgia, serif;
  opacity: 0.9;
}

.mu-testimonial-carousel .mu-testimonial-quote blockquote p {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.mu-testimonial-carousel .mu-testimonial-info h4 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.mu-testimonial-carousel .mu-testimonial-indicators {
  position: static;
  margin: 18px 0 0;
  justify-content: center;
}

.mu-testimonial-carousel .mu-testimonial-indicators [data-bs-target] {
  width: 28px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #1d75bc;
  opacity: 1;
  margin: 0 4px;
  text-indent: 0;
}

.mu-testimonial-carousel .mu-testimonial-indicators [data-bs-target].active {
  background-color: #1d75bc;
  border-color: #1d75bc;
}

.view-all-btn {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  padding: 14px 24px;
  line-height: 16px;
  font-weight: 700;
  background: #1d75bc;
  text-transform: uppercase;
}

.nav-item {
  /* padding: 10px; */
}

.blog-card-img {
  width: 100%;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.offerbutton:hover {
  color: #1d75bc;
}
