/* Custom overrides for Vaseo Elegance improvements */

/* Header logo sizing - larger on desktop, scaled down on mobile */
.header__logo img {
  max-height: 64px;
  width: auto;
}

@media (max-width: 768px) {
  .header__logo img {
    max-height: 48px;
  }
}

/* Footer logo slightly larger */
.footer__logo img {
  max-height: 80px;
  width: auto;
}

/* Make hero CTAs more prominent if added */
.hero__cta {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
}

.hero__cta--primary {
  background: var(--accent-1);
  color: #fff;
}

.hero__cta--secondary {
  background: transparent;
  color: var(--accent-1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Action tabs for stay / purchase options */
.action-tabs {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.action-tabs__nav {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.action-tabs__nav button {
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background: transparent;
  cursor: pointer;
}

.action-tabs__nav button.active {
  background: var(--accent-1);
  color: #fff;
  border-color: var(--accent-1);
}

.action-tabs__content>div {
  display: none;
}

.action-tabs__content>div.active {
  display: block;
}

@media (max-width: 768px) {
  .action-tabs__nav {
    flex-direction: column;
  }
}

/* Quick actions block (directions, schedule, call) */
.quick-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
}

.quick-actions .button {
  padding: 10px 16px;
  border-radius: 10px;
}

.quick-actions .button -md {
  padding: 8px 12px;
}

.call-popover {
  display: none;
  position: absolute;
  background: #fff;
  padding: 12px 14px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  z-index: 40;
}

.call-popover.active {
  display: block;
}

.quick-actions__wrap {
  position: relative;
}

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.whatsapp-float:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
}

.whatsapp-float__tooltip {
  position: absolute;
  right: 75px;
  background: #333;
  color: white;
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-float__tooltip::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #333;
}

.whatsapp-float:hover .whatsapp-float__tooltip {
  opacity: 1;
  visibility: visible;
  right: 85px;
}

/* Original Pulse animation */
.pulse-whatsapp {
  animation: pulse-whatsapp 2s infinite;
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Make hover explore button clickable and visible on touch devices */
.hover-btn-explore:hover .hover-btn-explore__item {
  pointer-events: auto;
}

@media (max-width: 768px) {
  .hover-btn-explore__item {
    opacity: 1 !important;
    transform: translateY(-50%) translateX(-50%) scale(1) !important;
    pointer-events: auto !important;
    top: auto;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hover-btn-explore__item .button {
    padding: 10px 18px;
  }
}

/* Vaseo Elegance Custom Styles - Logo-inspired colors */

:root {
  --vaseo-gold: #c6a85f;
  --vaseo-gold-dark: #c6a85f;
  --vaseo-gold-darker: #c6a85f;
  --vaseo-gold-light: #c6a85f;
  --vaseo-cream: #F7F0EC;
  --vaseo-cream-dark: #E8DDD5;
}

/* ===== Enhanced Button Styles ===== */

/* Primary Accent Buttons */
.button.-md.-dark-1.bg-accent-1,

/* Badges for beds / stays / sale */
.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #222;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.badge.bg-accent-1 {
  background: var(--vaseo-gold) !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* Hover action button icon alignment */
.hover-actions .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
}

.hover-actions .button .button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.hover-actions .button .button__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.hover-actions .button .button__label {
  line-height: 1;
}

@media (max-width: 768px) {
  .hover-actions {
    flex-wrap: wrap;
    gap: 8px;
  }

  .hover-actions .button {
    padding: 8px 10px;
  }
}

/* Card actions: colored buttons placed under description and above primary CTA */
.card-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
}

.card-actions .button {
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
}

.card-actions .button.bg-accent-1 {
  background: var(--vaseo-gold) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .card-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .card-actions .button {
    width: calc(50% - 8px);
  }
}

button.-md.-dark-1.bg-accent-1,
.button.bg-accent-1,
button.bg-accent-1 {
  background-color: var(--vaseo-gold) !important;
  border-color: var(--vaseo-gold) !important;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.button.-md.-dark-1.bg-accent-1:hover,
button.-md.-dark-1.bg-accent-1:hover,
.button.bg-accent-1:hover,
button.bg-accent-1:hover {
  background-color: var(--vaseo-gold-darker) !important;
  border-color: var(--vaseo-gold-darker) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(194, 159, 123, 0.4);
}

.button.-md.-dark-1.bg-accent-1:active,
button.-md.-dark-1.bg-accent-1:active,
.button.bg-accent-1:active,
button.bg-accent-1:active {
  background-color: var(--vaseo-gold-dark) !important;
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(194, 159, 123, 0.3);
}

/* Header Request Button */
.header__cta .button,
.js-toggle-requestForm {
  transition: all 0.3s ease;
}

.header__cta .button:hover,
.js-toggle-requestForm:hover {
  background-color: var(--vaseo-gold-darker) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(194, 159, 123, 0.4);
}

/* Submit Buttons */
button[type="submit"],
input[type="submit"] {
  transition: all 0.3s ease;
  cursor: pointer;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(194, 159, 123, 0.4);
}

button[type="submit"]:active,
input[type="submit"]:active {
  transform: translateY(0);
}

/* ===== Enhanced Form Styles ===== */

/* Form Inputs */
.contactForm__field input,
.contactForm__field textarea,
.requestForm__form input,
.requestForm__form textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 4px;
}

.contactForm__field input:focus,
.contactForm__field textarea:focus,
.requestForm__form input:focus,
.requestForm__form textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: var(--vaseo-gold) !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(194, 159, 123, 0.1);
  background-color: var(--vaseo-cream);
}

.contactForm__field input:hover,
.contactForm__field textarea:hover,
.requestForm__form input:hover,
.requestForm__form textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
textarea:hover {
  border-color: var(--vaseo-gold-light);
}

/* Form Labels */
.contactForm__field label,
.requestForm__form label {
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

/* ===== Link Hover Effects ===== */

/* Footer Links */
.footer a:hover {
  color: var(--vaseo-gold-light) !important;
  transition: color 0.3s ease;
}

/* Navigation Links */
.menu a:hover,
.header__nav a:hover {
  color: var(--vaseo-gold) !important;
  transition: color 0.3s ease;
}

/* ===== Icon Hover Effects ===== */

/* Social Media Icons */
.footer__socials a,
.header__socials a {
  transition: all 0.3s ease;
}

.footer__socials a:hover,
.header__socials a:hover {
  color: var(--vaseo-gold-light) !important;
  transform: translateY(-3px);
}

/* ===== Card Hover Effects ===== */

/* Service Cards */
.bg-white:hover {
  box-shadow: 0 8px 24px rgba(194, 159, 123, 0.15);
  transform: translateY(-4px);
  transition: all 0.3s ease;
}

/* Apartment Cards */
.apartments__item:hover {
  box-shadow: 0 8px 24px rgba(194, 159, 123, 0.2);
  transform: translateY(-4px);
  transition: all 0.3s ease;
}

/* Property card meta and footer CTA */
.imageCard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.imageCard__meta .text-16 {
  margin-bottom: 4px;
}

.imageCard__footer {
  margin-top: 8px;
}

.imageCard__footer .button {
  display: block;
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .imageCard__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hover-actions {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
  }
}

/* ===== Slider Navigation ===== */

.splide__arrow:hover {
  background-color: var(--vaseo-gold) !important;
  border-color: var(--vaseo-gold) !important;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.splide__arrow:active {
  transform: scale(0.95);
}

/* ===== Modal Enhancements ===== */

.requestForm__close button:hover {
  background-color: var(--vaseo-gold) !important;
  color: white !important;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

/* ===== Icon Borders ===== */

.border-accent-1 {
  border: 2px solid var(--vaseo-gold) !important;
  transition: all 0.3s ease;
}

.border-accent-1:hover {
  border-color: var(--vaseo-gold-darker) !important;
  box-shadow: 0 0 0 4px rgba(194, 159, 123, 0.1);
}

/* ===== Stat Numbers ===== */

.text-accent-1 {
  color: var(--vaseo-gold) !important;
}

/* ===== Accent Backgrounds ===== */

.bg-accent-1 {
  background-color: var(--vaseo-gold) !important;
}

.bg-accent-2 {
  background-color: var(--vaseo-cream) !important;
}

/* ===== Interactive Elements ===== */

/* Clickable elements get pointer cursor */
.js-toggle-requestForm,
.js-requestForm-bg,
.js-requestForm,
[data-x-click] {
  cursor: pointer;
}

/* ===== Form Validation States ===== */

/* input:invalid:not(:placeholder-shown),
textarea:invalid:not(:placeholder-shown) {
  border-color: #e74c3c;
} */

input:valid:not(:placeholder-shown),
textarea:valid:not(:placeholder-shown) {
  border-color: var(--vaseo-gold);
}

/* ===== Loading States ===== */

button:disabled,
input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}

/* ===== Selection Highlight ===== */

::selection {
  background-color: var(--vaseo-gold);
  color: white;
}

::-moz-selection {
  background-color: var(--vaseo-gold);
  color: white;
}

/* ===== Smooth Scrolling ===== */

html {
  scroll-behavior: smooth;
}

/* ===== Focus Visible (for accessibility) ===== */

*:focus-visible {
  outline: 2px solid var(--vaseo-gold);
  outline-offset: 2px;
}

/* ===== Responsive Adjustments ===== */

@media (max-width: 768px) {

  .button.-md.-dark-1.bg-accent-1:hover,
  button.-md.-dark-1.bg-accent-1:hover,
  .button.bg-accent-1:hover,
  button.bg-accent-1:hover {
    transform: none;
  }

  .bg-white:hover,
  .apartments__item:hover {
    transform: none;
  }
}

/* ===== Toast Notification ===== */

.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
  min-width: 300px;
  max-width: 500px;
  opacity: 0;
  transform: translateX(400px);
  transition: all 0.3s ease;
}

.toast--show {
  opacity: 1;
  transform: translateX(0);
}

.toast__content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toast__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--vaseo-gold);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.toast--error .toast__icon {
  background: #e74c3c;
}

.toast__message {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .toast {
    right: 10px;
    left: 10px;
    min-width: auto;
  }
}

/* ===== Page Header Image Fix ===== */
.pageHeader.-type-1 {
  position: relative;
  min-height: 450px;
}

.pageHeader.-type-1 .pageHeader__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.pageHeader.-type-1 .pageHeader__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Hero section image fix - full width coverage */
.hero.-type-8,
.hero {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  position: relative;
  left: 0;
  right: 0;
}

.hero.-type-8 .hero__bg,
.hero .hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
}

