@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&family=Cormorant+Garamond:wght@400;500;600&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: Heebo, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.ff-1 {
  font-family: Heebo, sans-serif;
}

.ff-2 {
  font-family: "Cormorant Garamond", serif;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs14px {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
}

.fs16px {
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
}

.fs18px {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
}

.fs24px {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
}

.fs32px {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}

.fs50px {
  font-size: clamp(2rem, 1.5rem + 2vw, 3.125rem);
}

.fs65px {
  font-size: clamp(2.5rem, 1.8rem + 3vw, 4.0625rem);
}

.fc-1 {
  color: rgb(0, 0, 0);
}

.fc-2 {
  color: rgb(255, 255, 255);
}

.fc-3 {
  color: rgb(79, 79, 79);
}

.fc-4 {
  color: rgb(144, 176, 183);
}

.uppercase {
  text-transform: uppercase;
}

.navbar {
  height: 100px;
  background-color: rgb(255, 255, 255);
  padding: 14px 28px;
  z-index: 1000;
}

.navbar img {
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  padding: 10px;
}

.nav-link {
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.nav-link:hover,
.nav-link:active,
.nav-link.active {
  color: #90b0b7 !important;
}

.book-btn {
  width: fit-content;
  background-color: rgb(144, 176, 183);
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap !important;
  border-radius: 10px;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
}

.book-btn:hover {
  background-color: rgb(126, 160, 168);
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
}

.home-carousel .carousel-item {
  position: relative;
  height: 90vh;
}

.carousel-inner img {
  width: 100%;
  object-fit: cover;
  height: 90vh;
  filter: brightness(0.5);
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 90%;
  text-align: center;
  color: rgb(255, 255, 255);
  row-gap: 20px;
  column-gap: 20px;
}

.home-about {
  padding: clamp(30px, 5vw, 70px);
}

.home-about .col {
  padding-right: clamp(15px, 4vw, 70px);
}

.home-about p {
  line-height: 1.9;
}

.home-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.home-about .about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.custom-btn-1 {
  width: fit-content;
  background-color: rgb(144, 176, 183);
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap !important;
  border-radius: 10px;
  white-space-collapse: collapse !important;
  text-wrap-mode: nowrap !important;
}

.custom-btn-1:hover {
  background-color: rgb(126, 160, 168);
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
}

.home-rooms {
  padding: clamp(40px, 6vw, 70px);
}

.home-rooms .card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.home-rooms .card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 15px 35px;
}

.home-rooms .card-img-top {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.home-rooms .card-img-top img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform .5s ease;
}

.home-rooms .card:hover img {
  transform: scale(1.05);
}

.card-content {
  box-sizing: border-box;
  border: none;
}

.room-amenities {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 20px;
  row-gap: 10px;
  column-gap: 10px;
}

.room-amenities span {
  background-color: rgb(235, 243, 245);
  padding: 8px 14px;
  border-radius: 30px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(79, 79, 79);
}

.villa-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 1.5rem + 1vw, 2rem);
  font-weight: 600;
  color: rgb(17, 17, 17);
  margin-bottom: 5px;
}

.villa-location {
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgb(79, 79, 79);
  margin-bottom: 0px;
}

.facilities {
  padding: 70px;
  background-color: rgb(235, 243, 245);
}

.facilities-card {
  position: relative;
  background: #ffffff;
  padding: 40px 25px;
  text-align: center;
  min-height: 360px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.facilities-card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 40px;
}

.facilities-icon {
  width: 140px;
  height: 140px;
  background: #90b0b7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(144, 176, 183);
}

.facilities-icon i {
  font-size: 60px;
  color: rgb(255, 255, 255);
}

.facilities-card:hover .facilities-icon {
  background: #ffffff;
  border: 1px solid #90b0b7;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.facilities-card:hover .facilities-icon i {
  color: rgb(144, 176, 183);
}

.facilities-card h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.facilities-card p {
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.7;
  color: rgb(102, 102, 102);
}

.home-gallery {
  padding: clamp(40px, 6vw, 70px);
}

.home-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-gallery .item:hover img {
  transform: scale(1.08);
}

