header.header-float .header-inner {
    padding: 0 30px;
    background: transparent;
    margin-top: 20px;
    border-radius: 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 3px;
}

/* ----- HERO: controllable height ----- */
#section-hero {
  position: relative;
  /* master height knob */
  --hero-h: clamp(360px, 68vh, 780px);
  isolation: isolate;
}

#section-hero .vertical-center {
  position: relative;
  height: var(--hero-h);
  z-index: 1;
  overflow: hidden; /* ensures bg stays inside hero */
}

#section-hero .swiper,
#section-hero .swiper-wrapper,
#section-hero .swiper-slide {
  height: 100%;
}

#section-hero .swiper-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* The moving parallax background */
.hero-background {
  position: absolute;
  top: -20%; /* extra height for smooth movement */
  bottom: -20%;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  z-index: 0;
}

#section-hero .sw-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Headline & bottom bar stay above the image */
#section-hero .abs {
  z-index: 2;
}
section {
    padding: 120px 0 100px 0;
}
/* Mobile height tweak */
@media (max-width: 576px) {
  #section-hero {
    --hero-h: clamp(280px, 60vh, 520px);
  }
  section {
    padding: 65px 0 100px 0;
}
  .hero-background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
}
.footer-modern { --muted: rgba(255,255,255,.7); }
.footer-modern .footer-link { color: var(--muted); text-decoration: none; }
.footer-modern .footer-link:hover { color: #fff; text-decoration: underline; }

.footer-modern .footer-social{
  width: 44px; height: 44px; border: 1px solid var(--muted);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; opacity: .9;
}
.footer-modern .footer-social:hover{ opacity: 1; }

.footer-modern .footer-divider{
  width: 120px; margin: 0 auto; border: 0; border-top: 1px solid var(--muted); opacity: .35;
}

.footer-modern .footer-links .list-inline-item:not(:last-child)::after{
  content: "•"; margin: 0 .5rem; color: var(--muted);
}
.footer-modern .footer-links .list-inline-item:last-child::after{ content: ""; }

.footer-modern .footer-brand{ height: 76px; opacity: .9; }

.footer-modern .footer-badges i{ font-size: 18px; opacity: .85; }
.footer-modern .powered-by{ color: var(--muted); }
.footer-modern .powered-by:hover{ color: #fff; }
/* reset any theme separators */
.footer-links .list-inline-item::after,
.footer-links .list-inline-item::before{ content:none !important; }

/* add our own tiny dot before every item except the first */
.footer-links .list-inline-item + .list-inline-item::before{
  content:""; display:inline-block; width:4px; height:4px;
  background: rgba(255,255,255,.55);
  border-radius:50%; margin:0 .65rem .15rem .65rem; vertical-align:middle;
}
footer {
    color: var(--body-font-color-dark);
    background: var(--bg-dark-1);
    padding: 20px 0 0 0;
}
/* POWERED BY */
.powered-by-link{
  --nudge: 1px;                 /* adjust up/down if needed */
  display: inline-flex;
  align-items: center;          /* vertical align */
  gap: .5rem;
  line-height: 1;               /* kill extra inline height */
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .7rem;
  color: rgba(255,255,255,.72);
  text-decoration: none;
}
.powered-by-link:hover{ color:#fff; }

.powered-by-link .label{ line-height: 1; }

.powered-by-link .powered-logo{
  height: 20px;                 /* or: 1.2em to follow text size */
  width: auto;
  display: block;               /* removes baseline gap on images */
  object-fit: contain;
  transform: translateY(var(--nudge)); /* fine-tune baseline */
}

.gradient-edge-top {
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(180deg, rgb(0 0 0 / 55%) 0%, rgb(56 72 97 / 0%) 100%);
}

.gradient-edge-bottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgba(var(--bg-dark-1-rgb), 1) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
}
img, svg {
    vertical-align: super;
}
.footer-link-white {
  color: #fff !important;
  text-decoration: none;
}

.footer-link-white:hover {
  text-decoration: underline !important;
}
#mobileNav.no-anim,
.navbar-collapse.no-anim,
.offcanvas.no-anim,
#navOverlay.no-anim { transition: none !important; }
#mobileNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  background: #243551 !important;
  z-index: 1102;
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  padding: 110px 10px;
  display: flex;
  flex-direction: column;
}
#mobileNav.open {
  left: 0;
  transform: translateX(0);
  opacity: 1;
}
#mobileNav button#closeMobileNav {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  align-self: flex-end;
}
#mobileNav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
#mobileNav ul li {
  margin-bottom: 1.2rem;
}
#mobileNav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
#navOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 1040;
  display: none;
}
#navOverlay.active {
  display: block;
}
.mobile-nav-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #000;
}
#filters a:hover {
    background: #e5f0f3;
}
#filters a.selected {
    background: #2d4b71;
    color: #fff;
}

/* Match toggle height and spacing */
.phone-toggle-wrapper {
  height: 24px;
  column-gap: 24px;
}
.phone-toggle-wrapper {
  position: fixed;
  top: 29px;
  right: 20px;
  z-index: 3100; /* Above mobileNav */
  display: flex;
  gap: 16px;
}

