/**
 * Home Page Styles
 * Namespace: nim-
 */

/* ==========================================
   BANNER CSS
   ========================================== */

.hero-slide-content {
      min-height: 600px;
      height: 600px;
}

.nim-banner-text {
  max-width: 20em;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.nim-banner-supporting-text {
  font-size: var(--text-base);
  color: var(--grey-100);
  line-height: 1.7;
  max-width: 35em;
  text-align: left;
}

.nim-text-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.nim-text-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: -150px;
  bottom: 0;
  left: 0;
  background: inherit;
  z-index: -1;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.nim-image-section {
  background-size: cover;
  background-position: center;
}

/* ==========================================
   SWIPER JS CUSTOM CSS
   ========================================== */

.nim-swiper {
  width: 100%;
  height: 100%;
}

.nim-swiper .swiper-slide {
  height: auto;
      overflow: hidden;

}

/* Hero Swiper Styles */


#nim-heroSwiper {
  min-height: 30rem;
  position: relative;
      overflow: hidden;

}

#nim-heroSwiper .swiper-button-next,
#nim-heroSwiper .swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

#nim-heroSwiper .swiper-button-next:after,
#nim-heroSwiper .swiper-button-prev:after {
  font-size: var(--text-lg);
}

#nim-heroSwiper .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

#nim-heroSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}


#nim-heroSwiper .swiper-button-next,
#nim-heroSwiper .swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}


#nim-heroSwiper .swiper-button-next:after,
#nim-heroSwiper .swiper-button-prev:after {
  font-size: var(--text-lg);
}

.nim-featured-swiper .swiper-button-disabled {
  opacity: 0.35;
}

/* Image section styles */
.nim-image-section {
  background-size: cover;
  background-position: center;
  min-height: 30rem;
}

@media (max-width: 991px) {
  .nim-image-section {
    min-height: 20rem;
  }
}


/* ==========================================
   STANDARD SPOTLIGHT
   ========================================== */

.pdf-preview-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    max-height: 250px;
  width: 100%;
  height: auto;
  background-color: #f8f9fa;
  position: relative;
  padding: var(--space-1);
}

.pdf-preview-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .nim-title-text {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Adjust this number based on your needs */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .order-now-btn{
      /*color: var(--grey-900);*/
      background-color: var(--blue-900);
            /*background-color: var(--grey-900);*/
            /*background-color: var(--accent);*/


      color: white;
        border: 1px solid var(--grey-250) !important;
      float: right;

  }

.featured-section {
          padding: var(--space-16) 0;

}
