:root {
  --bg-white: #ffffff;
  --bg-light: #F8F1E6;
  --bg-beige: #BDB7B0;
  --bg-nav: #eae7e3;
  --bg-dark: #1a1a1a;
  --bg-footer: #5F514B;
  --color-border: #f0f0f0;
  --color-muted: #999999;
  --color-black: #000000;
  --color-gray: #888888;
  --color-light-gray: #cccccc;
  --font-primary: 'Playfair', serif;
  --font-heading: 'Canela Text', serif;
  --font-gotham: 'Gotham', sans-serif;
  --font-goldenbook: 'Goldenbook', serif;
  --section-title-size: clamp(20px, 3vw, 36px);
  --nav-font-size: 17px;
  --slider-slogan-size: clamp(26px, 4.5vw, 44px);
  --slider-sub-size: clamp(20px, 2.2vw, 24px);
}

@font-face {
  font-family: "Canela Text";
  src: url("../fonts/CanelaText-Regular.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goldenbook";
  src: url("../fonts/Goldenbook-Light.woff2") format("woff2"), url("../fonts/Goldenbook-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goldenbook";
  src: url("../fonts/Goldenbook.woff2") format("woff2"), url("../fonts/Goldenbook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 300;
}

ul {
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

*,
*:focus {
  outline: none !important;
}

:root {
  --color1: #0a1f5d;
  --color2: #1f5fb2;
  --color3: #3caaba;
  --border-radius: 12px;
}

body {
  font-family: var(--font-primary);
  color: #000;
  font-weight: 400;
}

.text-effect .splitting .char,
.aos-animate .splitting .char {
  animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

@keyframes slide-in-1 {
  from {
    transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
    opacity: 0;
  }
}
@keyframes slide-in-2 {
  from {
    transform: translateY(1em);
    opacity: 0;
  }
}
@keyframes slide-in-3 {
  from {
    transform: translateX(-0.5em);
    opacity: 0;
  }
}
@media (min-width: 1680px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 148px) !important;
  }
}
@media (min-width: 1366px) and (max-width: 1679px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 108px) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 68px) !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 96px) !important;
  }
}
@media (max-width: 640px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(100% - 32px) !important;
  }
}
.max-full {
  max-width: 100% !important;
}

.site-margin {
  margin-bottom: 100px;
}

body.font-1 {
  --font-primary: var(--font-gotham);
  --font-heading: var(--font-gotham);
}
body.font-1,
body.font-1 *:not(i) {
  font-family: var(--font-gotham) !important;
}

body.font-1 #footer-cta {
  display: none !important;
}
body.font-1 #main-footer {
  background: var(--bg-beige) !important;
  padding-top: 70px;
}
body.font-1 #main-footer::before {
  display: none;
}
body.font-1 #main-footer * {
  color: #000 !important;
}

#main-header {
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}
#main-header.scrolled {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#main-header.scrolled .logo-text {
  color: #000;
}
#main-header.scrolled .header-logo-img {
  height: 50px;
  filter: none;
}
#main-header.scrolled .main-nav .nav-link {
  color: #000;
}
#main-header.scrolled .main-nav .nav-link::after {
  background-color: #000;
}
#main-header.scrolled .mobile-nav-toggle .burger-line {
  background-color: #000;
}
#main-header .header-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0;
  margin-right: 20px;
}
#main-header .header-logo-img {
  height: 61px;
  width: auto;
  max-width: 270px;
  filter: brightness(0) invert(1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s ease;
}
#main-header .logo-text {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 400;
  letter-spacing: 4px;
  color: #fff;
  text-decoration: none;
  transition: color 0.4s ease;
}
#main-header .main-nav .nav-link {
  font-size: var(--nav-font-size);
  letter-spacing: 2px;
  color: #fff;
  padding: 10px 18px !important;
  font-weight: 500;
  position: relative;
  transition: color 0.4s ease;
}
#main-header .main-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}
#main-header .main-nav .nav-link:hover::after, #main-header .main-nav .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}
#main-header .main-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#main-header .main-nav .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  border: none;
  border-radius: 0;
  padding: 15px 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