/* Style phone icon like the toggler */
.phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  border: 2px solid #fff;       /* white border */
  border-radius: 4px;            /* square with slightly rounded corners */
  color: #fff;                   /* white phone icon */
  background: transparent;       /* transparent background */
  text-decoration: none;
  padding: 0;
  margin: 0;
  z-index: 1102 !important;
}
.phone-icon,
.phone-icon:hover,
.phone-icon:focus,
.phone-icon:active {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1102 !important;;

  color: #ffffffdb !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  border: 1px solid #ffffffdb !important;
  border-radius: 4px !important;
}

.bg-color-op-1 {
  background: rgb(76 105 149 / 6%);
}
.bg-floor {
    background-color: #f9fbfd !important;
}
.ul-check li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
  color: #62696f;
}

h1 {
  font-size: 70px;
  font-weight: var(--h1-font-weight);
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  margin-bottom: var(--h1-margin-bottom);
  text-shadow: -3px 0px #000 !important;
}
h1, h2, h4, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, footer.footer-light h5 {
    margin-top: 0;
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: #222;
    text-transform: var(--heading-text-transform);
}
.scrollbar-v {
  background: #2e8485;
  position: fixed;
  top: calc(50% + 60px);
  left: 13px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index: 1000;
}

.float-text {
  font-family: var(--heading-font);
  width: 20px;
  position: fixed;
  z-index: 1002;
  margin-left: 13px;
  text-align: center;
  font-size: 12.5px;
  top: 50%;
  left: 1px;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: 700;
    color: #a4bbdd;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #90afdc;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.2);
    box-shadow: inset 0 0 3px #6c757d;
}
.progress-wrap::after {
    color: #a4bbdd;
}
.progress-wrap svg.progress-circle path {
    stroke: #0d6efd;
}
#map {
  height: 700px;
  width: 100%;
  /*margin-bottom: 1rem;*/
  z-index: 1;
}

/* Tabs */
.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  border: none;
  background-color: #7b5642;
}
.nav-tabs .nav-item {
  flex: 1 1 auto;
  text-align: center;
  border-left: 1px solid #fff; /* Divider between tabs */
}

.nav-tabs .nav-item:first-child {
  border-left: none; /* Remove divider on the first item */
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  width: 100%;
  background-color: #44526d;
  color: #fff;
  font-weight: 500;
  padding: 1rem;
  font-size: 1rem;
  height: 82px; /* Same as dropdown */
  line-height: 30px; /* Vertically center text */
  transition: background-color 0.3s ease;
}

.nav-tabs .nav-link:hover {
  background-color: #6a809f;
  color: #c9d5db;
}
.nav-tabs .nav-link.active {
  background-color: #283349;
  color: #fff;
}

/* Grid */

.places-grid li {
  padding: 1rem 0;
  font-size: 18px;
  text-align: center;
  background: rgba(255, 255, 255, .2);
  transition: background-color 0.2s ease;
  border: 1px solid #b1b5c0;
  border-radius: 2px;
  margin: 10px; /* adds space around each item */
  padding: 10px;
  display: block;
  width: 100%;
}
.places-grid li:hover {
  background-color: #eee;
  color: #000;
}
.places-grid .place-btn {
  display: flex;
  align-items: center;       /* keep icon/text vertically centered */
  justify-content: flex-start; /* or center on desktop if needed */
  width: 100%;
  height: 100%;              /* fills vertical space of li */
  padding: 10px;             /* click padding */
  box-sizing: border-box;    /* ensure padding doesn’t overflow */
  text-decoration: none;     /* remove underline */
}

/* Title */
.tab-content .category-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 3rem auto 2rem;
  color: #333;
  font-family: var(--heading-font, serif);
}
.map-divide {
    /* background: #9bd3f5; */
    background: linear-gradient(to right, #d6e2f3, #e0e8fd);
    padding: 1px 0;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    color: #fff;
    font-size: 13px;
}
.map-dividetop {
    /* background: #9bd3f5; */
    background: linear-gradient(to right, #222, #8494bb);
    padding: 1px 0;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    color: #fff;
    font-size: 13px;
}
/* Button */
.load-more-btn {
  display: block;
  margin: 1rem auto 2rem;
  padding: 6px 16px;
  border: none;
  background: #283349;
  color: #fff;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.load-more-btn:hover {
  background: #222;
}

/* Marker */
.leaflet-div-icon {
  background: transparent !important;
  border: none !important;
  margin: 0;
  padding: 0;
}
/* Keep the property logo inside its marker box no matter what */
.leaflet-marker-pane .prop-icon img{
  width:100px !important;
  height:100px !important;
  object-fit:contain;
}

/* Dropdown */
#categoryDropdown {
  background-color: #223351e6;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: medium none;
  border-radius: 0;
  height: 62px; /* Adjust as needed */
  line-height: 28px; /* helps center text vertically */
  background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ fill=\'white\'\ viewBox=\'0\ 0\ 16\ 16\'%3E%3Cpath\ d=\'M1.5\ 5.5l6\ 6\ 6-6\'\ stroke=\'white\'\ stroke-width=\'2\'\ fill=\'none\'/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: right 1.rem center;
  background-size: 1.5em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; padding-left:16px; padding-right:16px; padding-top:12px; padding-bottom:12px
}

#categoryDropdown:hover,
#categoryDropdown:focus {
  background-color: #2d3749e6;
  outline: none;
}
/* wrapper so the overlay has an area to cover even before items load */
.grid-wrap{
  position: relative;
  min-height: 73px; /* adjust as you like */
}

