.main-menu__logo a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-menu__logo h1 {
  margin: 0;
  font-size: 32px;
  font-family: var(--hotelux-font);
  font-weight: bold;
  color: var(--hotelux-black);
}
.main-menu__logo h1 span {
  display: block;
  font-size: 14px;
  color: var(--hotelux-base);
}
.main-menu__logo img {
  width: 320px;
}
.about-one__right .section-title__title {
  font-size: 32px;
}
.about-one__right .section-title__title span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: var(--hotelux-black);
}
.about-one__right .section-title {
  margin-bottom: 10px;
}
.about-one__text {
  margin-bottom: 15px;
}
.about-one__right .why-choose-one__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-one__left img {
  width: 100%;
}
.about-one__right .about-three__btn-box {
  margin-top: 30px;
}
.footer-widget__contact li .content p strong {
  display: block;
}
.service-details__left h4 {
  margin-bottom: 20px;
  color: var(--hotelux-base);
}
.service-details__left h5 {
  margin-bottom: 10px;
}
.service-details__left p {
  margin-bottom: 10px;
}
.service-details__left ul li {
  list-style: disc;
  margin-left: 15px;
}
.video {
  width: 100%;
  height: 230px;
  border: 4px solid var(--hotelux-base);
  background: var(--hotelux-black);
}
.about-one__right h3 {
  font-weight: 800;
  border-bottom: 1px solid var(--hotelux-base);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service-details__left .service-list li {
  margin-bottom: 15px;
  color: var(--hotelux-black);
  font-weight: bold;
  font-size: 18px;
}
.service-details__left .service-list li a {
  color: var(--hotelux-black);
}
.service-details__left .service-list ul li {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
.service-details__left .service-list ul {
  margin-top: 15px;
}
.service-details__left .service-list ul li a {
  color: var(--hotelux-base);
}
.our-rooms-two .our-rooms-two__single {
  background: var(--hotelux-base);
  text-align: center;
}
.our-rooms-two .our-rooms-two__single iframe {
  width: 100%;
  height: 240px;
}
.our-rooms-two .our-rooms-two__single h4 {
  padding: 5px 10px 10px;
  color: var(--hotelux-white);
  font-size: 20px;
}
.service-details .product-details__img {
  text-align: center;
}
.service-details .product-details__img img {
  height: 350px;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.product-details__thumb-box .swiper-slide {
  width: 120px;
  margin: 10px 5px;
}
.product-details__thumb-box .swiper-slide img {
  width: 120px;
  height: 70px;
  object-fit: cover;
  object-position: center center;
  border: 2px solid var(--hotelux-base);
}
.main-menu__top-time {
  background: var(--hotelux-black);
  padding: 5px 10px;
  border-radius: 4px;
  animation: smooth-blink 2s infinite;
}
@keyframes smooth-blink {
  0%,
  100% {
    opacity: 1; /* Fully visible at the start and end */
  }
  50% {
    opacity: 0; /* Hidden halfway through the cycle */
  }
}
.sidebar-menu ul ul {
  background: var(--hotelux-base);
  padding: 0 5px 5px;
}
.sidebar-menu ul ul li {
  margin: 0;
}
.sidebar-menu ul ul li a {
  background: var(--hotelux-black);
  border-bottom: 1px solid var(--hotelux-base);
}
.service-details__services-list ul li a::before {
  background: var(--hotelux-black);
}
.sidebar-menu ul ul li a:hover {
  color: var(--hotelux-base);
}
.service-details__services-list ul li:hover a span {
  color: var(--hotelux-base);
}
.fix-btn {
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 99;
}
.fix-btn li {
  width: 50px;
  height: 50px;
  /* line-height: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  text-align: center;
  border: 2px solid #ff0000;
  margin-bottom: 10px;
  border-radius: 50%;
}
.fix-btn li:last-child {
  background: #1bd741;
  border-color: #1bd741;
}
.fix-btn li:last-child i {
  font-size: 28px;
}
.fix-btn li i {
  color: #fff;
  font-size: 20px;
}
.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.whatsapp-btn {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
  }
  75% {
    box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .main-menu__logo img {
    width: 280px;
  }
  .mobile-nav__content .logo-box img {
    width: 240px;
    background: #fff;
    border-radius: 8px;
    padding: 6px;
  }
  .main-slider__text {
    font-size: 22px;
  }
  .about-one__text {
    text-align: justify;
  }
  .cta-one__content h2 br {
    display: none;
  }
  .our-rooms__title {
    font-size: 18px;
    line-height: 28px;
  }
  .why-choose-one__list li .icon {
    width: 60px;
    height: 60px;
  }
  .why-choose-one__list li .icon span {
    font-size: 28px;
  }
  .why-choose-one__list li {
    align-items: flex-start;
  }
  .about-one__right .why-choose-one__points {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-two__image img {
    width: 100%;
    height: 240px;
  }
  .contact-page__input-box {
    margin-bottom: 20px;
  }
  .service-details__img img {
    width: 100%;
  }
  .scroll-to-top {
    right: -45px;
  }
  .service-details__title-1 {
    font-size: 28px;
    line-height: 38px;
  }
}
