.main-slider .owl-nav [class*=owl-] {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 24px;
}

.main-slider {
    position: relative;
    position: relative;
}

.main-slider .owl-nav {
    position: absolute;
    top: 39%;
    width: 100%
}

.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: var(--hotelux-base);
    color: #FFF;
    font-size: 40px;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 23px;
    color: #ffffff;
    line-height: 55px;
}

.main-slider .owl-nav .owl-prev {
    left: 10px;
}

.main-slider .owl-nav .owl-next {
    right: 10px;
}

.section-s1
{
    background: #efefef;
    padding: 70px 0;
}

.visionimg-s2 {
    max-width: 80%;
    margin-bottom: 30px;
}

.innerpage
{
    padding: 70px 0;
    
}
  .spec-bx.terms-box,
  .cancel-box {
    position: relative;
    background: #ffffff;
  }

  .section-title {
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 26px;
  }

  .terms-box::before,
  .cancel-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    pointer-events: none;
  }

  .terms-list li strong,
  .cancel-list li strong {
    display: block;
    min-width: 155px;
    font-weight: 600;
    color: #000000;
  }

  .terms-list li span,
  .cancel-list li span {
    color: #4e4e4e;
  }

  .terms-list li,
  .cancel-list li {
    font-size: 0.95rem;
    margin: 0 0 30px;
  }

  .policy-intro {
    font-size: 0.95rem;
  }

  /* Optional subtle hover */
  .terms-box:hover,
  .cancel-box:hover {
    transform: translateY(-2px);
    transition: all 0.2s ease;
    box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.06);
  }
.terms-box
{
    padding: 40px 30px;
    border: 1px solid #ed2224;
    border-radius: 30px;
}

.xs-sidebar-group .content-inner .logo img {
    width: 140px;
}
.visit-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.visit-item:last-child {
    border-bottom: none; /* No border for last item */
}

.room-card {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 8px;
    position: relative;
}

.room-card .room-link {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 13px;
    text-decoration: underline;
}


.landmark-items
{
    
}
.landmark-items h4
{
    font-size: 18px;
    color: #FFF;
    margin: 0px 0 10px;
    font-weight: 600;
}
.landmark-items ul
{
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 0 30px;
}
.landmark-items ul li
{
    font-size: 14px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
}
.landmark-items ul li span
{
  background: #936932;
  width: 42px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  height: 18px;
  /* border: 1px dashed #936932; */
}

.rooms-section {
    background: #CCC;
    padding: 80px 0;
}
  @media (max-width: 767.98px) {
    .terms-list li strong,
    .cancel-list li strong {
      display: block;
      margin-bottom: 2px;
      min-width: auto;
    }
  }
@media (max-width:992px)
{
    .visionimg-s2 {
    max-width: 110px;
    margin-bottom: 10px;
}
.vision-bx-s2
{
    margin-bottom: 40px;
    
}
}