body {
  background: #fff;
   font-family: 'Inter', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
}

::-moz-selection {
  color: #fff;
  background: #1f4d3f;
}

::selection {
  color: #fff;
  background: #1f4d3f;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:root {
  --sand: #E7D8C9;
  --coconut: #6B4F3B;
  --olive: #6D7B5B;
  --ocean: #527C88;
  --cream: #FAF7F2;
  --laya-green: #1f4d3f;
  --laya-green-dark: #15382f;
  --laya-green-mid: #3f7562;
  --laya-green-soft: #dfeee6;
  --laya-offwhite: #fbf7ef;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: 'Playfair Display', serif;
}

.container-fluid {
  max-width: 1600px;
}

.btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}

.btn-primary {
  background: var(--coconut);
  border: none;
  border-radius: 999px;
}

.btn.uppercase {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

textarea.form-control {
  height: inherit;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 2;
}

.site-header > .container-fluid > .row {
  align-items: center;
}

.menu-open .site-header {
  position: fixed;
}

.site-logo a {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-family: "Playfair Display", times, serif;
}

.site-logo img {
  display: block;
  width: auto;
  max-width: none;
  height: 100px;
  object-fit: contain;
}

.site-logo a em {
  font-style: normal;
}

@media (max-width: 767.98px) {
  .site-logo img {
    max-width: 136px;
    height: 54px;
  }
}

.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  min-height: 300px;
  overflow-y: scroll;
}

.site-navbar nav {
  text-align: left;
}

.site-navbar nav .menu {
  font-family: "Playfair+Display", times, serif;
}

.site-navbar nav .menu li a,
.site-navbar nav .menu li .nav-logout-button {
  color: #000;
  display: inline-block;
  font-size: 40px;
  padding: 5px 10px;
  position: relative;
}

.site-navbar nav .menu li a:before,
.site-navbar nav .menu li .nav-logout-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 0%;
  z-index: -1;
  background: var(--laya-green-soft);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-navbar nav .menu li a:hover:before,
.site-navbar nav .menu li .nav-logout-button:hover:before {
  width: 100%;
}

.site-navbar nav .menu li.active a:before {
  width: 100%;
}

.site-navbar .extra-info a {
  color: #000;
}

.site-navbar .extra-info ul li a {
  color: #000;
}

.site-navbar .extra-info h3 {
  font-family: "Mukta Mahee", arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
  color: #adb5bd;
  margin-bottom: 30px;
}

.site-navbar .extra-info p {
  color: #212529;
}

.full-height {
  height: 100vh;
  min-height: 700px;
}

.site-hero {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
}

.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero-inner {
  height: 100vh;
  min-height: 700px;
}

.site-hero-inner .heading {
  font-size: 80px;
  font-family: "Playfair Display", times, serif;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 42px;
    line-height: 1.08;
  }

  .page-inside .contact-hero-heading {
    font-size: 38px;
  }

  .page-inside .hotel-hero-heading {
    font-size: 38px;
  }
}

.site-hero-inner .sub-heading {
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
    line-height: 1.55;
  }

  .page-inside .contact-hero-subtitle {
    font-size: 17px;
  }

  .page-inside .hotel-hero-subtitle {
    font-size: 16px;
    line-height: 1.58;
  }

  .hotel-hero-actions .btn {
    min-width: 145px;
  }
}

