@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  margin-bottom: -30px;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
}

ul {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

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

.ci-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
}
@media only screen and (max-width: 800px) {
  .ci-container {
    padding: 0px 16px;
  }
}

::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #163951;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  width: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #163951;
}

/* Remove arrows in Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background: rgba(245, 245, 244, 0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin: auto;
  padding: 10px 0;
}
.navbar .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navbar .nav-wrapper .logo-wrapper {
  height: 60px;
  width: 80px;
}
.navbar .nav-wrapper .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .nav-wrapper .menu {
  display: none;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .nav-wrapper .menu li {
  position: relative;
}
.navbar .nav-wrapper .menu li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #36454f;
  text-decoration: none;
  transition: color 0.3s ease;
}
.navbar .nav-wrapper .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #163951;
  transition: width 0.3s ease;
}
.navbar .nav-wrapper .menu li a:hover::after {
  width: 100%;
}
.navbar .nav-wrapper .menu li a.active::after {
  width: 100%;
}
.navbar .nav-wrapper .menu li a.active {
  color: #163951;
}
.navbar .nav-wrapper .menu li a:hover {
  color: #36454f;
}
@media (min-width: 768px) {
  .navbar .nav-wrapper .menu {
    display: flex;
    align-items: center;
  }
}
.navbar .nav-wrapper .item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navbar .nav-wrapper .item .ctn-button {
  background: #163951;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 24px;
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.navbar .nav-wrapper .item .ctn-button p {
  font-size: 12px;
  font-weight: 400;
  transition: transform 0.3s ease;
  margin: 0;
}
.navbar .nav-wrapper .item .ctn-button::before {
  content: "\f133";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 12px;
  font-size: 12px;
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.navbar .nav-wrapper .item .ctn-button:hover {
  border: 1px solid #ffffff;
}
.navbar .nav-wrapper .item .ctn-button:hover p {
  transform: translateX(10px);
}
.navbar .nav-wrapper .item .ctn-button:hover::before {
  opacity: 1;
}
.navbar .nav-wrapper .item .ctn-button:active {
  transform: scale(0.95);
}
.navbar .nav-wrapper .item .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 300;
}
.navbar .nav-wrapper .item .hamburger span {
  display: block;
  width: 26px;
  height: 3px;
  background: #36454f;
  border-radius: 5px;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media (min-width: 768px) {
  .navbar .nav-wrapper .item .hamburger {
    display: none;
  }
}
.navbar .nav-wrapper .item .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.navbar .nav-wrapper .item .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.navbar .nav-wrapper .item .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.navbar .nav-wrapper .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.navbar .nav-wrapper .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.navbar .nav-wrapper .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 767px) {
  .navbar .nav-wrapper .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 100px 24px 24px;
    margin: 0;
    background: #fdf6e3;
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
    gap: 1.5rem;
    z-index: 100;
    transition: right 0.3s ease;
  }
  .navbar .nav-wrapper .menu li {
    width: 100%;
  }
  .navbar .nav-wrapper .menu li a {
    display: block;
    width: fit-content;
    font-size: 18px;
    padding: 12px 0;
  }
  .navbar .nav-wrapper .menu.active {
    right: 0;
  }
}

.footer-section {
  width: 100%;
  padding: 64px 0;
  margin: auto;
  background-color: #163951;
}
.footer-section .footer-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-section .footer-container .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer-section .footer-container .footer-wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.footer-section .footer-container .footer-wrapper .footer-logo {
  height: 60px;
  width: 80px;
}
.footer-section .footer-container .footer-wrapper .footer-logo img {
  height: 100%;
  width: 100%;
}
.footer-section .footer-container .footer-wrapper .item-wrapper {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .footer-section .footer-container .footer-wrapper .item-wrapper {
    flex-wrap: wrap;
    gap: 64px;
  }
}
@media screen and (max-width: 600px) {
  .footer-section .footer-container .footer-wrapper .item-wrapper {
    gap: 32px;
  }
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 12px;
  margin-left: 0;
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items ul li {
  list-style: none;
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items .contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items .contact-info span {
  font-size: 16px;
  font-weight: 500px;
  color: #ffffff;
}
.footer-section .footer-container .footer-wrapper .item-wrapper .items .contact-info span a {
  font-size: 16px;
  font-weight: 400px;
  color: #ffffff;
  text-decoration: none;
}
.footer-section .footer-container .low-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 776px) {
  .footer-section .footer-container .low-footer {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.footer-section .footer-container .low-footer p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.footer-section .footer-container .low-footer p a {
  text-decoration: underline;
  color: #ffffff;
}
.footer-section .footer-container .low-footer .social-media {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-section .footer-container .low-footer .social-media a {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.footer-section .footer-container .low-footer .social-media a:hover {
  transform: scale(1.02);
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero .hero-bg iframe,
.hero .hero-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero .hero-bg iframe {
  width: 177.77vh;
  height: 100vh;
}
.hero .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-bg .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.hero .hero-content .subtitle {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  color: #ddd;
}
.hero .hero-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .hero .hero-content h1 {
    font-size: 64px;
  }
}
.hero .hero-content p {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.hero .hero-content .hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero .hero-content .hero-buttons a {
  padding: 12px 28px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  text-decoration: none;
}
.hero .hero-content .hero-buttons .primary-btn {
  background: #163951;
  color: #ffffff;
}
.hero .hero-content .hero-buttons .secondary-btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #163951;
}
.hero .hero-content .hero-buttons .secondary-btn:hover {
  background-color: #163951;
  transition: all 0.3s;
}

.book-a-call {
  width: 100%;
  padding: 64px 0;
  margin: auto;
}
.book-a-call .call-wrapper {
  max-width: 1200px;
  margin: auto;
  background-color: #163951;
  padding: 64px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .book-a-call .call-wrapper {
    padding: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .book-a-call .call-wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 776px) {
  .book-a-call .call-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.book-a-call .call-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 776px) {
  .book-a-call .call-wrapper .text-wrapper {
    align-items: center;
    gap: 12px;
  }
}
.book-a-call .call-wrapper .text-wrapper .title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .book-a-call .call-wrapper .text-wrapper .title {
    font-size: 28px;
  }
}
.book-a-call .call-wrapper .text-wrapper .desc {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.book-a-call .call-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 24px;
}
.book-a-call .call-wrapper .btn .book-btn {
  text-decoration: none;
  color: #163951;
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
}
.book-a-call .call-wrapper .btn .explore-btn {
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.book-a-call .call-wrapper .btn .explore-btn:hover {
  color: #163951;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.what-our-cilents-section {
  width: 100%;
  margin: auto;
  padding: 64px 0;
}
.what-our-cilents-section .our-client-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.what-our-cilents-section .our-client-section-wrapper h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #163951;
}
@media screen and (max-width: 600px) {
  .what-our-cilents-section .our-client-section-wrapper h2 {
    font-size: 28px;
  }
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
  margin: auto;
  align-items: center;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients {
  width: 400px;
  height: 370px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  border-radius: 12px;
  background-color: #f6f4ef;
  opacity: 90%;
  gap: 24px;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .reviews {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .reviews .quation {
  height: 25px;
  width: 25px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D2795A;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .reviews .quation .fa-quote-left {
  font-size: 14px;
  color: #ffffff;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .reviews p {
  font-size: 16px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  color: #36454f;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap .hr-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap .rewiewer-information {
  display: flex;
  gap: 16px;
  align-items: center;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap .rewiewer-information .reviewer-profile {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap .rewiewer-information .reviewer-profile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap .rewiewer-information .reviewer-personal-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap .rewiewer-information .reviewer-personal-info h6 {
  font-size: 16px;
  font-weight: 300;
  color: #163951;
}
.what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients .testomonial-wrap .rewiewer-information .reviewer-personal-info p {
  font-size: 14px;
  font-weight: 200;
  color: #36454f;
}
@media screen and (max-width: 1600px) {
  .what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper {
    margin: auto;
  }
  .what-our-cilents-section .our-client-section-wrapper .our-clients-wrapper .our-clients {
    width: 340px;
    height: 400px;
  }
}

.faq-section {
  padding: 64px 0;
  background: #f6f4ef;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 32px 0;
  }
}
.faq-section__header {
  text-align: center;
  margin-bottom: 4rem;
}
.faq-section__title {
  font-size: 42px;
  font-weight: 500;
  color: #163951;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .faq-section__title {
    font-size: 32px;
  }
}
.faq-section__divider {
  margin-top: 4px;
  width: 6rem;
  height: 0.25rem;
  background: #D2795A;
  margin: 0 auto;
  border-radius: 999px;
}
.faq-section__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.faq-item__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.3s ease;
}
.faq-item__summary:hover {
  background: rgba(95, 111, 82, 0.05);
}
.faq-item__summary::-webkit-details-marker {
  display: none;
}
.faq-item__question {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #163951;
}
.faq-item__icon {
  font-size: 14px;
  color: #36454f;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  font-weight: 400;
}
.faq-item__content {
  padding: 0 2rem 2rem;
}
.faq-item__content p {
  margin: 0;
  color: #36454f;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.faq-item[open] .faq-item__icon {
  transform: rotate(180deg);
}

.living-spaces-section {
  padding: 64px 0;
  background: #f6f4ef;
}
@media (max-width: 768px) {
  .living-spaces-section {
    padding: 32px 0;
  }
}
.living-spaces-section .section-header {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 776px) {
  .living-spaces-section .section-header {
    margin-bottom: 2rem;
  }
}
.living-spaces-section .section-header .section-subtitle {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #D2795A;
  font-family: "Poppins", sans-serif;
}
.living-spaces-section .section-header .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.living-spaces-section .section-header .heading .section-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #163951;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .living-spaces-section .section-header .heading .section-title {
    font-size: 32px;
  }
}
.living-spaces-section .section-header .heading .desc {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #36454f;
}
@media screen and (max-width: 776px) {
  .living-spaces-section .section-header .heading .desc {
    font-size: 14px;
  }
}
.living-spaces-section .spaces-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (max-width: 575px) {
  .living-spaces-section .spaces-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .living-spaces-section .spaces-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 320px;
  }
}
@media (min-width: 992px) {
  .living-spaces-section .spaces-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 420px;
  }
}
.living-spaces-section .space-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fdf6e3;
  height: 100%;
  min-height: 320px;
}
@media (min-width: 992px) {
  .living-spaces-section .space-card {
    min-height: 420px;
  }
}
.living-spaces-section .space-card:hover .space-card__image {
  transform: scale(1.08);
}
.living-spaces-section .space-card:hover .space-card__icon-circle {
  background: rgba(255, 255, 255, 0.25);
}
@media (min-width: 992px) {
  .living-spaces-section .space-card--large {
    grid-column: span 8;
  }
}
@media (min-width: 992px) {
  .living-spaces-section .space-card--tall {
    grid-column: span 4;
  }
}
@media (min-width: 992px) {
  .living-spaces-section .space-card--medium {
    grid-column: span 5;
  }
}
@media (min-width: 992px) {
  .living-spaces-section .space-card--wide {
    grid-column: span 7;
  }
}
.living-spaces-section .space-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.living-spaces-section .space-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(77, 59, 47, 0.8), transparent 55%);
  z-index: 1;
}
.living-spaces-section .space-card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 2rem;
  width: 100%;
}
.living-spaces-section .space-card__content--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .living-spaces-section .space-card__content--split {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .living-spaces-section .space-card__content {
    padding: 3rem;
  }
}
.living-spaces-section .space-card__title {
  margin: 0 0 0.5rem;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.living-spaces-section .space-card__title--large {
  font-size: 28px;
}
.living-spaces-section .space-card__text {
  margin: 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.living-spaces-section .space-card__text--small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.living-spaces-section .space-card__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  color: #ffffff;
  transition: background 0.3s ease;
  flex-shrink: 0;
}
.living-spaces-section .space-card__icon-top {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.6);
}
.living-spaces-section .space-card__icon-top .material-symbols-outlined {
  font-size: 3rem;
}
.living-spaces-section .material-symbols-outlined {
  font-size: 1.5rem;
  line-height: 1;
}

.popular-features {
  width: 100%;
  padding: 64px 0;
  margin: auto;
}
.popular-features .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.popular-features .container-wrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popular-features .container-wrapper .heading .quote {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #D2795A;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.popular-features .container-wrapper .heading .title {
  font-size: 42px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #163951;
  margin: 0;
}
.popular-features .container-wrapper .category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.popular-features .container-wrapper .category-tabs .tab {
  padding: 12px 24px;
  border: 1px solid #777;
  border-radius: 30px;
  background: #fff;
  color: #123;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .popular-features .container-wrapper .category-tabs .tab {
    padding: 6px 12px;
    font-size: 14px;
  }
}
.popular-features .container-wrapper .category-tabs .tab:hover {
  background: #eaf7fb;
  border-color: #005577;
}
.popular-features .container-wrapper .category-tabs .tab.active {
  background: #004d6f;
  color: #fff;
  border-color: #004d6f;
}
.popular-features .container-wrapper .category-content {
  width: 100%;
  margin: 0 auto;
}
.popular-features .container-wrapper .category-content .content-box {
  display: none;
  padding: 24px;
  border-radius: 14px;
  background: #f8fbfc;
  animation: fadeIn 0.4s ease;
}
@media screen and (max-width: 600px) {
  .popular-features .container-wrapper .category-content .content-box {
    padding: 16px;
  }
}
.popular-features .container-wrapper .category-content .content-box.active {
  display: block;
}
.popular-features .container-wrapper .category-content .content-box .item-wrapper {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .popular-features .container-wrapper .category-content .content-box .item-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.popular-features .container-wrapper .category-content .content-box .item-wrapper .text-wrapper {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .popular-features .container-wrapper .category-content .content-box .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.popular-features .container-wrapper .category-content .content-box .item-wrapper .text-wrapper .item-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #163951;
  margin: 0;
}
.popular-features .container-wrapper .category-content .content-box .item-wrapper .text-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #36454f;
  font-family: "Poppins", sans-serif;
}
.popular-features .container-wrapper .category-content .content-box .item-wrapper .img-wrapper {
  height: 400px;
  width: 550px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .popular-features .container-wrapper .category-content .content-box .item-wrapper .img-wrapper {
    width: 100%;
  }
}
.popular-features .container-wrapper .category-content .content-box .item-wrapper .img-wrapper img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-banner {
  width: 100%;
  padding: 132px 0 64px;
  margin: auto;
  background-color: rgb(252, 249, 244, var(--tw-bg-opacity, 1));
}
@media screen and (max-width: 600px) {
  .about-banner {
    padding-bottom: 64px;
  }
}
.about-banner .gallery-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-banner .gallery-banner-wrapper .text-wrapper {
  width: 584px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-banner .gallery-banner-wrapper .text-wrapper .header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-banner .gallery-banner-wrapper .text-wrapper .header-wrapper .highlighter {
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  color: #D2795A;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.about-banner .gallery-banner-wrapper .text-wrapper .header-wrapper h1 {
  font-size: 52px;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  color: #163951;
}
.about-banner .gallery-banner-wrapper .text-wrapper p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #36454f;
}
.about-banner .gallery-banner-wrapper .text-wrapper .book-a-demo {
  width: fit-content;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
  background-color: #163951;
  color: #ffffff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.about-banner .gallery-banner-wrapper .image-wrapper {
  width: 584px;
  height: 580px;
  border-radius: 16px;
  overflow: hidden;
  /* Shadow */
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.about-banner .gallery-banner-wrapper {
  /* Separate selector (no nesting) */
}
.about-banner .gallery-banner-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.about-banner .gallery-banner-wrapper {
  /* Hover effect */
}
.about-banner .gallery-banner-wrapper .image-wrapper img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .about-banner .gallery-banner-wrapper .text-wrapper {
    width: 400px;
  }
  .about-banner .gallery-banner-wrapper .text-wrapper .header-wrapper h1 {
    font-size: 48px;
  }
  .about-banner .gallery-banner-wrapper .image-wrapper {
    width: 400px;
    height: 500px;
  }
}
@media screen and (max-width: 776px) {
  .about-banner .gallery-banner-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .about-banner .gallery-banner-wrapper .text-wrapper {
    width: 100%;
  }
  .about-banner .gallery-banner-wrapper .text-wrapper .header-wrapper h1 {
    font-size: 42px;
  }
  .about-banner .gallery-banner-wrapper .image-wrapper {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .about-banner .gallery-banner-wrapper {
    gap: 24px;
  }
  .about-banner .gallery-banner-wrapper .text-wrapper .header-wrapper h1 {
    font-size: 36px;
  }
  .about-banner .gallery-banner-wrapper .image-wrapper {
    width: 100%;
  }
}

.our-story {
  width: 100%;
  padding: 64px 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .our-story {
    padding: 32px 0;
  }
}
.our-story .story-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.our-story .story-wrapper .header-wrapper {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 776px) {
  .our-story .story-wrapper .header-wrapper {
    gap: 18px;
  }
}
.our-story .story-wrapper .header-wrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.our-story .story-wrapper .header-wrapper .heading p {
  font-size: 16px;
  font-weight: 500;
  color: #D2795A;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.our-story .story-wrapper .header-wrapper .heading h2 {
  font-size: 42px;
  font-weight: 500;
  color: #163951;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
@media screen and (max-width: 776px) {
  .our-story .story-wrapper .header-wrapper .heading h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .our-story .story-wrapper .header-wrapper .heading h2 {
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
  }
}
.our-story .story-wrapper .header-wrapper .description {
  font-size: 16px;
  font-weight: 400;
  color: #36454f;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .our-story .story-wrapper .header-wrapper .description {
    text-align: justify;
    font-size: 14px;
  }
}
.our-story .story-wrapper .contain-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .our-story .story-wrapper .contain-wrapper {
    gap: 36px;
  }
}
@media screen and (max-width: 776px) {
  .our-story .story-wrapper .contain-wrapper {
    flex-direction: column;
    align-items: none;
    gap: 36px;
  }
}
.our-story .story-wrapper .contain-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 584px;
}
@media screen and (max-width: 1024px) {
  .our-story .story-wrapper .contain-wrapper .text-wrapper {
    width: 450px;
  }
}
@media screen and (max-width: 776px) {
  .our-story .story-wrapper .contain-wrapper .text-wrapper {
    width: 100% !important;
  }
}
.our-story .story-wrapper .contain-wrapper .text-wrapper .par h3 {
  font-size: 24px;
  font-weight: 500;
  color: #163951;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 500px) {
  .our-story .story-wrapper .contain-wrapper .text-wrapper .par h3 {
    font-size: 22px;
  }
}
.our-story .story-wrapper .contain-wrapper .text-wrapper .par p {
  font-size: 16px;
  font-weight: 400;
  color: #36454f;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 600px) {
  .our-story .story-wrapper .contain-wrapper .text-wrapper .par p {
    font-size: 14px;
  }
}
.our-story .story-wrapper .contain-wrapper .image-wrapper {
  width: 584px;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  /* Shadow */
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
@media screen and (max-width: 1024px) {
  .our-story .story-wrapper .contain-wrapper .image-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 776px) {
  .our-story .story-wrapper .contain-wrapper .image-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .our-story .story-wrapper .contain-wrapper .image-wrapper {
    height: 400px;
  }
}
.our-story .story-wrapper .contain-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.our-story .story-wrapper .contain-wrapper .image-wrapper img:hover {
  transform: scale(1.05);
}

.our-journey {
  width: 100%;
  padding: 64px 0;
  margin: auto;
}
@media screen and (max-width: 600) {
  .our-journey {
    padding: 32px 0;
  }
}
.our-journey .our-journey-wrapper {
  display: flex;
  padding: 32px;
  align-items: center;
  background-color: #163951;
  border-radius: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .our-journey .our-journey-wrapper {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.our-journey .our-journey-wrapper .text-wrapper {
  width: 584px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .our-journey .our-journey-wrapper .text-wrapper {
    width: 100%;
  }
}
.our-journey .our-journey-wrapper .text-wrapper .title {
  display: flex;
  flex-direction: column;
}
.our-journey .our-journey-wrapper .text-wrapper .title p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #D2795A;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .our-journey .our-journey-wrapper .text-wrapper .title p {
    font-size: 16px;
  }
}
.our-journey .our-journey-wrapper .text-wrapper .title h2 {
  font-size: 42px;
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 776px) {
  .our-journey .our-journey-wrapper .text-wrapper .title h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .our-journey .our-journey-wrapper .text-wrapper .title h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.our-journey .our-journey-wrapper .text-wrapper .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.our-journey .our-journey-wrapper .text-wrapper .description .highlight {
  font-style: italic;
  color: #D2795A;
}
.our-journey .our-journey-wrapper .text-wrapper .description p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .our-journey .our-journey-wrapper .text-wrapper .description p {
    font-size: 14px !important;
  }
}
.our-journey .our-journey-wrapper .text-wrapper .profile-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.our-journey .our-journey-wrapper .text-wrapper .profile-wrapper .profile {
  height: 42px;
  width: 42px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.our-journey .our-journey-wrapper .text-wrapper .profile-wrapper .profile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.our-journey .our-journey-wrapper .text-wrapper .profile-wrapper .details {
  display: flex;
  flex-direction: column;
}
.our-journey .our-journey-wrapper .text-wrapper .profile-wrapper .details .name {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.our-journey .our-journey-wrapper .text-wrapper .profile-wrapper .details .role {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.our-journey .our-journey-wrapper .img-wrapper {
  width: 576px;
  height: 576px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .our-journey .our-journey-wrapper .img-wrapper {
    height: 448px;
    width: 448px;
  }
}
@media screen and (max-width: 600px) {
  .our-journey .our-journey-wrapper .img-wrapper {
    height: 300px;
    width: 300px;
  }
}
.our-journey .our-journey-wrapper .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slow-living {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  margin: auto;
  margin-bottom: 64px;
  background: #163951;
}
.slow-living__bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
}
.slow-living__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slow-living__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .slow-living__container {
    padding: 0 3rem;
  }
}
.slow-living__content {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slow-living__icon {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #D2795A;
  line-height: 1;
  text-transform: uppercase;
}
.slow-living__title {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .slow-living__title {
    font-size: 32px;
  }
}
.slow-living__quote {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.gallery-banner {
  width: 100%;
  padding-top: 128px;
  padding-bottom: 80px;
}
.gallery-banner .text-wrapper {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery-banner .text-wrapper {
    text-align: left;
  }
}
.gallery-banner .heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .gallery-banner .heading-wrapper {
    align-items: flex-start;
  }
}
.gallery-banner .label-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .gallery-banner .label-block {
    align-items: flex-start;
  }
}
.gallery-banner .journal-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: "Poppins", sans-serif;
  color: #D2795A;
  margin: 0;
}
.gallery-banner .label-line {
  width: 48px;
  height: 1px;
  background-color: #163951;
  opacity: 0.4;
}
.gallery-banner h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #163951;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .gallery-banner h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .gallery-banner h1 {
    font-size: 36px;
  }
}
.gallery-banner h1 span {
  font-style: italic;
}
.gallery-banner .description {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  color: #36454f;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.journal-gallery {
  width: 100%;
  padding: 64px 0;
}
.journal-gallery .ci-container {
  width: 100%;
}
.journal-gallery {
  /* Tabs */
}
.journal-gallery .gallery-tabs {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  white-space: nowrap;
}
.journal-gallery .gallery-tabs::-webkit-scrollbar {
  display: none;
}
.journal-gallery .tab-item {
  position: relative;
  background: none;
  border: none;
  padding: 0 0 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4b5563;
  cursor: pointer;
  transition: color 0.3s ease;
}
.journal-gallery .tab-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #8b4513;
  transition: width 0.3s ease;
}
.journal-gallery .tab-item:hover {
  color: #8b4513;
}
.journal-gallery .tab-item.active {
  color: #8b4513;
  font-weight: 600;
}
.journal-gallery .tab-item.active::after {
  width: 100%;
}
.journal-gallery {
  /* Grid */
}
.journal-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 24px;
}
.journal-gallery {
  /* Card */
}
.journal-gallery .gallery-card {
  position: relative;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.journal-gallery .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.journal-gallery .gallery-card {
  /* Overlay gradient */
}
.journal-gallery .gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.journal-gallery .gallery-card {
  /* Hover effects */
}
.journal-gallery .gallery-card:hover img {
  transform: scale(1.05);
}
.journal-gallery .gallery-card:hover::before {
  opacity: 1;
}
.journal-gallery .gallery-card:hover .card-content {
  opacity: 1;
  transform: translateY(0);
}
.journal-gallery {
  /* Hidden by default */
}
.journal-gallery .card-content {
  position: absolute;
  left: 40px;
  bottom: 36px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.journal-gallery .card-label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
.journal-gallery h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.journal-gallery {
  /* Tablet */
}
@media (max-width: 1200px) {
  .journal-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.journal-gallery {
  /* Mobile */
}
@media (max-width: 767px) {
  .journal-gallery {
    padding: 24px 0 0;
  }
  .journal-gallery .gallery-tabs {
    gap: 28px;
    padding-bottom: 16px;
  }
  .journal-gallery .tab-item {
    font-size: 15px;
    padding-bottom: 14px;
  }
  .journal-gallery .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 40px;
  }
  .journal-gallery .gallery-card {
    height: 420px;
    border-radius: 24px;
  }
  .journal-gallery .card-content {
    left: 24px;
    bottom: 24px;
  }
  .journal-gallery h3 {
    font-size: 22px;
  }
}

.begin-your-story {
  width: 100%;
  padding: 64px 0;
}
.begin-your-story .story-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background-color: #163951;
  padding: 48px;
  border-radius: 16px;
  overflow: hidden;
}
.begin-your-story .story-wrapper .bg-decor {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 200px;
  opacity: 0.08;
  pointer-events: none;
}
.begin-your-story .story-wrapper .text-part {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.begin-your-story .story-wrapper .text-part h2 {
  font-size: 42px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}
.begin-your-story .story-wrapper .text-part p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin: 0;
  line-height: 1.6;
}
.begin-your-story .story-wrapper .text-part .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.begin-your-story .story-wrapper .text-part .btn-wrapper a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.begin-your-story .story-wrapper .text-part .btn-wrapper .reserve-seat {
  background-color: #ffffff;
  color: #163951;
  border: 1px solid transparent;
}
.begin-your-story .story-wrapper .text-part .btn-wrapper .reserve-seat:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  transform: scale(1.05);
}
.begin-your-story .story-wrapper .text-part .btn-wrapper .contact-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.begin-your-story .story-wrapper .text-part .btn-wrapper .contact-btn:hover {
  background-color: #ffffff;
  color: #163951;
  transform: scale(1.05);
}
.begin-your-story .story-wrapper .image-part {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ffffff;
  transform: rotate(3deg) scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.begin-your-story .story-wrapper .image-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .begin-your-story .story-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 32px;
  }
  .begin-your-story .story-wrapper .text-part {
    align-items: center;
  }
  .begin-your-story .story-wrapper .btn-wrapper {
    justify-content: center;
  }
  .begin-your-story .story-wrapper .image-part {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@media (max-width: 600px) {
  .begin-your-story .story-wrapper .text-part h2 {
    font-size: 32px;
  }
  .begin-your-story .story-wrapper .image-part {
    width: 100%;
  }
}
button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.mb-16 {
  margin-bottom: 16px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.is-invalid {
  border-color: #c0392b !important;
  background: rgb(254.5666666667, 248.5, 247.6333333333) !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.1) !important;
}

.field-error {
  font-size: 11px;
  font-weight: 500;
  color: #c0392b;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.field-error::before {
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c0392b;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  flex-shrink: 0;
}

.reservation-page {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  margin: 0 auto;
  padding: 180px 0 80px 0;
}
@media (max-width: 900px) {
  .reservation-page {
    flex-direction: column;
    gap: 32px;
    padding: 120px 0 64px 0;
  }
}
@media (max-width: 480px) {
  .reservation-page {
    padding: 120px 0 32px 0;
  }
}

.hero-col {
  flex: 1;
  top: 80px;
  padding-top: 20px;
}
@media (max-width: 900px) {
  .hero-col {
    position: static;
    padding-top: 0;
  }
}

.eyebrow {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D2795A;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.15;
  color: #163951;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 36px;
  }
}