/* overlay + spinner (color via CSS vars) */
.loading-spinner-overlay{
  position: absolute;
  inset: 0;
  background-color: var(--spinner-bg, rgba(27,65,109,.85));
  z-index: 10;
  display: flex;
  justify-content: center;  /* horizontal alignment */
  align-items: center;      /* vertical alignment */
  pointer-events: none;
}

/* bootstrap spinner border with custom color */
.loading-spinner-overlay .spinner-border{
  width: 2.5rem;
  height: 2.5rem;
  border-width: .3em;
  border-color: var(--spinner-fg, #fff) transparent var(--spinner-fg, #fff) transparent;
}

/* position helpers (optional) */
.loading-spinner-overlay.is-top{ align-items: flex-start; padding-top: 1rem; }
.loading-spinner-overlay.is-bottom{ align-items: flex-end; padding-bottom: 1rem; }
.loading-spinner-overlay.is-left{ justify-content: flex-start; padding-left: 1rem; }
.loading-spinner-overlay.is-right{ justify-content: flex-end; padding-right: 1rem; }
.loading-spinner-overlay.is-top-right{ align-items:flex-start; justify-content:flex-end; padding:1rem; }
.loading-spinner-overlay.is-top-left{ align-items:flex-start; justify-content:flex-start; padding:1rem; }
.loading-spinner-overlay.is-bottom-right{ align-items:flex-end; justify-content:flex-end; padding:1rem; }
.loading-spinner-overlay.is-bottom-left{ align-items:flex-end; justify-content:flex-start; padding:1rem; }

.loadingOverlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #44526d; /* updated from rgba(255,255,255,0.75) */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(27 65 109 / 85%); /* Dark green background */
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.loading-spinner-overlay .spinner-border {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff; /* white spinner */
  border-width: 0.3em;
  border-color: #fff transparent #fff transparent;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Lightbox container */
.swiper {
    background: #24355100;
}

.swiper-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(8, 17, 35, 0%) !important;
}

.swiper-lightbox .swiper {
  z-index: 9999; /* <- add this if missing */
}
/* Zoom-OUT cursor when Swiper Lightbox is open */
.swiper-lightbox,
.swiper-lightbox img {
cursor: url("../images/icon-zoom-out.cur"), url("../images/icon-zoom-out.png") 16 16, zoom-out !important;
    
}
/* Swiper Lightbox open state – custom zoom-out cursor */
.swiper-lightbox[style*="display: flex"],
.swiper-lightbox[style*="display: flex"] img {
  cursor:
    url("../images/icon-zoom-out.cur"),
    url("../images/icon-zoom-out.png") 16 16,
    zoom-out !important;
}
/* Bigger Swiper nav arrows */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;       /* increase hit area width */
  height: 50px;      /* increase hit area height */
  font-weight: 900;
  right: 75px;
}
.swiper-button-prev {
    left: 75px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 42px;   /* increase the actual arrow icon size */
}


/* Lightbox close button */
.swiper-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  z-index: 10000;
  cursor: pointer;
}

/* Backdrop (covers everything behind the lightbox) */
.swiper-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 9980;
}

/* Swiper slides */
.swiper-lightbox .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-lightbox .swiper-slide img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 0;
}

/* lock page scroll when lightbox is open (no jump) */
html.lightbox-open,
body.lightbox-open {
  overflow: hidden;
  overscroll-behavior: contain;
}


figure img {
    transition: all .5s ease
}

figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 90%;
    border-radius: 3px;
}

figure img {
    display: block;
    position: relative;
    top: 0;
    width: 100%
}

.zoom-in:hover img {
    transform: scale(1.2, 1.2)
}

.zoom-out img {
    transform: scale(1.2)
}

.zoom-out:hover img {
    transform: scale(1, 1)
}

.gallery-grid a {
    cursor: url("../images/gall-zoom-in.png"),pointer
}

.vbox-container {
    cursor: url("../images/gall-zoom-out.png"),zoom-out
}

.vbox-next,.vbox-prev {
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    margin-top: -30px;
    width: 60px
}

.vbox-next span,.vbox-prev span {
    display: none
}

.vbox-next {
    background-image: url("../images/gall-arrow-next.png");
    right: 25px !important
}

.vbox-prev {
    background-image: url("../images/gall-arrow-prev.png");
    left: 25px !important
}

.vbox-num,.vbox-close {
    color: #212529;
    font-size: 1.5rem;
    opacity: 1;
    padding: 16px 16px
}

.vbox-grab .vbox-child img {
    cursor: url("../images/gall-arrow-grab.png"),grab
}
/* ---------------------------------------
   Hover cursor on gallery thumbs
----------------------------------------*/
#gallery .item figure.zoom-in,
#gallery .item figure.zoom-in a.swiper-popup,
#gallery .item figure.zoom-in a.swiper-popup img {
  cursor: url("../images/icon-zoom-white.png") 16 16, zoom-in !important;
}
/* Replace with your real path. Absolute path recommended. */
#gallery a.swiper-popup img,
#gallery a.swiper-popup {
  cursor:
    url("../images/icon-zoom-white.cur"),                  /* best on Windows */
    url("../images/icon-zoom-white.png") 16 16,            /* PNG fallback; hotspot at 16,16 for 32x32 */
    zoom-in !important;                               /* final fallback */
}