@media (max-width: 767.98px) {
  .site-hero,
  .site-hero.overlay:before {
    min-height: 560px;
  }

  .site-hero-inner {
    min-height: 560px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .site-hero-inner .heading,
  .page-inside .contact-hero-heading,
  .page-inside .hotel-hero-heading {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .site-hero-inner .sub-heading,
  .page-inside .contact-hero-subtitle,
  .page-inside .hotel-hero-subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
  }

  .page-inside,
  .page-inside .site-hero-inner,
  .page-inside.overlay:before {
    min-height: 460px;
  }
}

@media (max-width: 379.98px) {
  .site-hero-inner .heading,
  .page-inside .contact-hero-heading,
  .page-inside .hotel-hero-heading {
    font-size: 30px;
  }

  .site-hero-inner .sub-heading,
  .page-inside .contact-hero-subtitle,
  .page-inside .hotel-hero-subtitle {
    font-size: 15px;
  }
}

.page-inside .site-hero-inner, .page-inside {
  height: 70vh;
  min-height: 500px;
}

.page-inside.overlay:before {
  height: 70vh;
  min-height: 500px;
}

.page-inside .contact-hero-heading {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 58px;
  line-height: 1.08;
}

.page-inside .contact-hero-subtitle {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.6;
}

.page-inside .hotel-hero-heading {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 58px;
  line-height: 1.08;
}

.page-inside .hotel-hero-subtitle {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 1.65;
}

.hotel-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hotel-hero-actions .btn {
  min-width: 160px;
}

.page-inside .about-hero-story {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 300;
}

.about-hero-story span {
  display: block;
  margin-bottom: 10px;
}

.about-hero-story span:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .home-gallery-watermark {
    right: 12px;
    bottom: 12px;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .page-inside .contact-hero-heading,
  .page-inside .hotel-hero-heading {
    font-size: 34px;
    line-height: 1.12;
  }

  .page-inside .contact-hero-subtitle,
  .page-inside .hotel-hero-subtitle {
    font-size: 16px;
    line-height: 1.55;
  }

  .page-inside .about-hero-story {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }

  .about-hero-story span {
    margin-bottom: 8px;
  }
}

@media (max-width: 379.98px) {
  .page-inside .contact-hero-heading,
  .page-inside .hotel-hero-heading {
    font-size: 30px;
  }

  .page-inside .contact-hero-subtitle,
  .page-inside .hotel-hero-subtitle {
    font-size: 15px;
  }
}

.menu-open .site-menu-toggle span {
  background: #000;
}

.site-menu-toggle {
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.section {
  padding: 7em 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.visit-section .heading {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Mukta Mahee", arial, sans-serif;
  color: #b3b3b3;
  letter-spacing: .2em;
  margin-bottom: 30px;
}

.visit-section .visit a {
  color: #000;
}

.visit-section .visit a:hover {
  color: var(--laya-green);
}

.visit-section .visit img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.visit-section .visit p {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.visit-section .reviews-star span {
  font-size: 18px;
  color: var(--laya-green-mid);
}

.visit-section .reviews-count {
  color: #adb5bd;
  font-style: italic;
}

.heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
  font-size: 80px;
  font-family: "Playfair+Display", times, serif;
}

@media (max-width: 991.98px) {
  .heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
    font-size: 40px;
  }
}

.bg-pattern {
  background: #e9ecef url("../img/round.png");
}

.slider-section {
  position: relative;
}

.home-slider .slider-item {
  position: relative;
}

.home-gallery-watermark {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(251, 247, 239, 0.36);
  border-radius: 999px;
  background: rgba(31, 77, 63, 0.82);
  color: var(--laya-offwhite);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

.hotel-stay-section,
.hotel-villa-section,
.hotel-room-section {
  background: #faf7f2;
}

.hotel-section-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #9b897c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hotel-section-heading {
  color: #6B4F3B;
  font-family: "Playfair+Display", times, serif;
  font-size: 42px;
  line-height: 1.18;
}

.hotel-stay-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.hotel-stay-card,
.hotel-villa-card {
  border: 1px solid #eadfd6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.hotel-stay-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
}

.hotel-stay-card h3,
.hotel-villa-body h3 {
  color: #2b221d;
  font-family: "Playfair+Display", times, serif;
}

.hotel-stay-card h3 {
  font-size: 34px;
  line-height: 1.16;
  margin-bottom: 14px;
}

.hotel-stay-card p,
.hotel-villa-body p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.65;
}

.hotel-stay-card ul,
.hotel-villa-body ul {
  display: grid;
  gap: 8px;
  margin: 8px 0 26px;
  padding: 0;
  list-style: none;
}

.hotel-stay-card li,
.hotel-villa-body li {
  display: flex;
  gap: 9px;
  color: #2b221d;
  font-size: 15px;
  line-height: 1.45;
}

.hotel-stay-card li .fa,
.hotel-villa-body li .fa {
  color: #6B4F3B;
  line-height: 1.45;
}

.hotel-stay-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.hotel-villa-grid {
  display: grid;
  gap: 28px;
}

.hotel-villa-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.25fr);
  overflow: hidden;
}

