:root {
  --dark-gold: #aa6c39;
  --gray: #f6f6f6;
  --gray2: #d9d9d9;
  --brown: #774114;
  --brown-text: #3d220b;
  /*used for button hovers */
  --gray-text: #515151;
  --brown-button: #aa6c39;
  --sentrina-yellow: #fdcb00;
}

body {
  font-family: "Montserrat Regular";
}

ul.owl-carousel.owl-theme {
  margin-bottom: 0;
}

.section-padding-block {
  padding-block: 24px;
}
.row.bs-row-no-padding > * {
  padding-left: 0;
  padding-right: 0;
}
.view-content ul {
  padding-left: 0;
}
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

/* hide titles by default */
.block-page-title-block h1 {
  display: none;
}
.viewsreference--view-title {
  display: none;
}
/* REMOVE owl-item ul li list style */
.owl-item li {
  list-style: none;
}
.featured-house-models ul {
  margin-bottom: 0;
  padding-left: 0;
}
div.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* BACKGROUND COLORS */
.bg-gray {
  background-color: var(--gray);
}

/* TYPOGRAPHY */
.no-link-decor {
  color: unset;
  text-decoration: none;
}
.p {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 2%;
  vertical-align: middle;
}

.small-title {
  font-family: "Montserrat SemiBold";
  color: var(--dark-gold);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.big-title {
  font-size: 3.5rem;
  font-family: "Montserrat Bold";
  line-height: 1.1;
}
.medium-title {
  color: var(--brown-text);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Montserrat Medium";
  border-bottom: 3px solid var(--dark-gold);
  border-image: linear-gradient(
      to right,
      var(--dark-gold) 35px,
      transparent 35px
    )
    100% 1;
  margin-bottom: 1.3rem;
}
.center-bottom-line.medium-title {
  border-image: linear-gradient(
      to right,
      var(--dark-gold) 50%,
      transparent 35px
    )
    100% 1;
  display: inline-block;
  padding: 0.5em 0;
}

.description {
  line-height: 1.9;
  color: var(--gray-text);
}

.text-dark-gold {
  color: var(--dark-gold);
}

/* Hover Image Zoom */
.scale-img-wrapper {
  overflow: hidden;
}

.scale-img-wrapper img {
  transition: scale 0.3s ease-in-out;
}

.scale-img-wrapper img:hover {
  scale: 1.1;
  transition: scale 0.3s ease-in-out;
}

/* SPACINGS */
.desktop-space-None {
  height: 0;
}

.desktop-space-16px {
  height: 16px;
}

.desktop-space-20px {
  height: 20px;
}

.desktop-space-24px {
  height: 24px;
}

.desktop-space-32px {
  height: 32px;
}

.desktop-space-48px {
  height: 48px;
}

.desktop-space-72px {
  height: 72px;
}

.desktop-space-100px {
  height: 100px;
}

/* PADDINGS */
/* Vertical Padding */
.padding-y-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}

.padding-y-md {
  padding-top: 24px;
  padding-bottom: 24px;
}

.padding-y-lg {
  padding-top: 36px;
  padding-bottom: 36px;
}

.padding-y-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.padding-y-xxl {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Horizontal Padding */
.padding-x-sm {
  padding-top: 48px;
  padding-bottom: 48px;
}

.padding-x-md {
  padding-left: 48px;
  padding-right: 48px;
}

.padding-x-lg {
  padding-left: 48px;
  padding-right: 48px;
}

.padding-x-xl {
  padding-left: 48px;
  padding-right: 48px;
}

.padding-x-xxl {
  padding-left: 48px;
  padding-right: 48px;
}

/* NAV Dropdown item styles */
.navbar .container.d-flex {
  z-index: 3;
}

.dropdown-item {
  /* position: relative;
  padding: 1rem 2rem 1rem 1rem; */
  font-weight: 600;
  /* border-bottom: 1px solid #eaeaea;
  background-color: white;
  transition: background-color 0.3s ease; */
  overflow: hidden;
}

body.path-frontpage .navbar .container.d-flex {
  padding-top: 5px;
  padding-bottom: 20px;
}

/* Base styles for dropdown item */
/* body.path-frontpage .site-logo img {
  content: url("/sentrina/sites/default/files/2025-08/Sentrina-logo-homepage.png");
  height: 50px;
} */

.region-nav-branding img {
  /* .site-logo img { */
  /* height: 50px; */
  height: 60px;
  width: auto;
}

.offcanvas img {
  content: url("/sentrina/web/sites/default/files/2025-07/sentrina_logo_1.png");
}

.navbar .dropdown-menu,
.navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .dropdown .nav-link > .menu-drop-title::after,
.navbar-nav .dropdown .nav-link > .menu-drop-title::after {
  content: "\276F";
  transform: rotate(90deg);
  margin-left: 7px;
  display: inline-block;
}
.navbar .dropdown-menu li.nav-item:not(:last-child) {
  border-bottom: 1px solid var(--gray2);
}
.dropdown-item {
  position: relative;
  padding: 1rem 5rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  transition: background-color 0.3s ease;
}
.dropdown-item:hover::after {
  right: 1em;
}

/* Arrow on the right */
.dropdown-item::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free"; /* Ensure Font Awesome is loaded */
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #aa6c39;
  transition: color 0.3s ease;
  transition: right 0.3s ease;
}

.dropdown-toggle::after {
  color: #fff;
  display: none;
}
.location-filter-dropdown .dropdown-toggle {
  font-size: 0.938rem;
  color: white;
  text-decoration: none;
  background: linear-gradient(
    var(--dark-gold),
    var(--dark-gold) 50%,
    var(--brown) 50%,
    var(--brown)
  );
  background-size: 100% 200%;
    border-radius: 5px;
    padding: 0.75em 1.5em;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
}
.location-filter-dropdown .dropdown-toggle::after {
  display: inline-block;
}
.location-filter-dropdown  .dropdown-item {
  padding: 1em;
}
.location-filter-dropdown .dropdown-item::after {
  display: none;
}

/* Text styling */
/* Default: not homepage */
.menu-drop-title {
  /* font-weight: 600; */
  text-transform: uppercase;
  transition: color 0.3s ease;
  color: #000;
  /* Black for inner pages */
}

/* If homepage */
body.path-frontpage .menu-drop-title {
  color: white;
}
body.path-frontpage .offcanvas .menu-drop-title {
  color: black;
}

body.path-frontpage .dropdown-item .menu-drop-title {
  color: var(--brown);
}
body.path-frontpage .dropdown-item:hover .menu-drop-title {
  color: white;
}

.dropdown-item .menu-drop-title {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--brown);
  transition: color 0.3s ease;
}

.menu-subtitle {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link.active {
  color: var(--dark-gold);
  border-bottom: 3px solid var(--dark-gold);
}
.footer-nav-wrapper .navbar-nav .nav-link.active {
  color: black;
  border: none;
}
.navbar-nav .nav-link.active .menu-drop-title {
  color: var(--dark-gold);
}

.nav-link.active .menu-title {
  color: #aa6c39;
}

/* Hover and Active states: same styles */
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background-color: #aa6c39;
  color: #fff;
  border-bottom: 0;
}
.dropdown-item:not(:hover),
.dropdown-item:focus,
.dropdown-item {
  border-bottom: 0;
}

