.breadcrumb-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 0;
  opacity: 0.5;
}

.why-choose-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 0;
  opacity: 0.5;
}

.why-choose-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.breadcrumb-img {
  height: 60vh;
}

.about-page-img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}

.stat-number {
  font-weight: 600;
  color: var(--theme-color2);
}

.stat-label {
  font-weight: 500;
  color: #000;
}

.team-card-center {
  background-color: var(--theme-color3);
}

.line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #a3d43b;
  vertical-align: middle;
  margin: 0 10px;
}

.about-carousel-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 0;
}

.room-sticky{
  position: sticky;
  top: 20%;
  background-color: #fff;
}



@media only screen and (max-width: 500px) {
  .about-page-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .room-sticky{
    top: 9%;
  }

  .why-choose-image {
    height: 300px;
  }

  .breadcrumb-img {
    height: 40vh;
  }

  .about-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;
  }

  .about-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;
  }

  .about-carousel .owl-nav .owl-prev span,
  .about-carousel .owl-nav .owl-next span {
    color: #000000 !important;
    font-size: 30px;
    line-height: 24px;
  }
}