#main-header .main-nav .dropdown-menu .dropdown-item {
  font-size: calc(var(--nav-font-size) - 1px);
  letter-spacing: 1.5px;
  padding: 10px 25px;
  color: #555;
  font-weight: 400;
}
#main-header .main-nav .dropdown-menu .dropdown-item:hover {
  background-color: #f9f9f9;
  color: #000;
}
#main-header .mobile-nav-toggle {
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  z-index: 1100;
}
#main-header .mobile-nav-toggle .burger-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s ease;
}
#main-header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#main-header .mobile-menu-overlay.active {
  transform: translateY(0);
  visibility: visible;
}
#main-header .mobile-menu-overlay .mobile-nav-links {
  text-align: center;
}
#main-header .mobile-menu-overlay .mobile-nav-links li {
  margin: 25px 0;
  opacity: 0;
  transform: translateY(20px);
}
#main-header .mobile-menu-overlay .mobile-nav-links li .mobile-link {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 300;
  color: #000;
  text-decoration: none;
  letter-spacing: 3px;
}
#main-header .mobile-menu-overlay .mobile-nav-links li .mobile-sub-links {
  margin-top: 15px;
  display: none;
}
#main-header .mobile-menu-overlay .mobile-nav-links li .mobile-sub-links li {
  margin: 10px 0;
  opacity: 1;
  transform: none;
}
#main-header .mobile-menu-overlay .mobile-nav-links li .mobile-sub-links li a {
  font-size: 16px;
  color: #888;
  text-decoration: none;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open #main-header .header-logo-img {
  filter: none;
}
body.menu-open #main-header .mobile-nav-toggle .line-1 {
  transform: translateY(9.5px) rotate(45deg);
  background-color: #000 !important;
}
body.menu-open #main-header .mobile-nav-toggle .line-2 {
  transform: translateY(-9.5px) rotate(-45deg);
  background-color: #000 !important;
}

#footer-cta {
  background-color: transparent;
  position: relative;
  padding: clamp(150px, 15vw, 250px) 0;
}
#footer-cta .container-fluid {
  position: relative;
  z-index: 1;
}
#footer-cta .cta-title {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
}
#footer-cta .cta-text {
  font-family: var(--font-primary);
  font-size: clamp(15px, 2vw, 17px);
  color: rgba(255, 255, 255, 0.6);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
#footer-cta .btn-cta {
  display: inline-block;
  padding: 15px 40px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#footer-cta .btn-cta:hover {
  background-color: #fff;
  color: #000;
}
#footer-cta .cta-input-group {
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#footer-cta .cta-input-group .cta-input {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  outline: none;
}
#footer-cta .cta-input-group .cta-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer-cta .cta-input-group .cta-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer-cta .cta-input-group .btn-join {
  background-color: #f0edeb;
  color: #222;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
}
#footer-cta .cta-input-group .btn-join:hover {
  background-color: #fff;
}
@media (min-lg: 992px) {
  #footer-cta .border-end-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
}
#footer-cta {
  /* Custom vertical line for desktop */
}
@media (min-width: 992px) {
  #footer-cta .border-end-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
}

#main-footer {
  background-color: var(--bg-footer);
  background-image: url("../images/footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding: 0;
  font-family: var(--font-heading);
}
#main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 81, 75, 0.9);
  z-index: 0;
}
#main-footer > * {
  position: relative;
  z-index: 1;
}
#main-footer .footer-logo-text {
  font-size: clamp(24px, 3.5vw, 28px);
  font-weight: 300;
  letter-spacing: 5px;
  color: #fff;
}
#main-footer .footer-slogan {
  font-size: clamp(18px, 2.5vw, 20px);
  line-height: 1.4;
  font-weight: 300;
}
#main-footer .footer-cookie-link {
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}
#main-footer .footer-cookie-link:hover {
  opacity: 1;
  color: #fff !important;
}
#main-footer .footer-heading {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2.5vw, 21px);
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  margin-bottom: 2rem !important;
}
#main-footer .footer-text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
#main-footer .footer-links li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
#main-footer .footer-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
#main-footer .footer-links li a:hover {
  opacity: 0.6;
}

