html,
body {
  overflow-x: hidden !important;
}


body {
  font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Global default typography */
* {
  font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif;
}

/* Ensure buttons use project default font */
.btn,
.btn-primary,
button {
  font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Ensure form controls use project default font */
input,
textarea,
select {
  font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif !important;
}

input::placeholder,
textarea::placeholder {
  font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Footer content pages typography */
.footer-content-page,
.footer-content-page * {
  font-family: "Roboto", sans-serif !important;
}

.footer-content-page-body .footer,
.footer-content-page-body .footer * {
  font-family: "Roboto", sans-serif !important;
}

.footer-content-page-body .top-bar,
.footer-content-page-body .top-bar *,
.footer-content-page-body .navbar,
.footer-content-page-body .navbar * {
  font-family: "Roboto", sans-serif !important;
}

.btn-primary {
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-padding-x: 0.75rem;
  font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif !important;
}

.second-color {
  background-color: #1f5fb8;
  border: none;
}

.second-color:active,
.second-color:focus,
.second-color:active:focus,
.second-color:focus-visible,
.second-color:hover {
  background-color: #1f5fb8;
  border: none;
}

.fw-bold {
  font-weight: 500 !important;
}

.search_btn {
  background-color: #1f5fb8 !important;
  border: none;
}

.logo-container .navbar-brand {
  display: block;
  background: url("/assets/hotels/blewi_ch_new_logo.png") center/cover no-repeat;
  width: 255px;
  height: 50px;
}

.first-span {
  margin-left: 100px !important;
}

.top-bar {
  background-color: #1f5fb8;
  color: #fff;
  font-size: 15px;
  padding: 6px 0;
  z-index: 1000;
}

.call-box {
  font-family: "Barlow", "Roboto", Tahoma, Geneva, Verdana, sans-serif;
}
@media (max-width: 767.98px) {
  .how-it-works__head {
    max-width: 100%;
    margin: 0 0 18px;
    text-align: left !important;
  }

  .how-it-works__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
  }

  .how-it-works__title span {
    display: block;
    margin-top: 2px;
    font-size: 22px !important;
    line-height: 1.2;
  }
  .how-it-works__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .how-it-works__card {
    padding: 16px 14px 14px;
  }

  .how-it-works__image-wrap {
    min-height: 120px;
    margin-bottom: 10px;
  }

  .how-it-works__image {
    max-height: 118px;
  }

  .how-it-works__card-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .how-it-works__card-copy {
    max-width: 170px;
    font-size: 11px !important;
    line-height: 1.45;
  }

}
.call-icon {
  width: 40px;
  height: 40px;
  background-color: #eaf3fb;
  color: #8944c6;
  font-size: 16px;
}

.call-text .text-primary {
  font-size: 1.1rem;
}
.external-link-style {
  color: #343439;
  font-weight: 500;
  font-size: 17px;
}
.hero-section {
  position: relative;
  height: 65vh;
  background: url("/assets/hotels/FD_Header.png") center/cover no-repeat;
  color: #fff;
  overflow: visible;
  padding: clamp(24px, 4vw, 56px) 0 clamp(40px, 5vw, 80px);
}
.hero-content {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}

.hero-content h1 {
  font-family: "Anek Bangla", "Roboto", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 10px;
  letter-spacing: 0.1px;
}

.hero-content p {
  font-family: "Anek Bangla", "Roboto", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.hero-accent {
  color: #ffc926;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 70px;
}
@media (max-width: 768px) {
  .hero-accent {
    font-size: 30px !important;
  }
}
.hero-subline {
  color: #ffffff;
}

/* Landing page typography: apply Roboto to full page (including header/footer), except hero section */
body.index-page *:not(.hero-section):not(.hero-section *) {
  font-family: "Roboto", sans-serif;
}

.mobile-br {
  display: none;
}
.search-form-container {
  position: absolute;
  bottom: 70px;
  padding: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  z-index: 50;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 24px rgba(6, 24, 45, 0.18);
}

.search-form-container,
.search-form-container * {
  font-family: "Roboto", sans-serif !important;
}

.search-form-container .row {
  align-items: center;
}

.search-form-container .col-md-1 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.search-form-container .row > [class*="col-"] {
  position: relative;
}

.search-form-container .row > [class*="col-"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 22px;
  background: #e9edf2;
}

.search-form-container .row > [class*="col-"]:last-child::after {
  display: none;
}

.search-form-container .input-group {
  min-height: 40px;
  align-items: center;
}

.search-form-container .form-control,
.search-form-container #guestSelector {
  padding-left: 2px;
  padding-right: 4px;
  font-size: 12px;
  color: #3c3c3d;
}

.search-form-container .form-control::placeholder,
.search-form-container #guestSummary,
.search-form-container #dateRange,
.search-form-container .flatpickr-input,
.search-form-container .flatpickr-input::placeholder {
  color: #3c3c3d;
}

.search-form-container .input-group-text {
  padding-left: 14px;
  padding-right: 8px;
  font-size: 13px;
  color: #7a8087;
  background: transparent;
}

.search-form-container .search-icon {
  width: 20px;
  display: block;
}

.search_bar_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-size: 17px;
  font-weight: 400;
}

.search_bar_btn i {
  font-size: 12px;
}

.hero-carousel-lines {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero-line {
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.hero-line.is-active {
  background: #ffffff;
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  color: black;
}

@media (max-width: 768px) {
  .how-it-works {
    margin-top: 0px;
  }
  .logo-container .navbar-brand {
    width: 205px;
    height: 37px;
    margin-right: 0px !important;
  }
  .navbar {
    padding: 1rem 0;
  }
}

.how-it-works p {
  font-size: 16px !important;
  color: #666;
}

.how-it-works {
  padding-top: 26px;
}

.how-it-works__head {
  margin: 10px 20px;
  text-align: center;
}

.how-it-works__title {
  margin: 0;
  color: #0d0e11;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.12;
}

.how-it-works__title span {
  color: #0b4b80;
  font-size: 40px;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 500;
}
.perfect-vacation-section {
  position: relative;
  padding: 20px 0 50px;
  background: #fff;
  overflow: visible;
}

.perfect-vacation__image-wrapper {
  position: relative;
  width: 499px;
  height: 591px;
  /* height: clamp(300px, 35vw, 390px); */
}

.perfect-vacation__main-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: none;
}

.perfect-vacation__secondary-image {
  position: absolute;
  right: -36px;
  bottom: -56px;
  width: 40%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #ffffff;
}

.perfect-vacation__secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.perfect-vacation__content {
  position: relative;
  z-index: 1;
}

.perfect-vacation__heading {
  font-size: 40px;
  font-weight: 500;
  color: #0d0e11;
  margin-bottom: 16px;
}

.perfect-vacation__heading span {
  display: block;
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #0b4b80;
  font-style: italic;
  font-weight: 500;
  margin-left: 6px;
}

.perfect-vacation__body {
  font-size: 16px;
  color: #4e4f50;
  line-height: 1.6;
  margin-bottom: 12px;
}

.perfect-vacation__body--secondary {
  margin-bottom: 20px;
}

.perfect-vacation__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0 0 22px;
  padding: 0;
}

.perfect-vacation__benefits li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #0d0e11;
}

.perfect-vacation__benefit-icon {
  width: 25px;
  height: 25px;
}

@media (max-width: 991px) {
  .perfect-vacation-row {
    --bs-gutter-y: 1.5rem;
  }
}

@media (max-width: 1440px) {
  .perfect-vacation__image-wrapper {
    max-width: 500px;
    height: 330px;
  }

  .perfect-vacation__main-image {
    width: 100%;
    height: 100%;
  }

  .perfect-vacation__secondary-image {
    right: -30px;
    bottom: -32px;
    width: 54%;
  }
  .perfect-vacation__secondary-image img {
    width: 100%;
  }
  .perfect-vacation__secondary-image {
    width: 48%;
    right: -42px;
    bottom: -56px;
  }
}

@media (max-width: 991px) {
  .perfect-vacation__image-wrapper {
    margin: 0 20px;
  }

  .perfect-vacation__content {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .perfect-vacation-section {
    padding: 22px 0 40px;
  }
  .perfect-vacation__image-wrapper {
    width: 281px;
    height: 333px;
  }

  .perfect-vacation__main-image {
    width: 281px;
    height: 333px;
    margin: 0;
    display: block;
  }

  .perfect-vacation__secondary-image {
    right: -46px;
    bottom: -32px;
    width: 49%;
  }

  .perfect-vacation__heading {
    font-size: 25px;
    text-align: center;
  }

  .perfect-vacation__heading span {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }

  .perfect-vacation__benefits {
    grid-template-columns: 1fr;
  }
  .perfect-vacation__secondary-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .perfect-vacation__body {
    font-size: 18px;
  }
  .perfect-vacation__body {
    text-align: center !important;
  }
  .perfect-vacation__benefits li {
    font-size: 18px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.top-title {
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 15px;
  color: #1f5fb8 !important;
}

.card-body h6 {
  font-weight: 600;
  margin: 10px 0 5px;
}

.card-body p {
  font-size: 14px;
  color: #0d0e11;
}

.top-destinations .container {
  position: relative;
}

.carousel-controls {
  position: absolute;
  top: 59%;
  left: -4px;
  width: 98%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}

.carousel-controls button {
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  pointer-events: auto;
  padding: 0;
}

.carousel-controls #prevBtn {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-controls #nextBtn {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-controls button:hover {
  background: #f8f8f8;
}

.destination-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 320px;
  width: 220px;
  transition: transform 0.3s;
  box-shadow: inset;
  transition: transform 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.destination-card:hover {
  transform: translateY(-5px);
}

.destination-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 1;
}

.destination-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  z-index: 2;
}

.destination-info h6 {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
}

.destination-info p {
  margin: 0;
  font-size: 16px;
  opacity: 0.85;
}

.destination-card:hover {
  transform: scale(1.02);
}

.destination-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.destination-wrapper::-webkit-scrollbar {
  display: none;
}

.destination-card {
  flex: 0 0 auto;
  min-width: 200px;
  scroll-snap-align: start;
}

@media (max-width: 767px) {
  .top-destinations .container {
    overflow: visible !important;
    padding: 0 10px;
  }

  .carousel-controls {
    display: none !important;
  }
  .how-it-works__title {
    font-size: 22px;
  }
}

.feature-card {
  background: white;
  border-radius: 12px;
  height: 100%;
  position: relative;
}

.image-wrapper {
  /* height: 200px; */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.image-wrapper img {
  width: 230px;
  height: 190px;
  object-fit: cover;
  display: block;
  max-height: 190px !important;
}

.icon-circle {
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 8px;
  background-color: #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .icon-circle {
    top: 230px;
  }
  .how-it-works__card-title {
    font-size: 28px;
  }
}

.icon-circle img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.section-title {
  color: #1f5fb8;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: left;
}

.main-heading {
  font-size: 31px;
  font-weight: 700;
  color: #0d0e11;
  text-align: left;
}
.main-heading strong {
  font-weight: 600;
  color: #0d0e11;
}

.main-heading span {
  font-weight: 400;
  color: #0d0e11;
}

.content-text {
  color: #0d0e11;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.btn-custom {
  background-color: #1f5fb8;
  color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 16px;
  border: none;
}

.rounded-img {
  border-radius: 40px;
  width: 400px;
  height: 200px;
  object-fit: cover;
  display: block;
}

.rounded-travel {
  border-radius: 40px;
}

.plan {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.travel {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.object-fit-cover {
  object-fit: cover;
}
.arrow-img {
  width: 150px;
  margin-top: 30px;
}
.image-box {
  position: relative;
  height: 430px;
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arrow-btns {
  position: absolute;
  top: 160px;
  left: 730px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.arrow-btns button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.arrow-left {
  background: white;
  color: black;
}

.blue-arrow {
  background: white !important;
  color: #1f5fb8 !important;
  border: 2px solid #1f5fb8 !important;
}

.arrow-right {
  background-color: #1f5fb8;
  color: white;
}

/* Responsive */
@media (max-width: 768px),
  (max-device-width: 768px),
  (orientation: portrait) and (max-width: 1024px) {
  .image-box {
    height: auto;
  }
  .arrow-btns {
    display: flex !important;
    position: relative;
    top: 20px;
    left: auto;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
}

.footer {
  position: relative;
  color: #3c4047;
  overflow: hidden;
}

.footer-banner img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: fill;
}

.footer-wrapper {
  position: relative;
  background: url("/assets/hotels/footer_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-overlay {
  background: rgba(255, 255, 255, 0.1);
}

.footer-top-line {
  margin: 45px;
  border: 0;
  border-top: 1px solid rgba(134, 135, 138, 0.45);
}

.footer-content {
  padding: 35px 0 15px;
}

.footer-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.footer-newsletter {
  flex: 1;
  max-width: 360px;
}

.footer-newsletter h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2126;
  margin-bottom: 18px;
}

.footer-newsletter-form {
  display: flex;
  align-items: center;
  border: 1px solid #d7d9df;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  max-width: 100%;
}

.footer-newsletter-form .form-control {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 14px 18px;
  color: #4a4f58;
  font-size: 14px;
}

.footer-newsletter-form .form-control::placeholder {
  color: #9aa0aa;
}

.footer-newsletter-form button {
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: #e6e6e7;
  color: #7b8190;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 5px;
}

.footer-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-logo img {
  height: 64px;
  width: auto;
}

.footer-divider {
  height: 1px;
  width: 100%;
  background: rgba(25, 29, 36, 0.08);
  margin: 38px 0 34px;
}

.footer-mobile-divider {
  display: none;
  height: 1px;
  width: 100%;
  background: rgba(25, 29, 36, 0.08);
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer-column h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2126;
  margin-bottom: 18px;
}

.footer-brand-copy p {
  margin: 0;
  max-width: 310px;
  color: #444546;
  line-height: 1.9;
  font-size: 15px;
}

#hotel-suggestions:empty {
  display: none;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 12px;
}

.footer-links a {
  color: #4e4f50;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.footer-links a:hover,
.footer-legal-links a:hover,
.footer-newsletter-form button:hover {
  color: #1f5fb8;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
}

.footer-copyright {
  color: #7b818c;
  font-size: 13px;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: #4e4f50;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 991px) {
  /* .footer{
        background-position: inherit;
    } */
  .footer-content {
    padding: 18px 0 18px;
  }

  .footer-top-row,
  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    justify-content: flex-start;
  }

  .footer-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .hero-section {
    height: auto;
    min-height: 415px;
    padding: 35px 5px 50px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .hero-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 !important;
    margin: 0 auto;
    width: 80%;
    max-width: 520px;
    text-align: center;
    z-index: 3;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.1;
    word-wrap: break-word;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-content p {
    font-size: 13px;
    text-align: center;
    line-height: 1.1;
  }

  .destination-card {
    width: 100%;
    height: 300px;
  }

  .rounded-img {
    width: 100%;
    height: auto;
    margin-top: -40px;
  }

  .testimonial-section {
    padding: 60px 15px 50px;
  }
}

@media (max-width: 767px) {
  .footer-banner img {
    height: 280px;
  }

  .footer-wrapper {
    background-image: url("/assets/hotels/footer_mobile_bg.png");
    background-position: bottom;
    background-size: auto;
  }

  .footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-row {
    flex-direction: column;
    align-items: center !important;
    gap: 15px;
    padding: 0 10px;
  }
  .footer-top-line {
    margin: 0;
  }
  .footer-logo {
    justify-content: flex-start;
  }

  .footer-brand-copy.d-md-none {
    width: 100%;
    text-align: left;
  }

  .footer-mobile-divider {
    display: block;
  }

  .footer-mobile-divider-bottom {
    margin: 0;
    order: 2;
    align-self: stretch;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .footer-newsletter {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
  }

  .footer-newsletter-form button {
    width: 48px;
    height: 48px;
  }

  .footer-logo img {
    height: 54px;
  }

  .footer-divider {
    display: none;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px;
  }

  .footer-legal-links {
    order: 1;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-copyright {
    order: 3;
  }
  .footer-newsletter h3 {
    margin-top: 40px;
  }
  .footer-legal-links a {
    font-size: 15px;
  }
}

/* gUEST CARDS */
.guest-dropdown {
  position: relative;
}

.guest-card {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1000;
  padding: 15px;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.counter-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.counter-group span {
  min-width: 70px;
  color: black;
}

.child-age-select {
  width: 50px;
  padding: 5px;
  font-size: 14px;
}

/* Unified Tablet and Mobile Adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section {
    min-height: 400px;
    padding: 80px 0 100px;
  }

  .hero-content {
    position: relative;
    top: 0;
    left: 5%;
    transform: none;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .search-form-container {
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 85%;
  }
}

@media (max-width: 991px) {
  .search-form-container {
    position: absolute;
    bottom: 156px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    width: 92%;
    max-width: 600px;
    z-index: 10;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
  }

  .search-form-container .row > [class*="col-"] {
    border-right: none;
    border-bottom: 1px solid #e6ecf2;
  }

  .search-form-container .row > [class*="col-"]:last-child {
    border-bottom: none;
  }

  .search-form-container .row > [class*="col-"]::after {
    display: none;
  }

  .search-form-container .input-group {
    height: auto;
    min-height: 50px;
    align-items: center;
  }

  .search-form-container .form-control {
    font-size: 16px;
  }

  .search-form-container .input-group-text {
    height: 50px;
    padding: 10px 14px;
    justify-content: center !important;
    text-align: center !important;
  }

  .search-form-container .btn {
    height: 48px;
    font-size: 17px;
    padding: 10px 18px;
  }

  /* Mobile input alignment: keep icons and text left-aligned */
  .search-form-container .input-group {
    justify-content: center !important;
    text-align: left !important;
  }

  .search-form-container .input-group-text {
    justify-content: flex-start !important;
  }

  .search-form-container .form-control,
  .search-form-container #guestSelector,
  .search-form-container #dateRange,
  .search-form-container #hotel-search {
    text-align: left !important;
    flex: 0 1 auto;
    width: auto;
    min-width: 200px;
  }

  .search-form-container #guestSummary {
    margin-right: 18px;
  }

  .search-form-container #guestSelector {
    display: block;
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .search-form-container {
    position: relative;
    bottom: auto;
    left: 0;
    transform: none;
    margin: 16px auto 0;
  }
}


.mobile-divider {
  display: none;
  border-top: 1px solid black;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 7px;
}

/* Mobile dividers hidden when container borders are used */
@media (max-width: 768px) {
  .mobile-divider {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .destination-wrapper {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
  }
}

@media (max-width: 576px), (max-device-width: 576px) {
  .testimonial-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    scroll-behavior: smooth;
  }

  .testimonial-wrapper::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 90%;
    max-width: 90%;
    scroll-snap-align: center;
    box-sizing: border-box;
    margin-right: 15px;
    display: block !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
    position: static !important;
    min-width: 260px;
  }
}

@media (max-width: 767.98px) {
  .small-travel-img {
    max-height: 120px;
    object-fit: cover;
  }

  .arrow-img {
    width: 80% !important;
    max-width: 80% !important;
    height: auto;
  }

  .row.align-items-stretch.g-4 {
    display: flex;
    flex-wrap: wrap;
  }

  .row.align-items-stretch.g-4 > div:nth-child(1) {
    flex: 0 0 35%;
  }

  .row.align-items-stretch.g-4 > div:nth-child(2) {
    flex: 0 0 65%;
  }
}

.show-more {
  border-radius: 100px !important;
  padding: 10px 20px !important;
  color: #1f5fb8 !important;
  border: 2px solid #1f5fb8 !important;
  margin-bottom: 20px;
}

.show-more:hover {
  color: white !important;
  background-color: #1f5fb8;
}

.more-accomodation {
  color: #1f5fb8;
}

.hotel-name {
  font-size: 24px;
  font-weight: 600;
  color: #0d0e11;
}

.rating-stars {
  color: #ffd700;
}

.hotel-meta {
  font-size: 16px;
  font-weight: 400 !important;
  color: #545454;
}

.badge-rating {
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 0.8rem;
}

.tabs-custom .nav-link.active {
  font-weight: 600;
  border-bottom: 2px solid #0057ff;
}

/* Desktop: reduce font-weight to 500 */
@media (min-width: 769px) {
  .tabs-custom .nav-link {
    font-weight: 500 !important;
    font-size: 16px;
  }
}

.main-image {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 8px;
  max-height: 370px;
}

.gallery-image {
  border-radius: 10px;
  height: 118px;
  object-fit: cover;
}

.price-box {
  font-size: 1.5rem;
  font-weight: bold;
}

.small-text {
  font-size: 0.8rem;
  color: #7e828e;
}

.main-image,
.gallery-image {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.form-control,
.form-select {
  border-radius: 8px;
}

.check-form .form-control,
.check-form .form-select {
  height: 50px;
}

.room-price {
  font-weight: bold;
  font-size: 1.25rem;
}

.small-muted {
  font-size: 0.85rem;
  color: #7e828e;
}

.room-details-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.room-info {
  flex: 1;
  min-width: 200px;
}

.room-price-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 220px;
}

.icon-blue {
  color: #007bff;
}

.price-tag {
  background-color: #6ed300;
  padding: 0px 10px;
  border-radius: 10px;
}

.guest-reviews-section {
  margin: auto;
}

.rating-box {
  display: inline-block;
  background-color: #6ed300;
  color: white;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.review-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}

.review-score {
  display: inline-block;
  background-color: #6ed300;
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.review-meta {
  font-size: 13px;
  color: #7e828e;
  margin-top: 4px;
}

.review-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.review-text {
  font-size: 14px;
  color: #7e828e;
  margin-top: 10px;
  line-height: 1.5;
}

.read-full-link {
  color: #0071eb;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.read-full-link:hover {
  text-decoration: underline;
}

.section-heading1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 13px;
}

.subheading {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

.section-paragraph {
  color: #555;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.6;
}

.inline-links a {
  color: #0071eb;
  font-size: 14px;
  margin-right: 15px;
  text-decoration: none;
}

.inline-links a:hover {
  text-decoration: underline;
}

.facility-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 5px 0;
  text-align: center;
  background-color: #fafafa;
  transition: all 0.2s ease-in-out;
  height: 100%;
  width: 250px;
  margin: 5px;
  align-items: center;
}

.facility-card:hover {
  background-color: #f0f8ff;
  border-color: #333;
}

.facility-card i {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.facility-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.accomodation {
  background-color: white;
}

.discount-badge {
  top: 25px;
  left: 15px;
  background-color: #feecff !important;
  color: #db14b5 !important;
  z-index: 3 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0px 3px !important;
  border-radius: 1px !important;
  z-index: 10;
}

.card {
  border-radius: 0.75rem;
}

.card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.card-content {
  flex-grow: 1;
}

.card-footer-btn {
  text-align: end;
}

.icon-circle:hover {
  background-color: #e2e6ea;
}

.share-heart {
  background-color: #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #7e828e;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.see-offer-btn {
  background-color: #1f5fb8;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
}

.see-offer-btn:hover {
  color: #1f5fb8;
  background-color: white;
  border: 2px solid #1f5fb8;
}

.facility-card.hidden {
  display: none;
}

.room-card-modern {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.room-card-modern img {
  border-radius: 8px;
  width: 250px;
  height: 200px;
}

.room-card-modern h6 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1rem;
}

.room-card-modern p {
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: #7e828e;
}

.room-card-modern .col-md-9 {
  padding-left: 40px;
}

.room-card-modern .amenities ul {
  padding-left: 0;
  margin: 0;
}

.room-card-modern .amenities li {
  font-size: 0.85rem;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.room-card-modern .price-section {
  text-align: right;
  min-width: 180px;
}

.room-card-modern .price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #7e828e;
  margin-bottom: 2px;
}

.room-card-modern .btn-reserve {
  background: #007bff;
  color: #fff;
  padding: 8px 16px;
  font-size: 0.9rem;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}

.btn-reservee {
  padding: 10px 14px;
  color: white !important;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  border: 2px solid #1f5fb8;
  border-radius: 20px;
}

.room-card-modern .btn-reserve:hover {
  background: #0056b3;
}

.room-card-modern .mobile-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-top: 12px;
}

@media (min-width: 769px) {
  .room-card-modern .mobile-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .room-card-modern .amenities {
    flex: 1;
  }

  .room-card-modern .price-section {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .room-card-modern .row {
    flex-direction: column;
  }

  .room-card-modern .col-md-3,
  .room-card-modern .col-md-9 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .room-card-modern .image-section {
    position: relative;
  }

  .room-card-modern .mobile-flex-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .room-card-modern .amenities {
    flex: 1;
  }

  .room-card-modern .price-section {
    text-align: right;
    min-width: auto;
    flex: 0 0 auto;
  }

  .room-card-modern .price {
    font-size: 1rem;
  }

  .room-card-modern .btn-reserve {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}

@media (max-width: 400px) {
  .room-card-modern .mobile-flex-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .room-card-modern .price-section {
    text-align: left;
    width: 100%;
  }
}

.fancy-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: relative;
  margin: 0 auto;
}

.fancy-spinner .ring {
  border: 4px solid #007bff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  animation: ring-spin 1.2s linear infinite;
  opacity: 0.5;
}

.fancy-spinner .ring:nth-child(2) {
  border-color: #2980b9;
  animation-delay: 0.3s;
}

.fancy-spinner .dot-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: spin 1.2s linear infinite;
  transform-origin: center center;
}

.fancy-spinner .dot {
  background: #007bff;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#hotel-suggestions {
  position: absolute;
  background: #fff;
  margin-top: 10px;
  width: 296%;
  border: 1px solid #ccc;
  max-height: 256px;
  overflow-y: auto;
  z-index: 1000;
}

#hotel-suggestions li {
  padding: 10px;
  cursor: pointer;
}

#hotel-suggestions li:hover {
  background-color: #f1f1f1;
}

#guestCard {
  min-width: 300px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-height: 400px;
  overflow-y: auto;
}

.room-container {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #f9f9f9;
  color: black;
}

.room-container h6 {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.children-ages-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  align-items: end;
  justify-content: center;
}

.child-age-select {
  width: 35px !important;
  padding: 5px;
  font-size: 14px;
}

.counter-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.counter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  text-align: center;
  line-height: 30px !important;
  font-size: 20px;
  font-weight: bold;
}

.counter-btn.plus {
  line-height: 30px !important;
}

.destination-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.destination-card {
  flex: 0 0 auto;
  width: 233px !important;
  margin-right: 12px;
}

@media (max-width: 768px) {
  .destination-cards-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .destination-card {
    scroll-snap-align: start;
  }
  #guestCard {
    min-width: 100%;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-height: 400px;
    overflow-y: auto;
  }
}

.testimonial-wrapper {
  position: relative;
}

.testimonial-card {
  display: none;
  opacity: 0;
  transform: translateX(100%);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.testimonial-card.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

#searchSummaryContent p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #333;
}

#searchSummaryContent p strong {
  color: #000;
}

.fancy-spinner .dot {
  width: 12px;
  height: 12px;
  background-color: #3498db;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}

@keyframes ring-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.no-recent-search {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #6c757d;
  padding: 40px 0;
  border: 1px dashed #ccc;
  border-radius: 8px;
  background: #f9f9f9;
}

.recent-container {
  margin-top: 30px !important;
}

/* decreased 24 to 22px and now -1px again*/
/* weight changes 700 to 600 and now 500 */
.recent-heading {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #0d0e11;
}

.recent-card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.recent-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.recent-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.recent-card .card-body {
  padding: 15px;
  flex-grow: 1;
}

/* font weight changed 600 to 500 and now reverted*/
.recent-card .location-title {
  font-weight: 600;
  font-size: 16px;
  color: #222;
}

.recent-card .location-title-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.recent-card .location-title-star-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.recent-card .search-icon {
  cursor: pointer;
  color: #555;
  font-size: 18px;
}

.recent-card .text-muted {
  font-size: 14px;
}

.recent-row {
  margin: 0 -8px;
}

.recent-row > div {
  padding: 0 8px;
  display: flex;
}

@media (min-width: 992px) {
  .recent-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .recent-card-wrapper {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .recent-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .recent-container {
    margin-top: 40px !important;
  }

  .recent-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .recent-row::-webkit-scrollbar {
    display: none;
  }

  .recent-card-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #hotel-suggestions {
    width: 100%;
  }
}

.recent-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.recent-card {
  height: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.card-image-wrapper {
  width: 100%;
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.recent-card-img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.card-body {
  padding: 12px;
}

.recent-card.no-image {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.recent-card.no-image .card-body {
  width: 100%;
  text-align: center;
}

.recent-card:not(.no-image) {
  height: auto;
}

@media (min-width: 768px) {
  .border-md-end {
    border-right: 1px solid #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .border-md-end {
    border-right: none !important;
  }
  .discount-badge {
    z-index: 3 !important;
  }
}

.similer-img {
  height: 245px;
}

.hide-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

#rooms .table {
  width: 100% !important;
  table-layout: auto;
}

.section-heading-aminity {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .search_btn {
    margin-top: 10px;
  }

  .main-img {
    margin-bottom: 10px;
  }

  .facility-card {
    width: 150px;
  }

  .equal-space {
    margin-bottom: -3px;
  }
}

#residency.form-select {
  border: none !important;
  box-shadow: none !important;
}

#residency.form-select:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.thumb-overlay {
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

.thumb-overlay:hover {
  background: rgba(0, 0, 0, 0.85);
}

@media (min-width: 992px) {
  .shrink-half {
    flex: 0 0 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }

  .expand-one {
    flex: 0 0 calc(16.666% + 2rem);
    max-width: calc(16.666% + 1rem);
  }

  .equal-space {
    margin-bottom: -3px;
  }
}

.input-group .input-group-text {
  padding-right: 0.25rem;
}

.input-group .form-control,
.input-group .form-select {
  padding-left: 0.25rem;
}

.search-form-container .row {
  --bs-gutter-x: 0;
}

.search_btn {
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-padding-x: 0.75rem;
}

#hotel-search,
#guestSummary,
#dateRange,
#residency {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #3c3c3d;
}

.detail-search-form-container #hotel-search,
.detail-search-form-container #guestSummary,
.detail-search-form-container #dateRange,
.detail-search-form-container #dateRange + input,
.detail-search-form-container .flatpickr-input,
.detail-search-form-container #residency {
  font-weight: 400 !important;
}

#hotel-search::placeholder {
  color: #3c3c3d;
  opacity: 1;
}

#hotel-search::placeholder {
  color: #3c3c3d;
  opacity: 1;
}

#hotel-search::-webkit-input-placeholder {
  color: #3c3c3d;
  opacity: 1;
}

#hotel-search::-moz-placeholder {
  color: #3c3c3d;
  opacity: 1;
}

#hotel-search::placeholder {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #3c3c3d !important;
  opacity: 1 !important;
}

.rating-box {
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 5px;
}

.review-card {
  transition: all 0.2s ease;
}

.review-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.btn-availability {
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  color: white;
  background-color: #0082df;
  font-weight: normal;
  cursor: pointer;
  font-size: 13px;
  border: 2px solid #0082df;
  border-radius: 20px;
}

.table > tbody > tr {
  border: 2px solid #dee2e6;
  margin: 5px;
}

.amen-icon {
  color: #0082df;
  font-size: 0.9rem;
}

.tabs-custom .nav-link {
  color: #545454;
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent !important;
}

.tabs-custom .nav-link.active {
  color: #1f5fb8;
  border-bottom: 2px solid #0057ff;
}

#galleryThumbnails .position-absolute {
  z-index: 20;
  /* higher than the image */
}

.image-wrapper {
  position: relative;
  flex: 0 0 230px;
  height: auto;
  border-radius: 0;
  overflow: hidden;
}

.image-wrapper img {
  width: 230px;
  height: 190px;
  object-fit: cover;
  display: block;
  max-height: 190px !important;
}

@media (max-width: 768px) {
  .hotel-card {
    display: flex;
    flex-direction: row;
    min-height: 200px;
  }

  .hotel-card .image-wrapper {
    flex: 0 0 34%;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .hotel-card .image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    border-radius: 0 !important;
  }

  .hotel-card .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
    position: relative;
    padding-bottom: 80px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 5px;
    gap: 0;
  }

  .hotel-card .cta:not(.hotel-card .info-cta-wrapper .cta) {
    position: absolute;
    bottom: -2px;
    left: 107px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    padding-right: 5px;
  }

  /* Override for new mobile layout */
  .hotel-card .info-cta-wrapper .cta {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 5px 5px 4px 5px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .hotel-card .cta .price {
    margin: 0;
    text-align: left;
    flex: 1;
  }

  .hotel-card .price h6 {
    font-size: 16px !important;
    margin: 0;
  }

  .hotel-card .see-avail-btn {
    font-size: 12px;
    padding: 6px 5px;
    white-space: nowrap;
  }

  .hotel-name {
    font-size: 22px;
    padding-top: 8px;
  }
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent;
  backdrop-filter: blur(10px);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.2s ease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.gallery-close:hover {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid black;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  font-size: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-nav:hover {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid black;
}

.gallery-prev {
  left: 30px;
}

.gallery-next {
  right: 30px;
}

.gallery-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-height: calc(100vh - 150px);
  width: 100%;
}

#galleryMainImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.gallery-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}

.gallery-thumbnails {
  margin-top: 20px;
  width: 100%;
  max-width: 800px;
}

.thumbnails-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
  justify-content: center;
}

.thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.thumbnail:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.thumbnail.active {
  opacity: 1;
  border-color: #0082df;
}

.gallery-image:hover {
  transform: scale(1.02);
}

.gallery-thumbnails .position-absolute:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

@media (max-width: 768px) {
  .gallery-nav {
    position: absolute;
    top: 45%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.1) !important;
    color: #333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .gallery-prev {
    left: 0px !important;
  }

  .gallery-next {
    right: 0px !important;
  }

  .gallery-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.1);
    color: #333 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
  }

  .thumbnail {
    width: 60px;
    height: 45px;
  }

  /* Hotel detail page navigation tabs mobile layout */
  .d-flex.justify-content-between.w-100.align-items-center.border-bottom.pb-2.mt-2.flex-wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .nav.nav-tabs.border-0.tabs-custom {
    width: 100% !important;
    margin-bottom: 15px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }

  .d-flex.align-items-center.ms-auto {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: space-between !important;
  }

  #customTab .nav-item {
    margin-right: 0 !important;
  }

  #customTab .nav-link {
    padding: 0.5rem 0.75rem !important;
    margin-right: 0 !important;
  }

  .nav.nav-tabs.border-0.tabs-custom {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  /* Mobile overview section carousel */
  #overview .row.g-2.mt-3 {
    display: block !important;
  }

  #overview .col-md-8,
  #overview .col-md-4 {
    display: none !important;
  }

  .mobile-carousel {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 5px;
  }

  .mobile-carousel img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    display: none;
  }

  .mobile-carousel img.active {
    display: block;
  }

  .mobile-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #333;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .mobile-carousel-prev {
    left: 15px;
  }

  .mobile-carousel-next {
    right: 15px;
  }

  .mobile-see-all-btn {
    position: absolute;
    bottom: 33px;
    right: 5px;
    background: rgba(255, 255, 255, 0.9);
    color: #0082df;
    border: none;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .mobile-carousel-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }

  .mobile-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .mobile-carousel-dot.active {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  /* Room card image mobile fix */
  .room-card-image {
    width: 200px !important;
    height: 150px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    border-radius: 8px !important;
  }

  .room-card-image .carousel-inner,
  .room-card-image .carousel-item {
    height: 100% !important;
  }

  .room-card-image .carousel-inner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }
  .nav.nav-tabs.border-0.tabs-custom {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    /* scrollbar-width: thin !important;
        scrollbar-color: #000 #f1f1f1 !important; */
    border-bottom: 2px solid grey !important;
    /* padding-bottom: 5px !important; */
  }

  .nav.nav-tabs.border-0.tabs-custom::-webkit-scrollbar {
    height: 2px !important;
    display: block !important;
  }
  .nav.nav-tabs.border-0.tabs-custom::-webkit-scrollbar-thumb {
    background: #000 !important;
    border-radius: 1px !important;
    width: 100% !important;
  }
  .nav.nav-tabs.border-0.tabs-custom::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    width: 100% !important;
  }

  /* Mobile swipe functionality for hotel image carousels */
  .hotel-image-carousel {
    touch-action: pan-y pinch-zoom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .hotel-image-carousel .carousel-slide {
    transition:
      transform 0.3s ease,
      opacity 0.3s ease !important;
  }

  .hotel-image-carousel.swiping .carousel-slide {
    transition: none !important;
  }

  /* Hide navigation buttons on mobile during swipe */
  .hotel-image-carousel.swiping .carousel-prev,
  .hotel-image-carousel.swiping .carousel-next {
    opacity: 0.3;
    pointer-events: none;
  }
  .review-info {
    flex-direction: column;
  }
  .review-count {
    margin-left: -15px !important;
  }
}

/* Custom column sizing for hotel listing and details */
.col-md-3_5 {
  flex: 0 0 29.166667%;
  max-width: 29.166667%;
}

.shrink-half {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (min-width: 768px) {
  .expand-one {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-3_5 {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .col-md-3_5 {
    flex: 100%;
    max-width: 100%;
  }
}

.checkin-wrapper {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.checkin-wrapper h6 {
  font-size: 1.1rem;
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.checkin-wrapper h6 i {
  color: #28a745;
  margin-right: 8px;
}

.checkin-item {
  margin-bottom: 12px;
}

.checkin-label {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}

.checkin-time {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 700;
}

.custom-progress {
  height: 4px !important;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 6px;
}

.custom-progress .progress-bar {
  background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
  border-radius: 3px;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.checkin-wrapper:hover .custom-progress .progress-bar {
  opacity: 1;
  transform: scaleY(1.2);
}

@media (max-width: 768px) {
  .checkin-wrapper {
    padding: 15px;
    margin-bottom: 15px;
  }

  .checkin-wrapper h6 {
    font-size: 1rem;
  }

  .checkin-time {
    font-size: 0.95rem;
  }
}

.room-and-meal {
  color: #0d0e11 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.same-detail-font {
  font-size: 16px !important;
}
.adjusted-font {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.login-modal-text {
  font-size: 15px !important;
}
.fw-four {
  font-weight: 400 !important;
}

/* index page internal css */
/* Mobile: hide hero images */
@media (max-width: 767.98px) {
  .hero-right-img,
  .hero-left-img,
  .hero-girl-img,
  .desktop-br {
    display: none !important;
  }

  .mobile-br {
    display: inline !important;
  }

  .search_btn {
    margin: 0 20px;
  }

  .hotel-input {
    margin-top: -12px;
  }

  .search-bottom {
    margin-bottom: -12px;
  }
}

/* Professional Form Validation Styles */
.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
  background-color: #fff !important;
}

.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.validation-error {
  display: block !important;
  color: #dc3545 !important;
  font-size: 0.875rem !important;
  margin-top: 0.25rem !important;
  font-weight: 500 !important;
}

.invalid-feedback {
  display: block !important;
}

/* Input group validation */
.input-group .form-control.is-invalid {
  border-right: none;
}

.input-group .input-group-text {
  border-color: inherit;
}

.input-group .form-control.is-invalid + .input-group-text {
  border-color: #dc3545;
  background-color: #f8d7da;
}

/* Smooth transitions */
.form-control,
.form-select {
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

/* Error icon for input groups */
.input-group .form-control.is-invalid::after {
  content: "⚠";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #dc3545;
  font-size: 14px;
}

.dest-arrow {
  color: #1f5fb8;
  font-size: 24px;
}

/* Skeleton Loading Styles */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}

#skeleton-loader::-webkit-scrollbar {
  display: none;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.skeleton-text {
  height: 1em;
  margin-bottom: 0.5em;
}

.skeleton-text:last-child {
  margin-bottom: 0;
}

.skeleton-image {
  width: 200px;
  height: 150px;
  border-radius: 8px;
}

.skeleton-badge {
  width: 60px;
  height: 20px;
  border-radius: 12px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.skeleton-button {
  width: 120px;
  height: 36px;
  border-radius: 6px;
}

.skeleton-hotel-card {
  background: white;
  border: 1px solid #e0e0e0 !important;
  animation: skeleton-fade-in 0.3s ease-in;
}

@keyframes skeleton-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile responsive skeleton */
@media (max-width: 768px) {
  .skeleton-hotel-card {
    flex-direction: column;
  }

  .skeleton-image-wrapper {
    margin-right: 0 !important;
    margin-bottom: 15px;
    min-width: 100% !important;
  }

  .skeleton-image {
    width: 100% !important;
    height: 200px !important;
  }

  .skeleton-cta {
    text-align: left !important;
    min-width: 100% !important;
  }
}

/* Prevent background scrolling when skeleton overlay is active */
body.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/* Range box styling for skeleton loader to match listing page */
#skeleton-loader .range-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 38px;
  border-radius: 6px;
  font-size: 13px;
  min-width: 50px;
  text-align: center;
  margin-top: 6px;
  font-weight: 500;
  color: #0d0e11;
}

#skeleton-loader .range-label {
  font-size: 13px;
  font-weight: 500;
  color: #0d0e11;
}

#skeleton-loader .range-values {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}

#skeleton-loader .range-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Skeleton sidebar spacing to mirror listing sidebar */
#skeleton-loader .sidebar-filters {
  flex: 0 0 260px;
}

#skeleton-loader .sidebar-filters .stars {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#skeleton-loader .sidebar-filters .stars label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 264px;
  min-height: 26px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  justify-content: flex-start;
}

#skeleton-loader .sidebar-filters .stars .form-check-input {
  width: 18px !important;
  height: 18px !important;
  margin: 0;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #b8c0cc;
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

#skeleton-loader .sidebar-filters .stars .form-check-input:checked {
  background-color: #0d0e11;
  border-color: #0d0e11;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E");
}

#skeleton-loader .sidebar-filters .stars .star.ms-2 {
  margin-left: 0 !important;
}

#skeleton-loader .sidebar-filters .stars .star {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: 106px;
  height: 26px;
  padding: 4px;
  line-height: 1;
  box-sizing: border-box;
}

#skeleton-loader .sidebar-filters .stars .star-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

#skeleton-loader .filter-options .form-check {
  padding-left: 0;
}

#skeleton-loader .filter-options .form-check-label {
  margin-left: 0 !important;
}

#skeleton-loader .filter-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 18px;
  margin-top: 20px;
  box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#skeleton-loader .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #e6e9ee;
  padding-bottom: 6px;
}

#skeleton-loader .filter-title h4 {
  margin: 0;
}

#skeleton-loader #resetFiltersTop {
  white-space: nowrap;
}

#skeleton-loader .filter-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

#skeleton-loader .filter-group > hr {
  width: 100% !important;
  margin-top: 18px !important;
  border-color: #e6e6e6;
  opacity: 1;
}

#skeleton-loader #applyFilters:hover,
#skeleton-loader #resetFilters:hover {
  background-color: transparent !important;
  color: #0d0e11 !important;
}

#skeleton-loader .sidebar-filters #applyFilters,
#skeleton-loader .sidebar-filters #resetFilters {
  border-radius: 999px !important;
  color: #2b3037 !important;
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}

#skeleton-loader .sidebar-filters #applyFilters *,
#skeleton-loader .sidebar-filters #resetFilters * {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

/* Skeleton filter pill icon (listing.css is not loaded on index.php) */
.filter-pill-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

/* Skeleton price histogram + slider styles to match listing page */
#skeleton-loader .price-filter-subtitle {
  font-size: 10px;
  color: #656f81;
  margin: 2px 0 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

#skeleton-loader .range-container {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin-top: 14px;
  font-family: Roboto, sans-serif;
}

#skeleton-loader .price-histogram {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 75px;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

#skeleton-loader .price-histogram .hist-bar {
  flex: 1;
  min-width: 0;
  max-width: 8px;
  border-radius: 10px 10px 0 0;
  transition: background-color 0.15s;
}

#skeleton-loader .price-histogram .hist-bar.active {
  background-color: #1a1a1a;
}

#skeleton-loader .price-histogram .hist-bar.inactive {
  background-color: #d4d4d4;
}

#skeleton-loader .range-slider-wrapper {
  position: relative;
  height: 30px;
  width: 100%;
  margin-top: -15px;
}

#skeleton-loader .range-slider-wrapper input[type="range"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: absolute;
  width: 100% !important;
  pointer-events: none;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  height: 30px !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#skeleton-loader .range-slider-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  background: #d4d4d4;
  border-radius: 1px;
  transform: translateY(-50%);
  z-index: 0;
}

#skeleton-loader .range-track-active {
  position: absolute;
  top: 50%;
  height: 1.5px;
  background: #1a1a1a;
  border-radius: 1px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

#skeleton-loader
  .range-slider-wrapper
  input[type="range"]::-webkit-slider-runnable-track {
  width: 100% !important;
  height: 1px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: transparent !important;
  cursor: pointer;
}

#skeleton-loader
  .range-slider-wrapper
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  pointer-events: all;
  width: 28px !important;
  height: 28px !important;
  background: #ffffff !important;
  border: 1.5px solid #d4d4d4 !important;
  border-radius: 50% !important;
  cursor: pointer;
  margin-top: -14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  z-index: 3;
  position: relative;
}

#skeleton-loader .range-slider-wrapper input[type="range"]::-moz-range-track {
  width: 100% !important;
  height: 1px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#skeleton-loader .range-slider-wrapper input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 24px !important;
  height: 24px !important;
  background: #ffffff !important;
  border: 1.5px solid #d4d4d4 !important;
  border-radius: 50% !important;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

#skeleton-loader
  .range-slider-wrapper
  input[type="range"]::-moz-range-progress {
  background: transparent !important;
  height: 0 !important;
}

#skeleton-loader .range-slider-wrapper input[type="range"]::-ms-track {
  background: transparent !important;
  border-color: transparent !important;
  color: transparent !important;
  height: 1px !important;
}

#skeleton-loader .range-slider-wrapper input[type="range"]::-ms-fill-lower,
#skeleton-loader .range-slider-wrapper input[type="range"]::-ms-fill-upper {
  background: transparent !important;
}

#skeleton-loader .range-box-input {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 80px;
  height: 32px;
  padding: 8px 16px;
  text-align: center;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0;
  color: #1f2937;
  outline: none;
  box-sizing: border-box;
}

#skeleton-loader .range-label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #8b94a4;
}

/* Recently viewed hotels close button styles */
.recent-card-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.recent-close-btn {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s ease;
  padding: 0;
}

.recent-close-btn:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}

.recent-close-btn:active {
  transform: scale(0.95);
}

.recent-close-btn i {
  font-size: 16px;
  font-weight: bold;
}

.recent-card-wrapper {
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Search form columns - desktop layout */
@media (min-width: 768px) {
  .search-form-container .col-md-4,
  .search-form-container .col-md-3,
  .search-form-container .col-md-3_5,
  .search-form-container .date-col {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: transparent;
  }
}

.search-form-container .col-md-4 {
  flex: 0 0 29.1667%;
  max-width: 29.1667%;
}

.search-form-container .col-md-3 {
  flex: 0 0 29.1667%;
  max-width: 29.1667%;
}

.search-form-container .date-col {
  flex: 0 0 25%;
  max-width: 25%;
}

.search-form-container .col-md-1 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  margin: 0;
  padding: 0 6px 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-form-container .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.search-form-container .row {
  flex-wrap: nowrap;
  align-items: center;
}

.search-form-container .search_btn {
  height: 50px;
  white-space: nowrap;
  min-width: auto;
  padding: 0 16px;
}

/* Mobile responsive borders */
@media (max-width: 767.98px) {
  .search-form-container .row {
    flex-wrap: wrap;
  }

  .search-form-container .col-md-1 {
    margin: 4px 0;
    border: none !important;
    border-radius: 0;
  }

  /* Force mobile borders with maximum specificity */
  .search-form-container .col-md-4.col-12,
  .search-form-container .col-md-3.col-12,
  .search-form-container .date-col.col-12,
  .search-form-container .hotel-input,
  .search-form-container .guest-dropdown {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin: 2px !important;
    padding: 5px 4px !important;
    background: #fff !important;
    flex: 0 0 calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
  }

  /* Hide mobile dividers completely */
  .mobile-divider {
    display: none !important;
  }

  /* Fix search button spacing on mobile */
  .search-form-container .search-bottom {
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0 20px;
  }

  .search-form-container {
    opacity: 0.9;
  }

  .search-form-container .search_btn {
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    height: auto;
  }
}

.skeleton-sidebar-text-color {
  color: #0d0e11 !important;
  opacity: 90% !important;
}
/* Desktop search form column adjustment */
@media (min-width: 768px) {
  .search-form-container .row {
    display: flex;
    align-items: stretch;
  }

  /* Expand date field by half column */
  .search-form-container .col-md-3.border-md-end:nth-child(2) {
    flex: 0 0 calc(25% + 4.166%); /* 3 cols + 0.5 col = 29.166% */
    max-width: calc(25% + 4.166%);
  }

  .search-form-container .col-md-4,
  .search-form-container .col-md-3,
  .search-form-container .col-md-1 {
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
  }
}

/* Price styling for original and discounted prices */
.original-price {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  margin-bottom: 2px;
  font-weight: normal;
}

.discounted-price {
  font-size: 21px;
  color: #131827;
  font-weight: bold;
  margin-bottom: calc(0.5rem - 2px);
}

@media (min-width: 768px) {
  .discounted-price {
    font-size: 19px;
  }
}

.form-control {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  max-height: 400px;
  max-height: 400px;
  overflow-y: auto;
}

.suggestions-layout {
  display: flex;
  width: 100%;
}

.suggestions-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#live-section {
  flex: 0 0 40%;
  max-width: 40%;
}

#live-section:only-child {
  flex: 1;
  max-width: 100%;
}

#recent-section {
  flex: 1;
}

#recent-section:only-child {
  flex: 1;
  max-width: 100%;
}

.suggestions-section.hidden {
  display: none !important;
}

.suggestions-section:first-child:last-child {
  border-right: none;
}

.suggestions-section:first-child {
  border-right: 1px solid #eee;
}

.suggestions-header {
  background: #f8f9fa;
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.suggestions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  flex: 1;
  border: none;
  flex: 1;
}

.suggestion-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.suggestion-item:hover {
  background-color: #f8f9fa;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.live-suggestion {
  display: flex;
  align-items: center;
  gap: 8px;
}

.recent-suggestion {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.suggestion-icon {
  font-size: 14px;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
  color: #666;
}

.suggestion-text {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  flex: 1;
}

.recent-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  flex-shrink: 0;
}

.recent-dates {
  color: #495057;
  font-weight: 500;
}

.recent-guests {
  background: #e3f2fd;
  color: #1976d2;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
}

.recent-separator {
  color: #ccc;
  margin: 0 2px;
}

@media (max-width: 768px) {
  .suggestions-layout {
    flex-direction: column;
  }

  #recent-section {
    flex: none;
    max-width: 100%;
  }

  .suggestions-section:first-child {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .recent-info {
    font-size: 11px;
    gap: 6px;
  }

  .recent-guests {
    font-size: 10px;
    padding: 1px 4px;
  }
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover *,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover * {
  color: #1f5fb8 !important;
  fill: #1f5fb8 !important;
}


/* Mobile Offcanvas Menu Premium Styles */
#mobileMenu {
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#mobileMenu .offcanvas-header {
  padding: 1.25rem 1.5rem;
}

#mobileMenu .offcanvas-title {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

#mobileMenu .list-group-item {
  border: none;
  transition: background-color 0.2s ease;
  font-size: 1.05rem;
}

#mobileMenu .list-group-item:active {
  background-color: rgba(31, 95, 184, 0.05);
}

#mobileMenu .list-group-item i {
  width: 24px;
  text-align: center;
}

.d-lg-none button:active {
  transform: scale(0.95);
  transition: transform 0.1s ease;
}

/* Top destination redesigned section (V3) */
.top-deals-destination {
  padding-top: 25px;
}

.top-deals-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 16px;
}

.top-deals-title {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 0;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}

.top-deals-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 16px;
  padding-bottom: 4px;
}

.top-deals-grid::-webkit-scrollbar {
  display: none;
}

.top-deals-card {
  flex: 0 0 296px;
  display: flex;
  flex-direction: column;
  width: 296px;
  height: 432px;
  min-height: 432px;
  gap: 16px;
  padding-bottom: 24px;
  border: 1px solid #dddfe3;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
}

.top-deals-image-wrap {
  width: 296px;
  height: 266px;
  min-height: 266px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  background: #ddd;
}

.top-deals-image-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  display: block;
}

.top-deals-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 14px;
}

.top-deals-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-deals-info h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #1f2226;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0%;
  overflow: hidden;
}

.top-deals-location {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #2b3037;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
}


.top-deals-price {
  font-family: "Roboto", sans-serif;
  margin: auto 0 0;
  text-align: right;
  color: #1f2226;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.top-deals-price span {
  font-family: "Roboto", sans-serif;
  margin-right: 6px;
  color: #545454;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}

.top-deals-mobile-nav {
  display: none;
}

/* Top destination section (Updated Layout) */
.top-destination-v2 {
  padding-top: 25px;
}

.top-destination-v2 .container {
  max-width: 1248px;
  padding-left: 8px;
  padding-right: 8px;
}

.destination-v2-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}

.destination-v2-title {
  margin: 0;
  color: #0d0e11;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}

.destination-v2-title span {
  color: #0b4b80;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
}

.destination-v2-subtitle {
  margin: 0;
  max-width: 370px;
  color: #F0F3F4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.destination-v2-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  height: 520px;
  max-width: 1232px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.destination-v2-grid::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .destination-v2-grid {
    cursor: grab;
  }

  .destination-v2-grid.is-dragging {
    cursor: grabbing;
    user-select: none;
  }
}

.destination-v2-card {
  flex: 0 0 296px;
  position: relative;
  display: block;
  width: 296px;
  height: 520px;
  min-height: 520px;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
}

.destination-v2-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ddd;
}

.destination-v2-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 55.1%,
    rgba(0, 0, 0, 0.85) 87.79%
  );
  pointer-events: none;
}

.destination-v2-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.destination-v2-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 296px;
  height: 110px;
  gap: 8px;
  padding: 24px 16px;
  box-sizing: border-box;
  z-index: 1;
}

.destination-v2-info h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #f0f3f4;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0;
}

.destination-v2-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.destination-v2-hotels {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4d555d;
  font-size: 14px;
  font-weight: 500;
}

.destination-v2-hotels i {
  font-size: 11px;
}

.destination-v2-hotels img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.destination-v2-mobile-nav {
  display: none;
}

/* Hotel deals highlights section */
.hotel-deals-section {
  padding: 18px 0 36px;
}

.hotel-deals-title {
  margin: 0 0 32px;
  color: #121316;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0;
}

.hotel-deals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hotel-deals-header {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 8px;
}

.hotel-deals-header img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.hotel-deals-header h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;

}

.hotel-deals-card {
  display: flex;
  flex-direction: column;
  width: 296px;
  height: 154px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid #545454;
  border-radius: 16px;
}

.hotel-deals-card p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  padding-right: 23px;
  color: #000000;

}

.hotel-deals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 991px) {
  .hotel-deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hotel-deals-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding: 0 20px 10px 20px;
  }

  .hotel-deals-grid::-webkit-scrollbar {
    display: none; 
  }

  .hotel-deals-card {
    flex: 0 0 calc(83.33vw - 40px);
    max-width: calc(83.33vw - 40px);
    width: auto;
    scroll-snap-align: start;
  }
}

@media (max-width: 575px) {
  .hotel-deals-title {
    font-size: 28px;
    line-height: 38px;
  }

  .hotel-deals-grid {
    padding: 0 15px 10px 15px;
  }

  .hotel-deals-card {
    flex: 0 0 calc(83.33vw - 30px);
    max-width: calc(83.33vw - 30px);
  }
}



@media (max-width: 991px) {
  .top-destination-v2 .container {
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .destination-v2-cta {
    font-size: 18px;
    padding-right: 18px;
  }

  .destination-v2-cta .cta-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

}

@media (max-width: 991px) {
  .top-deals-head {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    align-items: center;
  }

  .top-deals-title {
    font-size: 32px;
  }

  .destination-v2-head {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    align-items: center;
  }
  .destination-v2-title::after {
    display: none;
  }

  .destination-v2-subtitle {
    font-size: 17px;
    max-width: 100%;
    text-align: center;
  }

  .destination-v2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: auto;
    max-width: none;
    overflow: visible;
    scroll-snap-type: none;
  }

}

@media (max-width: 767.98px) {
  .top-deals-title {
    font-size: 23px;
  }

  .top-deals-grid {
    gap: 12px;
  }

  .top-deals-card {
    flex: 0 0 auto;
    width: calc(100vw - 36px);
    min-width: 260px;
    max-width: 296px;
    height: 432px;
    min-height: 432px;
    scroll-snap-align: start;
  }

  .top-deals-image-wrap {
    width: 100%;
  }

  .top-deals-image-wrap img {
    width: 100%;
    height: 266px;
  }

  .top-deals-info {
    gap: 10px;
  }

  .top-deals-info h6 {
    margin: 0;
    font-size: 27px;
    line-height: 1.1;
  }

  .top-deals-price {
    font-size: 21px;
  }

  .top-deals-price span {
    font-size: 12px;
  }

  .top-deals-mobile-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
  }

  .top-deals-mobile-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    background: #f3f3f3;
    color: #9b9b9b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      opacity 0.2s ease;
  }

  .top-deals-mobile-arrow.is-next {
    border-color: #0b4b80;
    background: #0b4b80;
    color: #fff;
  }

  .top-deals-mobile-arrow.is-disabled {
    background: #f3f3f3;
    border-color: #b8b8b8;
    color: #9b9b9b;
    opacity: 1;
  }

  .top-deals-mobile-progress {
    position: relative;
    flex: 1;
    height: 2px;
    background: #d9d9d9;
    overflow: hidden;
  }

  .top-deals-mobile-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #0b4b80;
    transition: width 0.25s ease;
  }

  .destination-v2-title {
    font-size: 23px;
  }
  .destination-v2-title span,
  .destination-v2-title span {
    font-size: inherit;
  }

  .destination-v2-grid {
    display: flex;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding-bottom: 4px;
  }

  .destination-v2-grid::-webkit-scrollbar {
    display: none;
  }

  .destination-v2-card {
    flex: 0 0 auto;
    width: calc(100vw - 36px);
    min-width: 260px;
    max-width: 296px;
    height: 520px;
    min-height: 520px;
    scroll-snap-align: start;
  }

  .destination-v2-image-wrap img {
    height: 100%;
  }

  .destination-v2-info {
    gap: 12px;
  }

  .destination-v2-info h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
  }

  .destination-v2-meta {
    flex-shrink: 0;
    justify-content: flex-end;
  }

  .destination-v2-hotels {
    gap: 7px;
    font-size: 14px;
    white-space: nowrap;
  }

  .destination-v2-hotels img {
    width: 15px;
    height: 15px;
  }

  .destination-v2-book {
    display: none;
  }

  .destination-v2-mobile-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
  }

  .destination-v2-mobile-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    background: #f3f3f3;
    color: #9b9b9b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      opacity 0.2s ease;
  }

  .destination-v2-mobile-arrow.is-next {
    border-color: #0b4b80;
    background: #0b4b80;
    color: #fff;
  }

  .destination-v2-mobile-arrow.is-disabled {
    background: #f3f3f3;
    border-color: #b8b8b8;
    color: #9b9b9b;
    opacity: 1;
  }

  .destination-v2-mobile-progress {
    position: relative;
    flex: 1;
    height: 2px;
    background: #d9d9d9;
    overflow: hidden;
  }

  .destination-v2-mobile-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #0b4b80;
    transition: width 0.25s ease;
  }

}

@media (max-width: 767.98px) {
  .how-it-works__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    margin: 20px;
  }

  .how-it-works__card {
    width: 100% !important;
  }
}

.deal-description {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.sidebar-filters .filter-options .form-check-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 16px;
  border: 1px solid #d9dde5;
  border-radius: 999px;
  background: #fff;
  color: #0d0e11 !important;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}