.hero.-type-8 .hero__bg img,
.hero .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Remove any body/container padding that might cause gaps */
body {
  overflow-x: hidden;
}

.hero.-type-8+*,
section.hero {
  clear: both;
}

/* ===== Blog Card Image Consistency ===== */
.blogCard.-type-2 .blogCard__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  background-color: #f5f5f5;
}

.blogCard.-type-2 .blogCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Ensure all blog cards have same height content area */
.blogCard.-type-2 .blogCard__content {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.blogCard.-type-2 .blogCard__content p {
  flex-grow: 1;
}

/* Homepage blog cards consistency */
.blogCard.-type-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blogCard.-type-2 .blogCard__content {
  flex-grow: 1;
}

/* Plan carousel*/
.plan-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.plan-carousel__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.plan-carousel__slide {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.plan-carousel__slide.is-active {
  display: block;
}

.plan-carousel__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 12px;
  pointer-events: none;
}

.plan-carousel__prev,
.plan-carousel__next {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.plan-carousel__prev i,
.plan-carousel__next i {
  display: inline-block;
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {

  .plan-carousel__prev,
  .plan-carousel__next {
    width: 40px;
    height: 40px;
  }
}

.request-info {
  min-width: 220px;
  padding-left: 14px;
  padding-right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .request-info {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
}

.request-info .button__icon svg {
  display: block;
}

.icon-tiktok {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.icon-tiktok:before {
  display: none;
}

.header__socials a i,
.footer__socials a i {
  font-size: 18px;
  color: inherit;
}

/* ===== Form Checkbox & Terms Dropdown ===== */
.form-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.form-checkbox__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 1;
}

.form-checkbox input:checked+.form-checkbox__mark {
  background: var(--vaseo-gold);
  border-color: var(--vaseo-gold);
}

.form-checkbox__mark i {
  color: #fff;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.form-checkbox input:checked+.form-checkbox__mark i {
  opacity: 1;
}

.terms-dropdown {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.terms-dropdown ul li {
  color: #555;
}

/* ===== Header & Navigation Fixes ===== */

/* Ensure hamburger is visible on mobile */
.header__menuBtn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__menuBtn i {
  background-color: #fff !important;
}

.header__menuBtn i::before,
.header__menuBtn i::after {
  background-color: #fff !important;
}

.header__menuBtn span {
  color: #fff !important;
  font-weight: 500;
  margin-left: 8px;
}

/* On sticky or light headers (if theme uses them) */
.header.is-sticky .header__menuBtn,
.header.-light .header__menuBtn {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.header.is-sticky .header__menuBtn i,
.header.-light .header__menuBtn i,
.header.is-sticky .header__menuBtn i::before,
.header.-light .header__menuBtn i::before,
.header.is-sticky .header__menuBtn i::after,
.header.-light .header__menuBtn i::after {
  background-color: #333 !important;
}

.header.is-sticky .header__menuBtn span,
.header.-light .header__menuBtn span {
  color: #333 !important;
}

/* Hide desktop nav links on mobile/tablets */
@media (max-width: 1024px) {
  .header__center {
    display: none !important;
  }
}

/* Premium Hamburger Menu Button Style (NERF Style) */
.header__menuBtn {
  display: flex !important;
  align-items: center;
  background: transparent !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  transition: all 0.3s ease;
  color: #FFFFFF !important;
  height: auto !important;
}

.header__menuBtn:hover {
  opacity: 0.7;
  transform: none !important;
}

.header__menuBtn i {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 10px;
  margin-right: 10px;
}

.header__menuBtn i span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 0;
  transition: all 0.3s ease;
}

.header__menuBtn span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Premium Booking Button Style */
.header__bookingBtn {
  background: #C6A85F !important;
  color: #FFFFFF !important;
  border-radius: 4px !important;
  padding: 0 30px !important;
  height: 48px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.header__bookingBtn:hover {
  background: #b19451 !important;
  box-shadow: 0 4px 15px rgba(198, 168, 95, 0.3);
}

@media (max-width: 768px) {
  .header__menuBtn span {
    display: none;
  }

  .header__menuBtn i {
    margin-right: 0;
  }
}

.page-header {
  background: #fff;
  border: none;
  border-bottom: 1px solid #fefefd;
  border-top: 1px solid #fefefd;
  overflow: hidden;
  padding: 0;
  margin: 0 auto 24px;
  width: 100%;
  z-index: 999;
}

.page-header__nav {
  background: #F3F1E9;
  position: relative;
}

.content-wrapper {
  padding: 0 2.4rem;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
}

.page-header__nav-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.page-header__nav-list {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  padding: 16px 96px 0 0;
  scrollbar-width: none;
}

.page-header__action-list {
  background: #087482;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 -1.5rem;
  padding: 4px 0;
  width: calc(100% + 3rem);
  z-index: 10;
}

.page-header__nav-list {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  padding: 16px 96px 0 0;
  scrollbar-width: none;
}

.page-header__nav-link {
  display: block;
  color: #605F55;
  padding-bottom: 14px;
  position: relative;
}

/* Custom Modal Styles (for Talk to Us) */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.custom-modal.is-active {
  display: flex !important;
}

.custom-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.custom-modal__content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 600px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.is-active .custom-modal__content {
  transform: translateY(0);
}

.custom-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.custom-modal__header button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}

.border-right-light {
  border-right: 1px solid #eee;
}

@media (max-width: 576px) {
  .border-right-light {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* Premium Gallery Grid (Ashton Woods Style) */
.gallery-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 15px;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-grid__main {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-grid__side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

.gallery-grid__item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-grid__item img,
.gallery-grid__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-grid__item:hover img,
.gallery-grid__main:hover img {
  transform: scale(1.05);
}

.gallery-view-all {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
  z-index: 5;
}

.gallery-grid__main:hover .gallery-view-all {
  background: rgba(0, 0, 0, 0.8);
}

/* Photo Lightbox Modal */
.photo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3000;
  display: none;
  flex-direction: column;
}

.photo-modal.is-active {
  display: flex !important;
}

.photo-modal__header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: white;
  position: absolute;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.photo-modal__close {
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.photo-modal__close:hover {
  transform: rotate(90deg);
}

.photo-modal__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.photo-modal__slider {
  width: 100%;
  height: 80vh;
}

.photo-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  pointer-events: none;
  z-index: 5;
}

.photo-modal__nav button {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.photo-modal__nav button:hover {
  background: white;
  color: black;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid__side {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .gallery-grid__side {
    grid-template-columns: 1fr;
  }
}

/* Sticky section sub-navigation */
.section-subnav {
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .3s ease;
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.section-subnav.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.section-subnav__inner {
  background: #fff;
  border-bottom: 1px solid var(--vaseo-cream-dark);
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.section-subnav a,
.section-subnav button {
  color: #444 !important;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
}

.section-subnav a:hover,
.section-subnav a.is-active {
  color: var(--vaseo-gold) !important;
  background: var(--vaseo-cream) !important;
}

.section-subnav .btn-accent {
  background: var(--vaseo-gold) !important;
  color: #fff !important;
  padding: 8px 20px;
  font-weight: 600;
}

.section-subnav .btn-accent:hover {
  background: #b19451 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(198, 168, 95, 0.2);
}

.section-subnav .btn-outline {
  border: 1px solid var(--vaseo-gold);
  color: var(--vaseo-gold) !important;
}

.section-subnav .btn-outline:hover {
  background: var(--vaseo-gold);
  color: #fff !important;
}

@media(max-width:992px) {
  .section-subnav {
    top: 70px;
  }

  .section-subnav__inner {
    padding: 6px;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    border-radius: 12px;
  }
}