.hero-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #36454f;
  margin-bottom: 32px;
  max-width: 340px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 900px) {
  .hero-desc {
    max-width: 100%;
  }
}

.hero-divider {
  width: 48px;
  height: 1px;
  background: #36454f;
  margin-bottom: 28px;
}

.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-meta__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #36454f;
}
.hero-meta__item i {
  width: 18px;
  font-size: 14px;
  color: #163951;
}

.form-col {
  flex: 1;
}
@media screen and (max-width: 776px) {
  .form-col {
    width: 100%;
  }
}

.panel {
  background: #ffffff;
  border: 1px solid #36454f;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(46, 31, 20, 0.1);
}
@media (max-width: 480px) {
  .panel {
    padding: 20px 16px;
  }
}

.section-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #36454f;
  margin-bottom: 12px;
}

.form-group {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #36454f;
  margin-bottom: 6px;
}

.input-wrap {
  position: relative;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  height: 46px;
  border: 1px solid #36454f;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
  color: #163951;
  background: #faf6f0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus {
  border-color: #163951;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(139, 99, 70, 0.12);
}

select {
  width: 100%;
  height: 46px;
  border: 1px solid #36454f;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
  color: #163951;
  background: #faf6f0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
select:focus {
  border-color: #163951;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(139, 99, 70, 0.12);
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238b6346' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  padding-left: 12px;
}

textarea {
  width: 100%;
  border: 1px solid #36454f;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  color: #163951;
  background: #faf6f0;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
textarea:focus {
  border-color: #163951;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(139, 99, 70, 0.12);
}

.room-card {
  border: 1px solid #36454f;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
  transition: border-color 0.2s ease;
}
.room-card:hover {
  border-color: #163951;
}
.room-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.room-card__title {
  font-size: 13px;
  font-weight: 500;
  color: #163951;
}
.room-card__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 480px) {
  .room-card__fields {
    grid-template-columns: 1fr;
  }
}

.del-room-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #36454f;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}
.del-room-btn:hover {
  color: #c0392b;
  background: #fef0ee;
}

.select-field {
  display: flex;
  align-items: center;
  border: 1px solid #36454f;
  border-radius: 10px;
  background: #faf6f0;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.select-field:focus-within {
  border-color: #163951;
  box-shadow: 0 0 0 3px rgba(139, 99, 70, 0.12);
}
.select-field .select-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36454f;
  font-size: 12px;
  flex-shrink: 0;
}
.select-field select {
  border: none;
  background: transparent;
  box-shadow: none;
  height: 44px;
  padding-left: 0;
}
.select-field select:focus {
  box-shadow: none;
}

