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

body {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.navbar {
  background-color: rgb(19, 39, 66);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 15px;
  padding-right: 100px;
  padding-bottom: 15px;
  padding-left: 100px;
  z-index: 1000;
  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;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 100px;
  z-index: 1000;
  background: #132742;
}

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

.navbar a {
  color: azure;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.book-btn {
  box-sizing: border-box;
  background: transparent;
  border: 0.5px solid azure;
  border-radius: 5px;
  text-decoration: none;
  color: azure;
  padding: 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: transparent;
}

.book-btn:hover {
  background-color: azure;
  color: rgb(19, 39, 66);
  transform: translateY(-5px);
  font-weight: 200;
}

.dropdown-menu {
  background-color: rgb(19, 39, 66);
}

.dropdown-item {
  background-color: rgb(19, 39, 66);
}

.navbar-toggler {
  border: 1px solid rgba(255,255,255,0.3);
}

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

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

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

.carousel-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.9;
}

.carousel-quote {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.about {
  padding: 70px;
}

.section-title {
  text-align: left;
}

.title-line {
  display: block;
  width: 55px;
  height: 3px;
  background-color: rgb(77, 121, 184);
  margin-bottom: 18px;
}

.section-title h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgb(111, 118, 128);
  text-transform: uppercase;
}

.section-title h3 {
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 30px;
  color: rgb(19, 39, 66);
  font-weight: 600;
  line-height: 1.2em;
}

.about-flex {
  display: flex;
  align-items: center;
  gap: 60px;
  row-gap: 60px;
  column-gap: 60px;
}

.img-about-1 {
  width: 280px;
  height: 370px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 40px;
  margin-top: 50px;
  object-fit: cover;
}

.about-content {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-description {
  padding: 25px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: rgb(111, 118, 128);
  text-align: justify;
}

.img-about-2 {
  display: block;
}

.custom-btn {
  box-sizing: border-box;
  background: #132742;
  border: 0.5px solid azure;
  border-radius: 5px;
  text-decoration: none;
  color: azure;
  padding: 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(19, 39, 66);
}

.custom-btn:hover {
  background-color: azure;
  color: rgb(19, 39, 66);
  border: 0.5px solid #4b5563;
  transform: translateY(-5px);
  font-weight: 400;
}

.home-rooms {
  padding: 0px 70px 70px 70px;
}

.property-card {
  background-color: rgb(255, 255, 255);
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.card-image-wrapper {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.property-card:hover .card-image-wrapper img {
  transform: scale(1.05);
}

.badge-featured {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(82, 100, 119, 0.85);
  color: white;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  text-decoration: none;
}

.badge-featured:hover {
  background-color: rgb(19, 39, 66);
}

.card-content {
  padding: 24px;
}

.property-title {
  font-size: 26px;
  color: rgb(31, 41, 55);
  font-weight: 700;
  margin-bottom: 10px;
}

.features-container {
  background-color: rgb(240, 246, 255);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(75, 85, 99);
  font-size: 13px;
  font-weight: 600;
  row-gap: 8px;
  column-gap: 8px;
}

.feature-icon {
  color: rgb(107, 114, 128);
  font-size: 16px;
  width: 18px;
}

.section-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.facilities {
  padding: 70px;
  background: #132742;
  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(19, 39, 66);
}

.facilities .section-title h3 {
  color: rgb(240, 246, 255);
}

.facility-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
  row-gap: 18px;
  column-gap: 18px;
  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);
}

.facility-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 40px;
}

.facility-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: #edf4ff;
  display: flex;
  justify-content: center;
  align-items: center;
  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(237, 244, 255);
}

.facility-icon i {
  font-size: 30px;
  color: rgb(77, 121, 184);
}

.facility-content {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.facility-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(19, 39, 66);
  margin-bottom: 6px;
}

.facility-text {
  margin: 0;
  color: rgb(111, 118, 128);
  line-height: 1.6;
  font-size: 0.95rem;
}

.testimonials {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.testimonials .container-fluid {
  padding: 70px;
  position: relative;
  z-index: 2;
}

.section-title p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.9;
  color: rgb(111, 118, 128);
  font-family: "Plus Jakarta Sans", sans-serif;
  max-width: 95%;
}

