.room-info-card {
  border: 1px solid #ccc;
}

.list-group-item {
  border: none !important;
  text-align: center;
}

.list-group-item.active {
  border-top: 1px soild var(--theme-color3) !important;
  background-color: #8fc33d !important;
  color: #ffffff !important;
  font-weight: bold;
}
.our-care_image {
  height: 100vh;
}

.scrollspy-example {
  position: relative;
  height: auto;
}

.room-sticky {
  z-index: 2;
}



.rooms-carousel-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 0;
}

.custom-carousel .item {
  padding: 10px;
  transition: all 0.5s ease-in-out;
  transform: scale(0.8);
  filter: blur(3px);
  opacity: 0.6;
  border-radius: 15px;
  overflow: hidden;
}

.custom-carousel .item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}

.custom-carousel .owl-item.center .item {
  transform: scale(1);
  filter: none;
  opacity: 1;
  z-index: 2;
}

@media only screen and (max-width: 500px) {
  .roomCare-carousel .owl-nav .owl-prev {
    background: #ffffff50 !important;
    position: absolute;
    top: 45%;
    left: 5%;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
  }

  .roomCare-carousel .owl-nav .owl-next {
    background: #ffffff50 !important;
    position: absolute;
    top: 45%;
    right: 5%;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
  }

  .roomCare-carousel .owl-nav .owl-prev span,
  .roomCare-carousel .owl-nav .owl-next span {
    color: #000000 !important;
    font-size: 30px;
    line-height: 24px;
  }
}