.add-room-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 11px;
  border: 1px dashed #36454f;
  border-radius: 10px;
  background: none;
  color: #163951;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.add-room-btn:hover {
  background: rgba(22, 57, 81, 0.05);
  border-color: #163951;
}

.panel-divider {
  height: 1px;
  background: #36454f;
  margin: 24px 0;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  background: #163951;
  color: #ffffff;
  border: 2px solid #163951;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-btn:hover {
  background: #36454f;
  border-color: #36454f;
  box-shadow: 0 1px 4px rgba(46, 31, 20, 0.06);
}
.cta-btn:active {
  transform: scale(0.99);
}
.cta-btn.outline {
  background: transparent;
  color: #2e1f14;
}
.cta-btn.outline:hover {
  background: #f0e8dc;
}

.summary-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .summary-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

.detail-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .detail-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sum-item {
  background: #f0e8dc;
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
}
@media screen and (max-width: 776px) {
  .sum-item {
    padding: 2px 12px;
  }
}

.sum-label {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #36454f;
}

.sum-val {
  font-size: 13px;
  font-weight: 500;
  color: #163951;
}

.room-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.room-option {
  border: 1px solid #36454f;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.room-option:hover {
  border-color: #163951;
  box-shadow: 0 1px 4px rgba(46, 31, 20, 0.06);
}
.room-option:hover .room-option__img img {
  transform: scale(1.03);
}
.room-option__img {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.room-option__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.room-option__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .room-option__body {
    flex-wrap: wrap;
  }
}
.room-option__info h3 {
  font-size: 14px;
  font-weight: 500;
  color: #163951;
  margin-bottom: 3px;
}
.room-option__info p {
  font-size: 12px;
  color: #36454f;
}
.room-option__right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .room-option__right {
    width: 100%;
    justify-content: space-between;
  }
}