.dropdown-item:hover .menu-drop-title,
.dropdown-item:focus .menu-drop-title,
.dropdown-item.active .menu-drop-title {
  color: #fff;
}

.dropdown-item:hover .menu-subtitle,
.dropdown-item:focus .menu-subtitle,
.dropdown-item.active .menu-subtitle {
  color: #fff;
}

.dropdown-item:hover::after,
.dropdown-item:focus::after,
.dropdown-item.active::after {
  color: #fff;
}

/* NAVBAR */
.navbar {
  padding-bottom: 0;
}
body.path-frontpage .navbar {
  border-bottom: 1px solid #c2c2c24d;
}
.navbar .container.d-flex {
  border-bottom: none;
}

.navbar.navbar-expand-lg {
  animation: 1s ease 0s 1 slideDown;
}

.navbar-nav {
  column-gap: 25px;
}
body.path-frontpage .navbar .navbar-toggler {
  border-color: white;
}
body.path-frontpage .navbar .navbar-toggler svg {
  color: white;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* NAVBAR ANIMATION */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

/* FOOTER */

footer.custom-footer {
  border-top: 1px solid #c2c2c24d;
}

.custom-footer {
  padding-top: 48px;
  font-size: 0.95rem;

  .footer-logos img {
    max-height: 80px;
    max-width: 180px;
    object-fit: contain;
  }

  .footer-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.75rem;
    margin-top: 2rem;
  }

  .footer-contact li {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #333;

    i {
      font-size: 1rem;
      margin-right: 0.5rem;
    }
  }
}

.custom-footer .right-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .region-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .col-md-5.right-footer {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
} */

.right-footer img {
  height: auto;
  max-width: 30px;
}
.right-footer .contact-row {
  display: grid;
  grid-template-columns: 1fr 8fr;
  align-items: center;
  text-align: start;
  margin-bottom: 0.6rem;
}
.right-footer .contact-row p {
  margin-bottom: 0;
}

footer {
  padding: 0;
}

.region-footer {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-nav-wrapper .navbar-nav {
  flex-direction: row;
  justify-content: center;
}

.custom-flahship {
  font-family: "Montserrat Medium", sans-serif;
  background-color: #2e2e2e;
  color: #fff;
  margin-top: 48px;
  padding: 0.7em 0;
  text-align: center;
}
.custom-flahship p {
  margin-bottom: 0;
  font-size: 0.938rem;
}

/* CTA BTNS */
.cta-btn {
  border-style: none;
  color: white;
  background: linear-gradient(
    var(--dark-gold),
    var(--dark-gold) 50%,
    var(--brown) 50%,
    var(--brown)
  );
  background-size: 100% 200%;
  border-radius: 5px;
  padding: 0.75em 1.5em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-transform: uppercase;
}

.cta-btn:after {
  content: "➜";
  position: absolute;
  opacity: 0;
  top: 12px;
  transition: 0.5s;
  margin-left: 5px;
}

.cta-btn:hover {
  padding-right: 24px;
  padding-left: 8px;
  background-position: 100% 100%;
}

.cta-btn:hover::after {
  opacity: 1;
}

/* SENTRINA LINK */
.sentrina-link {
  color: var(--dark-gold);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat SemiBold";
  transition: color 0.5s ease;
}

.sentrina-link::after {
  content: "➜";
  margin-left: 3px;
}

.sentrina-link:hover {
  color: var(--brown);
}

span.type {
  display: inline-block;
  background-color: #f6f6f6;
  color: #4d2301;
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.inquire a {
  display: inline-block;
  background-color: TRANSPARENT;
  border: 1px solid #3d220b;
  color: #3d220b;
  padding: 12px 24px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}
.inquire a::after,
.dual-desc h4 a::after {
  content: "\f061";
  margin-left: 5px;
  font-family: "Font Awesome 6 Free";
}

.inquire a:hover {
  background-color: #3d220b;
  color: #ffff;
}

/* LANDING PAGE BANNER */
:root {
  --header-height: 115px;
}

@media (max-width: 768px) {
  :root {
    --header-height: 72px;
  }
}

body.path-frontpage header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.path-frontpage header::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c2c2c24d;
}

/* Full banner area */
.banner-section {
  position: relative;
  margin-bottom: 48px;
}

.banner-text-section.row {
  /* margin-top: 20px; */
  font-size: 1rem;
  /* font-size: 0.875rem; */
}

.banner-text-section .banner-label {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 1.063em;
  text-transform: uppercase;
  line-height: 16px;
  vertical-align: middle;
  margin-bottom: 0;
}

.banner-text-section h2 {
  font-family: "Montserrat SemiBold";
  font-weight: 600;
  /* font-size: 3.75em; */
  font-size: clamp(2.2em, 3vw + 1rem, 3.75em);
  line-height: 60px;
  vertical-align: middle;
  text-transform: uppercase;
  background-image: linear-gradient(
      to right,
      var(--dark-gold) 100%,
      transparent 0
    ),
    linear-gradient(to right, var(--dark-gold) 100%, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 15% 3px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 1.5rem;
}

.banner-text-section p {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 1.125em;
  line-height: 35px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.image-wrapper img {
  height: 110dvh;
  max-height: 900px;
}

.inner-banner-section {
  /* margin-top: 12px; */
  margin-top: 24px;
}

/* Text content stays in layout */
.banner-text {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #ffff;
  position: absolute;
  inset: 0;
}

.landing-banner.standard {
  align-items: center;
  /* width: 100%; */
  position: relative;
  height: calc(70vh - 70px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  /* border-radius: 10px 10px; */
}

.landing-banner {
  width: 100%;
  position: relative;
  height: calc(100vh - 106px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start;
  /* border-radius: 10px 10px; */
}

.landing-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.landing-banner img,
.landing-inner-banner img {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  /* Ensures the image fills the area */
  z-index: -2;
}

.landing-inner-banner img {
  max-height: 600px;
  object-fit: cover;
  object-position: bottom;
}

.path-frontpage .banner-section .image-wrapper {
  position: relative;
}
.path-frontpage .banner-section .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
}

.inner-banner .landing-banner {
  border-radius: 5px;
}
.inner-banner .landing-banner img{
  border-radius: 5px;
  height: 100%;
  /* height: auto; */
}

.inner-banner .landing-inner-banner img {
  height: auto;
  aspect-ratio: 1376/600;
}

.landing-inner-banner {
  position: relative;
  /* height: calc(70vh - 70px); */
  overflow: hidden;
  border-radius: 5px;
}
.landing-inner-banner .inner-text-title {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent 100%);
  color: white;
  position: absolute;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: end;
  padding: 0 30px;
  left: 0;
  right: 0;
}
.landing-inner-banner .inner-text-title div {
  font-family: "Montserrat SemiBold";
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 60px;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/* Dark overlay */
.video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust opacity for lightness */
  z-index: 1;
  pointer-events: none;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.inner-text-section {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.landing-banner h2 {
  color: white;
  font-size: 3rem;
  line-height: 1;
  font-family: "Montserrat ExtraBold";
}

.landing-banner p {
  color: var(--gray);
  line-height: 2;
}

.landing-banner .cta-btn {
  margin-top: 2rem;
}

.splide__arrow svg {
  fill: #efe8e8;
}

.splide__arrow:disabled {
  color: #ffff;
}

.splide__track.gallery,
.splide__track.gallery-carousel {
  /* height: 550px; */
}

#thumbnail-carousel {
  max-width: 330px;
  position: relative;
  margin-right: 20px;
}
#main-carousel {
  border-radius: 5px;
  overflow: hidden;
}

#main-carousel .splide__slide img {
  width: 100%;
  /* height: auto; */
  height: 100%;
  object-fit: cover;
}

#thumbnail-carousel.shop-house {
  max-width: 325px;
  /* left: 65%;
  position: absolute;
  bottom: 30px; */
}

/* #thumbnail-carousel.house-model {
  max-width: 325px;
  left: 65%;
  position: absolute;
  bottom: 30px;
} */

#thumbnail-carousel .splide__slide {
  opacity: 0.5;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s, transform 0.3s;
  cursor: pointer;
  border: 2px solid white;
}