#section-1 {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section-1 .slider {
  height: 100%;
  width: 100%;
}
#section-1 .slider .slide-inner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
#section-1 .slider .slide-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
#section-1 .slider .slide-inner .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  z-index: 2;
}
#section-1 .slider .slide-inner .slogan-wrapper {
  max-width: 800px;
}
#section-1 .slider .slide-inner .slogan-wrapper .slogan {
  font-size: var(--slider-slogan-size);
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
body.font-1 #section-1 .slider .slide-inner .slogan-wrapper .slogan {
  font-size: clamp(24px, 4vw, 40px);
}
#section-1 .slider .slide-inner .slogan-wrapper .sub-slogan {
  font-size: var(--slider-sub-size);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-weight: 400;
  max-width: 600px;
}
#section-1 .booking-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#section-1 .booking-wrapper .booking-form {
  display: flex;
  align-items: stretch;
  background: var(--bg-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #section-1 .booking-wrapper .booking-form {
    flex-direction: column;
  }
}
#section-1 .booking-wrapper .booking-form .booking-item {
  flex: 1;
  padding: 15px 25px;
  border-right: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
}
@media (max-width: 991.98px) {
  #section-1 .booking-wrapper .booking-form .booking-item {
    border-right: none;
    border-bottom: 1px solid var(--color-border);
    padding: 15px 20px;
    min-height: auto;
  }
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-label {
  font-family: var(--font-gotham), sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: var(--color-muted);
  margin-bottom: 6px;
  display: block;
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper .booking-input {
  border: none;
  background: transparent;
  padding: 0;
  font-family: var(--font-primary), serif;
  font-size: 15px;
  color: var(--color-black);
  width: 100%;
  outline: none;
  cursor: pointer;
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper .booking-input[type=date] {
  position: relative;
  padding-right: 24px;
  z-index: 1;
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper .booking-input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper .booking-input::-moz-placeholder {
  color: var(--bg-beige);
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper .booking-input::placeholder {
  color: var(--bg-beige);
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper .booking-select {
  border: none;
  background: transparent;
  padding: 0;
  font-family: var(--font-primary), serif;
  font-size: 15px;
  color: var(--color-black);
  width: 100%;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 24px;
  z-index: 1;
}
#section-1 .booking-wrapper .booking-form .booking-item .booking-input-wrapper .icon {
  color: var(--bg-footer);
  font-size: 16px;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}
#section-1 .booking-wrapper .booking-form .booking-btn {
  background-color: var(--bg-footer);
  color: var(--bg-white);
  border: none;
  padding: 0 45px;
  font-family: var(--font-gotham), sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#section-1 .booking-wrapper .booking-form .booking-btn:hover {
  background-color: var(--bg-dark);
}
@media (max-width: 991.98px) {
  #section-1 .booking-wrapper .booking-form .booking-btn {
    padding: 20px;
    width: 100%;
  }
}

.booking-info-section .booking-info-box {
  background-color: #f9f9f9;
  padding: 1rem 3rem;
  text-align: center;
  border: 1px solid var(--color-border);
  border-top: none;
}
.booking-info-section .booking-info-box .booking-info-text {
  font-family: var(--font-primary), serif;
  font-size: 14px;
  color: var(--color-muted);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .booking-info-section .booking-info-box .booking-info-text {
    flex-direction: column;
    gap: 4px;
  }
}
.booking-info-section .booking-info-box .booking-info-text .icon {
  color: var(--bg-footer);
  font-size: 16px;
}
.booking-info-section .booking-info-box .booking-info-link {
  font-family: var(--font-gotham), sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: var(--color-black);
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.booking-info-section .booking-info-box .booking-info-link:hover {
  color: var(--bg-footer);
  border-color: var(--bg-footer);
}

#section-2 {
  background-color: var(--bg-white);
  padding: 80px 0;
}
#section-2 .reveal {
  opacity: 0;
  transform: translateY(30px);
}
#section-2 .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1/0.7;
}
#section-2 .img-wrapper img {
  transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-2 .img-wrapper img:hover {
  transform: scale(1.08);
}
@media (min-width: 992px) {
  #section-2 .content-wrapper {
    padding-left: 60px;
  }
}
#section-2 .content-wrapper h2 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2;
}
#section-2 .content-wrapper .description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 992px) {
  #section-2 .content-wrapper .description {
    width: 50%;
  }
}
#section-2 .content-wrapper .btn-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
}
#section-2 .content-wrapper .btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
#section-2 .content-wrapper .btn-link:hover {
  color: #555;
}
#section-2 .content-wrapper .btn-link:hover::after {
  width: 50%;
  background-color: #555;
}