.room-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #2e1f14;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 20px;
}

.room-price {
  font-size: 14px;
  font-weight: 500;
  color: #5c3d28;
  white-space: nowrap;
}

.select-room-btn {
  padding: 8px 18px;
  background: #163951;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.select-room-btn:hover {
  background: #5c3d28;
}

.counter-field {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 46px;
}

.counter-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #36454f;
  border-radius: 6px;
  background: #f0e8dc;
  color: #163951;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.counter-btn:hover {
  background: #163951;
  border-color: #163951;
  color: #ffffff;
}

.counter-val {
  font-size: 16px;
  font-weight: 500;
  min-width: 28px;
  text-align: center;
  color: #163951;
}

.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #163951;
  cursor: pointer;
  user-select: none;
}
.check-option input[type=checkbox] {
  display: none;
}
.check-option input:checked + .check-box {
  background: #163951;
  border-color: #163951;
}
.check-option input:checked + .check-box::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-1px);
}

.check-box {
  width: 18px;
  height: 18px;
  border: 1.5px solid #36454f;
  border-radius: 4px;
  background: #faf6f0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #36454f;
  padding: 0;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}
.back-btn:hover {
  color: #163951;
}

.success-state {
  text-align: center;
  padding: 48px 24px;
}
.success-state h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #2e1f14;
  margin-bottom: 10px;
}
.success-state p {
  font-size: 14px;
  color: #36454f;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.success-icon {
  width: 64px;
  height: 64px;
  background: #eaf5ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #2d6a4f;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
  height: 100%;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
}
.booking-modal.is-open {
  visibility: visible;
  pointer-events: all;
}
.booking-modal.is-open .booking-modal__overlay {
  opacity: 1;
}
.booking-modal.is-open .booking-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
  max-height: 90vh;
  overflow: hidden;
}
.booking-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(46, 31, 20, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.booking-modal__dialog {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 680px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(46, 31, 20, 0.14);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 480px) {
  .booking-modal__dialog {
    width: 100%;
    max-height: 100dvh;
    border-radius: 16px 16px 0 0;
    align-self: flex-end;
  }
}
.booking-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid #36454f;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .booking-modal__header {
    padding: 16px 20px;
  }
}
.booking-modal__body {
  overflow-y: auto;
  padding: 28px;
  flex: 1;
}
@media (max-width: 480px) {
  .booking-modal__body {
    padding: 20px 16px;
  }
}
.booking-modal__body {
  scrollbar-width: thin;
  scrollbar-color: #36454f transparent;
}
.booking-modal__body::-webkit-scrollbar {
  width: 5px;
}
.booking-modal__body::-webkit-scrollbar-track {
  background: transparent;
}
.booking-modal__body::-webkit-scrollbar-thumb {
  background: #36454f;
  border-radius: 10px;
}