.hotel-villa-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #eadfd6;
}

.hotel-villa-image,
.hotel-villa-media .room-gallery-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hotel-villa-image {
  object-fit: cover;
}

.hotel-villa-body {
  padding: 34px;
}

.hotel-villa-body > span {
  display: block;
  margin-bottom: 10px;
  color: #9b897c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hotel-villa-body h3 {
  font-size: 38px;
  line-height: 1.12;
  margin-bottom: 10px;
}

.hotel-villa-body strong {
  display: block;
  margin-bottom: 16px;
  color: #6B4F3B;
  font-size: 15px;
  line-height: 1.55;
}

.hotel-villa-body .btn span {
  display: inline-block;
  margin-left: 6px;
}

.hotel-room-section {
  background: #fff;
}

.hotel-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.hotel-room-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #eadfd6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.hotel-room-media {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #eadfd6;
}

.hotel-room-media .room-gallery-frame {
  position: absolute;
  inset: 0;
}

.hotel-room-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.hotel-room-body h3 {
  color: #2b221d;
  font-family: "Playfair+Display", times, serif;
  font-size: 32px;
  line-height: 1.14;
  margin-bottom: 12px;
}

.hotel-room-body p {
  color: #5f5f5f;
  font-size: 15px;
  line-height: 1.62;
}

.hotel-room-body strong {
  display: block;
  margin: 2px 0 8px;
  color: #6B4F3B;
  font-size: 15px;
}

.hotel-room-body .room-features {
  margin-bottom: 24px;
}

.hotel-room-body .btn {
  align-self: flex-start;
  margin-top: auto;
}

.hotel-room-body .btn span {
  display: inline-block;
  margin-left: 6px;
}

.villa-detail-hero .hotel-hero-actions {
  margin-top: 8px;
}

.villa-detail-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.villa-detail-section {
  background: #fff;
}

.villa-detail-band {
  background: #faf7f2;
}

.villa-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 42px;
  align-items: start;
}

.villa-detail-intro h2,
.villa-panel h2,
.villa-cta-section h2 {
  color: #2b221d;
  font-family: "Playfair+Display", times, serif;
  line-height: 1.18;
}

.villa-detail-intro h2 {
  margin-bottom: 22px;
  font-size: 42px;
}

.villa-detail-intro p,
.villa-info-card p,
.villa-panel li,
.villa-faq-list p {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.68;
}

.villa-glance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.villa-glance-item,
.villa-info-card,
.villa-panel,
.villa-faq-list article {
  border: 1px solid #eadfd6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

.villa-glance-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 16px;
}

.villa-glance-item .fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #faf7f2;
  color: #6B4F3B;
  flex: 0 0 auto;
}

.villa-glance-item strong {
  color: #2b221d;
  font-size: 15px;
  line-height: 1.35;
}

.villa-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.villa-info-card,
.villa-panel,
.villa-faq-list article {
  padding: 26px;
}

.villa-info-card {
  overflow: hidden;
  padding: 0;
}

.villa-info-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.villa-info-card h3,
.villa-info-card p {
  padding-left: 26px;
  padding-right: 26px;
}

.villa-info-card h3 {
  padding-top: 24px;
}

.villa-info-card p {
  padding-bottom: 26px;
}

.villa-info-card h3,
.villa-layout-list h3,
.villa-faq-list h3 {
  color: #6B4F3B;
  font-family: "Playfair+Display", times, serif;
}

.villa-info-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.villa-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.villa-panel h2 {
  margin-bottom: 22px;
  font-size: 34px;
}

.villa-layout-list {
  display: grid;
  gap: 22px;
}

.villa-layout-list h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.villa-check-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.villa-check-list li {
  display: flex;
  gap: 10px;
}

.villa-check-list .fa {
  color: #6B4F3B;
  line-height: 1.65;
}

.villa-tag-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.villa-tag-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid #eadfd6;
  border-radius: 999px;
  background: #fff;
  color: #2b221d;
  font-weight: 700;
}

.villa-tag-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid #eadfd6;
  border-radius: 999px;
  background: #fff;
  color: #2b221d;
  font-weight: 700;
}