#section-3 {
  background-color: var(--bg-light);
  padding: 100px 0;
  position: relative;
}
#section-3.reveal {
  opacity: 0;
  transform: translateY(30px);
}
#section-3 .content-wrapper h2 {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  color: #1a1a1a;
}
#section-3 .content-wrapper p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  font-family: var(--font-primary);
}
#section-3 .content-wrapper .btn-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
}
#section-3 .content-wrapper .btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
#section-3 .content-wrapper .btn-link:hover::after {
  width: 50%;
}
#section-3 .swiper-nav {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#section-3 .swiper-nav:hover {
  color: #777;
}

#section-parallax {
  min-height: 100vh;
  padding: clamp(150px, 15vw, 300px) 0;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #000;
  position: relative;
  clip-path: inset(0);
}
#section-parallax .parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
#section-parallax .parallax-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#section-parallax .parallax-title {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
}
#section-parallax .parallax-text {
  font-family: var(--font-primary);
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 3rem;
  opacity: 0.9;
}
#section-parallax .btn-parallax {
  font-family: var(--font-primary);
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 0;
}
#section-parallax .btn-parallax:hover {
  background-color: #fff;
  color: #000;
}

#section-4 {
  background-color: var(--bg-white);
  padding: 100px 0;
}
#section-4.reveal {
  opacity: 0;
  transform: translateY(30px);
}
#section-4 .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1;
}
#section-4 .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
  transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}
#section-4 .img-wrapper img:hover {
  transform: scale(1.08);
}
#section-4 h2 {
  font-family: var(--font-heading);
  font-size: var(--section-title-size);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.1;
}
#section-4 .description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-weight: 400;
  width: 100%;
}
#section-4 .btn-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
}
#section-4 .btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
#section-4 .btn-link:hover::after {
  width: 50%;
}
@media (min-width: 992px) {
  #section-4 .content-left {
    padding-right: 30px;
  }
  #section-4 .content-left .img-wrapper {
    padding-left: 60px;
  }
  #section-4 .content-right {
    padding-left: 30px;
  }
  #section-4 .content-right .img-wrapper {
    aspect-ratio: 16/13;
  }
}

#section-5 {
  background-color: var(--bg-light);
  padding: 100px 0;
  overflow: hidden;
}
#section-5.reveal {
  opacity: 0;
  transform: translateY(30px);
}
#section-5 .section-inner {
  width: 100%;
}
@media (min-width: 992px) {
  #section-5 .section-inner {
    width: 80%;
  }
}
#section-5 .section-inner .subtitle {
  font-size: 14px;
  letter-spacing: 3px;
  color: #888;
  font-weight: 400;
}
#section-5 .section-inner .main-title {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.1;
}
#section-5 .section-inner .img-wrapper {
  position: relative;
  border-radius: 0;
}
#section-5 .section-inner .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  transition: transform 1.5s ease;
}
#section-5 .section-inner .img-wrapper img:hover {
  transform: scale(1.05);
}
#section-5 .section-inner .description-area {
  width: 100%;
  max-width: 500px;
}
#section-5 .section-inner .description-area p {
  font-size: clamp(16px, 2vw, 18px);
  color: #555;
  line-height: 1.7;
  font-weight: 400;
}
#section-5 .section-inner .btn-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
}
#section-5 .section-inner .btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
#section-5 .section-inner .btn-link:hover::after {
  width: 50%;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--bg-dark);
  color: #fff;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top:hover {
  background-color: #000;
  transform: translateY(-5px);
}

.section-back-header {
  position: relative;
  padding-bottom: clamp(50px, 8vw, 100px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--bg-white);
  overflow: hidden;
  height: 65vh;
  display: flex;
  align-items: flex-end;
}
.section-back-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.section-back-header .container-fluid {
  position: relative;
  z-index: 2;
}
.section-back-header .page-title-wrapper {
  margin-top: 20px;
}
.section-back-header .page-title-wrapper .page-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 300;
  letter-spacing: -1px;
  margin: 0;
  color: var(--bg-white);
}
@media (max-width: 767px) {
  .section-back-header {
    height: 60vh;
  }
}

.breadcrumb-wrapper {
  padding: 20px 0;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  justify-content: flex-end;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-family: var(--font-primary);
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #888;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #000;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item::before {
  content: "/";
  color: #ccc;
  padding-right: 15px;
  padding-left: 15px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  color: #000;
}