.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #36454f;
  border-radius: 50%;
  background: transparent;
  font-size: 16px;
  color: #36454f;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.modal-close:hover {
  background: #f0e8dc;
  color: #163951;
  border-color: #163951;
}

.modal-stepper {
  display: flex;
  align-items: center;
  gap: 0;
}
.modal-stepper__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-stepper__item.active .modal-stepper__circle {
  background: #163951;
  color: #ffffff;
  border-color: #163951;
}
.modal-stepper__item.active .modal-stepper__label {
  color: #163951;
  font-weight: 500;
}
.modal-stepper__item.done .modal-stepper__circle {
  background: #163951;
  color: #ffffff;
  border-color: #163951;
}
.modal-stepper__item.done .modal-stepper__circle span {
  display: none;
}
.modal-stepper__item.done .modal-stepper__circle::after {
  content: "✓";
  font-size: 14px;
}
.modal-stepper__item.done .modal-stepper__label {
  color: #163951;
}
.modal-stepper__circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  background: #f0e8dc;
  color: #36454f;
  border: 1.5px solid #36454f;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.modal-stepper__label {
  font-size: 12px;
  color: #36454f;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media (max-width: 480px) {
  .modal-stepper__label {
    display: none;
  }
}
.modal-stepper__line {
  width: 40px;
  height: 1px;
  background: #36454f;
  margin: 0 12px;
  transition: background 0.2s ease;
}
.modal-stepper__line.done {
  background: #163951;
}
@media (max-width: 480px) {
  .modal-stepper__line {
    width: 24px;
    margin: 0 8px;
  }
}

