/** North Ryde RSL additional/modified css **/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

.__desktop_logo_menu {
  max-width: 80rem !important;
}

/* Image Carousel Section Start */
.ics-img-wrap img {
  aspect-ratio: 12 / 10;
  object-fit: cover;
  background-size: cover;
}
.ics-slider .ics-slide {
  padding: 10px;
}
.image-carousel-section .row {
  overflow: visible !important;
}

.my-prev-arrow,
.my-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(17, 31, 48, 0.5);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.my-prev-arrow {
  left: -25px; /* adjust as needed */
}

.my-next-arrow {
  right: -25px; /* adjust as needed */
}

.my-prev-arrow:hover,
.my-next-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1254px) {
  .my-prev-arrow {
    left: 10px;
  }
  .my-next-arrow {
    right: 10px;
  }
}

/* Image Carousel Section Start */

/** North Ryde RSL additional/modified css **/
