/* Produk Section Styling */
.slidersection {
background-color: #131313;
  padding: 5% 10%;
  color: #fff;
}

.slidersectiontext {
  text-align: center;
  margin-bottom: 2rem;
}

.slidersectiontext span {
  color: #ffc107;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
}

.slidersectiontext h1 {
  font-size: 2.5rem;
  color: #fff;
  margin: 0.5rem 0;
  text-align: left;
  background-color: #005baa;
  background-image: linear-gradient(365deg, #005baa, #98FF98);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback for browsers that don't support -webkit-text-fill-color */
}

.slidersectiontext p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #ccc;
}

/* Swiper Styling */
.swiper {
  width: 100%;
  padding: 2rem 0;
}

.swiper-slide {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.swiper-slide:hover {
  transform: scale(1.03);
}

.swiper-slide h2 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 1rem;
}

.swiper-pagination-bullet {
  background: #ffc107;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* Static Items Below Slider */
.coal {
  padding-top: 3rem;
}

.coal .middle {
  text-align: center;
}

.coal .middle span {
  color: #ffc107;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.coal .middle h1 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #fff;
}

.static-display {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.static-item {
background-color: #161616;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 3rem;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  transition: transform 0.3s ease;
}

.static-item:hover {
  transform: translateY(-5px);
}

.static-item h2 a {
  font-size: 1.5rem;
  color: #ffc107;
  font-weight: bold;
  text-decoration: none;
}

.static-item h2 a:hover {
  color: #fff;
}

/* Swiper Slide Backgrounds */
.swiper-slide--one {
  background-image: url('../Assets/img/nut.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide--two {
  background-image: url('../Assets/img/medium.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide--three {
  background-image: url('../Assets/img/rom.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide--four {
  background-image: url('../Assets/img/fine.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Static Item Backgrounds */
.static-item--medium {
  background-image: url('../Assets/img/medium.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.static-item--high {
  background-image: url('../Assets/img/high.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

@media screen and (max-width: 922px) {
  .slidersectiontext {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .slidersectiontext h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .slidersectiontext p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }

  .swiper-slide {
    height: 25vh;
  }

  .static-item {
    height: 220px;
  }
}

@media screen and (max-width: 576px) {
  .slidersection {
    padding: 0% !important;
  }

  .slidersectiontext {
    max-width: 100%;
  }

  .slidersectiontext h1 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .slidersectiontext p {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
  }

.static-display {
    flex-direction: column;
    height: 500px;
    gap: 1.5rem;
}

.static-item {
    max-width: 100%;
    height: 180px;
}

}

@media screen and (max-width: 350px) {

  .slidersectiontext h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .slidersectiontext p {
    font-size: 12px;
    line-height: 1.4;
  }

.static-display {
    flex-direction: column;
    height: 500px;
    gap: 1.5rem;
}

.static-item {
    max-width: 100%;
    height: 180px;
}

}