.testimonial-card {
  background: #fff;
  border: 5px solid #4d79b8;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  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);
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-content {
  padding: 40px;
  background: #fff;
  flex: 1;
  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);
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.testimonial-stars {
  color: rgb(244, 180, 0);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center;
}

.testimonial-text {
  color: rgb(111, 118, 128);
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

.testimonial-author {
  background: #5b84b6;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  margin-top: 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(91, 132, 182);
}

.flag-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.author-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.author-info h4 {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.author-info span {
  color: rgb(220, 232, 246);
  font-size: 16px;
}

.gallery {
  padding: 70px;
}

.gallery .item {
  overflow: hidden;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery .item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.gallery .item:hover img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.gallery .owl-carousel .owl-stage {
  display: flex;
}

.gallery .owl-carousel .item {
  height: 100%;
}

.gallery .text-center {
  margin-top: 30px !important;
}

.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;
  border-radius: 5px;
}

.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 {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  color: rgb(245, 236, 227);
  font-size: clamp(1.2rem, 2.3vw, 3rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-style: oblique;
}

.footer {
  padding: 40px 70px 0px 70px;
  background-color: rgb(27, 47, 74);
  position: relative;
}

.footer .logo img, .logo {
  width: 100px;
}

.footer-desc {
  max-width: 700px;
  font-family: "Helvetica Neue", serif;
  font-size: 1.1rem;
  color: rgb(240, 246, 255);
  font-weight: 400;
}

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

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

.footer a:hover {
  color: rgb(107, 114, 128);
  letter-spacing: 0.3px;
}

.footer-title {
  font-family: "Helvetica Neue", serif;
  color: rgb(245, 236, 227);
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.5px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201, 162, 78, 0.4),
    transparent
  );
  margin-bottom: 15px;
  background-image: linear-gradient(to right, transparent, rgba(201, 162, 78, 0.4), transparent);
  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;
}

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

.social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
}

.social-icons a {
  color: rgb(245, 236, 227);
  font-size: 1.3rem;
}

.social-icons a:hover {
  color: rgb(107, 114, 128);
  transform: translateY(-3px);
}

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

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

.cover-content-1 {
  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-1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  color: #fff;
  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;
}

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

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

.about-us {
  padding: 70px;
}

.about-us .col-lg-6:first-child {
  position: relative;
  min-height: 550px;
}

.img-about-us-1 {
  width: 70%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.img-about-us-2 {
  width: 45%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 40px;
  position: absolute;
  right: 30px;
  bottom: 0px;
  border: 8px solid #fff;
  z-index: 2;
}

.rooms {
  padding: 70px;
}

.rooms .row {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
  margin: 30px 0;
  padding: 35px;
  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);
  overflow-x: hidden;
  overflow-y: hidden;
}

.rooms-image {
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.rooms-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.row:hover .rooms-image img {
  transform: scale(1.05);
}

.rooms-content {
  height: 350px;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.room-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(29, 45, 68);
  margin-bottom: 20px;
}

.room-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #c8a97e;
  margin-top: 10px;
  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(200, 169, 126);
}

.rooms-features {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0 25px;
  row-gap: 15px;
  column-gap: 15px;
}

.room-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #f7f7f7;
  border-radius: 8px;
  row-gap: 8px;
  column-gap: 8px;
  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(247, 247, 247);
}

.room-feature:hover {
  background: #c8a97e;
  color: rgb(255, 255, 255);
  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(200, 169, 126);
}

.features-icon {
  color: rgb(200, 169, 126);
  font-size: 16px;
}

.room-feature:hover .features-icon {
  color: rgb(255, 255, 255);
}

.room-feature span {
  font-size: 13px;
  font-weight: 600;
}

.rooms p {
  color: rgb(19, 39, 66);
  max-width: 80%;
  font-size: 1rem;
}

.room-btn {
  display: inline-block;
  align-self: flex-start;
  padding: 10px 30px;
  background: #132742;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid transparent;
  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(19, 39, 66);
}

.room-btn:hover {
  background-color: azure;
  color: rgb(19, 39, 66);
  border: 0.5px solid #4b5563;
  transform: translateY(-5px);
  font-weight: 400;
}

.gallery-section {
  padding: 70px;
}

.contact {
  padding: 70px;
  background: linear-gradient(135deg, #132742, #1b2f4a);
  color: rgb(255, 255, 255);
  border: 1px solid #5b84b6;
  border-radius: 15px;
  background-image: linear-gradient(135deg, rgb(19, 39, 66), rgb(27, 47, 74));
  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 .section-title h2 {
  color: rgb(200, 169, 126);
}

.contact .section-title h3 {
  color: rgb(255, 255, 255);
}

.contact iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 14px;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 20px 50px;
}

.contact-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  margin-top: 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: rgba(255, 255, 255, 0.06);
}

.contact-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 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.1);
}