.section-back-content {
  background-color: var(--bg-beige);
  padding: 100px 0;
}
@media (min-width: 768px) {
  .section-back-content .content-inner {
    padding-left: 20%;
  }
}
.section-back-content .subtitle {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--color-muted);
  margin-bottom: 20px;
  font-weight: 500;
}
.section-back-content .back-section-title {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 300;
  letter-spacing: 3px;
  color: var(--color-black);
  margin-bottom: 30px;
}
.section-back-content .top-text {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.4;
  font-family: var(--font-heading);
  color: var(--color-black);
  margin-bottom: 80px;
}
.section-back-content .swiper-back-slider .swiper-slide {
  height: auto;
}
.section-back-content .swiper-back-slider .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 110%;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-back-content .swiper-back-slider .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-back-content .swiper-back-slider .img-wrapper:hover img {
  transform: scale(1.05);
}
.section-back-content .swiper-back-slider .item-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--color-black);
  margin: 0;
}
.section-back-content.section-vertical-title .vertical-title-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .section-back-content.section-vertical-title .vertical-title-container {
    flex-direction: column;
  }
}
.section-back-content.section-vertical-title .vertical-title-container .vertical-title-wrapper {
  flex: 0 0 auto;
  width: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .section-back-content.section-vertical-title .vertical-title-container .vertical-title-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.section-back-content.section-vertical-title .vertical-title-container .vertical-title-wrapper .vertical-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-family: var(--font-heading);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 300;
  letter-spacing: 3px;
  color: var(--color-black);
}
@media (max-width: 991px) {
  .section-back-content.section-vertical-title .vertical-title-container .vertical-title-wrapper .vertical-title {
    writing-mode: horizontal-tb;
    transform: none;
    white-space: normal;
  }
}
.section-back-content.section-vertical-title .vertical-title-container .slider-wrapper {
  flex: 1;
  min-width: 0;
}

.section-back-image {
  background-color: var(--bg-beige);
}
.section-back-image .img-wrapper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-back-image .img-wrapper {
    padding-left: 27.5%;
  }
}
.section-back-image .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.section-back-full {
  position: relative;
  width: 100%;
  height: 95vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section-back-full.parallax-custom {
  background-attachment: fixed;
}
.section-back-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.section-back-full .content-band {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--bg-white);
  max-width: 90%;
}
.section-back-full .content-band .subtitle {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(18px, 2.5vw, 22px);
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 500;
}
.section-back-full .content-band .main-title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 4.5vw, 44px);
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}
.section-back-full .content-band .desc-text {
  max-width: 700px;
  margin: 0 auto;
}
.section-back-full .content-band .desc-text p {
  font-family: var(--font-gotham) !important;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  margin-bottom: 15px;
}
.section-back-full .content-band .desc-text p:last-child {
  margin-bottom: 0;
}
.section-back-full .content-band .btn-parallax {
  font-family: var(--font-primary);
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
}
.section-back-full .content-band .btn-parallax:hover {
  background-color: #fff;
  color: #000;
}

.section-back-dual {
  padding: 100px 0;
}
.section-back-dual .aspect-ratio-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.section-back-dual .aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-back-dual .top-image-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .section-back-dual .top-image-wrapper {
    padding-left: 20%;
  }
}
@media (min-width: 768px) {
  .section-back-dual .bottom-content-wrapper {
    padding-left: 20%;
  }
}
.section-back-dual .bottom-content-wrapper .row {
  align-items: flex-start;
}
.section-back-dual .bottom-content-wrapper .text-side {
  font-size: clamp(18px, 2.5vw, 21px);
  line-height: 1.4;
  font-family: var(--font-heading);
  color: var(--color-black);
  padding-right: 40px;
}
.section-back-dual .bottom-content-wrapper .image-side {
  width: 100%;
}