#thumbnail-carousel .splide__list {
  background: none;
}

#thumbnail-carousel .splide__arrow {
  background: none;
  border: none;
}

#thumbnail-carousel button.splide__arrow.splide__arrow--prev {
  left: -32px;
  filter: invert(100%);
}
#thumbnail-carousel button.splide__arrow.splide__arrow--next {
  right: -32px;
  filter: invert(100%);
}

#thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
  border: none;
}

#thumbnail-carousel img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.shophouse-banner-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent 100%);
  height: 120px;
  padding: 0 30px;
  border-radius: 5px;
}

.breadcrumb-house-name {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 10%, transparent 100%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; */
}

.thumbnail-name {
  font-family: "Montserrat SemiBold";
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffff;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 1) 10%, transparent 100%); */
  /* background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  height: 60px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 30px; */
}

#thumbnail-carousel .splide__slide {
  opacity: 0.5;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s, transform 0.3s;
  cursor: pointer;
}

#thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
  border: 2px solid var(--sentrina-yellow);
}
#mobile-thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
  border: 2px solid var(--sentrina-yellow);
  border-radius: 4px;
}

#thumbnail-carousel img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ========== IMAGE-ONLY ========== */
/* Modal container */
.image-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Modal image */
.image-modal img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  /* min-height: 500px; */
}

/* Close button */
.image-modal .close-btn {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  font-weight: bold;
  z-index: 1100;
}

/* Carousel image styling */
.card-carousel.image-only .image img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Optional hover effect */
.card-carousel.image-only .image img:hover {
  transform: scale(1.02);
}

/* Modal overlay */
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

/* Enlarged image inside modal */
.image-modal img {
  max-width: calc(90% - 55px);
  max-height: 90%;
  object-fit: contain;
  margin-inline: 10px;
}
.image-modal .image-modal-nav{color: red; border-radius: 50%;aspect-ratio: 1/1;width: 30px; opacity: .9; border: none;}
.image-modal .image-modal-nav svg{height: 100%; width: 100%;}

/* Close button */
.image-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.banner-section .owl-dots {
  position: absolute;
  right: 150px;
  bottom: 25px;
}

.banner-section .owl-dots .owl-dot span {
  padding: 0 25px;
  background-color: white;
  height: 7px;
}

/* .banner-section .owl-dots .owl-dot span:hover {
  background-color: var(--blood-red);
} */
.banner-section .owl-dots .owl-dot.active span {
  padding: 0 25px;
  background-color: var(--blood-red);
}

/* .banner-breadcrumb {
  color: white;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  opacity: 0.85;
}

.banner-breadcrumb a {
  color: white;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  opacity: 0.85;
} */

/* Applies only when on homepage (no breadcrumb) */
ul.owl-carousel.owl-theme {
  /* padding: 0;
	margin: 0; */
  padding-left: 0;
  list-style: none;
}

.owl-carousel .owl-item .full-width-banner {
  width: 100% !important;
  margin: 0 auto !important;
  border-radius: 0;
}

.standard-width-banner {
  width: 100%;
}

.basic-text {
  /* padding-top: 60px; */
  padding-top: 48px;
  padding-bottom: 48px;
  font-family: "Montserrat Regular";
  text-align: center;
  font-size: 17px;
  line-height: 35px;
  color: var(--gray-text);
  /* padding: 0rem 15rem 0rem 15rem; */
}

/* Responsive video block */
.basic-video iframe,
.basic-video video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  /* margin-top: 48px; */
  /* margin-bottom: 48px; */
  background-color: #999;
}

/* Responsive image block */
.basic-images img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0.5rem;
}

/* COUNTER SECTION */
.homepage-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.counter-strip {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 24px;
  padding-left: 32px;
  padding-right: 32px;
  /* margin-bottom: 48px; */
  display: flex;
  justify-content: space-around;
}

.counter-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  /* margin-left: calc(-50vw + 50%); */
  background: linear-gradient(to right, #fdcb00 -40%, #774114 80%);
  opacity: 0.8;
  z-index: -1;
}

/* Banner 1st */
.banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 0;
  align-items: center;
}

.banner-btn {
  text-decoration: none;
  color: var(--dark-gold);
  font-family: "Montserrat Bold";
  padding: 15px 20px;
  border: 3px solid;
  border-radius: 5px;
  text-transform: uppercase;
}

.banner-left-content {
  padding-right: 15%;
  transform: translateX(-150%);
  animation: banner-left-animation 1s ease 1s 1 forwards;
}

.banner-left-content .description {
  font-size: 1.2rem;
}

.banner-right-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "portrait landscape"
    "portrait landscape2";
  position: relative;
  transform: translateX(150%);
  animation: banner-right-animation 1s ease 1s 1 forwards;
}

.banner-right-images img {
  border-radius: 10px;
}

.banner-right-images img:nth-of-type(1) {
  grid-area: portrait;
}

.banner-right-images img:nth-of-type(2) {
  grid-area: landscape;
}

.banner-right-images img:nth-of-type(3) {
  grid-area: "landscape2";
}