.modal-step {
  display: none;
}
.modal-step.active {
  display: block;
}

/* ─── Room Filter ─── */
.room-filter {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: flex-end;
  background: #fdfdfd;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  flex-wrap: wrap;
}
.room-filter .filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 140px;
}
.room-filter .filter-group label {
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.room-filter .filter-group input {
  padding: 10px 14px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  outline: none;
  transition: all 0.2s ease;
}
.room-filter .filter-group input:focus {
  border-color: #a8937d;
  box-shadow: 0 0 0 3px rgba(168, 147, 125, 0.15);
}
.room-filter button {
  padding: 0 20px;
  height: 42px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.room-filter button.filter-btn {
  background: #a8937d;
  color: #fff;
}
.room-filter button.filter-btn:hover {
  background: rgb(151.0875576037, 126.6811059908, 101.1124423963);
}
.room-filter button.clear-btn {
  background: #e9ecef;
  color: #495057;
}
.room-filter button.clear-btn:hover {
  background: #dee2e6;
}

.no-rooms-message {
  text-align: center;
  padding: 40px 20px;
  color: #6c757d;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px dashed #ced4da;
  margin-bottom: 20px;
}
.no-rooms-message i {
  font-size: 36px;
  color: #dee2e6;
  margin-bottom: 16px;
}
.no-rooms-message .title {
  font-size: 16px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 4px;
}
.no-rooms-message .subtitle {
  font-size: 14px;
}

/* ─── Room Options Loader ─── */
.room-options-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 60px 20px;
  grid-column: 1/-1;
}
.room-options-loader .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #36454f;
  border-top-color: #163951;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.room-options-loader p {
  font-size: 13px;
  color: #36454f;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* =========================================
   MODAL LAYOUT / SCROLL FIX
========================================= */
.booking-modal__dialog {
  max-height: 90vh;
  overflow: hidden;
}

.booking-modal__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}

