/* ======  Awards Section ====== */

.awards-section {
  position: relative;
  background: #fff;
  text-align: center;
  overflow: hidden;
  border: none;
  padding: 0px;
}

/* Slider Width Responsive */
.awards-section .slider-container-fluid {
  position: relative;
  max-width: 850px;
  width: 90%;
}

/* Slides */
.awards-section .slide {
  width: 100%;
  display: none;
}

.awards-section .slide.active {
  display: block;
}

/* NAV BUTTONS */
.awards-section .nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #454545;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

.awards-section .prev {
  left: 250px;
}
.awards-section .next {
  right: 250px;
}

/* TROPHIES HALF OUTSIDE */
.awards-section .trophy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  z-index: 1;
}

.awards-section .trophy-left {
  left: 0px;
}

.awards-section .trophy-right {
  right: 0px;
}

/* SEE MORE */
.awards-section .see-more {
  margin-top: 40px;
  padding: 10px 30px;
  border-radius: 25px;
  border: 2px solid #454545;
  background: transparent;
  font-weight: 500;
}

.awards-section .slide .bg-primary{
    background-color: #454545 !important;
    border-radius: 0px 0px 20px 20px !important;
}

.awards-section .slide img{
  border-radius: 20px 20px 0px 0px !important;
}

.awards-section .slider {
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.awards-section .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.awards-section .slide.active {
  opacity: 1;
  z-index: 2;
}


.awards-banner-box img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 40px;
}
/* 📱 MOBILE FIX */
@media (max-width: 768px) {
  .awards-section .slider-container-fluid {
    width: 85%;
  }

  .awards-section .trophy {
    width: 100px;
  }

  .awards-section .trophy-left {
    left: -40px;
  }

  .awards-section .trophy-right {
    right: -40px;
  }

  .awards-section .see-more {
    margin-top: 20px;
    padding: 5px 20px;
    font-size: 12px;
  }

  .awards-section .nav-btn {
    width: 28px;
    height: 28px;
  }

  .awards-section .prev {
            left: 45px;
        top: 30%;
  }
  .awards-section .next {
            right: 45px;
        top: 30%;
  }
  .awards-section .slider {
    position: relative;
    overflow: hidden;
    min-height: auto; /* adjust if needed */
  }

  .awards-title {
    margin-bottom: 30px;
  }
  .awards-title-section h2{
    font-size: 24px;
  }
}

.subscribe-box {
  background: #d6ebdd;
  padding: 40px;
  border-radius: 15px;
}

.baby-img {
  max-width: 250px;
}

@media (max-width: 768px) {
  .subscribe-box {
    padding: 25px;
  }

  .baby-img {
    max-width: 180px;
  }
  .awards-banner-box img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.awards-section .slide .bg-primary{
      font-size: 12px;
    padding: 8px !important;
}
}