/* ---------------------------------------
   Lightbox open (covering common libs)
   - Magnific Popup
   - Fancybox v4
   - PhotoSwipe v5
----------------------------------------*/
/* Magnific Popup */
/* Zoom-IN on gallery hover (already working) */
/* Zoom-OUT when Magnific Popup is open */
html.mfp-zoom-out-cur,
body.mfp-zoom-out-cur,
.mfp-wrap,
.mfp-container,
.mfp-content,
.mfp-image-holder,
img.mfp-img {
  cursor:
    url("../images/icon-zoom-out.cur"),
    url("../images/icon-zoom-out.png") 16 16,
    zoom-out !important;
}


/* Fancybox */
.fancybox__container,
.fancybox__content,
.fancybox__button--close {
  cursor: url("../images/icon-zoom-out.png") 16 16, pointer !important;
}

/* PhotoSwipe */
.pswp--open,
.pswp__img,
.pswp__button--close {
  cursor: url("../images/icon-zoom-out.png") 16 16, pointer !important;
}

/* Disable custom cursors on touch devices (prevents odd pointers on mobile) */
@media (hover: none) and (pointer: coarse) {
  #gallery .item figure.zoom-in a.swiper-popup img,
  .mfp-wrap,
  .fancybox__container,
  .pswp--open {
    cursor: default !important;
  }
}


/* Responsive */
@media (max-width: 991px) {
  .nav-tabs {
    display: none !important;
  }
    #mobileNav .nav-phone {
    margin-top: 20px;
    text-align: left;
  }

  /* Hamburger icon */
  .mobile-nav-toggle {
    position: relative;
    width: 40px;
    height: 34px;
    border: none;
    background: transparent;
    padding: 0;
    z-index: 1102 !important;
  }

  .mobile-nav-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 1px;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  .mobile-nav-toggle span:nth-child(1) { top: 0; }
  .mobile-nav-toggle span:nth-child(2) { top: 11px; }
  .mobile-nav-toggle span:nth-child(3) { top: 22px; }
  
.mobile-nav-toggle:hover span:nth-child(2) {
  width: 100%;
  transition: width 0.3s ease;
}

  .mobile-nav-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
  }
  .mobile-nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px;
  }
  #mobileNav ul {
    list-style: none;
    padding-left: 5px;
    margin-top: 1rem;
} 
#mobileNav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px !important;
}
/* =======================
   Mobile Nav Footer Styles
   ======================= */

/* Layout & Structure */
#mobileNav .mobile-nav-inner {
  min-height: 100%;
}

#mobileNav .mobile-nav-footer {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

/* Social Icon Button */
#mobileNav .footer-social {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 0;
  color: #fff !important;
  opacity: .9;
  text-decoration: none !important;
  line-height: 1;
  box-sizing: border-box;
}

#mobileNav .footer-social:hover {
  opacity: 1;
}

#mobileNav .footer-social i {
  display: inline-block !important; /* Ensures icon isn't hidden */
  font-size: 18px;
  line-height: 1;
}

/* Brand Logo */
#mobileNav .footer-brand {
  height: 36px;
  width: auto;
}

/* Badges */
#mobileNav .footer-badges i {
  font-size: 18px;
  opacity: .85;
  color: #fff;
}

/* Powered By Link */
#mobileNav .powered-by-link {
  --nudge: 1px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .8rem;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}

#mobileNav .powered-by-link:hover {
  color: #fff;
}

#mobileNav .powered-logo {
  height: 20px;
  width: auto;
  display: block;
  transform: translateY(var(--nudge));
}

#map {
  height: 440px;
  width: 100%;
  /*margin-bottom: 1rem;*/
  z-index: 1;
}
.vertical-center {
    min-height: 70vh;

}
.swiper-button-next,
.swiper-button-prev {
  width: 50px;       /* increase hit area width */
  height: 50px;      /* increase hit area height */
  font-weight: 900;
  right: 0;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 26px;   /* increase the actual arrow icon size */
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff8c;
} 
}
@media (max-width: 991.98px) {
  #categoryDropdown {
    display: block !important;
  }
  .nav-tabs {
    display: none !important;
  }
div#logo img {
    max-width: 182px;
}
  .header-inner {
    padding-left: 0 !important;
  }

  .de-flex {
    justify-content: space-between !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .de-flex {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  #logo {
    padding-left: 1px !important;
    margin-left: -10px !important;
  }
  .swiper-lightbox .swiper-slide img {
    max-width: 100vw;
    max-height: 100vh;
  }
}