.villa-tag-grid a:hover {
  color: #6B4F3B;
  border-color: #d8c9bd;
}

.villa-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.villa-faq-list h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.villa-cta-section {
  background: #6B4F3B;
  color: #fff;
}

.villa-cta-section .hotel-section-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.villa-cta-section h2 {
  max-width: 850px;
  margin: 0 auto 28px;
  color: #fff;
  font-size: 36px;
}

.room-detail-note {
  padding-top: 10px;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.6;
}

.room-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.room-detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.room-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.room-detail-link {
  display: inline-flex;
  margin-top: 18px;
  color: #6B4F3B;
  font-weight: 800;
}

.slider-section .home-stay-heading {
  max-width: 860px;
  margin: 0 auto 22px;
  color: #2b221d;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 400;
}

.slider-section .about-name-heading {
  margin-bottom: 22px;
  color: #2b221d;
  font-size: 38px;
  line-height: 1.16;
  letter-spacing: .06em;
}

.about-name-copy {
  max-width: 860px;
  margin: 0 auto;
  color: #5f5f5f;
  font-size: 17px;
  line-height: 1.72;
}

.about-name-copy p {
  margin-bottom: 12px;
}

.about-name-copy p:last-child {
  margin-bottom: 0;
}

.blog-post-entry .about-host-heading {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.18;
}

.about-host-copy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.7;
}

.about-host-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.home-stay-heading span,
.home-stay-heading strong {
  display: block;
}

.home-stay-heading span {
  margin-bottom: 8px;
  white-space: nowrap;
}

.home-stay-heading strong {
  color: #6B4F3B;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
}

.blog-post-entry {
  position: relative;
  margin-top: -500px;
  padding-top: 500px;
}