.contact-title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(200, 169, 126);
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-field {
  display: inline-block;
  color: rgb(240, 246, 255);
  font-size: 16px;
  text-decoration: none;
  line-height: 1.6;
}

.contact-field:hover {
  color: rgb(200, 169, 126);
  transform: translateY(-2px);
}

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;
}

.logo, .footer .logo img {
  width: 100px;
}

.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: 991px) {
  .navbar {
    padding: 15px 20px;
  }
  .navbar-nav {
    gap: 10px;
    margin-top: 15px;
    row-gap: 10px;
    column-gap: 10px;
  }
  .d-lg-flex {
    justify-content: center;
    margin-top: 25px;
    width: 100%;
  }
  .book-btn {
    width: fit-content;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .navbar-collapse {
    background: #132742;
    padding: 15px;
    border-radius: 10px;
    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(19, 39, 66);
  }
  .about {
    padding: 40px 20px;
  }
  .about-flex {
    flex-direction: column;
    gap: 30px;
    row-gap: 30px;
    column-gap: 30px;
  }
  .img-about-1 {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .about-description {
    padding: 15px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .carousel-inner img,
    .home-carousel .carousel-item {
    height: 70vh;
  }
  .carousel-quote {
    font-size: 28px;
  }
  .carousel-title {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .carousel-caption {
    width: 90%;
  }
  .home-rooms {
    padding: 0 20px 50px;
  }
  .features-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .property-title {
    font-size: 22px;
  }
  .facilities {
    padding: 50px 20px;
  }
  .facility-card {
    padding: 20px;
  }
  .facility-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .facility-icon i {
    font-size: 24px;
  }
  .carousel-inner img, .home-carousel .carousel-item {
    height: 70vh;
  }
}

@media (max-width: 991.98px) {
  .testimonials .container-fluid {
    padding: 50px 25px;
  }
  .testimonials .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .section-title p {
    max-width: 100%;
    text-align: center;
  }
  .testimonial-card {
    margin: 0 auto;
  }
  .testimonial-content {
    padding: 30px;
  }
  .testimonial-text {
    font-size: 1rem;
  }
  .author-info h4 {
    font-size: 20px;
  }
  .author-info span {
    font-size: 15px;
  }
  .gallery {
    padding: 50px 25px;
  }
  .gallery .item img {
    height: 240px;
  }
  .top-section img {
    height: 40vh;
  }
  .cover-title {
    max-width: 700px;
    font-size: 2.5rem;
  }
  .footer {
    padding: 50px 30px 0px 30px;
  }
  .footer .col-lg-3,
    .footer .col-md-6 {
    margin-bottom: 35px;
  }
  .footer-desc {
    max-width: 100%;
    font-size: 1rem;
  }
  .footer iframe {
    width: 100%;
    height: 220px;
  }
  .about-us {
    padding: 50px 20px;
  }
  .about-us .col-lg-6:first-child {
    position: relative;
    min-height: 450px;
    margin-bottom: 40px;
  }
  .img-about-us-1 {
    width: 65%;
    height: 350px;
    left: 0px;
    top: 0px;
  }
  .img-about-us-2 {
    width: 45%;
    height: 230px;
    right: 0px;
    bottom: 0px;
  }
  .rooms {
    padding: 50px 25px;
  }
  .rooms .row {
    margin: 25px 0;
  }
  .rooms-image img {
    height: 320px;
  }
  .rooms-content {
    height: auto;
    padding: 35px 30px;
  }
  .room-title {
    font-size: 1.8rem;
  }
  .rooms p {
    max-width: 100%;
  }
  .rooms-features {
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .room-feature {
    padding: 8px 14px;
  }
  .gallery-section {
    padding: 50px 30px;
  }
  .gallery-section .section-title {
    text-align: center;
    margin-bottom: 35px;
  }
  .gallery-section .title-line {
    margin: 0 auto 18px;
  }
  .gallery-section .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
  }
  .gallery-section .item {
    overflow: hidden;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .gallery-section .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .gallery-section .item:hover img {
    transform: scale(1.05);
  }
  .contact {
    padding: 60px 30px;
  }
  .contact iframe {
    height: 350px;
  }
  .contact-card {
    margin-top: 20px;
  }
  .footer .col-lg-3, .footer .col-md-6 {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .testimonials .container-fluid {
    padding: 40px 20px;
  }
  .section-title h3 {
    font-size: 26px;
  }
  .section-title p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .testimonial-content {
    padding: 25px;
  }
  .testimonial-stars {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .testimonial-author {
    padding: 15px;
  }
  .flag-icon {
    width: 50px;
    height: 50px;
  }
  .author-info h4 {
    font-size: 18px;
  }
  .author-info span {
    font-size: 14px;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery .item img {
    height: 220px;
  }
  .top-section img {
    height: 35vh;
  }
  .cover-content {
    padding: 0 15px;
  }
  .cover-title {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.3;
  }
  .footer {
    padding: 40px 20px 20px;
  }
  .footer-title,
    .footer p,
    .footer-desc {
    text-align: center;
  }
  .footer .logo img {
    width: 90px;
  }
  .footer-desc {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .footer iframe {
    width: 100%;
    height: 200px;
  }
  .social-icons {
    gap: 15px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .social-icons a {
    font-size: 1.2rem;
  }
  .footer .col-12 {
    margin-bottom: 25px;
  }
  .rooms {
    padding: 40px 20px;
  }
  .rooms .row {
    display: flex;
    flex-direction: column;
    padding: 5px;
  }
  .rooms .row:nth-child(even) .rooms-image {
    order: -1;
  }
  .rooms-image img {
    height: 250px;
  }
  .rooms-content {
    padding: 25px 20px;
    text-align: center;
    align-items: center;
  }
  .room-title {
    font-size: 1.6rem;
  }
  .room-title::after {
    margin: 10px auto 0;
  }
  .rooms-features {
    justify-content: center;
    gap: 10px;
    row-gap: 10px;
    column-gap: 10px;
  }
  .room-feature {
    padding: 8px 12px;
  }
  .room-feature span {
    font-size: 12px;
  }
  .rooms p {
    max-width: 100%;
    font-size: 0.95rem;
    text-align: center;
  }
  .room-btn {
    align-self: center;
    margin-top: 10px;
  }
  .gallery-section {
    padding: 40px 20px;
  }
  .gallery-section .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .gallery-section .title-line {
    margin: 0 auto 15px;
  }
  .gallery-section .section-title h3 {
    font-size: 2rem;
  }
  .gallery-section .item {
    border-radius: 8px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .gallery-section .item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .contact {
    padding: 50px 20px;
    text-align: center;
  }
  .contact iframe {
    height: 300px;
  }
  .contact-card {
    padding: 25px 20px;
  }
  .contact-title {
    font-size: 16px;
  }
  .contact-field {
    font-size: 15px;
    word-break: break-word;
  }
  .footer-desc, .footer p {
    text-align: center;
  }
  .rooms .row:nth-child(2n) .rooms-image {
    order: -1;
  }
}

@media (max-width: 575.98px) {
  .testimonials .container-fluid {
    padding: 30px 15px;
  }
  .testimonial-content {
    padding: 20px;
  }
  .testimonial-author {
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .flag-icon {
    width: 45px;
    height: 45px;
  }
  .author-info h4 {
    font-size: 17px;
  }
  .author-info span {
    font-size: 13px;
  }
  .gallery {
    padding: 30px 15px;
  }
  .gallery .item img {
    height: 200px;
  }
  .gallery .text-center {
    margin-top: 20px !important;
  }
  .top-section img {
    height: 30vh;
  }
  .cover-title {
    font-size: 1.6rem;
    line-height: 1.35;
  }
  .footer {
    padding: 30px 15px 15px;
  }
  .footer-title {
    font-size: 1.1rem;
  }
  .footer-desc {
    font-size: 0.9rem;
  }
  .footer iframe {
    height: 180px;
  }
  .social-icons {
    gap: 12px;
    row-gap: 12px;
    column-gap: 12px;
  }
  .social-icons a {
    font-size: 1.1rem;
  }
  .footer .logo img {
    width: 80px;
  }
  .about-us .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
  }
  .img-about-us-1,
    .img-about-us-2 {
    position: static;
    width: 100%;
    height: 250px;
  }
  .rooms {
    padding: 30px 15px;
  }
  .rooms-image img {
    height: 220px;
  }
  .rooms-content {
    padding: 20px 15px;
  }
  .room-title {
    font-size: 1.4rem;
  }
  .rooms-features {
    flex-direction: column;
    align-items: center;
  }
  .room-feature {
    width: 100%;
    justify-content: center;
  }
  .room-btn {
    width: 100%;
    text-align: center;
  }
  .contact iframe {
    height: 260px;
  }
  .contact-card {
    padding: 22px 18px;
  }
  .gallery-section .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gallery-section .item img {
    height: 200px;
  }
}

@media (max-width:575.98px) {
  .gallery-section {
    padding: 35px 15px;
  }
  .gallery-section .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gallery-section .item img {
    height: 200px;
  }
}