#custom-tranding {
  padding: 4rem 0;
}

.custom-container {
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
}

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

.custom-section-heading {
  font-size: 3rem;
  color: #ec994b;
  padding: 2rem 0;
}

.custom-tranding-slider {
  height: 40rem; /* Adjusted for smaller images */
  padding: 2rem 0;
  position: relative;
}

.custom-tranding-slide {
  width: 25rem; /* Reduced width */
  height: 30rem; /* Reduced height */
  position: relative;
}

.custom-tranding-slide .custom-tranding-slide-img img {
  width: 25rem; /* Match reduced slide dimensions */
  height: 30rem;
  border-radius: 2rem;
  object-fit: cover;
}

.custom-tranding-slide-content .custom-food-price {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
}

.custom-tranding-slider-control .custom-slider-arrow {
  background: white;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-tranding-slider-control .custom-slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.custom-tranding-slider-control .swiper-pagination-bullet-active {
  background: #103f45;
}
.custom-tranding-slider-control .custom-slider-arrow {
  background: transparent;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) { /* Adjust the breakpoint as needed */
  #custom-tranding {
    padding: 2rem 0; /* Reduced padding for mobile */
  }

  .custom-container {
    max-width: 100%; /* Adjusted to fit mobile screens */
    padding: 0 1rem; /* Retain some padding for a clean layout */
    margin: 0 auto;
  }

  .custom-section-heading {
    font-size: 2.4rem; /* Smaller font size for headings on mobile */
    padding: 1.5rem 0; /* Reduced padding */
  }

  .custom-tranding-slider {
    height: 30rem; /* Reduced height for mobile */
    padding: 1.5rem 0;
    position: relative;
  }

  .custom-tranding-slide {
    width: 20rem; /* Reduced width for slides */
    height: 25rem; /* Reduced height */
    position: relative;
  }

  .custom-tranding-slide .custom-tranding-slide-img img {
    width: 20rem; /* Match reduced slide dimensions */
    height: 25rem;
    border-radius: 1.5rem; /* Slightly smaller border radius */
    object-fit: cover;
  }

  .custom-tranding-slide-content .custom-food-price {
    position: absolute;
    top: 0.5rem; /* Adjusted for better visibility */
    right: 0.5rem;
    font-size: 1.2rem; /* Smaller font size */
    color: white;
  }

  .custom-tranding-slider-control .custom-slider-arrow {
    background: white;
    width: 3rem; /* Reduced arrow size */
    height: 3rem;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 16px rgba(18, 28, 53, 0.1)); /* Adjusted shadow */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-tranding-slider-control .custom-slider-arrow ion-icon {
    font-size: 1.6rem; /* Smaller icon size */
    color: #222224;
  }

  .custom-tranding-slider-control .swiper-pagination-bullet-active {
    background: #103f45;
  }
}