@media (max-width: 991.98px) {
  .blog-post-entry {
    margin-top: -300px;
    padding-top: 300px;
  }

  .slider-section .home-stay-heading {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .home-stay-heading strong {
    font-size: 27px;
  }

  .slider-section .about-name-heading {
    font-size: 26px;
  }

  .about-name-copy {
    font-size: 16px;
    line-height: 1.65;
  }

  .blog-post-entry .about-host-heading {
    font-size: 30px;
  }

  .about-host-copy {
    font-size: 16px;
    line-height: 1.62;
  }

  .hotel-section-heading {
    font-size: 30px;
    line-height: 1.22;
  }

  .hotel-stay-options,
  .hotel-villa-card,
  .hotel-room-grid,
  .hotel-room-card,
  .villa-detail-intro,
  .villa-info-grid,
  .villa-two-column,
  .villa-faq-list,
  .room-detail-gallery,
  .room-amenity-grid {
    grid-template-columns: 1fr;
  }

  .hotel-stay-card,
  .hotel-villa-body,
  .hotel-room-body {
    padding: 24px;
  }

  .hotel-stay-card h3,
  .hotel-villa-body h3,
  .hotel-room-body h3 {
    font-size: 28px;
  }

  .hotel-villa-media,
  .hotel-room-media {
    min-height: 260px;
  }

  .villa-detail-intro h2,
  .villa-cta-section h2 {
    font-size: 30px;
  }

  .villa-panel h2 {
    font-size: 28px;
  }

  .villa-glance-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .slider-section .home-stay-heading {
    font-size: 24px;
    line-height: 1.18;
  }

  .home-stay-heading strong {
    font-size: 23px;
  }

  .slider-section .heading,
  .testimonial-section .heading,
  .blog-post-entry .heading {
    font-size: 28px;
    line-height: 1.22;
  }

  .slider-section .about-name-heading {
    font-size: 22px;
    line-height: 1.25;
  }

  .blog-post-entry .about-host-heading,
  .journey-heading,
  .hotel-section-heading {
    font-size: 26px;
    line-height: 1.24;
  }

  .hotel-stay-card h3,
  .hotel-villa-body h3,
  .hotel-room-body h3 {
    font-size: 24px;
    line-height: 1.22;
  }

  .villa-detail-intro h2,
  .villa-cta-section h2,
  .villa-panel h2 {
    font-size: 25px;
    line-height: 1.25;
  }
}

.half .image, .half .text {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half .image, .half .text {
    width: 100%;
  }
}

.half .image {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.room-gallery-frame {
  position: absolute;
  inset: 0;
  background: #eadfd6;
}

.room-gallery-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: roomGalleryFade var(--gallery-duration, 12s) infinite;
}

.room-gallery-frame img:first-child {
  opacity: 1;
}

.room-gallery-frame img:only-child {
  opacity: 1;
  animation: none;
}

@keyframes roomGalleryFade {
  0%, 30%, 100% {
    opacity: 0;
  }
  6%, 24% {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .half .image {
    height: 300px;
  }
}

.half .text {
  padding: 100px 7%;
}

@media (max-width: 991.98px) {
  .half .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.half .text h2 {
  font-size: 70px;
}

.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.room-feature {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 4px 9px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

.room-feature .fa {
  width: 16px;
  color: #111;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .half .text h2 {
    font-size: 40px;
  }
}

.testimonial blockquote {
  padding: 0;
}

.testimonial blockquote p {
  line-height: 1.5;
  font-family: "Playfair+Display", times, serif;
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.testimonial .author-image img {
  width: 70px;
}

.post .media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.post .media-custom:hover, .post .media-custom:focus {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.post .media-custom a {
  color: #000;
}

.post .media-custom a:hover {
  color: var(--laya-green);
}

.post .media-custom .media-body {
  padding: 10px 30px;
}

.post .media-custom h2 {
  font-size: 26px;
}

.media-custom .meta-post {
  color: #ced4da;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  border-width: 2px !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: none;
}

.owl-carousel.major-caousel {
  -webkit-box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage,
.owl-carousel.major-caousel .owl-item {
  height: 560px;
}

.owl-carousel.major-caousel .slider-item {
  overflow: hidden;
  height: 560px;
  min-height: 560px;
  background: #eadfd6;
}

.owl-carousel.major-caousel .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-stage,
  .owl-carousel.major-caousel .owl-item,
  .owl-carousel.major-caousel .slider-item {
    height: 430px;
    min-height: 430px;
  }
}

@media (max-width: 575.98px) {
  .owl-carousel.major-caousel .owl-stage,
  .owl-carousel.major-caousel .owl-item,
  .owl-carousel.major-caousel .slider-item {
    height: 300px;
    min-height: 300px;
  }
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.footer-section {
  background: #1a1a1a;
  color: #fff;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .contact-info span.d-block {
  font-style: italic;
  color: #fff;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}

.footer-section .link li {
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  position: relative;
}

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
  border-bottom: 1px solid white;
}

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.footer-newsletter button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.65;
}

.footer-newsletter-message {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 0;
}

.footer-section .footer-newsletter-message.success {
  color: rgba(255, 255, 255, 0.82);
}

.footer-section .footer-newsletter-message.error {
  color: #f1b7a8;
}

.side-box, .sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.side-box .heading, .sidebar-search .heading {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Mukta Mahee", arial, sans-serif;
}

.post-list li {
  margin-bottom: 20px;
}

.post-list li a > div {
  margin-top: -10px;
}

.post-list li a .meta {
  font-size: 13px;
  color: #adb5bd;
}

.post-list li a .image {
  width: 150px;
}

.post-list li a h3 {
  font-size: 16px;
}

.post-list li:last-child {
  margin-bottom: 0;
}

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px;
}

.sidebar-search .search-input:focus, .sidebar-search .search-input:active {
  border-color: #343a40;
}

.contact-section .contact-info p {
  color: white;
  font-family: "Playfair+Display", times, serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section.bg-primary {
  background: var(--laya-green) !important;
}

.contact-section form .btn-primary {
  background: var(--laya-green);
}

.contact-section form .btn-primary:hover {
  background: var(--laya-green-dark);
}

.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: .2em;
  font-family: "Mukta Mahee", arial, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.contact-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-action-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 18px;
  background: var(--laya-offwhite);
  color: var(--laya-green);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.contact-action-buttons .btn:hover {
  background: var(--laya-green-soft);
  color: var(--laya-green-dark);
}

.post-categories li {
  display: block;
}

.post-categories li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

.post-categories li a .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #6c757d;
}

.custom-pagination .page-item .page-link {
  text-align: center;
  border: none;
  background: none;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.custom-pagination .page-item.active .page-link {
  background: #dc3545;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.google-review-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.google-review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.google-icon {
  width: 42px;
  height: 42px;
}

.rating {
  font-size: 18px;
  color: #f4b400;
  font-weight: 600;
}

.rating span {
  color: #333;
  margin-left: 8px;
}

.review-text {
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.review-count {
  font-size: 14px;
  color: #999;
}

.google-review-box .btn-primary {
  background: var(--laya-green);
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
}

.google-review-box .btn-primary:hover {
  background: var(--laya-green-dark);
}

.auth-section,
.admin-section,
.location-review-section {
  background: #faf7f2;
}

.auth-card,
.admin-table-card,
.google-review-box,
.map-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.auth-card {
  padding: 40px;
}

.auth-eyebrow,
.admin-eyebrow,
.admin-label {
  display: block;
  color: #9b897c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.auth-card h2,
.admin-topbar h2,
.location-review-section .heading {
  color: #6B4F3B;
  font-family: "Playfair+Display", times, serif;
}

.auth-card h2,
.admin-topbar h2 {
  font-size: 44px;
}

.auth-card label {
  color: #6B4F3B;
  font-weight: 600;
}

.auth-card .form-control {
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.auth-field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.auth-card .auth-textarea {
  min-height: 98px;
  padding-top: 12px;
  resize: vertical;
}

.auth-message {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #faf7f2;
  color: #6B4F3B;
  font-weight: 600;
}

.auth-switch {
  margin: 22px 0 10px;
}

.auth-dashboard-link {
  color: #6B4F3B;
  font-weight: 700;
}

.nav-logout-button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.8;
}

.nav-logout-button:hover {
  color: #000;
}

.auth-link-button {
  display: inline-flex;
  border: 0;
  background: transparent;
  color: #6B4F3B;
  cursor: pointer;
  font-weight: 700;
  margin-top: 14px;
  padding: 0;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.admin-stat-card {
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
}

.admin-stat-card span {
  color: #7c7c7c;
  font-weight: 600;
}

.admin-stat-card strong {
  display: block;
  color: #6B4F3B;
  font-family: "Playfair+Display", times, serif;
  font-size: 42px;
  line-height: 1;
  margin-top: 12px;
}

.admin-table-card {
  padding: 28px;
}

.admin-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-table-header h3,
.google-review-box h3 {
  color: var(--laya-green);
  font-family: "Playfair+Display", times, serif;
  margin-bottom: 0;
}

.admin-message {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #faf7f2;
  color: #6B4F3B;
  font-weight: 700;
  line-height: 1.4;
}

.admin-booking-list {
  display: grid;
  gap: 14px;
}

.admin-booking-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.1fr 0.8fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 14px;
}

.admin-booking-row h4 {
  margin-bottom: 4px;
}

.admin-booking-row p {
  margin-bottom: 0;
}

.booking-id {
  color: #6B4F3B;
  font-weight: 700;
}

.status-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.status-badge.pending {
  background: #fff4d6;
  color: #9a650f;
}

.status-badge.confirmed {
  background: #dff5e1;
  color: #2e7d32;
}

.status-badge.cancelled {
  background: #f7dddd;
  color: #9b1c1c;
}

.admin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.admin-actions button {
  border: 1px solid #d8c9bd;
  border-radius: 999px;
  background: #fff;
  color: #6B4F3B;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
}

.admin-rates-card,
.admin-testimonial-card {
  margin-bottom: 28px;
}

.admin-table-header p {
  margin: 6px 0 0;
  color: #7c7c7c;
  line-height: 1.5;
}

.admin-rate-list,
.admin-testimonial-list {
  display: grid;
  gap: 14px;
}

.admin-rate-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(2, minmax(150px, 0.55fr)) auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 14px;
}

.admin-rate-row strong {
  display: block;
  color: #2b221d;
  font-size: 18px;
}

.admin-rate-row p {
  margin: 5px 0 0;
  color: #7c7c7c;
}

.admin-rate-row label,
.admin-testimonial-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 0;
  color: #6B4F3B;
  font-size: 13px;
  font-weight: 700;
}

.admin-rate-row input,
.admin-testimonial-form input,
.admin-testimonial-form select,
.admin-testimonial-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #2b221d;
  font: inherit;
  padding: 10px 12px;
}

.admin-save-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #6B4F3B;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 0 18px;
}

.admin-save-button:disabled {
  cursor: wait;
  opacity: .7;
}

.admin-testimonial-form {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fffdfb;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-wide-field {
  margin-top: 14px;
}

.admin-testimonial-form textarea {
  min-height: 110px;
  resize: vertical;
}

.admin-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.admin-checkbox {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px !important;
}

.admin-checkbox input {
  width: auto;
}

.admin-testimonial-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 14px;
}

.admin-testimonial-row strong {
  color: #2b221d;
  font-size: 18px;
}

.admin-testimonial-row p {
  margin: 4px 0 8px;
  color: #7c7c7c;
}

.admin-testimonial-row blockquote {
  margin: 0;
  color: #4d4d4d;
  line-height: 1.65;
}

.testimonial-card {
  height: 100%;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.testimonial-stars {
  display: block;
  margin-bottom: 16px;
  color: #f4b400;
  letter-spacing: 2px;
}

.testimonial-card blockquote {
  margin: 0 0 22px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.75;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: #6B4F3B;
  font-weight: 800;
}

.testimonial-card span {
  color: #8a8a8a;
  font-size: 14px;
}

.map-card {
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.google-review-box {
  height: 100%;
  padding: 32px;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #4285F4;
  font-size: 28px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #e5e5e5;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.review-stars {
  color: #f4b400;
  letter-spacing: 1px;
}

.review-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.review-list article {
  padding: 16px;
  border-radius: 12px;
  background: #faf7f2;
}

.review-list p {
  margin-bottom: 8px;
}

.review-list span {
  color: var(--laya-green);
  font-weight: 700;
}

.review-list span a {
  color: inherit;
}

.google-review-status {
  min-height: 150px;
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 12px;
  background: #faf7f2;
  color: #6f6f6f;
  line-height: 1.65;
}

.google-review-link {
  display: block;
  color: var(--laya-green);
  font-weight: 700;
  margin-top: 14px;
  text-align: center;
}

.profile-booking-row {
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.9fr;
}

.profile-note {
  color: #7c7c7c;
  font-size: 13px;
  margin-top: 10px;
}

.profile-action-message {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #faf7f2;
  color: #6B4F3B;
  font-weight: 700;
}

.profile-cancel-button {
  border: 1px solid #c96d6d;
  border-radius: 999px;
  background: #fff;
  color: #9b1c1c;
  cursor: pointer;
  font-weight: 700;
  margin-top: 10px;
  padding: 7px 14px;
}

.profile-cancel-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.admin-user-button {
  display: block;
  border: 0;
  background: transparent;
  color: #222;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  text-align: left;
}

.admin-user-button:hover {
  color: #6B4F3B;
}

.admin-user-history {
  margin-top: 28px;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.admin-table-header button {
  border: 1px solid #d8c9bd;
  border-radius: 999px;
  background: #fff;
  color: #6B4F3B;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 14px;
}

.admin-history-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.2fr 0.6fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 14px;
}

.journey-section {
  background: var(--laya-offwhite);
}

.journey-heading {
  color: #2b221d;
  font-size: 42px;
  line-height: 1.18;
  margin-bottom: 18px;
}

.journey-intro {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #5f5f5f;
  font-size: 17px;
  line-height: 1.7;
}

.journey-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0;
}

.journey-timeline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--laya-green-soft), var(--laya-green-mid) 45%, var(--laya-green) 75%, var(--laya-green-dark));
  transform: translateY(-50%);
}

.journey-item {
  position: relative;
  min-height: 260px;
  outline: none;
}

.journey-item:last-child {
  margin-bottom: 0;
}

.journey-item:nth-child(odd) .journey-card {
  bottom: calc(50% + 56px);
}

.journey-item:nth-child(even) .journey-card {
  top: calc(50% + 56px);
}

.journey-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--laya-green);
  box-shadow: 0 0 0 2px var(--laya-green);
  transform: translate(-50%, -50%);
}