@media (min-width: 992px) {
  #categoryDropdown {
    display: none !important;
  }
  section {
    padding: 75px 0 100px 0;
}
  .nav-tabs {
    display: flex !important;
    height: 82px;
  }
  .places-grid {
    grid-template-columns: repeat(3, 1fr);
  }
      .vbox-close {
        display:none
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .places-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .places-grid {
    grid-template-columns: 1fr;
}
  .places-grid .place-btn{
    display: flex;                     /* ensure flex context */
    justify-content: flex-start !important; /* override .justify-content-center */
    text-align: left !important;            /* override .text-center */
    margin-left: 0 !important;              /* in case something added mx-auto */
    margin-right: 0 !important;
    padding-left: 10px;                     /* your indent */
    width: 100%;
    height: 100%; 
  }    h1, h1.ultra-big, h1.ultra-big .text-line, h1.ultra-big-2, .title-text, h1.slider-title, h2.slider-title {
        font-size: 30px !important; text-shadow: 1px 1px #000 !important;  
}
p.lead {
    font-size: 16px;
    line-height: 38px;
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-shadow: 2px 1px #000 !important;
}
.places-grid li {
    padding: 1rem 0;
    font-size: 17px;
    text-align: left;
    padding-left: 10px;
    margin: 10px; /* adds space around each item */
    padding: 10px;
    display: block;
    width: 100%;
  }
  figure {
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 95%;
    border-radius: 3px;
}
  #amenities h2,
  #amenities p {
    text-align: center;
  }
}
.section-divider {
  --divider-height: 20px; /* adjust height */
  height: var(--divider-height);
  width: 100%;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: block;
  transform: translateZ(0); /* prevent hairline gaps on mobile */
}

.section-divider.rectangle {
  background-image: url(data:image/svg+xml;utf8,\<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 100\ 10\"\ preserveAspectRatio=\"none\">\<rect\ width=\"100\"\ height=\"10\"\ fill=\"%23243551e0\"/>\</svg>);
 opacity: 0.7
}

/* Gradient rectangle */
.section-divider.rectangle.gradient {
  background-image: url(data:image/svg+xml;utf8,\<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 100\ 10\"\ preserveAspectRatio=\"none\">\<defs><linearGradient\ id=\"g\"\ x1=\"0\"\ y1=\"0\"\ x2=\"1\"\ y2=\"0\">\<stop\ offset=\"0\"\ stop-color=\"%23d6e2f3\"/><stop\ offset=\"1\"\ stop-color=\"%23e0e8fd\"/>\</linearGradient></defs>\<rect\ width=\"100\"\ height=\"10\"\ fill=\"url\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\(%23g);
}

/* Optional: responsive height tweaks */
@media (max-width: 576px){
  .section-divider { --divider-height: 12px; }
}
/* Floorplans cards */
:root{
  --fp-border:#e7e7e7;
  --fp-text:#2b2b2b;
  --fp-muted:#6b6b6b;
  --fp-bg:#fff;
  --fp-ribbon:#c37a69;
}

.fp-card{
  border:1px solid var(--fp-border);
  background:var(--fp-bg);
  display:flex;                 /* ensure footer sticks to bottom */
  flex-direction:column;
  transition:box-shadow .2s ease, transform .2s ease;
}
.fp-card:hover{
  box-shadow:0 6px 18px rgba(0,0,0,.07);
  transform:translateY(-2px);
}

.fp-media{
  position:relative;
  border-bottom:1px solid var(--fp-border);
}
.fp-img{
  display:block;
  width:100%;
  height:220px;      /* keep rows even */
  object-fit:cover;
}

/* Promo ribbon */
.fp-ribbon{
  position:absolute;
  left:12px;
  top:12px;
  background:#b92b2b;           /* using your color */
  color:#fff;
  padding:.35rem .6rem;
  border-radius:.25rem;
  font-weight:700;
  font-size:.85rem;
  line-height:1;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
}

/* Body */
.fp-body{ padding:1rem 1.1rem .75rem; }  /* a little tighter above footer */
.fp-title{
  margin:.2rem 0 .35rem;
  font-size:1.15rem;
  color:var(--fp-text);
  font-weight:700;
}
.fp-specs{
  color:var(--fp-muted);
  font-size:.95rem;
  margin-bottom:.65rem;
}
.fp-specs .sep{ opacity:.5; margin:0 .4rem; }
.fp-price{
  color:var(--fp-text);
  font-size:1rem;
  font-weight:600;
}
.fp-price strong{ font-weight:800; }

/* Footer (full-width CTA at bottom) */
.fp-footer{
  margin-top:auto;              /* push footer to bottom */
  padding:0 1.1rem 1.1rem;
  border-top:1px solid rgba(0,0,0,.06);
}
.fp-footer .btn-main{
  display:block;
  width:100%;
}

/* Optional: tighter height on small screens */
@media (max-width:576px){
  .fp-img{ height:180px; }
}
/* --- Places grid: center it and kill UL indentation --- */
.tab-pane .places-grid,
#categoryTabsContent .places-grid {
  list-style: none;
  padding: 0 !important;          /* <-- kills Bootstrap ul padding-left */
  margin: 0 auto;                 /* center the grid block */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;                      /* use gap instead of li margins */
  max-width: 1200px;              /* optional: contain the grid nicely */
  justify-items: stretch;
}

/* tiles: let grid control the spacing; no extra margins/width */
.places-grid li {
  box-sizing: border-box;
  margin: 0;                      /* remove your old margin:10px */
  /* keep your visual styles here */
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background: rgba(255, 255, 255, .62);
  transition: background-color .2s ease;
  border: 1px solid #b1b5c0;
  border-radius: 2px;
}

/* make the whole button the click area */
.places-grid .place-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;                    /* fill the li */
  height: 100%;
}