.section-6 {
  background-color: var(--bg-white);
  padding: 100px 0;
}
.section-6 .project-meta-wrapper .meta-item {
  display: flex;
  flex-direction: column;
}
.section-6 .project-meta-wrapper .meta-item .meta-label {
  font-family: var(--font-gotham) !important;
  font-size: 13px;
  letter-spacing: 2px;
  color: #999;
  font-weight: 500;
  margin-bottom: 5px;
}
.section-6 .project-meta-wrapper .meta-item .meta-value {
  font-family: var(--font-gotham) !important;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.section-6 .project-detail-content .detail-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 300;
  line-height: 1.1;
  color: #000;
}
.section-6 .project-detail-content .detail-description p {
  font-family: var(--font-gotham) !important;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
}
.section-6 .rez-div {
  border: 1px solid #eaeaea;
  padding: 40px;
  background-color: #fff;
}
.section-6 .rez-div .reservation-form .form-group {
  display: flex;
  flex-direction: column;
}
.section-6 .rez-div .reservation-form .form-group label {
  font-family: var(--font-gotham) !important;
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 500;
}
.section-6 .rez-div .reservation-form .form-group input,
.section-6 .rez-div .reservation-form .form-group select {
  font-family: var(--font-gotham) !important;
  border: 1px solid #ddd;
  padding: 14px 18px;
  font-size: 16px;
  color: #1a1a1a;
  border-radius: 0px;
  outline: none;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
.section-6 .rez-div .reservation-form .form-group input:focus,
.section-6 .rez-div .reservation-form .form-group select:focus {
  border-color: #000;
}
.section-6 .rez-div .reservation-form .btn-reservation-submit {
  font-family: var(--font-gotham) !important;
  background-color: #3d3d3d;
  color: #fff;
  width: 100%;
  border: none;
  padding: 18px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.section-6 .rez-div .reservation-form .btn-reservation-submit:hover {
  background-color: #1a1a1a;
}

.section-7 {
  padding-bottom: 100px;
}
.section-7 .gallery-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f5f5f5;
}
.section-7 .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}
.section-7 .gallery-item.portrait {
  height: clamp(400px, 70vw, 590px);
}
.section-7 .gallery-item.landscape-16-9 {
  aspect-ratio: 16/9;
}
.section-7 .gallery-item.fixed-height {
  height: clamp(250px, 40vw, 550px);
}
.section-7 .gallery-item .swiper-button-prev,
.section-7 .gallery-item .swiper-button-next {
  color: #fff;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.section-7 .gallery-item .swiper-button-prev:hover,
.section-7 .gallery-item .swiper-button-next:hover {
  opacity: 1;
}

.project-slide a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-slide .img-wrapper {
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1/1;
}
.project-slide .img-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease;
}
.project-slide:hover .img-wrapper img {
  transform: scale(1.05);
}
.project-slide .project-info h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
}
.project-slide .project-info .subtitle {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  font-family: var(--font-primary);
}

#section-8 {
  padding: 100px 0 50px;
  background-color: var(--bg-white);
}
#section-8 .intro-title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 4.5vw, 42px);
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  margin-bottom: 2rem;
}
#section-8 .intro-text {
  font-family: var(--font-gotham) !important;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
}

#section-9 {
  padding: 50px 0 100px;
  background-color: var(--bg-white);
}
#section-9 .project-slide .img-wrapper {
  aspect-ratio: 4/3;
}
#section-9 .project-slide .img-wrapper a {
  width: 100%;
  height: 100%;
}
#section-9 .project-slide .project-info h3 {
  font-size: clamp(18px, 2vw, 22px);
}
#section-9 .project-slide .project-info .subtitle {
  font-family: var(--font-gotham) !important;
  font-size: 16px;
}
#section-9 .project-slide .project-info .room-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#section-9 .project-slide .project-info .room-actions .btn-detail {
  color: var(--text-color, #1a1a1a);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
  font-size: 17px;
  transition: color 0.3s ease;
}
#section-9 .project-slide .project-info .room-actions .btn-detail:hover {
  color: #666;
}
#section-9 .project-slide .project-info .room-actions .btn-reserve {
  background-color: var(--text-color, #1a1a1a);
  color: #fff;
  padding: 10px 24px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
#section-9 .project-slide .project-info .room-actions .btn-reserve:hover {
  opacity: 0.9;
}
#section-9 .row {
  --bs-gutter-y: 3rem;
}

#section-10 {
  padding: 100px 0;
  background-color: var(--bg-white);
}
#section-10 .product-img-wrapper {
  overflow: hidden;
}
#section-10 .product-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.5s ease;
}
#section-10 .product-img-wrapper img:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  #section-10 .product-content {
    padding-left: 60px;
  }
}
#section-10 .product-content .product-title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  margin-bottom: 2rem;
}
#section-10 .product-content .product-description p {
  font-family: var(--font-gotham) !important;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
}