.journey-item:nth-child(even) .journey-marker {
  background: var(--laya-green-mid);
  box-shadow: 0 0 0 2px var(--laya-green-mid);
}

.journey-item:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  background: currentColor;
  transform: translateX(-50%);
}

.journey-item:nth-child(odd):before {
  top: calc(50% - 52px);
  height: 52px;
  color: var(--laya-green);
}

.journey-item:nth-child(even):before {
  top: 50%;
  height: 52px;
  color: var(--laya-green-mid);
}

.journey-item:nth-child(3n) .journey-marker {
  background: var(--laya-green-dark);
  box-shadow: 0 0 0 2px var(--laya-green-dark);
}

.journey-item:nth-child(3n):before {
  color: var(--laya-green-dark);
}

.journey-card {
  position: absolute;
  left: 50%;
  width: min(210px, 92%);
  padding: 0 8px;
  background: transparent;
  text-align: center;
  transform: translateX(-50%);
}

.journey-card span {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--laya-green);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.journey-card h3 {
  margin-bottom: 0;
  color: #2b221d;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.journey-card p {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 270px;
  margin: 12px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--laya-green-soft);
  border-radius: 8px;
  background: #fff;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 14px 36px rgba(31, 77, 63, 0.14);
  transform: translate(-50%, 8px);
  transition: opacity .2s ease, transform .2s ease;
}

