:root{
  --ire-navy:#082b3a;
  --ire-navy-2:#0d3a4b;
  --ire-cyan:#26b7d8;
  --ire-gold:#e3b34c;
  --ire-ink:#142c38;
  --ire-muted:#647985;
  --ire-soft:#f3f7f8;
  --ire-line:#d8e3e7;
  --ire-white:#fff;
  --ire-shadow:0 18px 55px rgba(5,37,50,.13);
}

html{scroll-behavior:smooth}
body,
button,
input,
select,
textarea{
  font-family:"Montserrat","Helvetica Neue",Arial,sans-serif!important;
}
body{color:var(--ire-ink);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif!important;letter-spacing:-.025em}
a,button,input,select,textarea{transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}
:focus-visible{outline:3px solid rgba(38,183,216,.42)!important;outline-offset:3px!important}

/* Header and navigation */
header,
.elementor-location-header{
  position:relative;
  z-index:1000;
}
.elementor-location-header .elementor-container,
.elementor-location-header .e-con-inner{
  align-items:center!important;
}
.elementor-location-header nav a,
.elementor-location-header .elementor-nav-menu a{
  color:var(--ire-ink);
  font-size:15px!important;
  font-weight:650!important;
  letter-spacing:.01em!important;
  line-height:1.25!important;
}
.elementor-location-header nav a:hover,
.elementor-location-header .elementor-nav-menu a:hover{color:var(--ire-cyan)!important}
.elementor-location-header input[type="search"]{
  min-height:46px!important;
  border:1px solid var(--ire-line)!important;
  border-radius:4px!important;
  background:#fff!important;
  color:var(--ire-ink)!important;
  padding:0 48px 0 16px!important;
  box-shadow:none!important;
}
.elementor-location-header button[type="submit"],
.elementor-location-header .elementor-search-form__submit{
  width:46px!important;
  min-width:46px!important;
  height:46px!important;
  border-radius:0 4px 4px 0!important;
  background:var(--ire-navy)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.elementor-location-header button[type="submit"]:hover,
.elementor-location-header .elementor-search-form__submit:hover{background:var(--ire-cyan)!important}

.ire-properties-menu{position:relative!important}
.ire-properties-menu>a::after{content:"";display:inline-block;width:7px;height:7px;margin-left:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}
.ire-mega-menu{
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  width:min(860px,88vw);
  transform:translate(-32%,-8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  display:grid;
  grid-template-columns:1.45fr 1fr;
  gap:24px;
  padding:26px;
  background:#fff;
  border:1px solid var(--ire-line);
  border-top:3px solid var(--ire-gold);
  border-radius:6px;
  box-shadow:0 24px 70px rgba(4,35,48,.22);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  z-index:9999;
}
.ire-properties-menu:hover>.ire-mega-menu,
.ire-properties-menu:focus-within>.ire-mega-menu,
.ire-properties-menu.ire-open>.ire-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-32%,0)}
.ire-mega-menu h3{margin:0 0 5px;font-size:21px;color:var(--ire-navy)}
.ire-mega-menu p{margin:0 0 18px;color:var(--ire-muted);font-size:13px;line-height:1.6}
.ire-mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.ire-mega-grid a{
  display:flex!important;
  align-items:center;
  min-height:48px;
  padding:10px 13px!important;
  border:1px solid var(--ire-line);
  border-radius:4px;
  color:var(--ire-ink)!important;
  background:#fff;
  font-size:14px!important;
  font-weight:700!important;
}
.ire-mega-grid a:hover{border-color:var(--ire-cyan);background:#f3fbfd;color:var(--ire-navy)!important;transform:translateY(-1px)}
.ire-mega-feature{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
  padding:20px;
  border-radius:4px;
  background:linear-gradient(145deg,var(--ire-navy),var(--ire-navy-2));
  color:#fff;
}
.ire-mega-feature strong{font-size:19px;line-height:1.3}
.ire-mega-feature span{margin:8px 0 18px;color:#c6d9e1;font-size:13px;line-height:1.55}
.ire-mega-feature a{display:inline-flex!important;justify-content:center;padding:13px 16px!important;border-radius:3px;background:var(--ire-gold);color:var(--ire-navy)!important;text-transform:uppercase;font-weight:800!important;letter-spacing:.08em}

/* Hero */
.ire-hero-enhanced{
  min-height:720px;
  display:flex;
  align-items:center;
  position:relative;
  isolation:isolate;
}
.ire-hero-enhanced::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(4,29,41,.42),rgba(4,29,41,.72));
  z-index:-1;
  pointer-events:none;
}
.ire-hero-enhanced h1{
  max-width:960px;
  margin-left:auto!important;
  margin-right:auto!important;
  color:#fff!important;
  font-size:clamp(44px,5.7vw,86px)!important;
  line-height:1.02!important;
  text-align:center!important;
  text-wrap:balance;
  text-shadow:0 4px 24px rgba(0,0,0,.28);
}
.ire-hero-subtitle{
  margin:10px auto 0;
  color:#f1c769;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(24px,2.4vw,38px);
  line-height:1.2;
  font-style:italic;
  letter-spacing:.08em;
  text-align:center;
}
.ire-hero-proof{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  max-width:900px;
  margin:22px auto 25px;
  color:#fff;
  font-size:15px;
  font-weight:650;
  line-height:1.45;
  text-align:center;
}
.ire-hero-proof .ire-stars{color:var(--ire-gold);letter-spacing:.08em}
.ire-hero-search-shell{
  width:min(1140px,calc(100vw - 40px));
  margin:0 auto!important;
  padding:18px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:6px!important;
  background:rgba(5,39,53,.74)!important;
  box-shadow:0 24px 65px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(14px);
}
.ire-hero-search-shell form,
.ire-hero-search-shell .jet-smart-filters-search,
.ire-hero-search-shell>.elementor-container,
.ire-hero-search-shell>.e-con-inner{
  align-items:stretch!important;
}
.ire-hero-search-shell input,
.ire-hero-search-shell select,
.ire-hero-search-shell .jet-select__control,
.ire-hero-search-shell .select2-selection,
.ire-hero-search-shell .jet-search-filter__input{
  min-height:58px!important;
  border:1px solid rgba(215,226,231,.95)!important;
  border-radius:3px!important;
  background:#fff!important;
  color:var(--ire-ink)!important;
  font-size:15px!important;
  font-weight:600!important;
  box-shadow:none!important;
}
.ire-hero-search-shell button,
.ire-hero-search-shell .apply-filters__button{
  min-height:58px!important;
  border:0!important;
  border-radius:3px!important;
  background:var(--ire-cyan)!important;
  color:#fff!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  text-transform:uppercase;
  box-shadow:0 12px 28px rgba(38,183,216,.24)!important;
}
.ire-hero-search-shell button:hover,
.ire-hero-search-shell .apply-filters__button:hover{background:#159dbb!important;transform:translateY(-1px)}
.ire-quick-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;
  width:min(1120px,calc(100vw - 40px));
  margin:18px auto 0;
}
.ire-quick-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 17px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:3px;
  background:rgba(4,36,49,.62);
  color:#fff!important;
  font-size:13px;
  font-weight:750;
  line-height:1;
  backdrop-filter:blur(8px);
}
.ire-quick-links a:hover{border-color:#fff;background:#fff;color:var(--ire-navy)!important;transform:translateY(-2px)}
.ire-quick-links a.ire-valuation{border-color:var(--ire-gold);background:var(--ire-gold);color:var(--ire-navy)!important}

/* Global sections */
.elementor-top-section,
.e-con.e-parent{scroll-margin-top:110px}
.ire-press-section,
.ire-team-section,
.ire-testimonial-section{overflow:hidden}
.ire-press-section img{width:auto!important;max-width:175px!important;height:58px!important;object-fit:contain!important;filter:grayscale(1);opacity:.65}
.ire-press-section img:hover{filter:grayscale(0);opacity:1;transform:translateY(-2px)}
.ire-team-section .jet-listing-grid__items,
.ire-team-section .swiper-wrapper{align-items:stretch!important}
.ire-team-section .jet-listing-grid__item,
.ire-team-section .swiper-slide{height:auto!important}
.ire-team-section .elementor-widget-wrap,
.ire-team-section .e-con{height:100%}
.ire-team-section .ire-office-card img{object-fit:contain!important;padding:28px!important;background:#fff!important}
.ire-team-section img{object-position:center top}

/* Property cards */
.jet-listing-grid__item[data-cardclick="1"]{cursor:pointer}
.jet-listing-grid__item[data-cardclick="1"] .elementor-widget-wrap,
.jet-listing-grid__item[data-cardclick="1"]>.elementor{height:100%}
.jet-listing-grid__item[data-cardclick="1"]:hover{transform:translateY(-4px);filter:drop-shadow(0 18px 24px rgba(4,35,48,.12))}
.jet-listing-grid__item[data-cardclick="1"] img{transition:transform .35s ease}
.jet-listing-grid__item[data-cardclick="1"]:hover img{transform:scale(1.025)}

/* Listing filters */
.ire-detail-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
  padding:20px!important;
  border:1px solid var(--ire-line)!important;
  border-radius:5px!important;
  background:var(--ire-soft)!important;
}
.ire-detail-grid>*{min-width:0!important;margin:0!important}
.ire-detail-grid label,
.ire-detail-grid .jet-checkboxes-list__row{
  display:flex!important;
  align-items:center!important;
  min-height:46px!important;
  padding:10px 12px!important;
  border:1px solid var(--ire-line)!important;
  border-radius:3px!important;
  background:#fff!important;
  font-size:13px!important;
  font-weight:650!important;
}
.ire-detail-grid label:hover,
.ire-detail-grid .jet-checkboxes-list__row:hover{border-color:var(--ire-cyan)!important;background:#f7fdff!important}

/* Testimonials */
.ire-testimonial-section{background:var(--ire-soft)!important}
.ire-testimonial-section .swiper-wrapper{align-items:stretch!important}
.ire-testimonial-section .swiper-slide{height:auto!important}
.ire-testimonial-section .swiper-slide>.elementor-element,
.ire-testimonial-section .swiper-slide>.elementor{height:100%!important}
.ire-testimonial-section .swiper-slide{
  padding:28px!important;
  border:1px solid var(--ire-line)!important;
  border-top:4px solid var(--ire-gold)!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:0 14px 40px rgba(5,37,50,.08)!important;
}
.ire-testimonial-section .swiper-slide::before{content:"★★★★★";display:block;margin-bottom:14px;color:var(--ire-gold);font-size:18px;letter-spacing:.08em}
.ire-testimonial-section .swiper-button-prev,
.ire-testimonial-section .swiper-button-next{width:44px!important;height:44px!important;border-radius:3px!important;background:var(--ire-navy)!important;color:#fff!important}

/* New social and alerts sections */
.ire-social-section,
.ire-alerts-section{
  width:100%;
  padding:74px 24px;
}
.ire-social-section{background:#fff}
.ire-section-inner{width:min(1160px,100%);margin:0 auto}
.ire-kicker{display:block;margin-bottom:10px;color:var(--ire-cyan);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.ire-section-title{margin:0;color:var(--ire-navy);font-size:clamp(31px,4vw,52px);line-height:1.08;text-wrap:balance}
.ire-section-copy{max-width:700px;margin:14px 0 30px;color:var(--ire-muted);font-size:16px;line-height:1.75}
.ire-social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ire-social-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:245px;
  padding:26px;
  overflow:hidden;
  border:1px solid var(--ire-line);
  border-radius:5px;
  background:linear-gradient(145deg,#fff,var(--ire-soft));
  color:var(--ire-navy)!important;
}
.ire-social-card::after{content:"↗";position:absolute;right:22px;top:19px;font-size:22px;color:var(--ire-cyan)}
.ire-social-card:hover{border-color:var(--ire-cyan);box-shadow:var(--ire-shadow);transform:translateY(-4px)}
.ire-social-icon{font-size:13px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.ire-social-card strong{font-size:25px;line-height:1.15}
.ire-social-card span{color:var(--ire-muted);font-size:14px;line-height:1.6}
.ire-alerts-section{background:linear-gradient(145deg,var(--ire-navy),#0c4154);color:#fff}
.ire-alerts-section .ire-section-title{color:#fff}
.ire-alerts-section .ire-section-copy{color:#c8d9e0}
.ire-alerts-form{display:grid;grid-template-columns:1fr 1.2fr auto;gap:10px;max-width:900px}
.ire-alerts-form input{min-height:54px;padding:0 15px;border:1px solid rgba(255,255,255,.24);border-radius:3px;background:#fff;color:var(--ire-ink)}
.ire-alerts-form button{min-height:54px;padding:0 25px;border:0;border-radius:3px;background:var(--ire-gold);color:var(--ire-navy);font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.ire-alerts-note{display:block;margin-top:10px;color:#a9c4ce;font-size:12px}

/* Footer conversion and search links */
.ire-footer-searches{padding:30px 0 10px}
.ire-footer-searches h3{margin:0 0 15px;color:#fff;font-size:18px}
.ire-footer-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 20px}
.ire-footer-search-grid a{color:#c7d9e0!important;font-size:13px;line-height:1.45}
.ire-footer-search-grid a:hover{color:#fff!important;text-decoration:underline}
.ire-valuation-band h3{max-width:850px!important;text-wrap:balance}
.ire-valuation-band a,
.ire-valuation-band button{border-radius:3px!important;background:var(--ire-gold)!important;color:var(--ire-navy)!important;font-weight:850!important}

/* Property pages */
.single-properties .ire-property-title{font-size:clamp(34px,4vw,58px)!important;line-height:1.08!important}
.single-properties .ire-inquiry-column{position:sticky!important;top:105px!important;align-self:flex-start!important}
.single-properties .ire-inquiry-column form{padding:22px;border:1px solid var(--ire-line);border-radius:5px;background:#fff;box-shadow:var(--ire-shadow)}
.single-properties .ire-inquiry-column input,
.single-properties .ire-inquiry-column textarea{border-radius:3px!important;border:1px solid var(--ire-line)!important}
.single-properties .ire-inquiry-column button[type="submit"]{width:100%;min-height:50px;border-radius:3px!important;background:var(--ire-cyan)!important;color:#fff!important;font-weight:850!important}
.single-properties .jet-woo-product-gallery__image-item{overflow:hidden;background:#eef3f5}
.single-properties .jet-woo-product-gallery__image-link img{display:block;width:100%!important;aspect-ratio:3/2;object-fit:cover!important;object-position:center!important}
.single-properties .jet-woo-product-gallery__image-link img[src*="floor"],
.single-properties .jet-woo-product-gallery__image-link img[alt*="floor"]{object-fit:contain!important;padding:15px;background:#fff}
.ire-mobile-property-bar{display:none}

@media(max-width:1100px){
  .ire-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .ire-mega-menu{left:0;transform:translate(0,-8px)}
  .ire-properties-menu:hover>.ire-mega-menu,
  .ire-properties-menu:focus-within>.ire-mega-menu,
  .ire-properties-menu.ire-open>.ire-mega-menu{transform:translate(0,0)}
}
@media(max-width:767px){
  body{padding-bottom:66px}
  .ire-hero-enhanced{min-height:780px;padding:110px 0 60px}
  .ire-hero-enhanced h1{font-size:clamp(39px,11.5vw,58px)!important}
  .ire-hero-proof{flex-direction:column;font-size:13px}
  .ire-hero-search-shell{width:calc(100vw - 24px);padding:12px!important}
  .ire-quick-links{width:calc(100vw - 24px);gap:7px}
  .ire-quick-links a{flex:1 1 calc(50% - 7px);padding:10px 8px;font-size:12px}
  .ire-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:12px!important}
  .ire-social-grid{grid-template-columns:1fr}
  .ire-social-card{min-height:190px}
  .ire-alerts-form{grid-template-columns:1fr}
  .ire-footer-search-grid{grid-template-columns:1fr}
  .ire-mega-menu{display:none!important}
  .single-properties .ire-inquiry-column{position:static!important}
  .ire-mobile-property-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
    display:grid;
    grid-template-columns:1fr 1.2fr 1fr;
    min-height:64px;
    border-top:1px solid rgba(255,255,255,.18);
    background:var(--ire-navy);
    box-shadow:0 -8px 30px rgba(4,30,41,.22);
  }
  .ire-mobile-property-bar a,
  .ire-mobile-property-bar button{
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-right:1px solid rgba(255,255,255,.15);
    background:transparent;
    color:#fff!important;
    font-size:12px;
    font-weight:850;
    letter-spacing:.05em;
    text-transform:uppercase;
  }
  .ire-mobile-property-bar .ire-wa{background:#159b69}
}
.ire-hero-subtitle{font-family:"Montserrat","Helvetica Neue",Arial,sans-serif!important;font-weight:500!important;letter-spacing:.08em!important}
.home .elementor-location-header .ire-mega-menu{
  top:calc(100% + 10px)!important;
  left:0!important;
  width:min(1050px,calc(100vw - 330px))!important;
  grid-template-columns:minmax(0,1fr) 350px!important;
  gap:28px!important;
  padding:28px!important;
  border:1px solid #d9e4e8!important;
  border-top:4px solid var(--ire-gold)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 28px 70px rgba(3,31,43,.24)!important;
  transform:translate(-4px,-8px)!important;
}
.home .elementor-location-header .ire-properties-menu:hover>.ire-mega-menu,
.home .elementor-location-header .ire-properties-menu:focus-within>.ire-mega-menu,
.home .elementor-location-header .ire-properties-menu.ire-open>.ire-mega-menu{transform:translate(-4px,0)!important}
.home .elementor-location-header .ire-mega-intro h3{margin:0 0 8px!important;color:var(--ire-navy)!important;font-size:27px!important;line-height:1.15!important;letter-spacing:-.025em!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-intro>p{max-width:570px!important;margin:0 0 22px!important;color:#617985!important;font-size:14px!important;line-height:1.65!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 18px!important}
.home .elementor-location-header .ire-mega-grid a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:52px!important;
  padding:12px 5px!important;
  border:0!important;
  border-bottom:1px solid #dce6e9!important;
  border-radius:0!important;
  background:transparent!important;
  color:#173342!important;
  font-size:14px!important;
  font-weight:750!important;
  line-height:1.3!important;
  text-shadow:none!important;
  transition:padding .2s ease,color .2s ease,border-color .2s ease,background .2s ease!important;
}
.home .elementor-location-header .ire-mega-menu .ire-mega-grid a:not(.ire-mega-primary),
.home .elementor-location-header .ire-mega-menu .ire-mega-grid a:not(.ire-mega-primary):visited{color:#173342!important;-webkit-text-fill-color:#173342!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-grid a:after{content:"→";color:#31b8df;font-size:17px;transition:transform .2s ease}
.home .elementor-location-header .ire-mega-grid a:hover,
.home .elementor-location-header .ire-mega-grid a:focus{padding-left:11px!important;padding-right:9px!important;border-bottom-color:#31b8df!important;background:#f3fbfd!important;color:#082a3a!important;transform:none!important}
.home .elementor-location-header .ire-mega-grid a:hover:after,
.home .elementor-location-header .ire-mega-grid a:focus:after{transform:translateX(3px)}
.home .elementor-location-header .ire-mega-grid a.ire-mega-primary{color:#082a3a!important;font-weight:850!important}
.home .elementor-location-header .ire-mega-feature{
  display:block!important;
  min-height:100%!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #d8e4e8!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#173342!important;
  box-shadow:0 12px 32px rgba(4,35,48,.1)!important;
}
.home .elementor-location-header .ire-mega-feature:hover{border-color:#31b8df!important;box-shadow:0 18px 38px rgba(4,35,48,.16)!important;transform:translateY(-2px)!important}
.home .elementor-location-header .ire-mega-feature span{margin:0!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-feature-media{position:relative!important;display:block!important;width:100%!important;height:178px!important;min-height:178px!important;max-height:178px!important;overflow:hidden!important;background:#dce8ec!important}
.home .elementor-location-header .ire-mega-feature-media img{display:block!important;width:100%!important;height:100%!important;max-height:none!important;padding:0!important;border-radius:0!important;background:transparent!important;object-fit:cover!important;filter:none!important;transform:scale(1.01)!important;transition:transform .35s ease!important}
.home .elementor-location-header .ire-mega-feature:hover .ire-mega-feature-media img{transform:scale(1.045)!important}
.home .elementor-location-header .ire-mega-badge{position:absolute!important;left:14px!important;top:14px!important;display:inline-flex!important;padding:7px 10px!important;border-radius:3px!important;background:var(--ire-gold)!important;color:#082a3a!important;font-size:10px!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-feature-body{display:block!important;padding:18px 19px 20px!important}
.home .elementor-location-header .ire-mega-location{display:block!important;margin:0 0 7px!important;color:#31aeca!important;font-size:11px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-feature strong{display:block!important;margin:0 0 11px!important;color:#082a3a!important;font-size:22px!important;line-height:1.15!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-feature-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0!important;padding-top:12px!important;border-top:1px solid #e0e8eb!important}
.home .elementor-location-header .ire-mega-price{color:#082a3a!important;font-size:16px!important;font-weight:850!important;text-shadow:none!important}
.home .elementor-location-header .ire-mega-view{color:#31aeca!important;font-size:12px!important;font-weight:850!important;letter-spacing:.05em!important;text-transform:uppercase!important;text-shadow:none!important}
.home .elementor-location-header{background:linear-gradient(180deg,rgba(4,31,44,.78),rgba(4,31,44,.25))!important}
.home .elementor-location-header img{background:rgba(255,255,255,.94)!important;padding:9px!important;border-radius:4px!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.16))!important}
.home .elementor-location-header nav a,.home .elementor-location-header .elementor-nav-menu a{color:#fff!important;text-shadow:0 1px 8px rgba(0,0,0,.24)!important}
.home .elementor-location-header input[type="search"],.home .elementor-location-header .jet-search-suggestions__field{background:#fff!important;color:var(--ire-ink)!important;opacity:1!important;border-color:#fff!important;text-overflow:ellipsis!important}
.home .elementor-location-header .elementor-element-b702b9e{
  flex:0 0 270px!important;
  width:270px!important;
  max-width:270px!important;
  margin-left:auto!important;
  padding:0!important;
}
.home .elementor-location-header .elementor-element-b702b9e .elementor-widget-container,
.home .elementor-location-header .elementor-element-b702b9e .jet-search-suggestions{width:100%!important;max-width:100%!important;margin:0!important}
.home .elementor-location-header .jet-search-suggestions__form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 46px!important;
  align-items:stretch!important;
  width:100%!important;
  height:46px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 9px 24px rgba(0,0,0,.13)!important;
  transition:border-color .2s ease,box-shadow .2s ease!important;
}
.home .elementor-location-header .jet-search-suggestions__form:focus-within{border-color:#31b8df!important;box-shadow:0 0 0 3px rgba(49,184,223,.18),0 10px 25px rgba(0,0,0,.14)!important}
.home .elementor-location-header .jet-search-suggestions__fields-holder,
.home .elementor-location-header .jet-search-suggestions__field-wrapper{min-width:0!important;height:44px!important}
.home .elementor-location-header .jet-search-suggestions__field{
  width:100%!important;
  height:44px!important;
  min-height:44px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#173342!important;
  font-size:12.5px!important;
  font-weight:600!important;
  line-height:44px!important;
  box-shadow:none!important;
}
.home .elementor-location-header .jet-search-suggestions__submit{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:46px!important;
  min-width:46px!important;
  height:44px!important;
  min-height:44px!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid #d7e2e6!important;
  border-radius:0!important;
  background:#0b3546!important;
  color:#fff!important;
  box-shadow:none!important;
}
.home .elementor-location-header .jet-search-suggestions__submit:hover{background:#31b8df!important}
.home .elementor-location-header .elementor-element-145414d0{
  flex:0 0 170px!important;
  width:170px!important;
  max-width:170px!important;
  align-items:stretch!important;
  gap:5px!important;
  margin-left:10px!important;
  padding:0!important;
}
.home .elementor-location-header .elementor-element-3af7c186,
.home .elementor-location-header .elementor-element-6c7b5647{width:100%!important;max-width:100%!important;margin:0!important}
.home .elementor-location-header .elementor-element-3af7c186 .elementor-button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:44px!important;
  padding:0 13px!important;
  border:1px solid rgba(255,255,255,.42)!important;
  border-radius:7px!important;
  background:rgba(4,34,47,.46)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:780!important;
  letter-spacing:.01em!important;
  text-shadow:none!important;
  box-shadow:none!important;
  backdrop-filter:blur(9px)!important;
}
.home .elementor-location-header .elementor-element-3af7c186 .elementor-button:before{content:"☎";margin-right:7px;color:#50c3de;font-size:13px}
.home .elementor-location-header .elementor-element-3af7c186 .elementor-button:hover{border-color:#31b8df!important;background:#31b8df!important;color:#082a3a!important;transform:translateY(-1px)!important}
.home .elementor-location-header .elementor-element-6c7b5647,
.home .elementor-location-header .elementor-element-6c7b5647 p{line-height:1!important;text-align:center!important}
.home .elementor-location-header .elementor-element-6c7b5647 a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:20px!important;
  padding:0 4px!important;
  color:#d8e7ec!important;
  font-size:11.5px!important;
  font-weight:650!important;
  letter-spacing:.015em!important;
  text-decoration:none!important;
  text-shadow:0 1px 8px rgba(0,0,0,.22)!important;
}
.home .elementor-location-header .elementor-element-6c7b5647 a:hover{color:#fff!important;text-decoration:underline!important;text-underline-offset:3px!important}

/* AI-powered property recommendations */
.single-properties .ire-smart-similar-section{
  position:relative!important;
  overflow:hidden!important;
  padding:86px 0 92px!important;
  background:linear-gradient(145deg,#f5f8f9,#eef5f7)!important;
  border-top:1px solid #dce7ea!important;
}
.single-properties .ire-smart-similar-section:before{
  content:""!important;
  position:absolute!important;
  right:-180px!important;
  top:-220px!important;
  width:520px!important;
  height:520px!important;
  border:1px solid rgba(49,184,223,.16)!important;
  border-radius:50%!important;
  box-shadow:0 0 0 70px rgba(49,184,223,.035),0 0 0 140px rgba(49,184,223,.025)!important;
  pointer-events:none!important;
}
.single-properties .ire-smart-similar-section>.elementor-container{position:relative!important;z-index:1!important}
.single-properties .ire-smart-similar-section .elementor-heading-title{color:#082a3a!important;font-size:clamp(34px,3.4vw,52px)!important;line-height:1.05!important;letter-spacing:-.04em!important}
.single-properties .ire-smart-kicker{
  display:block!important;
  margin:0 0 10px!important;
  color:#25aaca!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.single-properties .ire-smart-intro{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  margin:12px 0 28px!important;
}
.single-properties .ire-smart-intro p{max-width:720px!important;margin:0!important;color:#5b737e!important;font-size:15px!important;line-height:1.65!important}
.single-properties .ire-smart-engine{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
  padding:9px 12px!important;
  border:1px solid #cce3e9!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.72)!important;
  color:#173b4a!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.single-properties .ire-smart-engine:before{content:"✦";color:#e6ac37;font-size:13px}
.single-properties .ire-smart-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
}
.single-properties .ire-smart-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid #d9e4e8!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#173342!important;
  box-shadow:0 12px 32px rgba(5,38,53,.07)!important;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important;
}
.single-properties .ire-smart-card:hover{border-color:#31b8df!important;box-shadow:0 22px 46px rgba(5,38,53,.14)!important;transform:translateY(-5px)!important}
.single-properties .ire-smart-card-media{position:relative!important;display:block!important;aspect-ratio:16/10!important;overflow:hidden!important;background:#dfeaed!important}
.single-properties .ire-smart-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .4s ease!important}
.single-properties .ire-smart-card:hover .ire-smart-card-media img{transform:scale(1.045)!important}
.single-properties .ire-smart-match{
  position:absolute!important;
  left:14px!important;
  top:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:8px 10px!important;
  border-radius:4px!important;
  background:#082f40!important;
  color:#fff!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
}
.single-properties .ire-smart-match:before{content:"✦";color:#e8b64b!important}
.single-properties .ire-smart-type{
  position:absolute!important;
  right:14px!important;
  top:14px!important;
  padding:8px 10px!important;
  border-radius:4px!important;
  background:rgba(255,255,255,.92)!important;
  color:#082a3a!important;
  font-size:10px!important;
  font-weight:850!important;
  backdrop-filter:blur(8px)!important;
}
.single-properties .ire-smart-card-body{display:flex!important;flex:1!important;flex-direction:column!important;padding:21px 21px 19px!important}
.single-properties .ire-smart-card-location{margin:0 0 7px!important;color:#28a9c7!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important}
.single-properties .ire-smart-card h3{margin:0!important;color:#082a3a!important;font-size:22px!important;line-height:1.18!important;letter-spacing:-.025em!important}
.single-properties .ire-smart-price{display:block!important;margin:15px 0 13px!important;color:#082a3a!important;font-size:21px!important;font-weight:900!important}
.single-properties .ire-smart-specs{display:flex!important;flex-wrap:wrap!important;gap:8px 14px!important;margin:0 0 16px!important;padding:12px 0!important;border-top:1px solid #e1e9ec!important;border-bottom:1px solid #e1e9ec!important;color:#5c737e!important;font-size:12px!important;font-weight:700!important}
.single-properties .ire-smart-reasons{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:0 0 18px!important}
.single-properties .ire-smart-reason{display:inline-flex!important;padding:6px 8px!important;border-radius:3px!important;background:#eef8fa!important;color:#275462!important;font-size:10px!important;font-weight:800!important;line-height:1.25!important}
.single-properties .ire-smart-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:auto!important;color:#159fbe!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.single-properties .ire-smart-cta:after{content:"→";font-size:17px!important;transition:transform .2s ease!important}
.single-properties .ire-smart-card:hover .ire-smart-cta:after{transform:translateX(4px)!important}
.single-properties .ire-smart-skeleton{min-height:440px!important;border-radius:8px!important;background:linear-gradient(90deg,#e7eef0 25%,#f5f8f9 38%,#e7eef0 52%)!important;background-size:400% 100%!important;animation:ireSmartPulse 1.35s ease infinite!important}
@keyframes ireSmartPulse{0%{background-position:100% 0}100%{background-position:0 0}}
.home .ire-hero-enhanced{min-height:790px!important;padding:110px 0 70px!important}
.home .ire-hero-enhanced::before{background:linear-gradient(180deg,rgba(3,25,37,.50),rgba(3,25,37,.68))!important}
.home .ire-hero-enhanced h1{max-width:1050px!important;font-size:clamp(48px,4.45vw,76px)!important;line-height:1.02!important;margin-bottom:8px!important}
.home .ire-hero-subtitle{font-size:clamp(22px,2vw,31px)!important;margin-top:6px!important}
.home .ire-hero-proof{display:inline-flex!important;width:auto!important;max-width:calc(100% - 40px)!important;margin:20px auto 28px!important;padding:10px 18px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:4px!important;background:rgba(4,35,48,.62)!important;backdrop-filter:blur(10px)!important}
.home .ire-hero-search-shell{width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;margin:0 auto!important;padding:15px!important;border:1px solid rgba(255,255,255,.26)!important;border-radius:5px!important;background:rgba(5,38,52,.88)!important;box-shadow:0 22px 55px rgba(0,0,0,.25)!important;backdrop-filter:blur(16px)!important}
.home .ire-hero-search-shell .elementor-widget-container{background:transparent!important}
.home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
.home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  align-self:stretch!important;
}
.home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element:nth-child(-n+4){z-index:20!important}
.home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element:nth-child(n+5){z-index:5!important}
.home .ire-hero-search-shell :is(select,input,.jet-select,.jet-select__control,.select2-selection,.jet-search-filter__input,.jet-filter-items-dropdown,.jet-filter-items-dropdown__label){background:#fff!important;color:var(--ire-ink)!important;opacity:1!important;border-color:#d6e1e5!important;box-shadow:none!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown{min-height:56px!important;border:1px solid #d6e1e5!important;border-radius:6px!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown:hover{border-color:#8ecfdd!important;transform:translateY(-1px)!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown:focus-within{border-color:var(--ire-cyan)!important;box-shadow:0 0 0 3px rgba(49,184,223,.18)!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown__label{display:flex!important;align-items:center!important;min-height:54px!important;padding:0 17px!important;border:0!important;border-radius:6px!important;font-size:15px!important;font-weight:700!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown__label:after{color:#49636e!important}
.home .ire-hero-search-shell :is(.jet-select__control,select){min-height:56px!important;height:56px!important;padding:0 16px!important;border:1px solid #d6e1e5!important;border-radius:6px!important;font-size:15px!important;font-weight:700!important;transition:border-color .2s ease,box-shadow .2s ease!important}
.home .ire-hero-search-shell :is(.jet-select__control,select):hover{border-color:#8ecfdd!important}
.home .ire-hero-search-shell :is(.jet-select__control,select):focus{outline:0!important;border-color:var(--ire-cyan)!important;box-shadow:0 0 0 3px rgba(49,184,223,.18)!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown__body{
  z-index:50!important;
  min-width:100%!important;
  margin-top:7px!important;
  padding:8px!important;
  overflow:hidden!important;
  border:1px solid #d6e1e5!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 20px 46px rgba(4,35,48,.18)!important;
}
.home .ire-hero-search-shell .jet-checkboxes-list__row{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:5px!important;
  background:transparent!important;
}
.home .ire-hero-search-shell .jet-checkboxes-list__row:hover{background:#eef9fc!important}
.home .ire-hero-search-shell .jet-checkboxes-list__button{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:40px!important;
  padding:8px 10px!important;
  border-radius:5px!important;
  color:var(--ire-ink)!important;
  font-size:14px!important;
  font-weight:650!important;
}
.home .ire-hero-search-shell .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button{background:#e5f7fb!important;color:#06384a!important}
.home .ire-hero-search-shell .jet-checkboxes-list__decorator{border-color:#a9bbc2!important;border-radius:3px!important}
.home .ire-hero-search-shell .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator{border-color:var(--ire-cyan)!important;background:var(--ire-cyan)!important}
.home .ire-hero-search-shell :is(input,select)::placeholder{color:#526873!important;opacity:1!important}
.home .ire-hero-search-shell .apply-filters__button{min-height:56px!important;height:56px!important;width:100%!important;padding:0 24px!important;border-radius:6px!important;background:var(--ire-cyan)!important;box-shadow:0 8px 20px rgba(49,184,223,.2)!important}
.home .ire-hero-search-shell .apply-filters__button:hover{background:#139dbd!important;box-shadow:0 11px 24px rgba(49,184,223,.3)!important;transform:translateY(-1px)!important}
.home .ire-quick-links{margin-top:14px!important}
.home .ire-quick-links a{background:rgba(4,34,47,.86)!important;border-color:rgba(255,255,255,.28)!important}
.home .ire-quick-links a.ire-valuation{background:var(--ire-gold)!important;border-color:var(--ire-gold)!important}

.elementor-location-footer .ire-valuation-band{padding:0!important;background:linear-gradient(120deg,#082b3a,#0d4053)!important;border-top:4px solid var(--ire-gold)!important}
.elementor-location-footer .ire-valuation-band>.elementor-container{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(230px,.65fr) minmax(330px,1fr)!important;gap:42px!important;align-items:center!important;max-width:1380px!important;min-height:320px!important;padding:54px 36px!important}
.elementor-location-footer .ire-valuation-band>.elementor-container>.elementor-column{width:auto!important;max-width:none!important}
.elementor-location-footer .ire-valuation-band h3{max-width:620px!important;margin:0!important;color:#fff!important;font-size:clamp(29px,2.5vw,43px)!important;line-height:1.18!important;letter-spacing:-.035em!important}
.elementor-location-footer .ire-valuation-band .elementor-button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:60px!important;padding:16px 22px!important;border-radius:3px!important;background:var(--ire-gold)!important;color:var(--ire-navy)!important;font-size:14px!important;font-weight:900!important;text-align:center!important;box-shadow:0 12px 28px rgba(0,0,0,.14)!important}
.elementor-location-footer .ire-valuation-band .ire-footer-searches{padding:0!important;align-self:center!important}
.elementor-location-footer .ire-valuation-band .ire-footer-searches h3{margin:0 0 14px!important;color:#fff!important;font-size:20px!important;line-height:1.25!important;letter-spacing:-.01em!important}
.elementor-location-footer .ire-valuation-band .ire-footer-search-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 24px!important}
.elementor-location-footer .ire-valuation-band .ire-footer-search-grid a{display:block!important;min-height:auto!important;padding:9px 2px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important;border-radius:0!important;background:transparent!important;color:#d9e8ed!important;font-size:13px!important;font-weight:650!important;line-height:1.35!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important}
.elementor-location-footer .ire-valuation-band .ire-footer-search-grid a:hover{padding-left:7px!important;border-bottom-color:var(--ire-cyan)!important;color:#fff!important;transform:none!important}
.elementor-location-footer .elementor-element-76bb0959{padding:58px 0 50px!important;background:#f4f7f8!important;border:0!important}
.elementor-location-footer .elementor-element-76bb0959>.e-con-inner{align-items:flex-start!important;gap:64px!important}
.elementor-location-footer .elementor-element-76bb0959 img{width:auto!important;max-width:230px!important;max-height:120px!important;object-fit:contain!important}
.elementor-location-footer .elementor-element-76bb0959 h5,.elementor-location-footer .elementor-element-76bb0959 p:first-child{color:var(--ire-navy)!important;font-weight:800!important}
.elementor-location-footer .elementor-element-76bb0959 p,.elementor-location-footer .elementor-element-76bb0959 a{color:#455e69!important;line-height:1.65!important}
.elementor-location-footer .elementor-element-76bb0959 a:hover{color:var(--ire-cyan)!important}
.elementor-location-footer .elementor-element-63acdb8d{padding:20px 0!important;background:#fff!important;border-top:1px solid #dce5e8!important}
.elementor-location-footer .elementor-element-63acdb8d>.e-con-inner{align-items:center!important}
.elementor-location-footer .elementor-element-63acdb8d p{margin:0!important;color:#788d96!important;font-size:12px!important}
.home .elementor-element-0ea8724,
.home .elementor-element-633a9c5,
.home .elementor-element-7cd9927{display:none!important}
@media(min-width:1024px){
  .elementor-location-header .elementor-container,.elementor-location-header .e-con-inner{flex-wrap:nowrap!important}
  .elementor-location-header .elementor-nav-menu{display:flex!important;flex-wrap:nowrap!important}
  .elementor-location-header .elementor-nav-menu>li>a{padding-left:11px!important;padding-right:11px!important;font-size:13.5px!important;white-space:nowrap!important}
  .elementor-location-header .elementor-search-form,.elementor-location-header .jet-search-suggestions{width:280px!important;max-width:280px!important;margin-left:auto!important}
}
@media(max-width:1120px) and (min-width:768px){
  .single-properties .ire-smart-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .single-properties .ire-smart-card:nth-child(3){display:none!important}
  .home .elementor-location-header .elementor-element-b702b9e{flex-basis:220px!important;width:220px!important;max-width:220px!important}
  .home .elementor-location-header .elementor-element-145414d0{flex-basis:150px!important;width:150px!important;max-width:150px!important}
  .home .elementor-location-header .ire-mega-menu{width:min(900px,calc(100vw - 80px))!important;grid-template-columns:minmax(0,1fr) 310px!important}
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element{z-index:auto!important}
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element:focus-within{z-index:30!important}
  .elementor-location-footer .ire-valuation-band>.elementor-container{grid-template-columns:1fr .62fr!important;gap:28px!important}
  .elementor-location-footer .ire-valuation-band .ire-footer-searches{grid-column:1/-1!important}
}
@media(max-width:767px){
  .single-properties .ire-smart-similar-section{padding:58px 18px 66px!important}
  .single-properties .ire-smart-intro{align-items:flex-start!important;flex-direction:column!important;margin-bottom:22px!important}
  .single-properties .ire-smart-grid{grid-template-columns:1fr!important}
  .single-properties .ire-smart-card:nth-child(3){display:flex!important}
  .home .elementor-location-header .elementor-element-b702b9e{width:calc(100% - 40px)!important;max-width:none!important;margin:7px 20px!important}
  .home .elementor-location-header .elementor-element-145414d0{width:auto!important;max-width:none!important;margin:6px 20px!important}
  .elementor-location-header img{max-height:86px!important;width:auto!important}
  .elementor-location-header a[href^="mailto:"]{display:none!important}
  .elementor-location-header a[href^="tel:"]{min-height:46px!important;padding:0 16px!important}
  .elementor-location-header .elementor-widget-search{margin:6px 20px!important}
  .ire-hero-enhanced{overflow:hidden!important}
  .ire-hero-proof{width:calc(100% - 24px)!important;max-width:100%!important;padding:0 6px!important;white-space:normal!important}
  .ire-hero-search-shell,.ire-quick-links{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;transform:none!important}
  .ire-hero-search-shell *{max-width:100%!important;box-sizing:border-box!important}
  .ire-hero-search-shell .elementor-row,.ire-hero-search-shell>.elementor-container,.ire-hero-search-shell>.e-con-inner{width:100%!important;max-width:100%!important}
  .home .ire-hero-enhanced{min-height:760px!important;padding:72px 0 54px!important}
  .home .ire-hero-enhanced h1{font-size:clamp(40px,11vw,54px)!important}
  .home .ire-hero-proof{display:flex!important;padding:9px 12px!important}
  .home .ire-hero-search-shell{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;padding:11px!important}
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap{grid-template-columns:1fr!important;gap:8px!important}
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element{z-index:auto!important}
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element:focus-within{z-index:30!important}
  .home .ire-hero-search-shell>.elementor-container{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .home .ire-hero-search-shell>.elementor-container>.elementor-column{width:100%!important;max-width:100%!important}
  .home .ire-hero-search-shell .elementor-inner-section>.elementor-container{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .home .ire-hero-search-shell .elementor-inner-section>.elementor-container>.elementor-column{width:100%!important;max-width:100%!important}
  .elementor-location-footer .ire-valuation-band>.elementor-container{display:flex!important;flex-direction:column!important;align-items:stretch!important;min-height:0!important;padding:42px 22px!important;gap:26px!important}
  .elementor-location-footer .ire-valuation-band h3{font-size:30px!important;text-align:left!important}
  .elementor-location-footer .ire-valuation-band .ire-footer-search-grid{grid-template-columns:1fr!important}
  .elementor-location-footer .elementor-element-76bb0959{padding:42px 22px!important}
  .elementor-location-footer .elementor-element-76bb0959>.e-con-inner{gap:34px!important}
  .elementor-location-footer .elementor-element-63acdb8d{padding:18px 22px!important}
}
.ire-tool-page,.ire-resource-page,.ire-lead-page{--ire-navy:#082a3a;--ire-deep:#061f2b;--ire-cyan:#31b8df;--ire-gold:#e8b64b;--ire-ink:#173342;--ire-soft:#f3f7f8;max-width:1240px;margin:0 auto;padding:56px 24px 84px;color:var(--ire-ink);font-family:"Montserrat","Helvetica Neue",Arial,sans-serif}
.ire-tool-hero{padding:clamp(42px,7vw,84px);background:linear-gradient(130deg,var(--ire-deep),#0d4357);color:#fff;border-left:6px solid var(--ire-gold);position:relative;overflow:hidden}
.ire-tool-hero:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.14);transform:rotate(35deg);right:-110px;top:-130px}
.ire-tool-hero .ire-kicker,.ire-tool-cta .ire-kicker{display:block;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:12px;color:var(--ire-gold);margin-bottom:14px}
.ire-tool-hero h1{max-width:900px;margin:0 0 18px;color:#fff;font-size:clamp(36px,5vw,64px);line-height:1.02}
.ire-tool-hero p{max-width:780px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(17px,2vw,21px);line-height:1.65}
.ire-tool-shell{margin-top:30px;background:#fff;border:1px solid #dfe8eb;box-shadow:0 22px 60px rgba(5,38,53,.1)}
.ire-calculator{display:grid;grid-template-columns:1.1fr .9fr}
.ire-calc-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-right:1px solid #dfe8eb}
.ire-calc-fields label,.ire-lead-form label{display:flex;flex-direction:column;gap:9px;font-size:13px;font-weight:800;letter-spacing:.02em;color:var(--ire-ink);padding:24px;border-right:1px solid #e7eef0;border-bottom:1px solid #e7eef0}
.ire-calc-fields input,.ire-lead-form input,.ire-lead-form select,.ire-lead-form textarea{width:100%;min-height:52px;padding:12px 14px;border:1px solid #bdcbd0;border-radius:0;background:#fff;color:var(--ire-ink);font:600 16px/1.3 Inter,Arial,sans-serif;box-shadow:none}
.ire-calc-fields input:focus,.ire-lead-form :is(input,select,textarea):focus{outline:3px solid rgba(49,184,223,.22);border-color:var(--ire-cyan)}
.ire-calc-results{display:grid;align-content:center;background:var(--ire-soft);padding:24px}
.ire-calc-results div{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 6px;border-bottom:1px solid #dce6e9}
.ire-calc-results span{font-size:14px;font-weight:700;color:#526a76}
.ire-calc-results strong{font-size:clamp(19px,2vw,28px);color:var(--ire-navy);text-align:right}
.ire-tool-disclaimer{margin:18px 0 0;padding:16px 18px;background:#f8fafb;border-left:3px solid var(--ire-gold);font-size:13px;line-height:1.6;color:#536b76}
.ire-tool-cta{margin-top:38px;padding:34px 38px;background:var(--ire-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px}
.ire-tool-cta h2{margin:0 0 8px;color:#fff;font-size:clamp(25px,3vw,38px)}
.ire-tool-cta p{margin:0;color:rgba(255,255,255,.72)}
.ire-button--gold{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 24px;background:var(--ire-gold);color:var(--ire-deep)!important;text-transform:uppercase;letter-spacing:.09em;font-weight:900;white-space:nowrap}
.ire-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px;border-top:1px solid #dfe8eb;border-left:1px solid #dfe8eb}
.ire-resource-grid a{min-height:240px;padding:32px;color:var(--ire-ink)!important;background:#fff;border-right:1px solid #dfe8eb;border-bottom:1px solid #dfe8eb;transition:.25s ease}
.ire-resource-grid a:hover{background:var(--ire-navy);color:#fff!important;transform:translateY(-4px);box-shadow:0 18px 38px rgba(5,38,53,.15)}
.ire-resource-grid span{color:var(--ire-cyan);font-weight:900;letter-spacing:.12em}
.ire-resource-grid h2{font-size:25px;margin:38px 0 12px;color:inherit}
.ire-resource-grid p{margin:0;color:inherit;opacity:.76;line-height:1.6}
.ire-lead-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #dfe8eb;border-left:1px solid #dfe8eb;background:#fff;box-shadow:0 22px 60px rgba(5,38,53,.1);margin-top:30px}
.ire-lead-form .ire-span-2{grid-column:1/-1}
.ire-lead-form button{min-height:60px;border:0;border-radius:0;background:var(--ire-cyan);color:var(--ire-deep);font-weight:900;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}
.ire-lead-form button:hover{background:var(--ire-gold)}
.ire-form-success{display:flex;flex-direction:column;gap:5px;margin-top:24px;padding:20px 24px;background:#e7f8ee;border-left:5px solid #2e9d62;color:#173b2b}
.ire-article-cta{margin:36px 0;padding:30px;background:#eef6f8;border-left:5px solid var(--ire-cyan)}
.ire-article-cta h2{margin-top:0}.ire-disclaimer{font-size:13px;color:#617681;border-top:1px solid #dfe7e9;padding-top:18px}
@media(max-width:850px){.ire-calculator{grid-template-columns:1fr}.ire-calc-fields{border-right:0}.ire-resource-grid{grid-template-columns:1fr 1fr}.ire-tool-cta{align-items:flex-start;flex-direction:column}.ire-lead-form{grid-template-columns:1fr}.ire-lead-form .ire-span-2{grid-column:auto}}
@media(max-width:560px){.ire-tool-page,.ire-resource-page,.ire-lead-page{padding:24px 14px 58px}.ire-tool-hero{padding:38px 24px}.ire-calc-fields,.ire-resource-grid{grid-template-columns:1fr}.ire-calc-fields label,.ire-lead-form label{padding:18px}.ire-calc-results{padding:16px}.ire-calc-results div{align-items:flex-start;flex-direction:column;gap:7px}.ire-calc-results strong{text-align:left}.ire-tool-cta{padding:26px 22px}}
/* Homepage intelligent filter UX */
.home .ire-hero-search-shell{position:relative!important;z-index:30!important;overflow:visible!important;padding:12px!important}
.home .ire-hero-search-shell:has(.ire-open),
.home .ire-hero-search-shell:has(.ire-number-picker.ire-open){z-index:500!important}
.home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap{gap:8px!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown,
.home .ire-hero-search-shell :is(.jet-select__control,select),
.home .ire-number-picker__button{min-height:50px!important;height:50px!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown__label{min-height:48px!important;padding:0 14px!important;font-size:14px!important}
.home .ire-hero-search-shell .jet-filter-items-dropdown__body{
  width:100%!important;
  max-height:296px!important;
  padding:0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:thin!important;
  scrollbar-color:#9bb7c1 #eef4f6!important;
}
.home .ire-hero-search-shell .elementor-element-1905de9 .jet-filter-items-dropdown__body{
  right:0!important;
  left:auto!important;
  width:min(430px,calc(100vw - 28px))!important;
}
.home .ire-hero-search-shell .elementor-element-c22982f .jet-filter-items-dropdown__body,
.home .ire-hero-search-shell .elementor-element-4c9136a .jet-filter-items-dropdown__body,
.home .ire-hero-search-shell .elementor-element-1905de9 .jet-filter-items-dropdown__body,
.home .ire-hero-search-shell .elementor-element-c4cd91b .jet-filter-items-dropdown__body{
  max-height:226px!important;
  margin-top:64px!important;
}
.home .ire-hero-search-shell .elementor-element-c4cd91b .jet-filter-items-dropdown__body,
.home .ire-hero-search-shell .elementor-element-6ba7a2d .jet-filter-items-dropdown__body{
  right:0!important;
  left:auto!important;
  width:min(370px,calc(100vw - 28px))!important;
}
.home .ire-hero-search-shell .jet-checkboxes-list{padding:5px!important}
.home .ire-hero-search-shell .jet-checkboxes-list__button{
  min-height:32px!important;
  padding:5px 8px!important;
  gap:8px!important;
  font-size:12.5px!important;
  line-height:1.25!important;
}
.home .ire-hero-search-shell .jet-checkboxes-list__decorator{
  flex:0 0 17px!important;
  width:17px!important;
  height:17px!important;
}
.home .ire-hero-search-shell .elementor-element-1905de9 .jet-checkboxes-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:1px 5px!important;
}
.home .ire-dropdown-toolbar,
.home .ire-dropdown-footer{
  position:sticky!important;
  z-index:3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-height:38px!important;
  padding:7px 10px!important;
  background:#f7fafb!important;
  color:#526c77!important;
  font-size:10.5px!important;
  font-weight:800!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}
.home .ire-dropdown-toolbar{top:0!important;border-bottom:1px solid #dce6e9!important}
.home .ire-dropdown-footer{bottom:0!important;border-top:1px solid #dce6e9!important}
.home .ire-dropdown-clear,
.home .ire-dropdown-done{
  min-height:26px!important;
  height:26px!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:4px!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
  box-shadow:none!important;
}
.home .ire-dropdown-clear{background:transparent!important;color:#54707a!important}
.home .ire-dropdown-clear:hover{background:#e7f1f4!important;color:#082a3a!important;transform:none!important}
.home .ire-dropdown-done{background:#0b3b4c!important;color:#fff!important}
.home .ire-dropdown-done:hover{background:#159fbe!important;transform:none!important}
.home .ire-dropdown-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:20px!important;
  height:20px!important;
  margin-left:auto!important;
  margin-right:18px!important;
  padding:0 6px!important;
  border-radius:10px!important;
  background:#e4f6fa!important;
  color:#087f9c!important;
  font-size:10px!important;
  font-weight:900!important;
}
.home .ire-dropdown-count[hidden]{display:none!important}
.home .ire-number-picker{position:relative!important;width:100%!important}
.home .ire-number-picker__native{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.home .ire-number-picker__button{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  padding:0 15px!important;
  border:1px solid #d6e1e5!important;
  border-radius:6px!important;
  background:#fff!important;
  color:#173342!important;
  font-size:14px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-align:left!important;
  text-transform:none!important;
  box-shadow:none!important;
}
.home .ire-number-picker__button:after{
  content:""!important;
  width:0!important;
  height:0!important;
  border-left:5px solid transparent!important;
  border-right:5px solid transparent!important;
  border-top:6px solid #55707b!important;
  transition:transform .2s ease!important;
}
.home .ire-number-picker__button:hover,
.home .ire-number-picker__button:focus{
  background:#fff!important;
  color:#173342!important;
  transform:none!important;
  box-shadow:none!important;
}
.home .ire-number-picker.ire-open .ire-number-picker__button{
  border-color:var(--ire-cyan)!important;
  box-shadow:0 0 0 3px rgba(49,184,223,.18)!important;
}
.home .ire-number-picker.ire-open .ire-number-picker__button:after{transform:rotate(180deg)!important}
.home .ire-number-picker__panel{
  position:absolute!important;
  z-index:80!important;
  top:calc(100% + 7px)!important;
  right:0!important;
  left:0!important;
  display:none!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:3px!important;
  max-height:236px!important;
  padding:7px!important;
  overflow-y:auto!important;
  border:1px solid #d6e1e5!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 20px 46px rgba(4,35,48,.18)!important;
}
.home .ire-number-picker.ire-open .ire-number-picker__panel{display:grid!important}
.home .ire-number-picker__option{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:34px!important;
  padding:6px 9px!important;
  border:0!important;
  border-radius:4px!important;
  background:#fff!important;
  color:#173342!important;
  font-size:12.5px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-align:left!important;
  text-transform:none!important;
  box-shadow:none!important;
}
.home .ire-number-picker__option:hover{background:#eef9fc!important;color:#082a3a!important;transform:none!important}
.home .ire-number-picker__option[aria-selected="true"]{background:#e4f6fa!important;color:#087f9c!important}
.home .ire-number-picker__option[aria-selected="true"]:after{content:"✓";font-weight:900!important}
.home .ire-number-widget-open{z-index:90!important}
.home .ire-dropdown-widget-open{position:relative!important;z-index:100!important}
@media(max-width:767px){
  .home .ire-hero-search-shell .elementor-element-1905de9 .jet-filter-items-dropdown__body,
  .home .ire-hero-search-shell .elementor-element-c4cd91b .jet-filter-items-dropdown__body,
  .home .ire-hero-search-shell .elementor-element-6ba7a2d .jet-filter-items-dropdown__body{right:auto!important;left:0!important;width:100%!important}
  .home .ire-hero-search-shell .elementor-element-1905de9 .jet-checkboxes-list{grid-template-columns:1fr!important}
}
/* Editorial system and homepage knowledge hub */
.ire-article-section{padding-top:84px!important;padding-bottom:88px!important;background:#f3f8fa!important}
.ire-legacy-articles{display:none!important}
.ire-article-section .jet-filters-pagination,
.ire-article-section .jet-smart-filters-pagination{display:none!important}
.ire-home-article-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  width:min(1380px,calc(100% - 48px))!important;
  margin:34px auto 0!important;
}
.ire-article-card{
  display:flex!important;
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid #dce7ea!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#173342!important;
  box-shadow:0 14px 34px rgba(4,35,48,.08)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.ire-article-card:hover{border-color:#31b8df!important;color:#173342!important;transform:translateY(-6px)!important;box-shadow:0 24px 44px rgba(4,35,48,.15)!important}
.ire-article-card__link{display:flex!important;width:100%!important;flex-direction:column!important;color:inherit!important}
.ire-article-card__media{position:relative!important;display:block!important;aspect-ratio:16/10!important;overflow:hidden!important;background:linear-gradient(135deg,#0c4357,#31b8df)!important}
.ire-article-card__media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s ease!important}
.ire-article-card:hover img{transform:scale(1.045)!important}
.ire-article-card__category{position:absolute!important;left:14px!important;top:14px!important;padding:7px 9px!important;border-radius:3px!important;background:#e8b64b!important;color:#082a3a!important;font-size:9.5px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important}
.ire-article-card__body{display:flex!important;flex:1!important;flex-direction:column!important;padding:21px 20px 19px!important}
.ire-article-card__meta{display:flex!important;gap:8px!important;margin-bottom:11px!important;color:#78909a!important;font-size:10.5px!important;font-weight:750!important;text-transform:uppercase!important;letter-spacing:.055em!important}
.ire-article-card h3{margin:0 0 12px!important;color:#102f3d!important;font-size:clamp(18px,1.4vw,23px)!important;line-height:1.22!important;letter-spacing:-.025em!important}
.ire-article-card p{display:-webkit-box!important;margin:0 0 18px!important;overflow:hidden!important;color:#5d747e!important;font-size:12.5px!important;line-height:1.65!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}
.ire-article-card__read{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:auto!important;padding-top:14px!important;border-top:1px solid #e3ebee!important;color:#159fbe!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.ire-article-card__read:after{content:"→";font-size:17px!important;transition:transform .2s ease!important}
.ire-article-card:hover .ire-article-card__read:after{transform:translateX(4px)!important}
.ire-tools-promo{
  width:min(1380px,calc(100% - 48px))!important;
  margin:0 auto 86px!important;
  padding:42px!important;
  border-radius:8px!important;
  background:linear-gradient(120deg,#082a3a,#0d465a)!important;
  color:#fff!important;
  box-shadow:0 24px 58px rgba(4,35,48,.18)!important;
}
.ire-tools-promo__head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:30px!important;margin-bottom:28px!important}
.ire-tools-promo__head span{color:#55c5df!important;font-size:10px!important;font-weight:900!important;letter-spacing:.15em!important;text-transform:uppercase!important}
.ire-tools-promo__head h2{max-width:720px!important;margin:7px 0 0!important;color:#fff!important;font-size:clamp(28px,3vw,45px)!important;line-height:1.08!important;letter-spacing:-.04em!important}
.ire-tools-promo__head>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;padding:0 20px!important;border-radius:4px!important;background:#e8b64b!important;color:#082a3a!important;font-size:11px!important;font-weight:900!important;letter-spacing:.07em!important;text-transform:uppercase!important}
.ire-tools-promo__grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;border-top:1px solid rgba(255,255,255,.2)!important;border-left:1px solid rgba(255,255,255,.2)!important}
.ire-tools-promo__grid a{min-height:128px!important;padding:20px!important;border-right:1px solid rgba(255,255,255,.2)!important;border-bottom:1px solid rgba(255,255,255,.2)!important;color:#dcecf1!important}
.ire-tools-promo__grid a:hover{background:rgba(255,255,255,.08)!important;color:#fff!important;transform:translateY(-2px)!important}
.ire-tools-promo__grid strong{display:block!important;margin-bottom:8px!important;color:#fff!important;font-size:14px!important;line-height:1.3!important}
.ire-tools-promo__grid small{display:block!important;color:#aac4cd!important;font-size:11px!important;line-height:1.5!important}
.sxmt-root .sxmt-tab{background:#fff!important;color:#5c7480!important;border-color:#dbe6ec!important;box-shadow:none!important}
.sxmt-root .sxmt-tab:hover{background:#eef9fc!important;color:#082a3a!important;border-color:#31b8df!important;transform:translateY(-1px)!important}
.sxmt-root .sxmt-tab[aria-selected="true"]{background:#082a3a!important;color:#fff!important;border-color:#082a3a!important;border-bottom-color:#31b8df!important}
.sxmt-root .sxmt-seg button,
.sxmt-root .sxmt-opt{background:#fbfdfe!important;color:#4f6873!important;box-shadow:none!important;text-transform:none!important;letter-spacing:0!important}
.sxmt-root .sxmt-seg button:hover:not([aria-pressed="true"]),
.sxmt-root .sxmt-opt:hover{background:#eef9fc!important;color:#082a3a!important}
.sxmt-root .sxmt-seg button[aria-pressed="true"],
.sxmt-root .sxmt-opt[aria-pressed="true"]{background:#082a3a!important;color:#fff!important}
.sxmt-root .sxmt-cta{background:#e8b64b!important;color:#082a3a!important}
.sxmt-root .sxmt-cta:hover{background:#f0c35b!important;color:#082a3a!important}

.single-post{background:#f2f6f7!important}
.single-post .site-main,
.single-post main{overflow:visible!important}
.single-post article.post{background:transparent!important}
.single-post .entry-header,
.single-post .elementor-widget-theme-post-title{width:min(940px,calc(100% - 40px))!important;margin-right:auto!important;margin-left:auto!important}
.single-post .entry-title,
.single-post .elementor-widget-theme-post-title .elementor-heading-title{
  max-width:920px!important;
  margin:50px auto 26px!important;
  color:#082a3a!important;
  font-size:clamp(39px,5vw,68px)!important;
  line-height:1.04!important;
  letter-spacing:-.048em!important;
  text-wrap:balance!important;
}
.ire-article-shell{
  width:min(980px,calc(100% - 40px))!important;
  margin:34px auto 94px!important;
  padding:0 0 54px!important;
  border:1px solid #dae5e8!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 22px 60px rgba(4,35,48,.09)!important;
}
.ire-article-meta{display:flex!important;flex-wrap:wrap!important;gap:8px 22px!important;padding:22px 54px!important;border-bottom:1px solid #e0e8eb!important;color:#607a85!important;font-size:10.5px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.ire-article-meta span:first-child{color:#159fbe!important}
.ire-article-hero{margin:0!important;background:#dce8ec!important}
.ire-article-hero img{display:block!important;width:100%!important;height:auto!important;max-height:520px!important;aspect-ratio:16/8.5!important;object-fit:cover!important}
.ire-article-hero figcaption{padding:9px 54px!important;border-bottom:1px solid #e0e8eb!important;color:#718791!important;font-size:10px!important}
.ire-article-toc{margin:34px 54px 10px!important;padding:25px 28px!important;border:1px solid #dce7ea!important;border-left:4px solid #31b8df!important;border-radius:4px!important;background:#f5fafb!important}
.ire-article-toc strong{display:block!important;margin-bottom:12px!important;color:#082a3a!important;font-size:13px!important;letter-spacing:.06em!important;text-transform:uppercase!important}
.ire-article-toc ol{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px 28px!important;margin:0!important;padding-left:20px!important}
.ire-article-toc li{color:#6a818b!important;font-size:12px!important;line-height:1.5!important}
.ire-article-toc a{color:#285161!important}
.ire-article-toc a:hover{color:#159fbe!important;text-decoration:underline!important}
.ire-article-content{padding:34px 54px 20px!important;color:#334f5b!important;font-family:Georgia,"Times New Roman",serif!important;font-size:18px!important;line-height:1.82!important}
.ire-article-content>p:first-child{color:#173b49!important;font-size:22px!important;line-height:1.6!important}
.ire-article-content h2{scroll-margin-top:120px!important;margin:54px 0 18px!important;padding-top:8px!important;color:#082a3a!important;font-family:"Montserrat","Helvetica Neue",Arial,sans-serif!important;font-size:clamp(29px,3.2vw,41px)!important;line-height:1.14!important;letter-spacing:-.035em!important}
.ire-article-content h3{margin:32px 0 12px!important;color:#143d4d!important;font-family:"Montserrat","Helvetica Neue",Arial,sans-serif!important;font-size:22px!important;line-height:1.3!important}
.ire-article-content p{margin:0 0 21px!important}
.ire-article-content a{color:#087f9c!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}
.ire-article-content ul,.ire-article-content ol{margin:0 0 26px!important;padding-left:28px!important}
.ire-article-content li{margin:0 0 8px!important}
.ire-article-content table{display:table!important;width:100%!important;margin:28px 0 34px!important;border-collapse:collapse!important;border:1px solid #d9e5e8!important;background:#fff!important;font-family:"Montserrat","Helvetica Neue",Arial,sans-serif!important;font-size:12.5px!important;line-height:1.55!important}
.ire-article-content th{padding:13px 14px!important;background:#0a3748!important;color:#fff!important;font-weight:800!important;text-align:left!important}
.ire-article-content td{padding:12px 14px!important;border-bottom:1px solid #dfe8eb!important;color:#3f5964!important;vertical-align:top!important}
.ire-article-content tbody tr:nth-child(even){background:#f4f8f9!important}
.ire-article-content h2[id*="frequently"]~h3{padding:17px 19px!important;margin:12px 0 0!important;border:1px solid #dce7ea!important;border-bottom:0!important;border-radius:4px 4px 0 0!important;background:#f4f9fa!important;font-size:17px!important}
.ire-article-content h2[id*="frequently"]~h3+p{padding:0 19px 18px!important;margin:0 0 12px!important;border:1px solid #dce7ea!important;border-top:0!important;border-radius:0 0 4px 4px!important;background:#f4f9fa!important;font-size:16px!important}
.ire-article-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:30px!important;margin:28px 54px!important;padding:31px!important;border-radius:6px!important;background:#082a3a!important;color:#dcecf1!important}
.ire-article-cta span{color:#55c5df!important;font-size:9.5px!important;font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase!important}
.ire-article-cta h2{margin:7px 0 8px!important;color:#fff!important;font-size:26px!important;line-height:1.15!important;letter-spacing:-.025em!important}
.ire-article-cta p{margin:0!important;color:#b9d0d7!important;font-size:12px!important;line-height:1.6!important}
.ire-article-cta>a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;padding:0 18px!important;border-radius:4px!important;background:#e8b64b!important;color:#082a3a!important;font-size:10px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}
.ire-article-author{margin:36px 54px 0!important;padding:24px 26px!important;border-top:3px solid #31b8df!important;background:#f3f8fa!important}
.ire-article-author strong{color:#082a3a!important;font-size:17px!important}
.ire-article-author p{margin:8px 0!important;color:#56707b!important;font-size:12px!important;line-height:1.65!important}
.ire-article-author a{color:#087f9c!important;font-size:11px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.055em!important}
@media(max-width:1050px){
  .ire-home-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ire-tools-promo__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .ire-article-section{padding-top:54px!important;padding-bottom:58px!important}
  .ire-home-article-grid{grid-template-columns:1fr!important;width:calc(100% - 24px)!important}
  .ire-tools-promo{width:calc(100% - 24px)!important;margin-bottom:58px!important;padding:25px 18px!important}
  .ire-tools-promo__head{align-items:flex-start!important;flex-direction:column!important}
  .ire-tools-promo__grid{grid-template-columns:1fr!important}
  .ire-article-shell{width:calc(100% - 20px)!important;margin-top:18px!important}
  .ire-article-meta,.ire-article-hero figcaption{padding-right:20px!important;padding-left:20px!important}
  .ire-article-toc{margin:24px 20px 0!important;padding:20px!important}
  .ire-article-toc ol{grid-template-columns:1fr!important}
  .ire-article-content{padding:28px 20px 12px!important;font-size:16px!important}
  .ire-article-content>p:first-child{font-size:19px!important}
  .ire-article-content table{display:block!important;overflow-x:auto!important;white-space:normal!important}
  .ire-article-cta{align-items:flex-start!important;flex-direction:column!important;margin:24px 20px!important;padding:24px!important}
  .ire-article-author{margin:28px 20px 0!important}
}
/* v1.4 — global navigation and map intelligence */
.elementor-location-header .ire-mega-menu{
  position:fixed!important;
  z-index:100000!important;
  top:var(--ire-mega-top,112px)!important;
  left:50%!important;
  width:min(1180px,calc(100vw - 48px))!important;
  max-height:calc(100vh - var(--ire-mega-top,112px) - 22px)!important;
  grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr)!important;
  gap:30px!important;
  padding:28px!important;
  overflow:auto!important;
  border:1px solid #d7e4e8!important;
  border-top:4px solid #ebb642!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 32px 90px rgba(2,31,44,.3)!important;
  transform:translate(-50%,-10px)!important;
}
.elementor-location-header .ire-properties-menu:hover>.ire-mega-menu,
.elementor-location-header .ire-properties-menu:focus-within>.ire-mega-menu,
.elementor-location-header .ire-properties-menu.ire-open>.ire-mega-menu{transform:translate(-50%,0)!important}
.elementor-location-header .ire-mega-intro h3{margin:0 0 7px!important;color:#082a3a!important;font:850 27px/1.15 "Montserrat",Arial,sans-serif!important;letter-spacing:-.03em!important;text-shadow:none!important}
.elementor-location-header .ire-mega-intro>p{max-width:650px!important;margin:0 0 20px!important;color:#607985!important;font:500 14px/1.65 "Montserrat",Arial,sans-serif!important;text-shadow:none!important}
.elementor-location-header .ire-mega-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 18px!important}
.elementor-location-header .ire-mega-grid a,
.elementor-location-header .ire-mega-grid a:visited{
  display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:50px!important;
  padding:11px 6px!important;border:0!important;border-bottom:1px solid #dce7ea!important;border-radius:0!important;
  background:transparent!important;color:#173342!important;-webkit-text-fill-color:#173342!important;
  font:750 14px/1.3 "Montserrat",Arial,sans-serif!important;text-shadow:none!important;box-shadow:none!important;
}
.elementor-location-header .ire-mega-grid a:after{content:"→";color:#31b8df;font-size:17px;transition:transform .2s ease}
.elementor-location-header .ire-mega-grid a:hover,.elementor-location-header .ire-mega-grid a:focus{
  padding-left:11px!important;padding-right:9px!important;border-bottom-color:#31b8df!important;background:#f2fbfd!important;color:#082a3a!important;-webkit-text-fill-color:#082a3a!important;transform:none!important
}
.elementor-location-header .ire-mega-grid a:hover:after,.elementor-location-header .ire-mega-grid a:focus:after{transform:translateX(3px)}
.elementor-location-header .ire-mega-grid a.ire-mega-primary{font-weight:900!important}
.elementor-location-header .ire-mega-feature{
  display:block!important;min-height:100%!important;padding:0!important;overflow:hidden!important;border:1px solid #d8e4e8!important;
  border-radius:7px!important;background:#fff!important;color:#173342!important;box-shadow:0 12px 32px rgba(4,35,48,.1)!important
}
.elementor-location-header .ire-mega-feature:hover{border-color:#31b8df!important;box-shadow:0 18px 38px rgba(4,35,48,.16)!important;transform:translateY(-2px)!important}
.elementor-location-header .ire-mega-feature span{margin:0!important;text-shadow:none!important}
.elementor-location-header .ire-mega-feature-media{position:relative!important;display:block!important;height:184px!important;overflow:hidden!important;background:#dce8ec!important}
.elementor-location-header .ire-mega-feature-media img{display:block!important;width:100%!important;height:100%!important;padding:0!important;border-radius:0!important;background:transparent!important;object-fit:cover!important;filter:none!important;transition:transform .35s ease!important}
.elementor-location-header .ire-mega-feature:hover img{transform:scale(1.045)!important}
.elementor-location-header .ire-mega-badge{position:absolute!important;left:14px!important;top:14px!important;padding:7px 10px!important;border-radius:3px!important;background:#ebb642!important;color:#082a3a!important;font:900 10px/1 "Montserrat",Arial,sans-serif!important;letter-spacing:.11em!important;text-transform:uppercase!important}
.elementor-location-header .ire-mega-feature-body{display:block!important;padding:18px 19px 20px!important}
.elementor-location-header .ire-mega-location{display:block!important;margin:0 0 7px!important;color:#31aeca!important;font:850 11px/1.3 "Montserrat",Arial,sans-serif!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.elementor-location-header .ire-mega-feature strong{display:block!important;margin:0 0 11px!important;color:#082a3a!important;font:850 22px/1.15 "Montserrat",Arial,sans-serif!important;text-shadow:none!important}
.elementor-location-header .ire-mega-feature-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding-top:12px!important;border-top:1px solid #e0e8eb!important}
.elementor-location-header .ire-mega-price{color:#082a3a!important;font:850 16px/1.2 "Montserrat",Arial,sans-serif!important}
.elementor-location-header .ire-mega-view{color:#31aeca!important;font:850 11px/1.2 "Montserrat",Arial,sans-serif!important;letter-spacing:.05em!important;text-transform:uppercase!important}

body.ire-smart-map-active .ire-map-native-section,
body.ire-smart-map-active .ire-map-native-filters{display:none!important}
.ire-smart-map{padding:64px 24px 74px;background:linear-gradient(180deg,#f4fafc 0,#fff 100%);font-family:"Montserrat",Arial,sans-serif;color:#102f3e}
.ire-smart-map__inner{max-width:1480px;margin:0 auto}
.ire-smart-map__head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}
.ire-smart-map__kicker,.ire-property-map__kicker{display:block;margin-bottom:9px;color:#28afd3;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ire-smart-map h1{max-width:820px;margin:0;color:#082a3a;font-size:clamp(36px,5vw,66px);line-height:1.02;letter-spacing:-.045em}
.ire-smart-map__head p{max-width:690px;margin:15px 0 0;color:#607986;font-size:15px;line-height:1.7}
.ire-map-count{flex:0 0 auto;padding:11px 14px;border:1px solid #cfe3e8;background:#fff;color:#173b4a;font-size:12px;font-weight:850}
.ire-map-shell{display:grid;grid-template-columns:390px minmax(0,1fr);min-height:680px;overflow:hidden;border:1px solid #cddde2;background:#fff;box-shadow:0 26px 70px rgba(4,40,54,.14)}
.ire-map-sidebar{display:flex;min-width:0;flex-direction:column;border-right:1px solid #d7e4e8;background:#fff}
.ire-map-controls{padding:20px;border-bottom:1px solid #dce7ea;background:#f8fbfc}
.ire-map-search{position:relative}
.ire-map-search:before{content:"⌕";position:absolute;left:15px;top:50%;transform:translateY(-53%);color:#2aabc9;font-size:24px}
.ire-map-search input{display:block!important;box-sizing:border-box!important;width:100%!important;max-width:none!important;height:50px!important;margin:0!important;padding:0 14px 0 44px!important;border:1px solid #bdcfd5!important;border-radius:3px!important;background:#fff!important;color:#12313f!important;font-size:14px!important;outline:none!important}
.ire-map-search input:focus{border-color:#28b3d7;box-shadow:0 0 0 3px rgba(40,179,215,.14)}
.ire-map-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.ire-map-chip{box-sizing:border-box!important;min-height:34px!important;margin:0!important;padding:7px 11px!important;border:1px solid #c6d6db!important;border-radius:3px!important;background:#fff!important;color:#274753!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important;box-shadow:none!important;cursor:pointer}
.ire-map-chip:hover,.ire-map-chip.is-active{border-color:#0c4052!important;background:#0c4052!important;color:#fff!important}
.ire-map-results{height:570px;overflow:auto;padding:10px}
.ire-map-card{display:grid;grid-template-columns:108px minmax(0,1fr);gap:13px;padding:11px;border:1px solid transparent;border-bottom-color:#e1e9ec;background:#fff;color:#173342;text-decoration:none;transition:.2s ease}
.ire-map-card:hover,.ire-map-card.is-active{border-color:#9edbec;background:#f3fbfd;transform:translateY(-1px)}
.ire-map-card img{width:108px;height:86px;object-fit:cover;background:#dce8ec}
.ire-map-card__eyebrow{display:block;margin:1px 0 5px;color:#279fbd;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.ire-map-card strong{display:block;display:-webkit-box;overflow:hidden;color:#112f3e;font-size:14px;line-height:1.28;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ire-map-card__price{display:block;margin-top:7px;color:#082a3a;font-size:13px;font-weight:900}
.ire-map-card__meta{display:block;margin-top:5px;color:#6a7f88;font-size:10px}
.ire-map-canvas{position:relative;min-width:0;height:680px;background:#d7e5e6}
.ire-map-canvas .leaflet-control-attribution{font-size:9px}
.ire-map-canvas .leaflet-popup-content-wrapper{overflow:hidden;border-radius:4px;box-shadow:0 16px 38px rgba(4,35,48,.24)}
.ire-map-canvas .leaflet-popup-content{width:250px!important;margin:0!important}
.ire-map-popup img{display:block;width:100%;height:132px;object-fit:cover;background:#dce8ec}
.ire-map-popup__body{padding:14px 15px 16px}
.ire-map-popup small{display:block;margin-bottom:5px;color:#279fbd;font-weight:800;text-transform:uppercase}
.ire-map-popup strong{display:block;color:#0d2d3b;font-size:16px;line-height:1.25}
.ire-map-popup b{display:block;margin-top:8px;color:#0d2d3b;font-size:15px}
.ire-map-popup a{display:inline-block;margin-top:10px;color:#168ead;font-size:11px;font-weight:900;text-transform:uppercase}
.ire-price-marker{display:flex!important;align-items:center;justify-content:center;min-width:54px!important;height:30px!important;padding:0 9px!important;border:2px solid #fff;border-radius:3px;background:#0b4053;color:#fff;font:850 10px/1 "Montserrat",Arial,sans-serif;box-shadow:0 5px 14px rgba(2,30,43,.3);white-space:nowrap}
.ire-price-marker:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;background:#0b4053;transform:translateX(-50%) rotate(45deg);z-index:-1}
.ire-price-marker.is-featured{background:#e7b33f;color:#082a3a}.ire-price-marker.is-featured:after{background:#e7b33f}
.ire-cluster-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;border:4px solid rgba(255,255,255,.92)!important;border-radius:50%!important;background:#0b4053!important;color:#fff!important;font:900 13px/1 "Montserrat",Arial,sans-serif!important;box-shadow:0 9px 22px rgba(2,30,43,.34)!important}
.ire-cluster-icon:after{content:"";position:absolute;inset:-8px;border:1px solid rgba(11,64,83,.25);border-radius:50%}
.ire-map-note{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 17px;border-top:1px solid #dce7ea;background:#f7fafb;color:#607985;font-size:10px;line-height:1.5}
.ire-map-note a{color:#168eae;font-weight:850;text-decoration:none}

.ire-property-map-shell{margin-top:22px;overflow:hidden;border:1px solid #ccdde2;background:#fff;box-shadow:0 18px 45px rgba(4,40,54,.12)}
.ire-property-map-copy{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;background:#f5fafb}
.ire-property-map-copy h3{margin:0;color:#0b2c3a;font-size:24px;line-height:1.2}
.ire-property-map-copy p{margin:6px 0 0;color:#657d87;font-size:12px}
.ire-property-map-copy a{flex:0 0 auto;padding:11px 14px;border-radius:3px;background:#0b4053;color:#fff;font-size:11px;font-weight:900;text-decoration:none;text-transform:uppercase}
.ire-property-map{height:380px;background:#d8e5e7}
.ire-smart-intro .ire-map-context-link{display:inline-flex;align-items:center;margin-left:8px;padding:9px 12px;border:1px solid #cce3e9;border-radius:999px;background:#fff;color:#168eae;font-size:10px;font-weight:850;text-decoration:none}

@media(max-width:900px){
  .elementor-location-header .ire-mega-menu{grid-template-columns:1fr!important;width:calc(100vw - 30px)!important;padding:22px!important}
  .elementor-location-header .ire-mega-feature{display:none!important}
  .ire-map-shell{grid-template-columns:1fr;min-height:0}
  .ire-map-sidebar{border-right:0;border-bottom:1px solid #d7e4e8}
  .ire-map-results{height:280px}
  .ire-map-canvas{height:520px}
}
@media(max-width:767px){
  .elementor-location-header .ire-mega-menu{display:none!important}
  .ire-smart-map{padding:42px 14px 54px}
  .ire-smart-map__head{display:block}
  .ire-map-count{display:inline-block;margin-top:16px}
  .ire-map-shell{border-radius:0}
  .ire-map-card{grid-template-columns:90px minmax(0,1fr)}
  .ire-map-card img{width:90px;height:78px}
  .ire-map-canvas{height:430px}
  .ire-property-map-copy{display:block}
  .ire-property-map-copy a{display:inline-block;margin-top:14px}
}
/* v1.5 — intelligent global header search */
.elementor-location-header{
  isolation:isolate!important;
  z-index:99990!important;
}
.elementor-location-header>.elementor-element,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con-inner{overflow:visible!important}
.elementor-location-header nav a{
  font-family:"Montserrat","Helvetica Neue",Arial,sans-serif!important;
  font-size:clamp(12px,.82vw,14px)!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
}
.elementor-location-header nav ul{align-items:center!important;gap:clamp(4px,.65vw,12px)!important}
.elementor-location-header nav li>a{min-height:46px!important;padding:10px clamp(7px,.75vw,14px)!important}
.elementor-location-header .ire-smart-search-wrap{position:relative!important;z-index:99996!important;overflow:visible!important}
.elementor-location-header .ire-smart-search-form{
  display:flex!important;
  width:clamp(270px,22vw,370px)!important;
  max-width:100%!important;
  height:50px!important;
  overflow:hidden!important;
  border:1px solid rgba(49,184,223,.72)!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(2,32,45,.16)!important;
}
.elementor-location-header .ire-smart-search-form:focus-within{
  border-color:#31b8df!important;
  box-shadow:0 0 0 3px rgba(49,184,223,.18),0 14px 34px rgba(2,32,45,.2)!important;
}
.elementor-location-header .ire-smart-search-form input[type="search"]{
  box-sizing:border-box!important;
  flex:1 1 auto!important;
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#102f3e!important;
  font:650 13px/1 "Montserrat",Arial,sans-serif!important;
  letter-spacing:-.01em!important;
  outline:none!important;
  box-shadow:none!important;
}
.elementor-location-header .ire-smart-search-form input[type="search"]::placeholder{color:#66808b!important;opacity:1!important}
.elementor-location-header .ire-smart-search-form button{
  flex:0 0 54px!important;
  width:54px!important;
  min-width:54px!important;
  height:50px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.14)!important;
  border-radius:0!important;
  background:#0b4053!important;
  color:#fff!important;
  box-shadow:none!important;
  transition:background .2s ease,transform .2s ease!important;
}
.elementor-location-header .ire-smart-search-form button:hover,
.elementor-location-header .ire-smart-search-form button:focus{background:#1598ba!important;transform:none!important}
.ire-smart-search-panel{
  position:absolute;
  z-index:100005;
  top:calc(100% + 11px);
  right:0;
  width:min(620px,calc(100vw - 32px));
  max-height:min(620px,calc(100vh - 130px));
  overflow:auto;
  padding:0;
  border:1px solid #cbdde2;
  border-top:4px solid #ebb642;
  border-radius:6px;
  background:#fff;
  box-shadow:0 30px 80px rgba(2,30,43,.3);
  color:#173342;
  opacity:0;
  visibility:hidden;
  transform:translateY(-8px);
  pointer-events:none;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
  font-family:"Montserrat","Helvetica Neue",Arial,sans-serif;
}
.ire-smart-search-wrap.ire-search-open .ire-smart-search-panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.ire-search-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;background:#0b3445;color:#fff}
.ire-search-panel-head span{display:block;color:#64d1ea;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ire-search-panel-head strong{display:block;margin-top:5px;color:#fff;font-size:18px;line-height:1.2;letter-spacing:-.025em}
.ire-search-live{flex:0 0 auto!important;padding:7px 9px!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:3px!important;color:#d9f3f8!important;font-size:9px!important;font-weight:850!important;letter-spacing:.04em!important}
.ire-search-popular{padding:18px 20px 20px}
.ire-search-popular>span,.ire-search-results-label{display:block;margin-bottom:10px;color:#68808a;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.ire-search-keywords{display:flex;flex-wrap:wrap;gap:8px}
.ire-search-keyword{
  min-height:36px!important;
  margin:0!important;
  padding:8px 11px!important;
  border:1px solid #ccdce1!important;
  border-radius:3px!important;
  background:#f8fbfc!important;
  color:#173a49!important;
  font:800 11px/1.2 "Montserrat",Arial,sans-serif!important;
  box-shadow:none!important;
  cursor:pointer;
}
.ire-search-keyword:hover,.ire-search-keyword:focus{border-color:#31b8df!important;background:#eefafd!important;color:#0b4053!important}
.ire-search-results{padding:12px}
.ire-search-result{
  display:grid;
  grid-template-columns:84px minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  min-height:82px;
  padding:9px;
  border:1px solid transparent;
  border-bottom-color:#e0e9ec;
  border-radius:3px;
  color:#173342!important;
  text-decoration:none!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.ire-search-result:hover,.ire-search-result:focus,.ire-search-result.is-active{border-color:#a7ddea;background:#f1fbfd;transform:translateY(-1px)}
.ire-search-result img{display:block;width:84px!important;height:64px!important;margin:0!important;padding:0!important;border-radius:2px!important;background:#dae7ea!important;object-fit:cover!important;filter:none!important}
.ire-search-result__location{display:block;margin-bottom:4px;color:#2aa8c6;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.ire-search-result strong{display:block;color:#102f3e!important;font-size:13px;line-height:1.3;text-shadow:none!important}
.ire-search-result__reason{display:block;margin-top:5px;color:#738791;font-size:9px;font-weight:650}
.ire-search-result__price{color:#0b3445;font-size:12px;font-weight:900;white-space:nowrap}
.ire-search-empty{padding:24px 20px;color:#607985;font-size:12px;line-height:1.65}
.ire-search-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 20px;border-top:1px solid #dce7ea;background:#f6fafb;color:#6b8089;font-size:9px}
.ire-search-footer a{color:#168fad!important;font-size:10px!important;font-weight:900!important;text-decoration:none!important;text-transform:uppercase}
.elementor-location-header a[href^="tel:"]{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  padding:0 18px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:4px!important;
  font-family:"Montserrat",Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
}
.elementor-location-header a[href^="mailto:"]{font-family:"Montserrat",Arial,sans-serif!important;font-size:11px!important;font-weight:650!important;letter-spacing:.01em!important}
.elementor-location-header img[alt="IRE"]{width:auto!important;max-width:180px!important;max-height:112px!important;object-fit:contain!important}
@media(max-width:1180px){
  .elementor-location-header .ire-smart-search-form{width:280px!important}
  .elementor-location-header nav li>a{padding-left:7px!important;padding-right:7px!important}
  .elementor-location-header a[href^="tel:"]{padding:0 12px!important;font-size:11px!important}
}
@media(max-width:1024px){
  .elementor-location-header .ire-smart-search-wrap{display:none!important}
}
@media(max-width:767px){
  .elementor-location-header img[alt="IRE"]{max-height:82px!important;max-width:145px!important}
}
/* IRE properties archive — premium discovery experience */
.post-type-archive-properties{
  --ire-ink:#0a2b39;
  --ire-navy:#0b3545;
  --ire-cyan:#2db6d5;
  --ire-gold:#e9b544;
  --ire-line:#d8e4e8;
  --ire-mist:#f4f8f9;
}
.post-type-archive-properties [data-id="12375c0"]{background:var(--ire-mist)!important}
.post-type-archive-properties [data-id="02c258f"]{padding:68px 28px 32px!important;background:linear-gradient(180deg,#fff 0%,#f4f8f9 100%)!important}
.post-type-archive-properties [data-id="02c258f"]>.e-con-inner{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,430px)!important;
  align-items:end!important;gap:48px!important;width:100%!important;max-width:1440px!important
}
.post-type-archive-properties [data-id="0bf934c"]{display:none!important}
.post-type-archive-properties .ire-archive-intro{max-width:780px!important}
.post-type-archive-properties .ire-archive-kicker{
  display:block!important;margin:0 0 12px!important;color:#199fbe!important;
  font-size:11px!important;font-weight:900!important;letter-spacing:.15em!important;text-transform:uppercase!important
}
.post-type-archive-properties .ire-archive-intro h1{
  margin:0!important;color:var(--ire-ink)!important;font-size:clamp(42px,4.2vw,68px)!important;
  font-weight:800!important;line-height:.98!important;letter-spacing:-.05em!important
}
.post-type-archive-properties .ire-archive-intro p{
  max-width:700px!important;margin:18px 0 0!important;color:#617984!important;
  font-size:16px!important;line-height:1.65!important
}
.post-type-archive-properties [data-id="9275a88"]{width:100%!important;max-width:none!important;gap:0!important}
.post-type-archive-properties [data-id="b48ccbf"]{width:100%!important;max-width:none!important}
.post-type-archive-properties [data-id="b48ccbf"] .jet-search-filter__input{
  width:100%!important;height:58px!important;padding:0 58px 0 20px!important;border:1px solid #bed1d7!important;
  border-radius:4px!important;background:#fff!important;color:var(--ire-ink)!important;font-size:14px!important;
  box-shadow:0 10px 26px rgba(7,42,56,.07)!important;transition:border-color .2s,box-shadow .2s!important
}
.post-type-archive-properties [data-id="b48ccbf"] .jet-search-filter__input:focus{
  border-color:var(--ire-cyan)!important;box-shadow:0 0 0 3px rgba(45,182,213,.15),0 12px 30px rgba(7,42,56,.09)!important;outline:0!important
}
.post-type-archive-properties [data-id="9206916"]{padding:0 28px 34px!important;background:var(--ire-mist)!important}
.post-type-archive-properties [data-id="9206916"]>.e-con-inner{width:100%!important;max-width:1440px!important}
.post-type-archive-properties [data-id="3de7043"]{
  display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:12px!important;
  width:100%!important;padding:25px!important;border-top:3px solid var(--ire-gold)!important;border-radius:5px!important;
  background:var(--ire-navy)!important;box-shadow:0 20px 48px rgba(4,39,53,.16)!important
}
.post-type-archive-properties .ire-filter-shell-head{
  grid-column:1/-1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
  gap:22px!important;margin:0 0 8px!important;padding:0 0 18px!important;border-bottom:1px solid rgba(255,255,255,.16)!important
}
.post-type-archive-properties .ire-filter-shell-head span{display:block!important;color:#6ed0e5!important;font-size:10px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}
.post-type-archive-properties .ire-filter-shell-head strong{display:block!important;margin-top:5px!important;color:#fff!important;font-size:24px!important;line-height:1.1!important}
.post-type-archive-properties .ire-filter-status{color:#bed4db!important;font-size:12px!important;font-weight:700!important}
.post-type-archive-properties [data-id="eab4a68"]{grid-column:1/4!important;grid-row:2!important;width:100%!important}
.post-type-archive-properties [data-id="38cb7fd"]{grid-column:4/7!important;grid-row:2!important;width:100%!important}
.post-type-archive-properties [data-id="fe92d45"]{grid-column:7/10!important;grid-row:2!important;width:100%!important}
.post-type-archive-properties [data-id="098be42"]{grid-column:10/13!important;grid-row:2!important;width:100%!important}
.post-type-archive-properties [data-id="1aab25b"]{grid-column:1/3!important;grid-row:3!important;width:100%!important}
.post-type-archive-properties [data-id="c8ac148"]{grid-column:3/5!important;grid-row:3!important;width:100%!important}
.post-type-archive-properties [data-id="14c0c5a"]{grid-column:5/8!important;grid-row:3!important;width:100%!important}
.post-type-archive-properties .ire-filter-actions{
  grid-column:8/13!important;grid-row:3!important;display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important
}
.post-type-archive-properties .ire-filter-action{
  min-height:54px!important;padding:0 18px!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:3px!important;
  background:rgba(255,255,255,.07)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;
  letter-spacing:.08em!important;text-transform:uppercase!important;cursor:pointer!important;transition:.2s ease!important
}
.post-type-archive-properties .ire-filter-action:hover,.post-type-archive-properties .ire-filter-action[aria-expanded="true"]{border-color:var(--ire-cyan)!important;background:var(--ire-cyan)!important;color:#072d3c!important}
.post-type-archive-properties .ire-filter-action--clear{padding:0 15px!important;background:transparent!important;color:#bbd0d7!important}
.post-type-archive-properties [data-id="3de7043"] .jet-filter{height:100%!important}
.post-type-archive-properties [data-id="3de7043"] .jet-filter-items-dropdown__label,
.post-type-archive-properties [data-id="3de7043"] select{
  display:flex!important;align-items:center!important;width:100%!important;height:54px!important;margin:0!important;padding:0 17px!important;
  border:1px solid #cfdbdf!important;border-radius:3px!important;background:#fff!important;color:var(--ire-ink)!important;
  font-size:13px!important;font-weight:750!important;box-shadow:none!important
}
.post-type-archive-properties [data-id="3de7043"] .jet-filter-items-dropdown__label:hover,
.post-type-archive-properties [data-id="3de7043"] select:hover{border-color:#7fc8d8!important}
.post-type-archive-properties [data-id="3de7043"] .jet-filter-items-dropdown__body{
  z-index:60!important;margin-top:6px!important;overflow:hidden!important;border:1px solid #c9d9de!important;border-radius:3px!important;
  background:#fff!important;box-shadow:0 20px 45px rgba(4,39,53,.2)!important
}
.post-type-archive-properties [data-id="3de7043"] .jet-filter-items-scroll{max-height:290px!important}
.post-type-archive-properties [data-id="3de7043"] .jet-checkboxes-list__button{padding:9px 13px!important;color:#314f5b!important;font-size:12px!important;line-height:1.35!important}
.post-type-archive-properties [data-id="3de7043"] .jet-checkboxes-list__button:hover{background:#edf8fa!important;color:#0b3c4d!important}
.post-type-archive-properties [data-id="afb1b8f"]{
  max-width:1440px!important;margin:0 auto 30px!important;padding:22px 25px 20px!important;border:1px solid var(--ire-line)!important;
  border-radius:4px!important;background:#fff!important;box-shadow:0 12px 32px rgba(5,42,55,.07)!important
}
.post-type-archive-properties:not(.ire-detail-open) [data-id="afb1b8f"]{display:none!important}
.post-type-archive-properties [data-id="afb1b8f"] .jet-checkboxes-list-wrapper{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important
}
.post-type-archive-properties [data-id="afb1b8f"] .jet-checkboxes-list__row{margin:0!important;border-right:1px solid #e1eaed!important;border-bottom:1px solid #e1eaed!important}
.post-type-archive-properties [data-id="afb1b8f"] .jet-checkboxes-list__button{
  display:flex!important;align-items:center!important;gap:10px!important;min-height:48px!important;padding:10px 14px!important;
  color:#314f5b!important;font-size:12px!important;font-weight:750!important;transition:.18s ease!important
}
.post-type-archive-properties [data-id="afb1b8f"] .jet-checkboxes-list__button:hover{background:#edf8fa!important;color:#0a3443!important}
.post-type-archive-properties [data-id="afb1b8f"] .jet-checkboxes-list__decorator{width:18px!important;height:18px!important;border:1px solid #adc3ca!important;border-radius:2px!important}
.post-type-archive-properties [data-id="22c3925"]{padding:20px 28px 60px!important;background:var(--ire-mist)!important}
.post-type-archive-properties [data-id="22c3925"] .elementor-loop-container{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;max-width:1440px!important;margin:0 auto!important
}
.post-type-archive-properties .e-loop-item{
  overflow:hidden!important;border:1px solid #d4e1e5!important;border-radius:5px!important;background:#fff!important;
  box-shadow:0 10px 30px rgba(6,42,56,.07)!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important
}
.post-type-archive-properties .e-loop-item:hover{transform:translateY(-5px)!important;border-color:#72c9dc!important;box-shadow:0 20px 42px rgba(6,42,56,.13)!important}
.post-type-archive-properties .e-loop-item [data-id="77fb0c4"]>.e-con-inner{display:block!important}
.post-type-archive-properties .e-loop-item [data-id="e16402e"]{width:100%!important;min-height:255px!important;background-position:center!important;background-size:cover!important}
.post-type-archive-properties .e-loop-item [data-id="9c26568"]{position:relative!important;width:100%!important;min-height:325px!important;padding:22px 22px 19px!important;background:#fff!important}
.post-type-archive-properties .e-loop-item [data-id="035b628"]{position:absolute!important;top:-41px!important;right:12px!important;margin:0!important}
.post-type-archive-properties .e-loop-item [data-id="035b628"] .elementor-widget-container{padding:7px 10px!important;border-radius:2px!important;background:var(--ire-cyan)!important;color:#fff!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important}
.post-type-archive-properties .e-loop-item [data-id="286a176"]{margin:0 0 9px!important;color:#269fbc!important;font-size:11px!important;font-weight:850!important;text-transform:uppercase!important}
.post-type-archive-properties .e-loop-item [data-id="4d77f2c"] a{color:var(--ire-ink)!important;font-size:23px!important;font-weight:850!important;line-height:1.18!important;letter-spacing:-.025em!important}
.post-type-archive-properties .e-loop-item [data-id="063dd8c"]{margin-top:12px!important;color:#657d87!important;font-size:12px!important;line-height:1.58!important}
.post-type-archive-properties .e-loop-item [data-id="79a8026"]{margin-top:auto!important;padding-top:18px!important;border-top:1px solid #e2eaed!important;color:var(--ire-ink)!important;font-size:21px!important;font-weight:900!important}
.post-type-archive-properties .e-loop-item [data-id="9ab4cde"]{margin-top:11px!important;color:#536f7a!important;font-size:12px!important}
.post-type-archive-properties [data-id="c6250ca"]{padding:0 28px 60px!important;background:var(--ire-mist)!important}
.post-type-archive-properties .jet-smart-filters-pagination{justify-content:center!important;gap:7px!important}
.post-type-archive-properties .jet-smart-filters-pagination__link{
  display:flex!important;align-items:center!important;justify-content:center!important;min-width:42px!important;height:42px!important;
  margin:0!important;border:1px solid #cedde2!important;border-radius:3px!important;background:#fff!important;color:#365560!important;font-weight:800!important
}
.post-type-archive-properties .jet-smart-filters-pagination__link:hover,
.post-type-archive-properties .jet-smart-filters-pagination__link.jet-current{border-color:var(--ire-navy)!important;background:var(--ire-navy)!important;color:#fff!important}
@media(max-width:1180px){
  .post-type-archive-properties [data-id="22c3925"] .elementor-loop-container{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .post-type-archive-properties [data-id="eab4a68"],.post-type-archive-properties [data-id="38cb7fd"],.post-type-archive-properties [data-id="fe92d45"],.post-type-archive-properties [data-id="098be42"],.post-type-archive-properties [data-id="1aab25b"],.post-type-archive-properties [data-id="c8ac148"],.post-type-archive-properties [data-id="14c0c5a"]{grid-column:span 6!important;grid-row:auto!important}
  .post-type-archive-properties .ire-filter-actions{grid-column:1/-1!important;grid-row:auto!important}
}
@media(max-width:767px){
  .post-type-archive-properties [data-id="02c258f"]{padding:42px 18px 24px!important}
  .post-type-archive-properties [data-id="02c258f"]>.e-con-inner{grid-template-columns:1fr!important;gap:25px!important}
  .post-type-archive-properties .ire-archive-intro h1{font-size:42px!important}
  .post-type-archive-properties [data-id="9206916"]{padding:0 14px 24px!important}
  .post-type-archive-properties [data-id="3de7043"]{grid-template-columns:1fr!important;padding:18px!important}
  .post-type-archive-properties [data-id="3de7043"]>*{grid-column:1!important}
  .post-type-archive-properties .ire-filter-shell-head{align-items:flex-start!important;flex-direction:column!important}
  .post-type-archive-properties [data-id="afb1b8f"]{margin:0 14px 24px!important;padding:14px!important}
  .post-type-archive-properties [data-id="afb1b8f"] .jet-checkboxes-list-wrapper{grid-template-columns:1fr 1fr!important}
  .post-type-archive-properties [data-id="22c3925"]{padding:10px 14px 42px!important}
  .post-type-archive-properties [data-id="22c3925"] .elementor-loop-container{grid-template-columns:1fr!important;gap:18px!important}
  .post-type-archive-properties [data-id="c6250ca"]{padding:0 14px 45px!important}
}
/* v1.6 — site-wide mobile composition and interaction system */
@media(max-width:767px){
  :root{--ire-mobile-gutter:14px;--ire-mobile-control:48px}
  html,body{max-width:100%!important;overflow-x:clip!important}
  body{font-size:15px!important}
  body:not(.elementor-editor-active) .elementor-location-header{position:relative!important;min-height:0!important}
  .elementor-location-header .e-con-inner,
  .elementor-location-header .elementor-container{max-width:100%!important}

  /* Compact, consistent header on the homepage template. */
  .home .elementor-location-header [data-id="51082319"]{
    min-height:88px!important;height:88px!important;padding:0!important;
    border-bottom:1px solid rgba(255,255,255,.2)!important
  }
  .home .elementor-location-header [data-id="51082319"]>.e-con-inner{
    position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    min-height:88px!important;height:88px!important;padding:8px 14px!important
  }
  .home .elementor-location-header [data-id="46a41ca9"]{
    display:flex!important;align-items:center!important;flex:0 0 124px!important;
    width:124px!important;height:72px!important;min-height:72px!important;margin:0!important;padding:0!important
  }
  .home .elementor-location-header [data-id="647aa94d"]{
    width:124px!important;height:72px!important;min-height:72px!important;margin:0!important;padding:0!important
  }
  .home .elementor-location-header [data-id="10d6aa4f"]{
    position:absolute!important;right:14px!important;top:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;
    width:46px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;transform:translateY(-50%)!important
  }
  .home .elementor-location-header [data-id="45c3c53f"]{width:46px!important;height:46px!important;margin:0!important}
  .home .elementor-location-header [data-id="145414d0"],
  .home .elementor-location-header [data-id="b702b9e"]{display:none!important}

  /* Compact, consistent header on every inner-page template. */
  body:not(.home) .elementor-location-header [data-id="8a8db7f"]{
    min-height:88px!important;height:88px!important;margin:0!important;padding:0!important;background:#fff!important
  }
  body:not(.home) .elementor-location-header [data-id="8a8db7f"]>.e-con-inner{
    display:block!important;min-height:88px!important;height:88px!important;padding:0 14px!important
  }
  body:not(.home) .elementor-location-header [data-id="3a67468"]{
    position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    width:100%!important;height:88px!important;min-height:88px!important;margin:0!important;padding:0!important
  }
  body:not(.home) .elementor-location-header [data-id="8d4f707"]{
    display:flex!important;align-items:center!important;flex:0 0 124px!important;
    width:124px!important;height:72px!important;min-height:72px!important;margin:0!important;padding:0!important
  }
  body:not(.home) .elementor-location-header [data-id="59040fd"]{
    position:absolute!important;right:0!important;top:50%!important;width:46px!important;height:46px!important;
    margin:0!important;padding:0!important;transform:translateY(-50%)!important
  }
  body:not(.home) .elementor-location-header [data-id="8b73cab"]{display:none!important}
  .elementor-location-header img[alt="IRE"],
  .home .elementor-location-header img{
    display:block!important;width:118px!important;max-width:118px!important;height:68px!important;max-height:68px!important;
    margin:0!important;padding:5px!important;border-radius:3px!important;background:#fff!important;object-fit:contain!important;filter:none!important
  }
  .elementor-location-header .jet-mobile-menu__toggle,
  .elementor-location-header .jet-mobile-menu__toggle-icon{
    display:flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;
    margin:0!important;padding:0!important;border:1px solid rgba(49,184,223,.25)!important;border-radius:4px!important;
    background:rgba(9,52,69,.08)!important;color:#0b3545!important
  }
  .home .elementor-location-header .jet-mobile-menu__toggle,
  .home .elementor-location-header .jet-mobile-menu__toggle-icon{border-color:rgba(255,255,255,.24)!important;background:rgba(5,38,52,.32)!important;color:#fff!important}
  .elementor-location-header .jet-mobile-menu__container{max-width:100vw!important}
  .elementor-location-header .jet-mobile-menu__body{padding:12px!important}
  .elementor-location-header .jet-mobile-menu__item a{min-height:46px!important;padding:11px 14px!important;font-size:14px!important}

  /* Homepage hero: less dead space, balanced type and a compact two-column finder. */
  .home .ire-hero-enhanced{min-height:0!important;padding:42px 0 34px!important;background-position:center!important}
  .home .ire-hero-enhanced h1{
    width:calc(100% - 28px)!important;max-width:520px!important;margin:0 auto 7px!important;
    font-size:clamp(36px,10.4vw,43px)!important;line-height:1.02!important;letter-spacing:-.045em!important;text-wrap:balance!important
  }
  .home .ire-hero-subtitle{margin:5px auto 14px!important;font-size:21px!important;line-height:1.2!important;letter-spacing:.035em!important}
  .home .ire-hero-proof{
    width:calc(100% - 28px)!important;max-width:520px!important;margin:13px auto 18px!important;padding:10px 12px!important;
    border-radius:4px!important;font-size:12px!important;line-height:1.42!important
  }
  .home .ire-hero-search-shell{
    width:calc(100% - 24px)!important;max-width:520px!important;margin:0 auto!important;padding:10px!important;border-radius:4px!important
  }
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important
  }
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element{
    width:100%!important;min-width:0!important;margin:0!important
  }
  .home .ire-hero-search-shell .jet-filter-items-dropdown,
  .home .ire-hero-search-shell .jet-filter-items-dropdown__label,
  .home .ire-hero-search-shell :is(.jet-select__control,select),
  .home .ire-number-picker__button{min-height:var(--ire-mobile-control)!important;height:var(--ire-mobile-control)!important}
  .home .ire-hero-search-shell .jet-filter-items-dropdown__label,
  .home .ire-hero-search-shell :is(.jet-select__control,select),
  .home .ire-number-picker__button{padding:0 12px!important;font-size:13px!important}
  .home .ire-hero-search-shell .apply-filters__button{min-height:48px!important;height:48px!important;font-size:12px!important}
  .home .ire-quick-links{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;
    width:calc(100% - 24px)!important;max-width:520px!important;margin:10px auto 0!important
  }
  .home .ire-quick-links a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;margin:0!important;padding:8px!important;font-size:11px!important;text-align:center!important}

  /* Dropdowns behave like a compact mobile sheet instead of lengthening the page. */
  .home .ire-dropdown-widget-open{z-index:100020!important}
  .home .ire-hero-search-shell:has(.ire-dropdown-widget-open)>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element:not(.ire-dropdown-widget-open){
    visibility:hidden!important
  }
  .home .ire-hero-search-shell .ire-dropdown-widget-open .jet-filter-items-dropdown__body{
    position:absolute!important;z-index:100030!important;left:0!important;right:auto!important;top:calc(100% + 6px)!important;
    width:calc(200% + 8px)!important;min-width:0!important;max-width:none!important;max-height:min(58dvh,430px)!important;margin:0!important;padding:8px!important;
    overflow:auto!important;overscroll-behavior:contain!important;border-top:4px solid #e8b64b!important;border-radius:5px!important;
    box-shadow:0 24px 70px rgba(2,28,40,.36)!important
  }
  .home .ire-hero-search-shell [data-id="4c9136a"].ire-dropdown-widget-open .jet-filter-items-dropdown__body,
  .home .ire-hero-search-shell [data-id="c4cd91b"].ire-dropdown-widget-open .jet-filter-items-dropdown__body{
    left:calc(-100% - 8px)!important
  }
  .home .ire-hero-search-shell .elementor-element.elementor-element-c22982f.ire-dropdown-widget-open .jet-filter-items-dropdown__body,
  .home .ire-hero-search-shell .elementor-element.elementor-element-1905de9.ire-dropdown-widget-open .jet-filter-items-dropdown__body,
  .home .ire-hero-search-shell .elementor-element.elementor-element-6ba7a2d.ire-dropdown-widget-open .jet-filter-items-dropdown__body{
    right:auto!important;left:0!important;width:calc(200% + 8px)!important;max-width:none!important
  }
  .home .ire-hero-search-shell .elementor-element.elementor-element-4c9136a.ire-dropdown-widget-open .jet-filter-items-dropdown__body,
  .home .ire-hero-search-shell .elementor-element.elementor-element-c4cd91b.ire-dropdown-widget-open .jet-filter-items-dropdown__body{
    right:auto!important;left:calc(-100% - 8px)!important;width:calc(200% + 8px)!important;max-width:none!important
  }
  .home .ire-dropdown-widget-open .jet-filter-items-scroll{max-height:none!important;overflow:visible!important}
  .home .ire-dropdown-widget-open .jet-checkboxes-list__button{min-height:38px!important;padding:7px 9px!important;font-size:13px!important}
  .home .ire-dropdown-toolbar{position:sticky!important;z-index:2!important;top:-8px!important;padding:9px 8px!important;background:#fff!important}
  .home .ire-dropdown-footer{position:sticky!important;z-index:2!important;bottom:-8px!important;padding:9px 8px!important;background:#f7fafb!important}
  .home .ire-number-picker__panel{max-height:260px!important;overflow:auto!important}

  /* Listings archive: compact hero, two-column controls, lighter cards. */
  .post-type-archive-properties [data-id="02c258f"]{padding:30px 14px 20px!important}
  .post-type-archive-properties [data-id="02c258f"]>.e-con-inner{gap:18px!important}
  .post-type-archive-properties .ire-archive-kicker{margin-bottom:8px!important;font-size:9px!important}
  .post-type-archive-properties .ire-archive-intro h1{font-size:36px!important;line-height:1.02!important}
  .post-type-archive-properties .ire-archive-intro p{margin-top:12px!important;font-size:14px!important;line-height:1.55!important}
  .post-type-archive-properties [data-id="b48ccbf"] .jet-search-filter__input{height:50px!important;padding:0 14px!important;font-size:13px!important}
  .post-type-archive-properties [data-id="9206916"]{padding:0 10px 18px!important}
  .post-type-archive-properties [data-id="3de7043"]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:12px!important}
  .post-type-archive-properties .ire-filter-shell-head{grid-column:1/-1!important;margin-bottom:2px!important;padding-bottom:12px!important;gap:8px!important}
  .post-type-archive-properties .ire-filter-shell-head strong{font-size:19px!important}
  .post-type-archive-properties .ire-filter-status{font-size:10px!important}
  .post-type-archive-properties [data-id="eab4a68"],
  .post-type-archive-properties [data-id="38cb7fd"],
  .post-type-archive-properties [data-id="fe92d45"],
  .post-type-archive-properties [data-id="098be42"],
  .post-type-archive-properties [data-id="1aab25b"],
  .post-type-archive-properties [data-id="c8ac148"]{grid-column:span 1!important;grid-row:auto!important}
  .post-type-archive-properties [data-id="14c0c5a"]{grid-column:1/-1!important;grid-row:auto!important}
  .post-type-archive-properties .ire-filter-actions{grid-column:1/-1!important;grid-row:auto!important;grid-template-columns:1fr auto!important;gap:8px!important}
  .post-type-archive-properties [data-id="3de7043"] .jet-filter-items-dropdown__label,
  .post-type-archive-properties [data-id="3de7043"] select,
  .post-type-archive-properties .ire-filter-action{height:48px!important;min-height:48px!important;padding:0 11px!important;font-size:11.5px!important}
  .post-type-archive-properties [data-id="afb1b8f"]{margin:0 10px 18px!important;padding:9px!important}
  .post-type-archive-properties [data-id="afb1b8f"] .jet-checkboxes-list__button{min-height:43px!important;padding:8px 9px!important;font-size:11px!important}
  .post-type-archive-properties [data-id="22c3925"]{padding:8px 10px 34px!important}
  .post-type-archive-properties .e-loop-item [data-id="e16402e"]{min-height:220px!important}
  .post-type-archive-properties .e-loop-item [data-id="9c26568"]{min-height:0!important;padding:17px 17px 16px!important}
  .post-type-archive-properties .e-loop-item [data-id="4d77f2c"] a{font-size:21px!important}
  .post-type-archive-properties .e-loop-item [data-id="063dd8c"]{margin-top:8px!important}
  .post-type-archive-properties .e-loop-item [data-id="79a8026"]{padding-top:13px!important;font-size:19px!important}

  /* Property pages and recommendation engine. */
  .single-properties{padding-bottom:64px!important}
  .single-properties h1{font-size:clamp(31px,9vw,36px)!important;line-height:1.08!important;letter-spacing:-.04em!important;text-wrap:balance!important}
  .single-properties .elementor-widget-heading .elementor-heading-title{word-break:normal!important;overflow-wrap:anywhere!important}
  .single-properties .ire-smart-similar-section{padding:40px 14px 48px!important}
  .single-properties .ire-smart-similar-section .elementor-heading-title{font-size:32px!important;line-height:1.08!important}
  .single-properties .ire-smart-intro{gap:14px!important;margin:10px 0 18px!important}
  .single-properties .ire-smart-intro p{font-size:13px!important;line-height:1.55!important}
  .single-properties .ire-smart-engine{padding:8px 10px!important;font-size:9px!important}
  .single-properties .ire-smart-grid{gap:14px!important}
  .single-properties .ire-smart-card{border-radius:5px!important}
  .single-properties .ire-smart-card-media{aspect-ratio:4/3!important}
  .single-properties .ire-smart-match,.single-properties .ire-smart-type{top:10px!important;padding:7px 8px!important;font-size:9px!important}
  .single-properties .ire-smart-match{left:10px!important}
  .single-properties .ire-smart-type{right:10px!important}
  .single-properties .ire-smart-card-body{padding:16px!important}
  .single-properties .ire-smart-card h3{font-size:20px!important}
  .single-properties .ire-smart-price{margin:11px 0!important;font-size:20px!important}
  .single-properties .ire-smart-specs{margin-bottom:12px!important;padding:10px 0!important}
  .single-properties .ire-smart-reasons{margin-bottom:13px!important}
  .single-properties .ire-property-map-shell{margin-top:16px!important}
  .single-properties .ire-property-map-copy{padding:16px!important}
  .single-properties .ire-property-map-copy h3{font-size:20px!important}
  .single-properties .ire-property-map{height:320px!important}
  .single-properties .ire-mobile-bar{height:64px!important;min-height:64px!important}
  .single-properties .ire-mobile-bar a{min-height:64px!important;padding:0 8px!important;font-size:11px!important;letter-spacing:.06em!important}

  /* Smart map, editorial, forms, tools and generic inner-page spacing. */
  .ire-smart-map{padding:30px 10px 42px!important}
  .ire-smart-map h1{font-size:34px!important}
  .ire-smart-map__head p{font-size:13px!important;line-height:1.55!important}
  .ire-map-controls{padding:13px!important}
  .ire-map-results{height:230px!important}
  .ire-map-canvas{height:390px!important}
  .ire-map-note{display:block!important;padding:11px 13px!important}
  .ire-map-note a{display:inline-block!important;margin-top:6px!important}
  .ire-tool-page,.ire-resource-page,.ire-lead-page{padding:24px 10px 48px!important}
  .ire-tool-hero{padding:28px 17px!important}
  .ire-tool-hero h1{font-size:32px!important}
  .ire-article-section{padding-top:42px!important;padding-bottom:46px!important}
  .ire-home-article-grid{gap:14px!important}
  .ire-article-card__body{padding:16px!important}
  .ire-article-card h3{font-size:20px!important}
  .ire-tools-promo{margin-bottom:44px!important;padding:22px 14px!important}
  .ire-tools-promo__head{gap:17px!important;margin-bottom:18px!important}
  .ire-tools-promo__head h2{font-size:28px!important}
  .ire-tools-promo__grid a{min-height:0!important;padding:15px!important}
  .ire-article-shell{margin-bottom:64px!important}
  .ire-article-content{padding:24px 17px 10px!important}
  .ire-article-content h2{margin-top:38px!important;font-size:28px!important}
  .ire-article-cta{margin:20px 17px!important;padding:20px!important}
  .ire-article-author{margin:24px 17px 0!important;padding:20px!important}
  .elementor-field-group{margin-bottom:12px!important}
  .elementor-field{min-height:48px!important}

  /* Footer becomes a compact, readable end-state rather than another long page. */
  .elementor-location-footer .ire-valuation-band>.elementor-container{padding:30px 16px!important;gap:18px!important}
  .elementor-location-footer .ire-valuation-band h3{font-size:26px!important;line-height:1.18!important}
  .elementor-location-footer .ire-valuation-band .elementor-button{min-height:50px!important;padding:12px 16px!important;font-size:12px!important}
  .elementor-location-footer .ire-valuation-band .ire-footer-searches h3{font-size:17px!important}
  .elementor-location-footer .ire-valuation-band .ire-footer-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 12px!important}
  .elementor-location-footer .ire-valuation-band .ire-footer-search-grid a{padding:8px 1px!important;font-size:11px!important}
  .elementor-location-footer .elementor-element-76bb0959{padding:30px 16px!important}
  .elementor-location-footer .elementor-element-76bb0959>.e-con-inner{gap:22px!important}
  .elementor-location-footer .elementor-element-76bb0959 img{max-width:170px!important;max-height:88px!important}
  .elementor-location-footer .elementor-element-63acdb8d{padding:14px 16px 78px!important}

  /* Known legacy Elementor containers must never establish a 390px child after a page gutter. */
  [data-id="2a408bd"],[data-id="4d0df5d"]{width:100%!important;max-width:100%!important;min-width:0!important}
  [data-id="2a408bd"] img,[data-id="4d0df5d"] img{width:100%!important;max-width:100%!important;height:auto!important}
}
@media(max-width:420px){
  .home .ire-hero-search-shell>.elementor-container>.elementor-column>.elementor-widget-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .post-type-archive-properties .ire-filter-shell-head{align-items:flex-start!important;flex-direction:column!important}
}