@keyframes banner-left-animation {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes banner-right-animation {
  0% {
    transform: translateX(150%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ICONS BLOCK */
.icons-block-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.icons-block {
  display: flex;
  column-gap: 1.5rem;
}

/* COUNTER SECTION */
/* .counter-strip {
  padding: 24px;
  display: flex;
  justify-content: space-between;
} */

.features .row {
}

.house-value {
  display: flex;
  align-items: center;
  gap: 10px;
  /* space between icon and text */
}

.house-value span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.features .house-label {
  font-family: "Montserrat Medium";
  font-size: 0.9rem;
  color: #3d220b;
  font-weight: 500;
}

.features .house-value {
  font-family: "Montserrat SemiBold";
  font-size: 1rem;
  color: #3d220b;
  font-weight: 500;
}

.inquire {
  text-align: right;
  align-content: center;
}

.card-desc {
  color: var(--gray-textdwa);
}

.desc-desc {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 30px;
  color: #515151;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
}

.desc-desc .card-desc {
  line-height: 2rem;
  letter-spacing: 0.3px;
}

.desc-label {
  color: var(--brown-text);
  /* font-size: 40px; */
  font-family: "Montserrat SemiBold";
  /* font-size: clamp(1.25rem, calc(8vw + 1rem), 1.5rem); */
  font-size: clamp(1.25rem, calc(8vw + 1rem), 1.563rem);
  /* Fake border with background */
  background-image: linear-gradient(
    to right,
    var(--dark-gold) 5%,
    transparent 5%
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 3px;
  /* 3px tall line */

  padding-bottom: 0.75rem;
  /* spacing between text and line */
  margin-bottom: 24px;
  /* spacing below the line */
}

.desc-label-center {
  font-family: "Montserrat SemiBold";
  font-size: 1.563rem;
  color: var(--brown-text);
  /* Two centered gradient lines (top & bottom) */
  background-image: linear-gradient(
      to right,
      var(--dark-gold) 100%,
      transparent 0
    ),
    linear-gradient(to right, var(--dark-gold) 100%, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 5% 3px;
  margin-bottom: 50px;
  /* 40% width, 3px tall */

  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.desc-label-left {
  color: var(--brown-text);
  font-family: "Montserrat SemiBold";
  font-size: 1.563rem;
  /* Two centered gradient lines (top & bottom) */
  background-image: linear-gradient(
      to right,
      var(--dark-gold) 100%,
      transparent 0
    ),
    linear-gradient(to right, var(--dark-gold) 100%, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 5% 3px;
  /* padding-top: 0.75rem; */
  padding-bottom: 0.5rem;
  margin-bottom: 24px;
}

.card-label {
  /* font-size: 40px; */
  color: var(--brown-text);
  font-family: "Montserrat SemiBold";
  /* font-size: clamp(1.25rem, calc(8vw + 1rem), 1.5rem); */
  font-size: 1.5rem;
  /* Fake border with background */
  background-image: linear-gradient(
    to right,
    var(--dark-gold) 10%,
    transparent 10%
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 3px;
  /* 3px tall line */

  padding-bottom: 0.75rem;
  /* spacing between text and line */
  margin-bottom: 1rem;
  /* spacing below the line */
}

.row.border-line {
  position: relative;
  /* required for the pseudo to align */
  z-index: 1;
  /* ensures content is above */
  background-color: transparent;
  /* let the pseudo handle the bg */
}

.icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 24px;
  background-color: #f9f9f9;
}

.row.border-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* background-color: #F6F6F6; */
  background-image: linear-gradient(to right, lightgray 100%, transparent 100%),
    linear-gradient(to right, lightgray 100%, transparent 100%);
  background-repeat: no-repeat;
  background-position: top, bottom;
  background-size: 100% 1px;
  z-index: -1;
}

.feature-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #a3612b;
  color: white;
  font-weight: bold;
  font-size: 0.85rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.feature-text {
  font-size: 0.95rem;
  line-height: 1.4;
}

.card-item {
  background-color: #f6f6f6;
  min-height: 330px;
  display: flex;
  padding: 2em;
  margin-top: 48px;
  flex-direction: column;
}

.header-section-wrapper {
  margin-top: 48px;
  /* margin-top: 2em; */
  margin-bottom: 48px;
}
.header-section-wrapper.gallery-carousel-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.floor-plans-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
}
#node-19 .floor-plans-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

/* .floor-plans-wrapper .floor-plan-wrapper:last-child:nth-child(3n - 2) {
  grid-column: span 3;
} */

.floor-plan-wrapper {
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.floor-plan-wrapper:hover {
  transform: scale(1.1);
}

.gallery-item {
  display: flex;
  flex-direction: column;
  /* padding-top: 48px; */
  height: 100%;
}

.gallery-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}

.gallery-image img {
  width: 80%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-height: 400px;
  cursor: pointer;
}

.gallery-label {
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}

.gallery-label {
  font-family: "Montserrat SemiBold";
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #aa6c39;
}

.card-carousel.image-only {
  max-width: 100%;
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
}

.card-carousel.image-only .image img {
  /* aspect-ratio: 300 / 247; */
  overflow: hidden;
}

.card-carousel.image-only .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Image styling */

.gallery .image-only .slide-inner {
  height: 100%;
}

.card-carousel.image-only .image {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  height: 100%;
}

.card-carousel.image-only .icon,
.card-carousel.image-only p,
.card-carousel.image-only h6,
.card-carousel.image-only small {
  display: none !important;
}

.counter-display {
  text-align: center;
  color: #ffff;
}

.counter-display .counter-value {
  font-size: 2.3rem;
  font-family: "Montserrat Bold";
  margin: 0;
  text-transform: uppercase;
}

.counter-display .counter-label {
  font-family: "Montserrat SemiBold";
  text-transform: uppercase;
}

/* layout: Description w/ Image */
.desc-w-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3em;
  row-gap: 1em;
}

.desc-cell {
  align-content: center;
}

/* Content: Section Description */
.section-desc .section-name {
  color: var(--dark-gold);
  font-family: "Montserrat Medium";
  text-transform: uppercase;
  font-size: 1.2rem;
  width: max-content;
  padding: 3px 0;
  margin-bottom: 8px;
}

.page-node-type-landing-page .section-desc .section-name,
.page-node-type-landing-page .form-label {
  margin-bottom: 20px;
  border-top: 3px solid var(--dark-gold);
  border-bottom: 3px solid var(--dark-gold);
  border-image: linear-gradient(
      to right,
      var(--dark-gold) 35px,
      transparent 35px
    )
    100% 1;
}

.horizontal-center .section-name {
  border-top: unset;
  border-bottom: unset;
  color: var(--dark-gold);
  font-family: "Montserrat SemiBold";
  text-transform: uppercase;
  font-size: 1.2rem;
  width: max-content;
  padding: 3px 0;
  position: relative;
  /* Required for absolute positioning of pseudo-elements */
}

.section-desc h3 {
  font-family: "Montserrat SemiBold";
  font-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 5% 3px;
  color: var(--brown-text);
  padding: 0;
  margin: 0;
  border-image: linear-gradient(
      to right,
      var(--dark-gold) min(50%, 50px),
      transparent 35px
    )
    100% 1;
  border-bottom: 3px solid var(--dark-gold);
  padding-bottom: 12px;
  height: max-content;
}
.page-node-type-news-and-update .section-desc h3 {
  font-size: 1.563rem;
}
.horizontal-center.section-desc h3 {
  border-image: none;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 3rem;
  position: relative;
}
.horizontal-center.section-desc h3::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: var(--dark-gold);
}

.page-node-type-landing-page .section-desc h3 {
  border-image: none;
  border-bottom: none;
  text-transform: uppercase;
}

/* .section-body, */
.section-body p {
  line-height: 2rem;
  letter-spacing: 0.3px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.section-desc.horizontal-layout .section-body,
.section-desc.horizontal-layout .section-body p {
  margin-bottom: 0;
}

.horizontal-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* padding: 20px 0; */
  padding-bottom: 20px;
}

.horizontal-section .section-header {
  flex: 2;
}

.horizontal-section .horizontal-filler {
  flex: 1;
}

.horizontal-section .section-body {
  flex: 2;
  position: relative;
  top: 40px;
  /* font size of category name + the margin-bottom of category name so that description aligns with title */
  letter-spacing: 1px;
  line-height: 2;
}

.section-desc.horizontal-layout {
  margin-bottom: 20px;
}
.section-desc.horizontal-layout .text-and-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1.3rem;
  align-items: center;
}

body.path-frontpage .section-desc.horizontal-layout .text-and-title {
  row-gap: 1rem;
}
body.path-frontpage .section-desc.horizontal-layout .text-and-title h3 {
  padding-bottom: 0;
}

.section-desc.horizontal-layout .text-and-title .right-col {
  max-width: 560px;
  /* flex: 0 0 560px; */
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
/* .section-desc.horizontal-layout .text-and-title h3 {
  max-width: 600px;
  flex: 0 0 600px;
} */
.section-desc.horizontal-layout .text-and-title .right-col .cta-btn {
  height: fit-content;
}

.section-paragraph {
  width: 100%;
  display: flex;
}

.horizontal-center {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}

.horizontal-center .section-name-wrapper {
  display: flex;
  justify-content: center;
}

/* SECTION CONTAINER */
.section-container {
  position: relative;
}

.section-container .decorations img {
  position: absolute;
  width: 15%;
  opacity: 0.2;
}

.section-container .decorations :nth-of-type(1) {
  top: 0;
  left: 0;
}

.section-container .decorations :nth-of-type(2) {
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* House Model: Homepage */
.house-homepage {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.house-desc {
  position: relative;
  /* inset: 0; */
  background-color: #aa6c39;
  color: #ffff;
  display: flex;
  justify-content: flex-end;
  max-width: max-content;
  padding-left: 1em;
  padding-right: 1em;
  /* transition: background-color 0.3s ease; */
  flex-direction: column;
  align-items: flex-start;
  bottom: 25px;
}

.house-house.house-desc {
  position: relative;
  /* inset: 0; */
  background-color: #aa6c39;
  color: #ffff;
  display: flex;
  justify-content: flex-end;
  max-width: max-content;
  /* transition: background-color 0.3s ease; */
  flex-direction: column;
  align-items: flex-start;
  bottom: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.house-desc p {
  font-family: "Montserrat Medium";
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.house-desc h5 {
  font-family: "Montserrat Bold";
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
}

.house-desc h5 a {
  text-decoration: none;
  color: inherit;
}

.house-homepage img {
  display: block;
  width: 100%;
  height: 300px;
  /* height: 100%; */
  object-fit: cover;
  width: 100%;
  aspect-ratio: 75 / 37;
  border-bottom: 6px solid var(--sentrina-yellow);
}

/* Residentials: Homepage */
.residential-homepage {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* Overlay container */
.residential-desc {
  position: absolute;
  inset: 0;
  background-color: rgba(61, 34, 11, 0);
  /* Transparent initially */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background-color 0.3s ease-out;
}

/* Show background on hover */
.residential-homepage:hover .residential-desc {
  background-color: #774114cc;
}
.residential-homepage:hover .desc-content {
  background: none;
}
/* Title and description container */
.desc-content {
  transform: translateY(0);
  /* transition: transform 0.5s ease-in, opacity 0.5s ease-in; */
  padding-left: 1em;
  padding-right: 1em;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 10%, transparent 100%);
  padding-top: 2em;
}

/* Title shown always */
.desc-content h5 {
  font-family: "Montserrat SemiBold";
  font-size: 20px;
  line-height: 17px;
  margin: 0;
  transition: transform 0.3s ease;
  text-transform: uppercase;
}

/* Description hidden initially */
.desc-content p {
  font-family: "Montserrat Regular";
  font-size: 15px;
  margin-top: 0.5rem;
  line-height: 27px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in, max-height 0.5s ease-in;
}

/* Hover behavior: slide up title, show description */
.residential-homepage:hover .desc-content h5 {
  transform: translateY(-0.5rem);
}

.residential-homepage:hover .desc-content p {
  opacity: 1;
  max-height: 200px;
}

/* Arrow (top right) */
.residential-arrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: white;
  color: var(--dark-gold);
  border-radius: 50%;
  display: flex;
  align-items: left;
  justify-content: center;
  font-size: 25px;
  text-decoration: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.residential-homepage:hover .residential-arrow {
  opacity: 1;
  transform: scale(1);
}
.residential-homepage img {
  aspect-ratio: 420 / 406;
  border-radius: 5px;
}

/* House Models: Homepage */
.house-model {
  position: relative;
}

.model-desc {
  position: absolute;
  inset: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.house-model:hover .model-desc {
  transform: translateY(0);
}

.house-model .model-desc div {
  height: 0;
  transition: height 1s ease;
}

.house-model:hover .model-desc div {
  height: auto;
}

.model-desc h5 {
  font-family: "Montserrat Bold";
  font-size: 2rem;
}

.model-desc p {
  font-family: "Montserrat SemiBold";
}

/* NEWS AND UPDATES VIEWS */
.news-and-updates-wrapper {
  row-gap: 32px;
}
.news-update img {
  min-height: 220px;
  height: 220px;
  width: 100%;
}

.news-update-homepage {
  position: relative;
  overflow: visible;
  /* allows the extension to show */
}

.news-update-homepage time.datetime {
  position: absolute;
  right: -1px;
  top: 16px;
  background-color: #aa6c39;
  padding: 9px 12px;
  border-radius: 5px 0px 0px 5px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat SemiBold";
  z-index: 1;
}

/* 🪄 Extension triangle like a speech bubble tail */
.news-update-homepage::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 42px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0px 20px 11px;
  border-color: #aa6c39 #aa6c39 transparent #aa6c39;
}

.news-update-homepage.px-5 time.datetime {
  position: absolute;
  right: 48px;
  top: 16px;
  background-color: #aa6c39;
  padding: 9px 12px;
  border-radius: 5px 0px 0px 5px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat SemiBold";
  z-index: 1;
}

/* 🪄 Extension triangle like a speech bubble tail */
.news-update-homepage.px-5 time.datetime::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0px 20px 11px;
  border-color: #aa6c39 #aa6c39 transparent #aa6c39;
}

.news-update-homepage.px-5 .news-update img {
  min-height: 240px;
  height: auto;
  width: 100%;
}

.news-update-content {
  display: flex;
  background-image: linear-gradient(
    to right,
    var(--dark-gold) 100%,
    transparent 5%
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
  padding-bottom: 20px;
  /* margin-bottom: 1rem; */
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  justify-content: space-around;
}

.news-update-content h5 {
  font-family: "Montserrat SemiBold";
  font-size: 18px;
  line-height: 22px;
  color: #4d2301;
  text-transform: uppercase;
}

.news-update-content h5 a {
  text-decoration: none;
  color: inherit;
}

.news-update-content p {
  font-family: "Montserrat Regular";
  font-size: 15px;
  line-height: 25px;
  color: #414141;
  flex: 1;
}

.updates-filters {
  row-gap: 1em;
}

/* Contact Section */
.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="number"],
.form-container input[type="date"],
.form-container input[type="time"],
.form-container textarea,
.form-container select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  background-color: #fafafa;
  /* soft light background */
  border: 1px solid #e8e8e8;
  /* subtle border */
  color: #535353;
  /* soft dark text */
  font-size: 0.95rem;
  /* margin-bottom: 1rem; */
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Focus style */
.form-container input:focus,
.form-container textarea:focus,
.form-container select:focus {
  border-color: #aa6c39;
  box-shadow: 0 0 0 2px rgba(170, 108, 57, 0.2);
  /* subtle focus ring */
  outline: none;
}

/* Optional: label styling if present */
.form-container label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--brown-text);
}

.contact-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.image-cell img {
  border-radius: 4px;
}

.contact-us-row {
  margin-bottom: 48px;
  row-gap: 24px;
}

.contact-us-image {
  width: 100%;
  height: 100%;
}

/* Ensure the image takes full width of the column */
.contact-us-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay content positioned inside image */
.contact-overlay-text {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  color: white;
  z-index: 2;
  padding: 1em 1.5em;
  padding-bottom: 2em;
}

.contact-overlay-text h4 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  font-family: "Montserrat Bold";
}

.contact-overlay-text p {
  font-size: 1rem;
  line-height: 27px;
  margin: 0;
}

/* Optional: subtle gradient for readability */
.contact-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}

/* Main wrapper for the right column form card */
.contact-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
}

.contact-form-wrapper .form-title {
  font-family: "Montserrat SemiBold";
  font-weight: 600;
  font-size: 2.5rem;
  vertical-align: middle;
  text-transform: uppercase;
  /* background-image: linear-gradient(
      to right,
      var(--dark-gold) 100%,
      transparent 0
    ),
    linear-gradient(to right, var(--dark-gold) 100%, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 10% 3px; */
  /* padding-bottom: 0.75rem; */
  margin-bottom: 24px;
}
.contact-form-wrapper .form-title p {
  color: var(--brown-text);
  margin-bottom: 0;
}

/* Small uppercase label (e.g., “Let’s Talk”) */
.form-label {
  /* font-family: "Montserrat Medium";
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #aa6c39; */
  color: var(--dark-gold);
  font-family: "Montserrat Medium";
  text-transform: uppercase;
  font-size: 1.2rem;
  width: max-content;
  padding: 3px 0;
  margin-bottom: 8px;
}

/* Big bold title (e.g., “Talk to us today”) */
.form-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="number"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  background-color: #fafafa;
  /* softer dark (was #1e1e1e) */
  border: 1px solid #e8e8e8;
  /* lighter border */
  color: #535353;
  /* soft white text */
}

/* On focus: slightly brighter */
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  border-color: #aa6c39;
  outline: none;
}

/* Checkbox, radio, or other smaller labels */
.contact-form-wrapper label {
  font-family: "Montserrat SemiBold";
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #774114;
}

.contact-form-wrapper input[type="submit"],
.contact-form-wrapper button[type="submit"] {
  width: 100% !important;
}
.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper button[type="submit"]:hover {
  padding-left: 0;
  padding-right: 0;
}
/* Submit button */
/* .contact-form-wrapper input[type="submit"],
.contact-form-wrapper button[type="submit"] {
  background-color: #a3612b;
  color: white;
  font-size: 0.95rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper button[type="submit"]:hover {
  background-color: #854b1c;
} */

/* LOCATION */

/* Location Section Container */
.location-section {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  /* margin: 4rem auto; center the container */
  padding: 2em;
  overflow: hidden;
  margin-bottom: 24px;
}

/* Background Image Styling */
.location-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* behind the content */
}

/* Card on top of image */
.location-card {
  background-color: rgba(255, 255, 255, 1);
  padding: 2rem;
  padding-block: 48px;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.location-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-image: url("/sentrina/web/sites/default/files/vicinity-design.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  opacity: 0.1;
  /* Only the image will be transparent */
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.location-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-image: url("/sentrina/web/sites/default/files/2025-08/vicinity-design-mirrored.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  opacity: 0.1;
  /* Only the image will be transparent */
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.location-details {
  max-width: 700px;
  /* Or whatever max size looks right */
  width: 100%;
}

.location-label {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #aa6c39;
  margin-bottom: 0.5rem;
}

.location-title {
  text-transform: uppercase;
  font-family: "Montserrat SemiBold";
  font-size: 2.5rem;
  margin-bottom: calc(24px + 0.8rem);
  color: var(--brown-text);
  position: relative;
}
.location-title::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: var(--dark-gold);
}

.location-description {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  transform: uppercase;
  color: #414141;
}

.location-description p {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 35px;
  letter-spacing: 2%;
  text-align: center;
}
.gallery-img {
  width: 100%;
  height: 200px;
  /* or whatever looks good */
  object-fit: cover;
  border-radius: 6px;
}

/* ABOUT US PAGE */
.dual-image-wrapper {
  margin-bottom: 60px;
}

.dual-image {
  display: flex;
}

.dual-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-content: center; */
  position: relative;
}

.dual-desc::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-image: url("/sentrina/web/sites/default/files/vicinity-design.png");
  background-repeat: no-repeat;
  /* background-position: bottom left; */
  background-position: center;
  background-size: auto;
  opacity: 0.1;
  /* Only the image will be transparent */
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.desc-con {
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
}

.grid-card-wrapper {
  overflow: hidden;
}

.grid-card {
  margin-top: 48px;
  margin-bottom: 48px;
}

.grid-card .grid-img img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.grid-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 79px;
  height: 100%;
}

.grid-desc h2 {
  font-family: "Montserrat SemiBold";
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
  color: #aa6c39;
  text-transform: uppercase;
  /* border-top: 3px solid var(--dark-gold);
	border-bottom: 3px solid var(--dark-gold);
	border-image: linear-gradient(to right, var(--dark-gold) 35px, transparent 35px) 100% 1; */
  padding: 5px 0;
}

.grid-desc h3 {
  font-family: "Montserrat SemiBold";
  font-size: 2.5rem;
  text-transform: uppercase;
  color: var(--brown-text);
  border-image: linear-gradient(
      to right,
      var(--dark-gold) min(50%, 50px),
      transparent 35px
    )
    100% 1;
  border-bottom: 3px solid var(--dark-gold);
  padding-bottom: 12px;
  height: max-content;
  /*line-height: 2rem; not sure about this bruh, wala namang line height yung ibang title */
}

.grid-desc p {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  vertical-align: middle;
  margin-top: 15px;
}

.dual-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.dual-desc h2 {
  font-family: "Montserrat Medium";
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
  color: #aa6c39;
  text-transform: uppercase;
  /* border-top: 3px solid var(--dark-gold);
	border-bottom: 3px solid var(--dark-gold);
	border-image: linear-gradient(to right, var(--dark-gold) 35px, transparent 35px) 100% 1; */
  padding: 5px 0;
}

.dual-desc h3 {
  color: var(--brown-text);
  font-family: "Montserrat SemiBold";
  font-size: 2.5rem;
  text-transform: uppercase;
  border-image: linear-gradient(
      to right,
      var(--dark-gold) min(50%, 50px),
      transparent 35px
    )
    100% 1;
  border-bottom: 3px solid var(--dark-gold);
  padding-bottom: 12px;
  height: max-content;
}

.dual-desc p {
  font-family: "Montserrat Regular";
  font-weight: 400;
  line-height: 35px;
}

.dual-desc h4 a {
  display: inline-block;
  padding: 12px 24px;
  color: var(--brown-text);
  border: 1px solid var(--brown-text);
  text-decoration: none;
  font-family: "Montserrat Regular";
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 0.75rem;
  background-color: transparent;
  border-radius: 3px;
}

.dual-desc h4 a:hover {
  background-color: var(--brown-text);
  color: #fff;
}

.dual-image {
  position: relative;
  /* width: auto; */
  height: auto;
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  /* gap: 20px; */
}

.dual-image img:first-child {
  position: relative;
  z-index: 2;
  width: 40%;
  /* max-width: 300px; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-right: -80px;
}

.dual-image img:last-child {
  z-index: 1;
  max-width: 70%;
}

.image-container {
  display: flex;
}

#testimonial-splide {
  margin-bottom: 80px;
}

/* #testimonial-splide .splide__arows{position: absolute; inset: 0; display: flex ; z-index: 5;} */

.testimonial-card {
  background-color: #f9f9f9;
  padding: 40px 30px;
  position: relative;
  border-bottom: 4px solid #a76d3d;
  /* brown line at bottom */
  border-radius: 4px;
  max-width: 600px;
  margin: auto;
}

.testimonial-content {
  position: relative;
  font-family: "Helvetica Neue", sans-serif;
  color: #444;
}

.quote-mark {
  font-size: 200px;
  color: #ececec;
  position: absolute;
  top: 0px;
  left: 10px;
  font-family: serif;
  line-height: 1;
  z-index: 0;
}

.testimonial-text {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.author-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.author-info strong {
  display: block;
  color: #4d2301;
  /* brown tone */
  font-weight: 600;
  font-size: 15px;
}

.author-position {
  font-size: 13px;
  color: #4d2301;
}
#testimonial-splide .splide__arrow--prev {
  left: -3em;
  background: none;
  border: none;
}
#testimonial-splide .splide__arrow--next {
  right: -3em;
  background: none;
  border: none;
}

.gallery-carousel .splide__slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  z-index: 1;
  transition: none;
}

.gallery-carousel .splide__slide.image-only .slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease, z-index 0.3s ease;
  transform-origin: center;
  transform: scale(1);
  overflow: hidden;
}

.gallery-carousel .splide__slide.image-only.is-center .slide-inner {
  transform: scale(1.8);
  z-index: 3;
}

.gallery-carousel .splide__slide.image-only:not(.is-center) .slide-inner {
  transform: scale(1.4);
  z-index: 1;
}

.gallery-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-carousel .splide__slide > div:first-child {
  position: relative;
}

#testimonial-splide .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 1rem;
  bottom: -3em;
}

#testimonial-splide .splide__pagination__page {
  transition: background-color 0.3s ease;
  padding: 0;
  cursor: pointer;
}

#testimonial-splide .splide__pagination__page.is-active {
  background-color: #aa6c39;
}

.col.disc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.col.disc h3 {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 16px;
}

.col.disc h3,
.col.disc h2 {
  font-family: "Montserrat Medium";
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;

  padding: 10px;
}

.updates-header-section {
  margin-top: 30px;
}

.title-title {
  font-family: "Montserrat SemiBold";
  font-size: 2.5rem;
  text-transform: uppercase;
  color: var(--brown-text);
  margin-top: 1rem;
}