.journey-item:nth-child(odd) .journey-card p {
  bottom: calc(100% + 8px);
  margin-top: 0;
}

.journey-item:hover .journey-card p,
.journey-item:focus-within .journey-card p,
.journey-item:focus .journey-card p {
  opacity: 1;
  transform: translate(-50%, 0);
}

.property-info-section {
  background: #faf7f2;
}

.property-info-card {
  height: 100%;
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.property-info-card h3 {
  color: #6B4F3B;
  font-family: "Playfair+Display", times, serif;
  font-size: 32px;
  margin-bottom: 18px;
}

.property-info-card ul {
  margin: 0;
  padding-left: 20px;
}

.property-info-card li {
  margin-bottom: 12px;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(58, 41, 30, 0.96);
}

.page-loader-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #6B4F3B;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  animation: loaderPulse 1s ease-in-out infinite;
}

.page-loader-mark img {
  max-width: 120px;
  max-height: 120px;
}

.page-loader-mark span {
  color: #fff;
  font-family: "Playfair+Display", times, serif;
  font-size: 28px;
  font-style: italic;
  text-align: center;
}

@keyframes loaderPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.country-badge {
  position: fixed;
  top: 16px;
  right: 78px;
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #6B4F3B;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.floating-book-now,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.floating-book-now {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--laya-green);
  color: #fff;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.floating-whatsapp {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--laya-green-mid);
  color: #fff;
  font-size: 25px;
}