#section-11 {
  padding: 100px 0;
  background-color: var(--bg-white);
}
#section-11 .row {
  --bs-gutter-y: 4rem;
}
#section-11 {
  /* Reuse project-card but potentially add overrides if needed */
}
#section-11 .project-slide .project-info h3 {
  font-size: clamp(18px, 2vw, 22px);
}
#section-11 .project-slide .project-info .subtitle {
  font-family: var(--font-gotham) !important;
  font-size: 16px;
}

/* Target the header specifically on contact, corporate, product list and product detail pages */
body:has(.section-12) .section-back-header,
body:has(#section-13) .section-back-header,
body:has(#section-11) .section-back-header,
body:has(#section-10) .section-back-header {
  background-image: none !important;
  background-color: var(--bg-beige) !important;
  height: auto !important;
  padding-top: clamp(150px, 15vw, 200px);
  padding-bottom: clamp(40px, 5vw, 60px);
}
body:has(.section-12) .section-back-header::before,
body:has(#section-13) .section-back-header::before,
body:has(#section-11) .section-back-header::before,
body:has(#section-10) .section-back-header::before {
  display: none;
}

.section-12 {
  padding: 100px 0;
}
.section-12 .map-main {
  margin-bottom: 80px;
}
.section-12 .block-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 300;
  text-align: center;
  color: #000;
  letter-spacing: 1px;
}
.section-12 .site-text {
  text-align: center;
}
.section-12 .site-text .desc p {
  font-family: var(--font-gotham) !important;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.section-12 .site-text .desc p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.section-12 .site-text .desc p a:hover {
  color: #000;
}
.section-12 .bottom-area {
  background-color: var(--bg-beige);
  margin: 80px 0;
  color: #fff;
}
.section-12 .bottom-area .block-title {
  color: #fff;
}
.section-12 .bottom-area .site-text .desc p {
  color: rgba(255, 255, 255, 0.8);
}
.section-12 .bottom-area .site-text .desc p a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}
.section-12 .bottom-area .site-text .desc p a:hover {
  opacity: 0.7;
}
.section-12 .sys-form {
  padding-bottom: 100px;
}
.section-12 .sys-form .cms-form-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
}
.section-12 .sys-form {
  /* Floating Label Form Group */
}
.section-12 .sys-form .form-group:has(.form-control) {
  position: relative !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-label {
  position: absolute !important;
  left: 1rem !important;
  top: 1.15rem !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  z-index: 5 !important;
  font-family: var(--font-gotham) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #999 !important;
  transform-origin: 0 0 !important;
  transition: transform 0.15s ease-in-out, top 0.15s ease-in-out, color 0.15s ease-in-out !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-label .required {
  color: #ef4444 !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-control,
.section-12 .sys-form .form-group:has(.form-control) .form-input,
.section-12 .sys-form .form-group:has(.form-control) .form-textarea {
  border-radius: 0 !important;
  border: 1px solid #eee !important;
  padding: 1.5rem 1rem 0.5rem 1rem !important;
  font-family: var(--font-gotham) !important;
  font-size: 14px !important;
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  width: 100% !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-control::-moz-placeholder, .section-12 .sys-form .form-group:has(.form-control) .form-input::-moz-placeholder, .section-12 .sys-form .form-group:has(.form-control) .form-textarea::-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-control::placeholder,
.section-12 .sys-form .form-group:has(.form-control) .form-input::placeholder,
.section-12 .sys-form .form-group:has(.form-control) .form-textarea::placeholder {
  color: transparent !important;
  opacity: 0 !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-control:focus,
.section-12 .sys-form .form-group:has(.form-control) .form-input:focus,
.section-12 .sys-form .form-group:has(.form-control) .form-textarea:focus {
  border-color: var(--bg-beige) !important;
  box-shadow: none !important;
  outline: none !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-input,
.section-12 .sys-form .form-group:has(.form-control) input.form-control {
  height: 58px !important;
}
.section-12 .sys-form .form-group:has(.form-control) .form-textarea,
.section-12 .sys-form .form-group:has(.form-control) textarea.form-control {
  min-height: 130px !important;
  padding-top: 1.6rem !important;
  resize: vertical;
}
.section-12 .sys-form .form-group:has(.form-control) {
  /* Floating Label Animations on Focus, Value Entered or Autofill */
}
.section-12 .sys-form .form-group:has(.form-control):has(.form-control:focus) .form-label, .section-12 .sys-form .form-group:has(.form-control):has(.form-control:not(:placeholder-shown)) .form-label, .section-12 .sys-form .form-group:has(.form-control):has(.form-control:-webkit-autofill) .form-label {
  top: 0.5rem !important;
  transform: scale(0.8) !important;
  color: #888 !important;
}
.section-12 .sys-form .form-group:has(.form-control):has(.form-control:focus) .form-label {
  color: #666 !important;
}
.section-12 .sys-form {
  /* Checkbox Terms Card */
}
.section-12 .sys-form .cms-checkbox-card {
  background: transparent !important;
  border: none !important;
  padding: 6px 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.section-12 .sys-form .cms-checkbox-card input[type=checkbox] {
  accent-color: var(--bg-beige) !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 3px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}
.section-12 .sys-form .cms-checkbox-card label {
  font-family: var(--font-gotham) !important;
  font-size: 13px !important;
  color: #666 !important;
  cursor: pointer !important;
  line-height: 1.5 !important;
}
.section-12 .sys-form .cms-checkbox-card label a {
  color: #000 !important;
  text-decoration: underline !important;
}
.section-12 .sys-form {
  /* Submit Button */
}
.section-12 .sys-form .btn-dark,
.section-12 .sys-form .cms-submit-btn {
  background-color: var(--bg-beige) !important;
  border: 1px solid var(--bg-beige) !important;
  border-radius: 0 !important;
  padding: 15px !important;
  font-family: var(--font-gotham) !important;
  font-size: 15px !important;
  letter-spacing: 2px !important;
  font-weight: 500 !important;
  margin-top: 15px !important;
  color: #000 !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity 0.3s ease, background-color 0.3s ease !important;
}
.section-12 .sys-form .btn-dark:hover,
.section-12 .sys-form .cms-submit-btn:hover {
  opacity: 0.9 !important;
  background-color: var(--bg-beige) !important;
  color: #000 !important;
  transform: none !important;
}
.section-12 .sys-form .btn-dark .btn-text,
.section-12 .sys-form .cms-submit-btn .btn-text {
  font-weight: 500 !important;
  letter-spacing: 2px !important;
}
.section-12 .sys-form .btn-dark i,
.section-12 .sys-form .cms-submit-btn i {
  display: none !important;
}
.section-12 .sys-form .text-success {
  font-family: var(--font-gotham) !important;
  font-size: 12px;
  color: #999 !important;
}

#section-13 {
  padding: 100px 0;
  background-color: var(--bg-white);
}
#section-13 .corporate-img-wrapper {
  overflow: hidden;
}
#section-13 .corporate-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.5s ease;
}
#section-13 .corporate-img-wrapper img:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  #section-13 .corporate-content {
    padding-left: 60px;
  }
}
#section-13 .corporate-content .corporate-title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  margin-bottom: 2rem;
}
#section-13 .corporate-content .corporate-description p {
  font-family: var(--font-gotham) !important;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
#section-13 .corporate-content .corporate-description p:last-child {
  margin-bottom: 0;
}

.section-14 {
  padding: 80px 0 100px;
  background-color: var(--bg-white);
}
.section-14 .title-wrapper .section-title {
  font-family: var(--font-primary);
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 300;
  letter-spacing: 1px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.section-14 .title-wrapper .title-line {
  width: 120px;
  height: 1px;
  background-color: #888;
}
.section-14 .features-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.section-14 .features-list li {
  font-family: var(--font-primary);
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  padding-left: 5px;
}
.section-14 .features-list li::marker {
  color: #555;
  font-size: 0.8em;
}

.section-15 {
  padding: 100px 0;
  background-color: var(--bg-white);
}
.section-15 .site-margin {
  margin-bottom: 80px;
}
.section-15 .site-margin:last-child {
  margin-bottom: 0;
}
.section-15 .site-text .title {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  color: var(--color-black, #000);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.section-15 .site-text .desc p {
  font-family: var(--font-gotham) !important;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
  margin-bottom: 15px;
}
.section-15 .site-text .desc p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.min.css.map */