.home-gallery .item {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonials {
  padding: clamp(40px, 6vw, 70px);
  background-color: rgb(235, 243, 245);
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonials-carousel {
  position: relative;
  z-index: 2;
}

.testimonials-carousel .owl-stage-outer {
  padding: 10px 0;
}

.testimonial-card {
  background: #fff;
  padding: 40px 35px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border-radius: 6px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 40px;
}

.testimonial-star {
  color: rgb(202, 187, 161);
  font-size: 18px;
  margin-bottom: 25px;
}

.testimonial-star i {
  margin: 0 2px;
}

.testimonial-text {
  font-family: Heebo, sans-serif;
  font-weight: 400;
  color: rgb(85, 85, 85);
  line-height: 1.9;
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  margin-bottom: 30px;
  position: relative;
}

.testimonial-text::before {
  content: "“";
  font-size: 4rem;
  color: rgb(202, 187, 161);
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.author {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: rgb(17, 17, 17);
  font-size: clamp(1.25rem, 1rem + 0.5vw, 1.75rem);
}

.testimonials-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.testimonials .col-md-4 {
  position: relative;
}

.testimonials .col-md-4 img {
  width: 120%;
  max-width: none;
  position: relative;
  left: -20%;
  z-index: 1;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 25px 70px 0px 70px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  z-index: 1;
  background-color: rgb(0, 0, 0);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.footer-content {
  position: relative;
  z-index: 3;
}

.footer .logo {
  width: 120px;
}

.footer .description {
  color: rgb(255, 255, 255);
  padding-top: 1rem;
  padding-right: 1rem;
}

.footer-title {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  text-align: center;
}

.footer p {
  color: rgb(255, 255, 255);
  text-align: center;
}

.footer a {
  text-decoration: none !important;
  color: rgb(255, 255, 255);
}

.footer a.logo {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-hr {
  border: 0;
  height: 1px;
  background: rgba(255,255,255,0.2);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer iframe {
  margin-left: 50%;
  margin-right: 50%;
  transform: translate(-50%);
  max-width: 100%;
  max-height: 100%;
}

.top-section {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.top-section img {
  height: 50vh;
  width: 100% !important;
  filter: brightness(0.5);
  object-fit: cover;
  position: relative;
}

.cover-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 4vw, 50px);
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  row-gap: clamp(20px, 4vw, 50px);
  column-gap: clamp(20px, 4vw, 50px);
}

.cover-title {
  font-family: Heebo, sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin: 0;
  letter-spacing: 2px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1px;
  row-gap: 10px;
  column-gap: 10px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: 0.3s ease;
}

.breadcrumb a:hover {
  color: rgb(255, 255, 255);
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

.rooms {
  padding: clamp(40px, 6vw, 70px);
  background-color: rgb(235, 243, 245);
}

.rooms .row {
  background: #fff;
  border: 1px solid #ebf3f5;
  border-left: 4px solid #90b0b7;
  border-radius: 6px;
  padding: clamp(15px, 2vw, 25px);
  margin-bottom: 40px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 8px 25px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.rooms img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 6px;
}

.rooms-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(15px, 2vw, 35px);
  background: #ffffff;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.rooms-amenities {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  row-gap: 12px;
  column-gap: 12px;
}

.rooms-amenities span {
  background: #ebf3f5;
  color: rgb(85, 85, 85);
  padding: 10px 18px;
  border-radius: 30px;
  font-family: Heebo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 243, 245);
}

.rooms-amenities i {
  color: rgb(144, 176, 183);
  margin-right: 6px;
}

.villas-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 8px;
  line-height: 1.1;
}

.villas-location {
  color: rgb(202, 187, 161);
  font-family: Heebo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.rooms-info {
  font-family: Heebo, sans-serif;
  font-size: clamp(1rem, 1vw, 1.125rem);
  line-height: 1.9;
  color: rgb(102, 102, 102);
  max-width: 650px;
}

.room-btn {
  margin-top: 15px;
  width: fit-content;
  background: #90b0b7;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: auto;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(144, 176, 183);
}

.room-btn:hover {
  background: #7b9ea6;
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(123, 158, 166);
}

.gallery {
  padding: clamp(40px, 6vw, 70px);
  background-color: rgb(235, 243, 245);
}

.contact {
  padding: clamp(50px, 6vw, 90px);
  background: linear-gradient(135deg, #90b0b7, #7f9fa6);
  color: rgb(255, 255, 255);
  background-image: linear-gradient(135deg, rgb(144, 176, 183), rgb(127, 159, 166));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.contact p {
  font-family: Heebo, sans-serif;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.95rem, 1vw, 1.1rem);
  line-height: 1.7;
}

.contact p:first-child {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 25px;
  color: rgb(255, 255, 255);
}

.contact a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.contact a:hover {
  color: rgb(235, 243, 245);
  letter-spacing: 0.5px;
}

.contact iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: none;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 40px;
}

.contact .row {
  align-items: center;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: clamp(20px, 3vw, 40px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.08);
}

html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  overflow-x: hidden !important;
}

.nav-link:hover {
  color: rgb(144, 176, 183) !important;
}

.nav-link:active {
  color: rgb(144, 176, 183) !important;
}

.nav-link.active {
  color: rgb(144, 176, 183) !important;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 80px;
    padding: 10px 15px;
  }
  .navbar img {
    max-width: 80px;
  }
  .navbar-collapse {
    background: rgba(238, 234, 234, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-top: 15px;
    padding: 20px;
    border-radius: 12px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(238, 234, 234, 0.75);
  }
  .navbar-nav {
    gap: 0 !important;
    row-gap: 0px !important;
    column-gap: 0px !important;
  }
  .nav-item {
    padding: 8px 0;
  }
  .book-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .home-about {
    padding: 50px 30px;
  }
  .home-about .col {
    padding-right: 15px;
  }
  .home-about img {
    margin-top: 30px;
    max-height: 500px;
  }
  .testimonial-card {
    min-height: auto;
    padding: 25px 20px;
  }
  .testimonial-text {
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .testimonial-text::before {
    font-size: 3rem;
  }
  .testimonials .col-md-4 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    left: 0px;
  }
  .rooms .row {
    padding: 20px;
  }
  .rooms img {
    max-height: 320px;
    object-fit: cover;
  }
  .rooms-description {
    padding: 25px 20px;
  }
  .villas-name {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
  }
  .rooms-info {
    line-height: 1.7;
  }
  .room-btn {
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .home-about {
    padding: 40px 15px;
  }
  .home-about .col {
    padding-right: 12px;
    padding-left: 12px;
  }
  .home-about .about-content {
    text-align: center;
    align-items: center;
  }
  .home-about img {
    margin-top: 30px;
    max-height: 350px;
  }
  .custom-btn-1 {
    width: auto;
  }
  .home-rooms .card-img-top img {
    height: 220px;
  }
  .card-content {
    padding: 18px;
  }
  .home-rooms .card-img-top img {
    height: 220px;
  }
  .card-content {
    padding: 15px;
  }
  .room-amenities {
    padding: 8px 0 12px;
    gap: 6px;
    row-gap: 6px;
    column-gap: 6px;
  }
  .room-amenities span {
    padding: 5px 8px;
    font-size: 12px;
  }
  .villa-name {
    font-size: 1.75rem;
    margin-bottom: 4px;
    line-height: 1.1;
  }
  .villa-location {
    font-size: 12px;
  }
  .facilities {
    padding: 40px 15px;
  }
  .facilities-card {
    min-height: auto;
    padding: 30px 20px;
  }
  .facilities-icon {
    width: 110px;
    height: 110px;
  }
  .facilities-icon i {
    font-size: 45px;
  }
  .testimonials {
    padding: 70px 15px;
  }
  .testimonial-card {
    padding: 30px 25px;
    min-height: auto;
  }
  .home-gallery {
    padding: 40px 15px;
  }
  .home-gallery .photos {
    margin-bottom: 10px;
  }
  .testimonials .row {
    flex-direction: column;
  }
  .testimonials .col-md-8,
    .testimonials .col-md-4 {
    width: 100%;
  }
  .testimonials .col-md-4 img {
    height: 220px;
    margin-top: 20px;
  }
  .pre-cover {
    min-height: 280px;
  }
  .pre-cover-text p {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
  .rooms .row {
    flex-direction: column;
    padding: 15px;
  }
  .rooms img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
  }
  .rooms-description {
    padding: 18px 15px;
    text-align: center;
    justify-content: flex-start;
  }
  .rooms-amenities {
    justify-content: center;
  }
  .villas-name {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .villas-location {
    margin-bottom: 10px;
  }
  .rooms-info {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .room-btn {
    margin: 20px auto 0 auto;
    display: inline-block;
  }
  .contact {
    text-align: center;
  }
  .contact iframe {
    min-height: 250px;
    margin-top: 20px;
  }
  .contact .row {
    padding: 20px;
  }
  .footer {
    padding: 50px 20px 0px 20px;
  }
  .footer .description {
    font-size: 0.95rem;
    line-height: 1.5;
    padding-right: 0px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .footer p {
    margin-bottom: 10px;
  }
  .footer-title {
    margin-top: 15px;
  }
  .footer iframe {
    width: 100%;
    height: 220px;
    margin: 0;
    transform: none;
  }
  .testimonials .col-md-8, .testimonials .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .home-about {
    padding: 30px 10px;
  }
  .home-about img {
    max-height: 280px;
  }
}

@media (max-width: 480px) {
  .home-rooms .card-img-top img {
    height: 180px;
  }
  .card-content {
    padding: 12px;
  }
  .villa-name {
    font-size: 1.5rem;
  }
}

@media (max-width: 425px) {
  .rooms-description {
    padding: 8px 8px !important;
  }
  .villas-name {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .villas-location {
    font-size: 11px;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }
  .rooms-info {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
  }
  .rooms-amenities span {
    font-size: 11px;
    padding: 5px 8px;
  }
  .room-btn {
    font-size: 13px;
    padding: 8px 16px;
  }
  .rooms img {
    max-height: 180px;
  }
}