.floating-book-now:hover,
.floating-whatsapp:hover {
  color: #fff;
  text-decoration: none;
}

.floating-book-now:hover {
  background: var(--laya-green-dark);
}

.floating-whatsapp:hover {
  background: var(--laya-green-dark);
}

@media (max-width: 991.98px) {
  .admin-topbar,
  .admin-table-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-stats,
  .admin-booking-row,
  .admin-history-row,
  .admin-rate-row,
  .admin-testimonial-row,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .country-badge {
    right: 70px;
  }

  .auth-field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .journey-heading {
    font-size: 30px;
  }

  .journey-intro {
    font-size: 16px;
    line-height: 1.62;
  }

  .journey-timeline {
    display: block;
    padding: 8px 0 8px 22px;
  }

  .journey-timeline:before {
    top: 0;
    bottom: 0;
    left: 8px;
    right: auto;
    width: 2px;
    height: auto;
    background: var(--laya-green-soft);
    transform: none;
  }

  .journey-item {
    min-height: 0;
    margin-bottom: 22px;
  }

  .journey-item:before {
    display: none;
  }

  .journey-marker {
    left: 8px;
    top: 26px;
  }

  .journey-card {
    position: relative;
    left: auto;
    width: auto;
    padding: 18px 20px;
    border: 1px solid var(--laya-green-soft);
    border-radius: 8px;
    background: var(--laya-offwhite);
    text-align: left;
    transform: none;
  }

  .journey-card h3 {
    font-size: 18px;
  }

  .journey-card p {
    position: static;
    width: auto;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 1;
    box-shadow: none;
    transform: none;
  }
}