/* 2 columns on tablets */
@media (max-width: 991.98px) {
  .tab-pane .places-grid,
  #categoryTabsContent .places-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 1 column on phones, keep centered */
@media (max-width: 767.98px) {
  .tab-pane .places-grid,
  #categoryTabsContent .places-grid {
    grid-template-columns: 1fr;
    max-width: 560px;             /* keeps single column nicely centered */
  }
}

@media only screen and (max-width: 1199.98px) {
  :root { --bbh: 0px; } /* billboard height (set by JS if used) */

  /* ----- HEADER (fixed, always on top) ----- */
  header.transparent.header-float {
    position: fixed !important;
    top: var(--bbh, 0px) !important;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(36, 53, 81, 0.86) !important;
    padding: 1px 0;
    z-index: 3000 !important;
  }
  #logo { position: relative; z-index: 3100; }

  /* Phone + Hamburger group (top-right) */
  .phone-toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
  }
  .phone-toggle-wrapper .phone-icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    color: #fff;
    background: transparent;
    text-decoration: none;
  }

  /* Hamburger button (must remain clickable even when the drawer is open) */
  .mobile-nav-toggle {
    position: relative;
    width: 40px;
    height: 34px;
    border: 0;
    background: transparent;
    padding: 0;
    z-index: 3250 !important;
  }
  .mobile-nav-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 1px;
    transition: transform 0.4s ease, opacity 0.4s ease, width 0.3s ease;
  }
  .mobile-nav-toggle span:nth-child(1) { top: 0; }
  .mobile-nav-toggle span:nth-child(2) { top: 11px; width: 100%; }
  .mobile-nav-toggle span:nth-child(3) { top: 22px; }
  .mobile-nav-toggle.open span:nth-child(1) { transform: rotate(45deg); top: 11px; }
  .mobile-nav-toggle.open span:nth-child(2) { opacity: 0; }
  .mobile-nav-toggle.open span:nth-child(3) { transform: rotate(-45deg); top: 11px; }
  body.nav-open .mobile-nav-toggle { opacity: 1 !important; pointer-events: auto !important; }

  /* ----- MOBILE DRAWER (slides DOWN from the top, under header) ----- */
  #mobileNav {
    position: fixed;
    top: var(--bbh, 0px);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - var(--bbh, 0px));
    background: rgba(36, 53, 81, 0.96);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);

    /* start hidden above the viewport */
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: transform 0.28s ease, opacity 0.28s ease, visibility 0s linear 0.28s;
    will-change: transform;
    z-index: 2600 !important; /* below header and toggler */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }
  #mobileNav.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.28s ease, opacity 0.28s ease, visibility 0s;
  }
  #mobileNav .mobile-nav-inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 16px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
/* Social Icon Button */
#mobileNav .footer-social {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 0;
  color: #fff !important;
  opacity: .9;
  text-decoration: none !important;
  line-height: 1;
  box-sizing: border-box;
}
/* Badges */
#mobileNav .footer-badges i {
  font-size: 18px;
  opacity: .85;
  color: #fff;
}
  /* Overlay below the header so it never covers logo/toggler */
  #navOverlay {
    position: fixed;
    top: var(--bbh, 0px);
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(1px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 2500 !important;
  }
  body.nav-open { overflow: hidden; }
  body.nav-open #navOverlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Drawer content basics */
  #mobileNav ul { list-style: none; padding-left: 10px; margin-top: 1rem; }
  #mobileNav .list-unstyled { text-align: center; padding-left: 0; margin: 0 auto; }
  #mobileNav .list-unstyled > li { margin: 0.5rem 0; }
  #mobileNav .list-unstyled > li > a { display: block; }
  #mobileNav .list-unstyled > li > a.btn-main { display: block; width: 100%; }
  #mobileNav ul li a { color: #fff; text-decoration: none; font-size: 22px !important; }
  #mobileNav ul li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  /* Keep your utility rules */
  .nav-tabs { display: none !important; }
  #amenities h2, #amenities p { text-align: center; }
  header.header-float .header-inner { background: none; margin-top: 0; padding: 0; }

  /* Map / Swiper arrows */
  #map { height: 440px; width: 100%; z-index: 1; }
  .vertical-center { min-height: 65vh; }
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.55);
  }
  .swiper-button-prev { left: 20px; }
  .swiper-button-next { right: 20px; }
  .swiper-button-next::after,
  .swiper-button-prev::after { font-size: 32px; }
}
/* ================================
   Base font-size variable
   ================================ */
:root { 
  --mnav-fs: 16px; /* phones default */
}

/* Scale up as screen gets larger */
@media (min-width: 576px) { :root { --mnav-fs: 19px; } }  /* sm */
@media (min-width: 768px) { :root { --mnav-fs: 20px; } }  /* md */
@media (min-width: 992px) { :root { --mnav-fs: 22px; } }  /* lg */

/* ================================
   Reset uppercase and tracking
   ================================ */
#mobileNav,
#mobileNav * {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* ================================
   Apply font size everywhere needed
   ================================ */
#mobileNav .list-unstyled > li > a,
#mobileNav .btn-main,
#mobileNav .btn-main span {
  font-size: var(--mnav-fs) !important;
  line-height: 1.70;
}