#modalStep2.active,
#modalStep3.active {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.summary-bar,
.section-label,
.room-filter,
.detail-summary,
.back-btn,
#noRoomsMessage {
  flex-shrink: 0;
}

.room-options {
  flex: 1;
  min-height: 0;
  max-height: 450px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-right: 8px;
  scrollbar-width: thin;
}
.room-options::-webkit-scrollbar {
  width: 6px;
}
.room-options::-webkit-scrollbar-thumb {
  background: #a8937d;
  border-radius: 10px;
}

/* Room Card */
.room-option {
  display: flex;
  flex-direction: column;
  border: 1px solid #36454f;
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
}

.room-option__img {
  height: 180px !important;
  overflow: hidden;
}
.room-option__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-option__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
}

.room-option__right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room-price {
  white-space: nowrap;
}

/* Guest Details Scroll — single source of truth */
#guestForm {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #a8937d transparent;
}
#guestForm::-webkit-scrollbar {
  width: 5px;
}
#guestForm::-webkit-scrollbar-track {
  background: transparent;
}
#guestForm::-webkit-scrollbar-thumb {
  background: #a8937d;
  border-radius: 10px;
}

@media (max-width: 776px) {
  .room-options {
    grid-template-columns: 1fr;
    max-height: 55vh;
  }
  .room-option {
    min-height: 290px;
  }
  .room-option__img {
    height: 160px !important;
    min-height: 160px;
    max-height: 160px;
  }
}
.reach-out-us {
  width: 100%;
  padding: 64px 0;
  margin: auto;
}
@media screen and (max-width: 776px) {
  .reach-out-us {
    padding: 30px 0;
  }
}
.reach-out-us {
  background-color: rgb(240, 237, 232, var(--tw-bg-opacity, 1));
}
.reach-out-us .reach-out-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.reach-out-us .reach-out-container .heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.reach-out-us .reach-out-container .heading-wrapper .heading {
  font-size: 42px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #163951;
}
@media screen and (max-width: 1024px) {
  .reach-out-us .reach-out-container .heading-wrapper .heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 776px) {
  .reach-out-us .reach-out-container .heading-wrapper .heading {
    font-size: 32px;
  }
}
.reach-out-us .reach-out-container .heading-wrapper .desc {
  font-size: 16px;
  font-weight: 400;
  color: #36454f;
  font-family: "Poppins", sans-serif;
}
.reach-out-us .reach-out-container .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 776px) {
  .reach-out-us .reach-out-container .wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper {
  width: calc(60% - 24px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #163951;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(46, 31, 20, 0.14);
  background-color: #ffffff;
  padding: 16px;
}
@media screen and (max-width: 776px) {
  .reach-out-us .reach-out-container .wrapper .contact-detail-wrapper {
    width: 100%;
  }
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .icon .fa-icon {
  font-size: 16px;
  color: #163951;
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .details .item-name {
  font-size: 18px;
  font-weight: 500;
  color: #163951;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .details .item-name {
    font-size: 16px;
  }
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .details .item-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .details .item-info a {
  font-size: 16px;
  font-weight: 400;
  color: #36454f;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .details .item-info a {
    font-size: 14px;
  }
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .items-wrapper .details .item-info a:hover {
  cursor: pointer;
  color: #163951;
  text-decoration: underline;
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .map-wrapper {
  width: 100%;
  height: 250px;
}
.reach-out-us .reach-out-container .wrapper .contact-detail-wrapper .map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper {
  width: 35%;
  border: 1px solid #163951;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 12px 40px rgba(46, 31, 20, 0.14);
}
@media screen and (max-width: 776px) {
  .reach-out-us .reach-out-container .wrapper .form-wrapper {
    width: 100%;
  }
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .wpcf7 {
  width: 100%;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #163951;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .reach-out-us .reach-out-container .wrapper .form-wrapper .title {
    font-size: 22px;
  }
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group p {
  margin: 0;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #36454f;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group input[type=text],
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group input[type=email],
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  color: #163951;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-sizing: border-box;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group input[type=text]::placeholder,
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group input[type=email]::placeholder,
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group textarea::placeholder {
  color: #36454f;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group input[type=text]:focus,
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group input[type=email]:focus,
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group textarea:focus {
  outline: none;
  border-color: #163951;
  box-shadow: 0 0 0 2px rgba(22, 57, 81, 0.2);
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .form-group textarea {
  height: 100px;
  resize: vertical;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .submit-btn,
.reach-out-us .reach-out-container .wrapper .form-wrapper input[type=submit] {
  width: 100%;
  padding: 10px 16px;
  background-color: #163951;
  border-radius: 8px;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .submit-btn:hover,
.reach-out-us .reach-out-container .wrapper .form-wrapper input[type=submit]:hover {
  cursor: pointer;
  background-color: #36454f;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .wpcf7-spinner {
  display: none;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}
.reach-out-us .reach-out-container .wrapper .form-wrapper .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

.our-services {
  width: 100%;
  padding: 128px 0 64px 0;
  margin: auto;
}
.our-services .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.our-services .container-wrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-services .container-wrapper .heading .quote {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #D2795A;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.our-services .container-wrapper .heading .title {
  font-size: 42px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #163951;
  margin: 0;
}
.our-services .container-wrapper .category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.our-services .container-wrapper .category-tabs .tab {
  padding: 12px 24px;
  border: 1px solid #777;
  border-radius: 30px;
  background: #fff;
  color: #123;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .our-services .container-wrapper .category-tabs .tab {
    padding: 6px 12px;
    font-size: 14px;
  }
}
.our-services .container-wrapper .category-tabs .tab:hover {
  background: #eaf7fb;
  border-color: #005577;
}
.our-services .container-wrapper .category-tabs .tab.active {
  background: #004d6f;
  color: #fff;
  border-color: #004d6f;
}
.our-services .container-wrapper .category-content {
  width: 100%;
  margin: 0 auto;
}
.our-services .container-wrapper .category-content .content-box {
  display: none;
  padding: 24px;
  border-radius: 14px;
  background: #f8fbfc;
  animation: fadeIn 0.4s ease;
}
@media screen and (max-width: 600px) {
  .our-services .container-wrapper .category-content .content-box {
    padding: 16px;
  }
}
.our-services .container-wrapper .category-content .content-box.active {
  display: block;
}
.our-services .container-wrapper .category-content .content-box .item-wrapper {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .our-services .container-wrapper .category-content .content-box .item-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.our-services .container-wrapper .category-content .content-box .item-wrapper .text-wrapper {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .our-services .container-wrapper .category-content .content-box .item-wrapper .text-wrapper {
    width: 100%;
  }
}
.our-services .container-wrapper .category-content .content-box .item-wrapper .text-wrapper .item-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #163951;
  margin: 0;
}
.our-services .container-wrapper .category-content .content-box .item-wrapper .text-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #36454f;
  font-family: "Poppins", sans-serif;
}
.our-services .container-wrapper .category-content .content-box .item-wrapper .img-wrapper {
  height: 400px;
  width: 550px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .our-services .container-wrapper .category-content .content-box .item-wrapper .img-wrapper {
    width: 100%;
  }
}
.our-services .container-wrapper .category-content .content-box .item-wrapper .img-wrapper img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ci-error-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 85vh;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .ci-error-section {
    min-height: 70vh;
  }
}
.ci-error-section .error-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .ci-error-section .error-container {
    gap: 32px;
    align-items: center;
    text-align: center;
    max-width: 90vw;
    margin: 0 auto;
  }
}
.ci-error-section .error-container h2 {
  font-size: 64px;
  font-weight: 600;
  color: #163951;
  font-style: italic;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .ci-error-section .error-container h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .ci-error-section .error-container h2 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .ci-error-section .error-container h2 {
    font-size: 28px;
  }
}
.ci-error-section .error-container p {
  color: #36454f;
  font-size: 18px;
  font-weight: 300;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .ci-error-section .error-container p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .ci-error-section .error-container p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ci-error-section .error-container p {
    font-size: 16px;
    max-width: 100%;
  }
}
.ci-error-section .error-container a {
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  color: #36454f;
  border-top: 2px solid #36454f;
  border-bottom: 2px solid #36454f;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1024px) {
  .ci-error-section .error-container a {
    font-size: 20px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .ci-error-section .error-container a {
    font-size: 18px;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .ci-error-section .error-container a {
    font-size: 16px;
    max-width: 100;
  }
}
.ci-error-section .error-container a .fa-arrow-right {
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */
