.untree_co--site-logo {
  white-space: nowrap;
}

.site-hero-contents .btn {
  border-radius: 4px !important;
}

.home-hero-carousel,
.home-hero-carousel .owl-stage-outer,
.home-hero-carousel .owl-stage,
.home-hero-carousel .owl-item,
.home-hero-carousel .untree_co--site-hero {
  height: 40svh !important;
  min-height: 280px;
  max-height: 400px;
}

.home-hero-carousel .owl-item,
.home-hero-carousel .untree_co--site-hero {
  position: relative;
}

.home-hero-carousel .untree_co--site-hero {
  display: flex;
  align-items: center;
}

.home-hero-carousel .untree_co--site-hero .container {
  display: flex;
  align-items: center;
}

.home-hero-carousel .owl-item:not(.active) .site-hero-contents {
  display: none;
}

.untree_co--site-hero.inner-page {
  height: 38svh !important;
  min-height: 260px;
  max-height: 380px;
}

.untree_co--site-hero .container,
.untree_co--site-hero .row {
  height: 100%;
}

.home-hero-carousel .site-hero-contents {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 3;
  width: min(92%, 760px);
  margin: 0 auto;
  padding: 0;
  transform: none !important;
}

.home-hero-carousel .site-hero-contents .hero-heading {
  margin: 0 0 10px;
  font-size: clamp(38px, 7vw, 66px);
  line-height: 1.02;
}

.home-hero-carousel .site-hero-contents .hero-heading > span,
.home-hero-carousel .site-hero-contents .hero-heading > span > span,
.home-hero-carousel .site-hero-contents .hero-heading > span > span > span,
.home-hero-carousel .site-hero-contents .hero-heading > span > span > span > span {
  line-height: inherit;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.home-hero-carousel .site-hero-contents .sub-text {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.35;
}

.home-hero-carousel .site-hero-contents .sub-text p {
  margin-bottom: 8px;
}

.untree_co--site-hero.inner-page .site-hero-contents .hero-heading,
.untree_co--site-hero.inner-page .site-hero-contents .sub-text,
.untree_co--site-hero.inner-page .site-hero-contents .sub-text p {
  color: #fff !important;
}

.featured-rooms {
  width: 100%;
}

.room-rate {
  color: #000;
  font-weight: 700;
}

.room-rate span {
  color: #707070;
  font-size: 14px;
  margin-left: 4px;
}

.room-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.room-actions .btn {
  border-radius: 4px;
}

.rounded-soft {
  border-radius: 6px;
}

.home-gallery-section {
  padding-top: 70px;
  padding-bottom: 42px;
}

.home-gallery-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  background: #111;
}

.home-gallery-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .25s ease;
}

.home-gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-feature-section {
  padding-top: 70px;
  padding-bottom: 20px;
}

.gallery-feature-card {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 28px;
  background: #111;
}

.gallery-feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .25s ease;
}

.gallery-feature-card:hover img {
  transform: scale(1.03);
}

.gallery-tile {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 28px;
}

.gallery-video-card {
  display: block;
}

.gallery-video {
  background: #111;
}

.gallery-slide {
  position: relative;
}

.gallery-play-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.media-29191 {
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
}

.media-29191-icon img {
  max-height: 82px;
}

.untree_co--site-footer address {
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991.98px) {
  .untree_co--site-hero .site-hero-contents .hero-heading {
    line-height: 1.05;
  }

  .home-hero-carousel .site-hero-contents {
    width: min(90%, 340px);
  }

  .home-hero-carousel .site-hero-contents .hero-heading {
    font-size: 34px;
    line-height: 1.04;
  }

  .home-hero-carousel .site-hero-contents .sub-text {
    display: none;
  }

  .home-hero-carousel,
  .home-hero-carousel .owl-stage-outer,
  .home-hero-carousel .owl-stage,
  .home-hero-carousel .owl-item,
  .home-hero-carousel .untree_co--site-hero {
    height: 38svh !important;
    min-height: 240px;
    max-height: 310px;
  }

  .untree_co--site-hero.inner-page {
    height: 34svh !important;
    min-height: 220px;
    max-height: 300px;
  }

  .untree_co--site-logo {
    font-size: 20px;
  }
}