/* Ensure .btn-main itself stays in sync */
#mobileNav .btn-main {
  font-size: var(--mnav-fs) !important;
}
.policy-modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.45) !important;
  z-index: 6000;
}

.policy-modal.is-open{
  display: flex !important;
}

.policy-dialog{
  position: relative;
  background: #fff;
  color: #222;
  width: min(560px, calc(100% - 2rem));
  max-height: 80vh;
  overflow: auto;
  border-radius: 10px;
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.policy-close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #222;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.policy-close svg{
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.pet-policy-title{
  margin: 0 0 12px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--bg-dark-1);
  text-transform: var(--heading-text-transform);
  font-size: 1.5rem;
  text-align: center;
}

body.modal-open{ overflow:hidden; }
@media (min-width: 1200px){
  #mainmenu a { text-decoration: none; }
  #mainmenu a.is-active{
    text-decoration: underline;
    text-underline-offset: .22em;
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: none;
  }
}

summary {
    display: none;
    cursor: pointer;
}
.btn {
  display: inline-block;
  font-size: 16px;
  padding: 5px 22px;
  background: #283349;
  border: 1px solid #282828;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px !important;
  color: #fff;
  letter-spacing: .5px;
  line-height: inherit;
  width: auto;
  font-family: "Work Sans", serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-shadow: 0px 0px #151616 !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible {
  background: #ebf5f5;
  color: #2222229e;
  border-color: #415d56;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 3px 8px !important;
}
button.btn:hover,
button.btn:active,
button.btn:focus,
button.btn:focus-visible {
  background: #ebf5f5;
  color: #2222229e;
  border-color: #415d56;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 3px 8px !important;
}

/* Ensure the span inside the button changes color on hover */
.btn:hover span, 
.btn:active span {
  color: #232323 !important;
  text-shadow: 0px 0px #151616 !important;
}

.btn:focus {
  background: #ebf5f5;
  color: #2222229e !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
  border-color: #415d56 !important;
  text-shadow: 0px 0px #151616 !important;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 3px 8px !important;
}

.btn span {
  color: #fff;
  text-shadow: 0px 0px #151616 !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-float .container-fluid{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  #logo img{
    max-width: 230px;
    height: auto;
  }

  .header-inner .de-flex{
    align-items: flex-start;
    gap: 18px;
  }

  .header-col-mid{
    gap: 18px !important;
  }

  #mainmenu{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  #mainmenu > li{
    margin: 0 !important;
    padding: 0 !important;
  }

  #mainmenu > li > a,
  #mainmenu > li.menu-item,
  #mainmenu .menu-item,
  #mainmenu .nav-link{
    font-size: 16px !important;
    line-height: 1.2 !important;
    white-space: nowrap;
  }

  #mainmenu > li:last-child .nav-link{
    font-size: 14px !important;
  }

  .header-col-mid .btn-main{
    padding: 14px 22px !important;
    font-size: 14px !important;
    letter-spacing: .08em;
    min-width: auto !important;
    white-space: nowrap;
  }
}
  /* Hide the big category titles on mobile */
  @media (max-width: 767.98px) {
    .tab-content .category-title { display: none !important; }
  }

  /* Tab icon spacing + optional sizing */
  #categoryTabs .nav-link i { margin-right: 8px; font-size: 1rem; vertical-align: -1px; }

  /* Mobile icon menu (replaces the plain select visually) */
  .mobile-cat-menu { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
  .mobile-cat-btn {
    display: flex; align-items: center; justify-content: center;
    gap: .5rem; padding: .6rem .8rem; border-radius: .35rem;
    border: 1px solid rgba(0,0,0,.12); background: #fff;
    font-weight: 600;
  }
  .mobile-cat-btn i { width: 1.1rem; text-align: center; }
  .mobile-cat-btn.is-active { background: #2c2c2c; color: #fff; border-color: transparent; }

  /* ============ MOBILE + TABLET (<= 991.98px) ============ */
  @media (max-width: 991.98px) {

    /* Hide big section titles under the map on small screens */
    .tab-content .category-title { display: none !important; }

    /* Native select styling (fallback) */
    #categoryDropdown {
      display: block;
      width: 100%;
      background-color: #5d4d41;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      border: none;
      border-radius: 0;
      height: 62px;
      line-height: 28px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 1.0rem center;
      background-size: 1.5em;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 12px 16px;
    }
    #categoryDropdown:hover,
    #categoryDropdown:focus { background-color: #816c5c; outline: none; }

    /* Bleed the custom dropdown to full width even when its parent has padding */
    .mobile-select-bleed {
      margin-left: calc(-1 * var(--bs-gutter-x, 1rem));
      margin-right: calc(-1 * var(--bs-gutter-x, 1rem));
    }

    /* Custom icon dropdown (phones + tablets) */
    .mobile-select { position: relative; display: block !important; }

    .mobile-select__button {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      padding-left: 16px;
      padding-right: 48px; /* space for chevron */
      padding-top: 12px;
      padding-bottom: 12px;
      height: 62px;
      line-height: 28px;

      background-color: #44526d; /* <-- fixed semicolon */
      color: #fff;
      font-size: 18px;
      font-weight: 500;

      border: none;
      border-radius: 0;
      position: relative;
    }
    .mobile-select__button:hover,
    .mobile-select__button:focus {
      background-color: #6a809f; /* <-- fixed semicolon */
      outline: none;
    }

    /* Chevron (same as native select) */
    .mobile-select__button::after {
      content: "";
      position: absolute;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);
      width: 1.5em;
      height: 1.5em;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      pointer-events: none;
    }

    .mobile-select__current {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
    }
    .mobile-select__current i { width: 1.1rem; text-align: center; }

    /* Hide any inline chevron element in the markup; we render with ::after */
    .mobile-select__chev { display: none; }

    .mobile-select__menu {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 25;
      margin-top: .35rem;
      background: #fff;
      border: 1px solid rgba(0,0,0,.12);
      border-radius: .35rem;
      box-shadow: 0 10px 24px rgba(0,0,0,.12);
      display: none;
      max-height: 60vh;
      overflow: auto;
    }

    .mobile-select__item {
      display: flex;
      align-items: center;
      gap: .6rem;
      padding: .65rem .9rem;
      cursor: pointer;
      font-size: 16px;
      line-height: 1.35;
      color: #2c2c2c;
    }
    .mobile-select__item i { width: 1.1rem; text-align: center; }
    .mobile-select__item:hover { background: #f6f6f6; }
    .mobile-select__item.is-active { background: #2c2c2c; color: #fff; }

    /* Keep native select for fallback/JS, but visually hidden if not used */
    .sr-only-select {
      position: absolute !important;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      white-space: nowrap;
      border: 0;
      padding: 0;
      margin: -1px;
    }
  }
#openPetPolicyBtn.btn{
  background: #283349 !important;
  border: 1px solid #283349 !important;
  color: #fff !important;
  box-shadow: 0 3px 8px rgba(0,0,0,.3) !important;
  outline: none !important;
  border-radius: 2px !important;
  text-decoration: none !important;
  transform: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

#openPetPolicyBtn.btn .fa-paw,
#openPetPolicyBtn.btn span{
  color: #fff !important;
}

/* Hover / focus / active */
#openPetPolicyBtn.btn:hover,
#openPetPolicyBtn.btn:active,
#openPetPolicyBtn.btn:focus,
#openPetPolicyBtn.btn:focus-visible,
#openPetPolicyBtn.btn:not(:disabled):not(.disabled):active,
#openPetPolicyBtn.btn:not(:disabled):not(.disabled).active,
.show > #openPetPolicyBtn.btn.dropdown-toggle{
  background: #ebf5f5 !important;
  color: #222222 !important;
  border-color: #415d56 !important;
  box-shadow: 0 3px 8px rgba(0,0,0,.2) !important;
  outline: none !important;
  text-decoration: none !important;
  transform: none !important;
}