.title-type {
  display: inline-block;
  background-color: #f6f6f6;
  color: #4d2301;
  padding: 0.5rem 1rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.desc-item {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.desc-item::before {
  content: "•";
  color: var(--brown-text);
  font-size: 50px;
  line-height: 9px;
  margin-top: 3px;
  align-items: center;
}

.desc-title {
  font-weight: 700;
  color: var(--brown-text);
  font-size: 17px;
  /* about 14px */
  display: block;
  color: var(--brown-text);
}

.desc-text {
  color: #414141;
  font-size: 17px;
  line-height: 33px;
}

.headline-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.headline-container p {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 33px;
  letter-spacing: 0%;
  margin-top: 15px;
}

.view-filters {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.view-wrapper.row {
  margin-bottom: 48px;
}

.house-nav,
.news-nav {
  padding-bottom: 48px;
}

.location-button,
.type-button {
  background: transparent;
  border: 0;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  color: #7a3b00;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s, color 0.25s;
}
.type-button {
  text-transform: uppercase;
}

.location-button:hover,
.location-button.is-active,
.type-button:hover,
.type-button.is-active {
  border-color: #7a3b00;
  color: #000;
}

.location-button.is-active,
.type-button.is-active {
  border-bottom: 2px solid #7a3b00;
  color: #7a3b00;
}

.search-bar {
  width: 300px;
}
.search-bar .form-control {
  background-color: var(--gray);
  border-color: #d5d5d5;
}

li {
  list-style-type: none;
}

.node--type-shop-house .banner-splide {
  max-height: 500px;
}

.banner-splide {
  position: relative;
  margin-bottom: 48px;
  margin-top: 24px;
  /* margin-top: 12px; */
  /* max-height: 600px; */
  /* max-height: 500px; */
  max-height: 900px;
  overflow: hidden;
}

.sentrina-breadcrumb {
  color: white;
  font-family: "Montserrat Medium";
  font-weight: 500;
  font-size: 1rem;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  /* padding: 0 20px; */
  /* position: absolute; */
}

.sentrina-breadcrumb .breadcrumb li {
  list-style: none;
  display: inline-block;
}

.sentrina-breadcrumb .breadcrumb li + li:before {
  content: "›";
  padding: 0 0.4rem;
  color: #999;
}

.sentrina-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.sentrina-breadcrumb a:hover {
  text-decoration: underline;
}

.banner-breadcrumb {
  color: white;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  opacity: 0.85;
}

.banner-breadcrumb a {
  color: white;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  opacity: 0.85;
}

.form-section-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* max-height: 900px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 1rem;
  padding-top: 48px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.node--type-house-model .form-section-wrapper {
  margin-bottom: 0;
}

.form-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
}

.form-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Main container for the form */
.form-container {
  position: relative;
  z-index: 2;
  /* max-width: 900px; */
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 3rem 3rem;
  /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); */
  box-sizing: border-box;
}

/* Form element spacing */
.form-container .form-item {
  margin-bottom: 1rem;
}

/* Responsive side-by-side elements (assuming you used col-6 already) */
.form-container .webform-flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Submit button styling */
.form-container .form-actions input[type="submit"],
.form-container .form-actions button {
  width: 100%;
  background-color: var(--brown-button);
  color: white;
  font-weight: bold;
  padding: 1em;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.form-container .form-actions input[type="submit"]:hover,
.form-container .form-actions button:hover {
  background-color: #7a4315;
}

.webform-submission-form label.label-form {
  text-align: center;
  font-family: "Montserrat SemiBold";
  /* font-size: clamp(1.25rem, calc(8vw + 1rem), 1.5rem); */
  font-size: 1.563rem;
  background-image: linear-gradient(
      to right,
      var(--dark-gold) 100%,
      transparent 0
    ),
    linear-gradient(to right, var(--dark-gold) 100%, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 5% 3px;
  padding-bottom: 0.75rem;
  margin-bottom: 48px;
}
.vicinity-btn {
  display: inline-block;
  background: transparent;
  /* BORDER-COLOR: red; */
  border: 1px solid black;
  color: black;
  padding: 12px 24px;
  padding-right: 31px;
  font-size: 0.75rem;
  font-family: "Montserrat SemiBold";
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
.vicinity-btn::after {
  content: "\2794";
  transition: margin-left 0.3s ease;
  margin-left: 3px;
  position: absolute;
}
.vicinity-btn:hover::after {
  margin-left: 6px;
}

/* .house-features .row > * { padding-left: 0; padding-right: 0;} */

.house-features-row {
  margin-bottom: 48px;
}
.lot-details-wrapper {
  margin-bottom: 48px;
}
.features-list {
  padding-block: 2em;
}
.house-description {
  margin-bottom: 2em;
}
.house-description p {
  margin-bottom: 0;
}

/* ICONS */

.icon-location {
  width: 40px;
  height: 40px;
  background-image: url("https://php82.glimsol.com/sentrina/web/sites/default/files/2025-07/mdi_location.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-email {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/ic_baseline-email.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-phone {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/phoneIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-bed {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/bedIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-bath {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/bathIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-car {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/carportIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-usable-floor-area {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/icon-usable-floor.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-min-lot {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/minLotArea.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-gross-floor {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/GrossFloorIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-min-lot-inner {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/minLotIconInnerVector (3).svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-min-lot-end {
  width: 25px;
  height: 25px;
  background-image: url("/sentrina/web/sites/default/files/minLotIconEnd.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Contact us page */
.ui-dialog .ui-dialog-titlebar {
  background: white;
  color: white;
  border: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar button {
  /* filter: invert(1) grayscale(100%) brightness(200%); */
}
.ui-widget.ui-widget-content {
  border: 0;
  border-radius: 4px;
  max-width: 500px !important;
  width: 100%;
}

.success-modal {
  text-align: center;
  padding-inline: 1em;
}
.success-modal .image-container {
  margin-bottom: 1em;
}

.success-modal h3 {
  font-size: 1.4rem;
  font-family: "Montserrat SemiBold";
  color: var(--brown-text);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.success-modal .text-message {
  line-height: 30px;
  font-family: "Montserrat Regular";
  color: var(--gray-text);
}

.success-modal .btn-wrapper a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat SemiBold";
  font-size: 0.85rem;
  background-color: var(--brown-button);
  padding: 12px 24px;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}
.success-modal .btn-wrapper a:hover {
  background-color: var(--brown);
}

.contact-info {
  padding-right: 90px;
  padding-top: 30px;
}

.contact-info-label {
  font-family: "Montserrat SemiBold";
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--brown-text);
  margin-bottom: 15px;
}

.contact-info-desc {
  font-family: "Montserrat Regular";
  font-size: 16px;
  line-height: 1.8;
  color: #515151;
  margin-bottom: 40px;
}

.info-details {
  margin-bottom: 40px;
}

.icon-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.icon-wrapper {
  width: 27px;
  height: 27px;
  background-color: #aa6c39;
  /* Your background color */
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons {
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-company {
  background-image: url("/sentrina/web/sites/default/files/icon-company.svg");
  padding: 10px;
}

.icon-date {
  background-image: url("/sentrina/web/sites/default/files/icon-date.svg");
  padding: 10px;
}

.icon-duration {
  background-image: url("/sentrina/web/sites/default/files/icon-duration.svg");
  padding: 10px;
}

.icon-address {
  background-image: url("/sentrina/web/sites/default/files/icon-address.svg");
}

.icon-emails {
  background-image: url("/sentrina/web/sites/default/files/icon-email.svg");
}

.icon-phones {
  background-image: url("/sentrina/web/sites/default/files/2025-08/telephone-icon.png");
  /* make sure this file exists */
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 30px rgb(0 0 0 / 12%);
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: #e0e0e0;
}

.icon-fb,
.icon-twitter,
.icon-ig,
.icon-ln {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.icon-fb {
  background-image: url("/sentrina/web/sites/default/files/icon-fb.svg");
}

.icon-twitter {
  background-image: url("/sentrina/web/sites/default/files/icon-twitter.svg");
}

.icon-ig {
  background-image: url("/sentrina/web/sites/default/files/icon-ig.svg");
}

.icon-ln {
  background-image: url("/sentrina/web/sites/default/files/icon-ln.svg");
}

.label-text {
  font-family: "Montserrat SemiBold";
  font-size: 16px;
  color: var(--brown-text);
  text-transform: uppercase;
}

.info-details p {
  font-family: "Montserrat Regular";
  font-size: 16px;
  line-height: 1.7;
  color: #515151;
  margin-left: 34px;
  /* aligns under text, not icon */
}

.contact-info .info-details p {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #515151;
}

.contact-form-wrapper.dark {
  padding: 4rem 3rem;
  background-color: #f6f6f6;
  border-radius: 0;
  box-shadow: none;
}

.contact-form-wrapper h4 {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 35px;
  /* line-height: 16px; */
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--brown-text);
  padding-bottom: 20px;
}

.contact-form-wrapper h2 {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-bottom: 20px;
}

.contact-page-wrapper {
  row-gap: 48px;
}

#contact-page-map {
  width: 100%;
  height: 500px;
  /* Adjust as needed */
}

/* Owl Carousel */
/* .homepage-residentials-wrapper .owl-carousel .owl-stage-outer .owl-stage::after { display: none;} */
.homepage-residentials-wrapper,
.featured-house-models-wrapper {
  position: relative;
}

.homepage-residentials-wrapper,
.news-update-wrapper {
  margin-bottom: 15px;
}

.homepage-residentials-wrapper .owl-carousel .owl-nav,
.featured-house-models-wrapper .owl-carousel .owl-nav {
  position: absolute;
  inset: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.homepage-residentials-wrapper .owl-carousel .owl-nav button,
.featured-house-models-wrapper .owl-carousel .owl-nav button {
  font-size: 2rem;
  background: black;
  border: 0;
  border-radius: 50%;
  align-items: center;
  display: flex;
  pointer-events: all;
}
.homepage-residentials-wrapper .owl-carousel .owl-nav button:hover,
.featured-house-models-wrapper .owl-carousel .owl-nav button:hover {
  font-size: 2rem;
  background: black;
  border: 0;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
.homepage-residentials-wrapper .owl-carousel .owl-nav button.owl-prev,
.featured-house-models-wrapper .owl-carousel .owl-nav button.owl-prev {
  margin-right: auto;
}

.news-update-wrapper {
  position: relative;
}

.news-update-wrapper .owl-stage-outer {
  margin-right: -11px;
  padding-right: 11px;
}

.news-update-wrapper .owl-carousel .owl-nav {
  position: absolute;
  inset: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.news-update-wrapper .owl-carousel .owl-nav button {
  font-size: 2rem;
  background: black;
  border: 0;
  border-radius: 50%;
  align-items: center;
  display: flex;
  pointer-events: all;
}
.news-update-wrapper .owl-carousel .owl-nav button:hover {
  font-size: 2rem;
  background: black;
  border: 0;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
.news-update-wrapper .owl-carousel .owl-nav button.owl-prev {
  margin-right: auto;
}

.homepage-residentials-wrapper .owl-carousel .owl-nav {
  display: none;
}
.news-update-wrapper .owl-carousel .owl-nav {
  display: none;
}

footer nav .footer-nav-wrapper {
  padding-block: 5px;
}
footer nav .footer-nav-wrapper ul > li > a {
  font-family: "Montserrat Medium";
  font-size: 0.9rem;
}
footer.custom-footer .footer-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
footer.custom-footer .footer-logos img:first-child {
  border-right: 2px solid var(--gray2);
  padding-right: 1rem;
}