#openPetPolicyBtn.btn:hover .fa-paw,
#openPetPolicyBtn.btn:hover span,
#openPetPolicyBtn.btn:active .fa-paw,
#openPetPolicyBtn.btn:active span,
#openPetPolicyBtn.btn:focus .fa-paw,
#openPetPolicyBtn.btn:focus span,
#openPetPolicyBtn.btn:focus-visible .fa-paw,
#openPetPolicyBtn.btn:focus-visible span,
#openPetPolicyBtn.btn:not(:disabled):not(.disabled):active .fa-paw,
#openPetPolicyBtn.btn:not(:disabled):not(.disabled):active span,
#openPetPolicyBtn.btn:not(:disabled):not(.disabled).active .fa-paw,
#openPetPolicyBtn.btn:not(:disabled):not(.disabled).active span,
.show > #openPetPolicyBtn.btn.dropdown-toggle .fa-paw,
.show > #openPetPolicyBtn.btn.dropdown-toggle span{
  color: #222222 !important;
}

#openPetPolicyBtn.btn:focus:not(:focus-visible){
  outline: none !important;
  box-shadow: 0 3px 8px rgba(0,0,0,.2) !important;
}

#openPetPolicyBtn .ripple-wave{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
  transition: none !important;
}
.vertical-center{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.vertical-center .parallax{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vertical-center .parallax img,
.vertical-center .parallax__container,
.vertical-center .parallax__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical-center .sw-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
}
/* Make the whole badge group align consistently */
.footer-trio .col-md-4{
  align-items: center; /* only matters if you ever make it flex-column; safe */
}

/* Align SVG badge with Font Awesome baseline */
.footer-jmh__badgeSvg{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}

.footer-jmh__badgeSvg svg{
  display: inline-block;
  width: 1.4em;          /* match FA icon sizing */
  height: 1.1em;         /* IMPORTANT: not .1em */
  vertical-align: -0.12em; /* tiny nudge to match FA */
}

/* Ensure FA icons also behave consistently */
.footer-trio i{
  line-height: 1;
  vertical-align: middle;
}
/* The icon row itself */
.footer-trio .col-12.col-md-4.d-flex{
  align-items: center;            /* <-- this is the missing piece */
}

/* Make every icon behave the same */
.footer-trio .col-12.col-md-4.d-flex i,
.footer-trio .footer-jmh__badgeSvg{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.footer-trio .footer-jmh__badgeSvg svg{
  width: 1.3em !important;
  height: 1em !important;
  display: block;
}