.elementor-kit-11{--e-global-color-primary:#1F1F1F;--e-global-color-secondary:#6F6F6F;--e-global-color-text:#2A2A2A;--e-global-color-accent:#B8A98C;--e-global-color-19f75a6:#FFFFFF;--e-global-color-f7a2d29:#F6F6F6;--e-global-color-c2bfdfa:#1F1F1F;--e-global-color-5252e23:#B8A98C;--e-global-color-37672c7:#000000;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2px;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3px;--e-global-typography-text-font-family:"Libre Baskerville";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.75px;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:600;color:#374151;font-family:"Libre Franklin", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;letter-spacing:0px;word-spacing:0px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 p{margin-block-end:0px;}.elementor-kit-11 a{color:#111111;font-family:"Libre Franklin", Sans-serif;font-weight:400;text-decoration:none;}.elementor-kit-11 a:hover{color:#6B7280;}.elementor-kit-11 h1{font-family:"Libre Franklin", Sans-serif;font-size:48px;font-weight:700;letter-spacing:-0.5px;}.elementor-kit-11 h2{color:#111111;font-family:"Libre Franklin", Sans-serif;font-size:28px;font-weight:700;line-height:1.2em;letter-spacing:-0.2px;}.elementor-kit-11 h3{color:#111111;font-family:"Libre Franklin", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-11 h4{font-family:"Libre Franklin", Sans-serif;font-size:16px;font-weight:600;line-height:1.4em;}.elementor-kit-11 h5{color:#6B7280;font-family:"Libre Franklin", Sans-serif;font-size:14px;font-weight:500;line-height:1.4em;}.elementor-kit-11 h6{color:#6B7280;font-family:"Libre Franklin", Sans-serif;font-size:13px;font-weight:500;line-height:1.4em;letter-spacing:0.1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:12px;}.elementor-element{--widgets-spacing:12px 12px;--widgets-spacing-row:12px;--widgets-spacing-column:12px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:#000000;--lightbox-header-icons-size:48px;--lightbox-navigation-icons-size:60px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:#050505;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#000000;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-11 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{font-size:16px;line-height:1.75em;}.elementor-kit-11 a{letter-spacing:0px;}.elementor-kit-11 h1{font-size:32px;line-height:1.15em;}.elementor-kit-11 h2{font-size:22px;line-height:1.2em;letter-spacing:-0.2px;}.elementor-kit-11 h3{font-size:17px;line-height:1.3em;letter-spacing:0px;}.elementor-kit-11 h4{font-size:18px;line-height:1.4em;letter-spacing:0px;}.elementor-kit-11 h5{font-size:16px;line-height:1.45em;}.elementor-kit-11 h6{font-size:13px;line-height:1.5em;letter-spacing:0.08em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   GLOBAL TYPE TWEAKS
   ========================================================= */
h3, h4 { font-weight: 600; }

/* Hide empty payment rows (legacy markup support) */
.payment-row .payment-value:empty { display: none; }

/* =========================================================
   DEVELOPMENT LAYOUT SYSTEM (sitewide sections)
   ========================================================= */
.development-section{
  padding-top:64px;
  padding-bottom:64px;
  position:relative;
  overflow:visible;
  width:100%;
}

@media (max-width:767px){
  .development-section{
    padding-top:40px;
    padding-bottom:40px;
  }
}

/* Width wrappers (apply to INNER wrapper container) */
.development-section--wide{
  max-width:1140px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.development-section--narrow{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  white-space:normal;
}

/* Safety: enforce wide/narrow behavior when used inside a section */
.development-section .development-section--wide{
  max-width:1140px;
  margin:0 auto;
  width:100%;
}

.development-section .development-section--narrow{
  max-width:760px;
  margin:0 auto;
  width:100%;
}

/* Container internal spacing (Elementor containers use gap) */
.spacing-xs{ gap:8px; }
.spacing-sm{ gap:12px; }
.spacing-md{ gap:24px; }
.spacing-lg{ gap:40px; }

/* Vertical rhythm stacks */
.stack-xs > * + *{ margin-top:8px; }
.stack-sm > * + *{ margin-top:12px; }
.stack-md > * + *{ margin-top:24px; }
.stack-lg > * + *{ margin-top:40px; }

/* Elementor inner wrappers safety */
.development-section > .elementor-container,
.development-section > .e-con-inner{
  min-height:1px;
}

/* Ensure headings don’t crash */
.development-section h1,
.development-section h2,
.development-section h3{
  margin-top:0;
}

/* Editorial text rendering */
.development-section--narrow .elementor-widget-text-editor{
  white-space:normal;
}

.development-section--narrow p{
  margin-bottom:12px;
  line-height:1.6;
}

/* Prevent sticky header collisions */
.single .elementor-location-single{
  padding-top:24px;
}

/* =========================================================
   MOBILE ADJUSTMENTS
   ========================================================= */
@media (max-width:767px){
  /* Tighten stack rhythm on mobile */
  .stack-md > * + *{ margin-top:12px; }

  /* Prevent content touching screen edges */
  .development-section--wide,
  .development-section--narrow{
    padding-left:16px;
    padding-right:16px;
  }
}

/* =========================================================
   HERO SPACING (homepage)
   Only affects sections where you ADD class "hero-section"
   ========================================================= */

/* Hero should not use development-section padding */
.hero-section.development-section{
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* Spacing lives INSIDE the next section (no margin gaps) */
.after-hero{
  margin-top:0 !important;
  padding-top:32px !important;
}
@media (max-width:767px){
  .after-hero{
    padding-top:16px !important;
  }
}

/* =========================================================
   LISTING HEADER
   ========================================================= */

.dev-listing-header{
  width:100%;
  margin-bottom:24px;
}

.dev-listing-header__grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:28px;
  align-items:center;
}

.dev-listing-header__left{
  min-width:0;
}

.dev-listing-header__right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
}

/* Eyebrow */
.dev-listing-header__eyebrow{
  margin:0 0 10px;
  font-size:12px !important;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#6b7280;
}

/* Title */
.dev-listing-header__title{
  margin:0 0 10px;
  font-size:26px !important; /* ↑ from 24 */
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:-0.015em;
  color:#111827;
  text-wrap:balance;
}

/* Meta lines */
.dev-listing-header__meta{
  margin:0 0 6px;
  font-size:16px !important;
  line-height:1.45 !important;
  color:#6b7280;
}

.dev-listing-header__meta:last-child{
  margin-bottom:0;
}

.dev-listing-header__meta strong{
  color:#111827;
}

/* Price block */
.dev-listing-header__price{
  margin:0;
  font-size:28px !important; /* ↑ from 26 */
  line-height:1.1 !important;
  font-weight:700 !important;
  letter-spacing:-0.015em;
  color:#111827;
  text-align:right;
  white-space:nowrap;
}

.dev-listing-header__price-label{
  margin:4px 0 0;
  font-size:12px !important;
  line-height:1.3;
  color:#9ca3af;
  text-align:right;
}

/* Tablet */
@media (max-width:1024px){
  .dev-listing-header__grid{
    gap:22px;
  }

  .dev-listing-header__title{
    font-size:24px !important;
  }

  .dev-listing-header__price{
    font-size:26px !important;
  }
}

/* Mobile */
@media (max-width:767px){
  .dev-listing-header{
    margin-bottom:20px;
  }

  .dev-listing-header__grid{
    grid-template-columns:1fr;
    gap:16px;
    align-items:start;
  }

  .dev-listing-header__right{
    align-items:flex-start;
  }

  .dev-listing-header__title{
    font-size:22px !important;
    text-wrap:pretty;
  }

  .dev-listing-header__meta{
    font-size:14px !important;
  }

  .dev-listing-header__price{
    font-size:24px !important;
    text-align:left;
    white-space:normal;
  }

  .dev-listing-header__price-label{
    text-align:left;
  }
}

/* =========================================================
   TIGHTER HEADER / GALLERY / SNAPSHOT SPACING
   ========================================================= */

/* Header bottom space */
.dev-listing-header{
  margin-bottom:12px !important;
}

/* Gallery spacing */
.dev-gallery,
.dev-gallery-section{
  margin-top:0 !important;
  padding-top:0 !important;
  margin-bottom:12px !important;
  padding-bottom:0 !important;
}

/* Snapshot wrapper (use actual class if needed) */
.dev-investor-snapshot,
.dev-snapshot{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Reduce global section spacing */
.development-section{
  padding-top:24px;
  padding-bottom:24px;
}

/* =========================================================
   ABOUT INTRO BLOCK
   ========================================================= */

.dev-about-intro{
  margin:0 0 18px !important;
}

.dev-about-intro__eyebrow{
  margin:0 0 12px !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  color:#6b7280 !important;
}

.dev-about-title{
  margin:0 0 12px !important;
  font-size:42px !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:-0.03em !important;
  color:#111827 !important;
  text-wrap:balance;
}

.dev-about-title__project{
  color:#8E442C !important;
}

.dev-about-title__mix{
  color:#111827 !important;
  font-weight:600 !important;
}

.dev-about-title__city{
  color:#9ca3af !important;
  font-weight:500 !important;
}

.dev-about-title__sep{
  color:#d1d5db !important;
  margin:0 8px !important;
}

.dev-about-intro__text{
  max-width:640px !important;
  margin:0 0 14px !important;
}

.dev-about-intro__text p{
  margin:0 !important;
  font-size:18px !important;
  line-height:1.75 !important;
  color:#5b6b85 !important;
}

/* =========================================================
   ABOUT INTRO BLOCK
   ========================================================= */

.dev-about-intro{
  margin:0 0 18px !important;
}

.dev-about-intro__eyebrow{
  margin:0 0 12px !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  color:#6b7280 !important;
}

.dev-about-title{
  margin:0 0 12px !important;
  font-size:34px !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:-0.03em !important;
  color:#111827 !important;
  text-wrap:balance;
}

.dev-about-title__project{
  color:#8E442C !important;
}

.dev-about-title__mix{
  color:#111827 !important;
  font-weight:600 !important;
}

.dev-about-title__city{
  color:#9ca3af !important;
  font-weight:500 !important;
}

.dev-about-title__sep{
  color:#d1d5db !important;
  margin:0 8px !important;
}

.dev-about-intro__text{
  max-width:640px !important;
  margin:0 0 18px !important;
}

.dev-about-intro__text p{
  margin:0 !important;
  font-size:18px !important;
  line-height:1.75 !important;
  color:#5b6b85 !important;
}

/* =========================================================
   ABOUT ACCORDION – BOXED VERSION
   ========================================================= */

details.dev-about-accordion{
  max-width:760px !important;
  margin:0 0 18px !important;
  padding:0 !important;
  border:1.5px solid #274690 !important;
  border-radius:24px !important;
  background:#ffffff !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

details.dev-about-accordion summary.dev-about-accordion__summary{
  position:relative !important;
  display:block !important;
  cursor:pointer !important;
  list-style:none !important;
  padding:22px 64px 22px 28px !important;
  margin:0 !important;
  font-size:17px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  color:#111827 !important;
  background:#ffffff !important;
  border:none !important;
  border-radius:24px !important;
  box-shadow:none !important;
}

details.dev-about-accordion summary.dev-about-accordion__summary::-webkit-details-marker{
  display:none !important;
}

details.dev-about-accordion summary.dev-about-accordion__summary::marker{
  display:none !important;
  content:'' !important;
}

details.dev-about-accordion summary.dev-about-accordion__summary::after{
  content:'+' !important;
  position:absolute !important;
  right:26px !important;
  top:50% !important;
  transform:translateY(-52%) !important;
  font-size:36px !important;
  line-height:1 !important;
  font-weight:500 !important;
  color:#6b7280 !important;
}

details.dev-about-accordion[open] summary.dev-about-accordion__summary{
  border-bottom:1px solid #e5e7eb !important;
  border-radius:24px 24px 0 0 !important;
}

details.dev-about-accordion[open] summary.dev-about-accordion__summary::after{
  content:'−' !important;
}

.dev-about-accordion__content{
  padding:22px 28px 24px !important;
  background:#ffffff !important;
}

.dev-about-accordion__content p{
  margin:0 0 14px !important;
  font-size:17px !important;
  line-height:1.75 !important;
  color:#5b6b85 !important;
}

.dev-about-accordion__content p:last-child{
  margin-bottom:0 !important;
}

/* Tighten gap before next section */
.dev-about-intro + h2,
.dev-about-intro + .development-section__title,
.dev-about-intro + .dev-section-title{
  margin-top:0 !important;
}

/* Tablet */
@media (max-width:1024px){
  .dev-about-title{
    font-size:30px !important;
  }

  .dev-about-intro__text p,
  .dev-about-accordion__content p{
    font-size:17px !important;
  }

  .dev-about-intro__text,
  details.dev-about-accordion{
    max-width:100% !important;
  }
}

/* Mobile */
@media (max-width:767px){
  .dev-about-intro{
    margin-bottom:16px !important;
  }

  .dev-about-intro__eyebrow{
    margin-bottom:10px !important;
    font-size:12px !important;
  }

  .dev-about-title{
    font-size:26px !important;
    line-height:1.12 !important;
    margin-bottom:12px !important;
  }

  .dev-about-intro__text{
    max-width:100% !important;
    margin-bottom:16px !important;
  }

  .dev-about-intro__text p,
  .dev-about-accordion__content p{
    font-size:16px !important;
    line-height:1.7 !important;
  }

  details.dev-about-accordion{
    max-width:100% !important;
    border-radius:20px !important;
  }

  details.dev-about-accordion summary.dev-about-accordion__summary{
    padding:18px 54px 18px 22px !important;
    font-size:15px !important;
    border-radius:20px !important;
  }

  details.dev-about-accordion[open] summary.dev-about-accordion__summary{
    border-radius:20px 20px 0 0 !important;
  }

  details.dev-about-accordion summary.dev-about-accordion__summary::after{
    right:20px !important;
    font-size:30px !important;
  }

  .dev-about-accordion__content{
    padding:18px 22px 20px !important;
  }
}
/* =========================================================
   FIX: DOT SEPARATOR (FORCE ROUND)
   ========================================================= */

.dev-about-title__dot{
  display:inline-block;
  width:6px;
  height:6px;
  background:#9ca3af;
  border-radius:50% !important;
  margin:0 10px;
  position:relative;
  top:-2px;
  font-size:0; /* kill any text fallback */
}

/* Remove any text bullet that might still render */
.dev-about-title__dot::before{
  content:'';
}

/* Kill Elementor or theme overrides */
.dev-about-title__dot,
.dev-about-title__dot *{
  border-radius:50% !important;
}

/* =========================================================
   DEVELOPMENT HERO — CLEAN
   ========================================================= */

.dev-hero-clean{
  padding-top:60px;
  padding-bottom:60px;
}

.dev-hero-clean__wrap{
  display:flex;
  align-items:center;
  gap:48px;
}

.dev-hero-clean__copy{
  max-width:520px;
}

/* Eyebrow */

.dev-hero-clean__eyebrow{
  font-size:14px;
  font-weight:600;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#6b7280;
  margin-bottom:10px;
}

/* Title */

.dev-hero-clean__title{
  font-size:48px;
  line-height:1.15;
  font-weight:700;
  margin-bottom:18px;
}

/* Subheadline */

.dev-hero-clean__sub{
  font-size:18px;
  line-height:1.6;
  color:#4b5563;
  margin-bottom:26px;
}

/* Meta row */

.dev-hero-clean__meta{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:14px;
}

.dev-hero-clean__price-wrap{
  margin-bottom:20px;
}

/* Price */

.dev-hero-clean__price-wrap{
  margin-bottom:18px;
}

.dev-hero-clean__price-from{
  font-size:14px;
  color:#6b7280;
  margin-bottom:2px;
}

.dev-hero-clean__price{
  font-size:32px;
  font-weight:700;
  color:#111827;
  line-height:1.1;
}

/* Buttons */

.dev-hero-clean__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.dev-hero-clean__btn-primary .elementor-button{
  background:#111827;
  color:#fff;
  border-radius:10px;
  padding:14px 22px;
  font-weight:600;
  min-height:52px;
}

.dev-hero-clean__btn-secondary .elementor-button{
  background:#fff;
  border:1px solid #d1d5db;
  color:#111827;
  border-radius:10px;
  padding:14px 20px;
  font-weight:600;
  min-height:52px;
}

/* Image */

.dev-hero-clean__media img{
  border-radius:14px;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}

@media (max-width:900px){
  .dev-hero-clean__wrap{
    flex-direction:column;
    gap:30px;
  }

  .dev-hero-clean__title{
    font-size:34px;
  }

  .dev-hero-clean__price{
    font-size:28px;
  }

  .dev-hero-clean__media img{
    aspect-ratio:4/3;
  }
}

/* =========================================================
   AMENITIES (shortcode output: [dev_amenities])
   ========================================================= */

.dev-amenities{
  width:100%;
}

.dev-amenities__list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.dev-amenities__item{
  position:relative;
  margin:0;
  padding:16px 18px 16px 42px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  font-size:17px;
  font-weight:500;
  line-height:1.4;
  color:#374151;
  box-shadow:none;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.dev-amenities__item:before{
  content:"";
  position:absolute;
  top:50%;
  left:18px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#9ca3af;
  transform:translateY(-50%);
}

.dev-amenities__item:hover{
  border-color:#d1d5db;
  box-shadow:0 4px 10px rgba(0,0,0,.04);
  transform:translateY(-1px);
}

@media (max-width:767px){
  .dev-amenities__list{
    grid-template-columns:1fr;
  }

  .dev-amenities__item{
    padding:15px 16px 15px 40px;
    font-size:16px;
  }

  .dev-amenities__item:before{
    left:16px;
  }
}

/* =========================================================
   PAYMENT PLAN (dev-payment__*)
   ========================================================= */
.dev-payment{ max-width:860px; width:100%; }

.dev-payment__table{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.dev-payment__row{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:12px;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  align-items:center;
}

.dev-payment__label{
  font-size:12px;
  font-weight:600;
  opacity:.6;
}

.dev-payment__value{
  font-size:16px;
  font-weight:600;
  text-align:right;
  margin-left:auto;
}

.dev-payment__note{
  margin-top:12px;
  padding:14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
}

.dev-payment__note-title{
  font-size:12px;
  font-weight:600;
  opacity:.6;
  margin-bottom:6px;
}

.dev-payment__note-body{ line-height:1.6; }

@media (max-width:767px){
  .dev-payment__row{ grid-template-columns:1fr; }
  .dev-payment__value{
    text-align:left;
    margin-right:auto;
  }
}

/* =========================================================
   UNIT TYPES GRID
   ========================================================= */
.dev-unit-types__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.dev-unit-types__card{
  display:block;
  padding:16px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  text-decoration:none;
}

.dev-unit-types__title{
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
}

.dev-unit-types__meta{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.dev-unit-types__line{
  display:flex;
  justify-content:space-between;
  gap:12px;
}

.dev-unit-types__label{ font-size:12px; opacity:.65; }
.dev-unit-types__value{ font-size:14px; font-weight:500; }

.dev-unit-types__cta{
  margin-top:12px;
  font-size:14px;
  font-weight:600;
}

@media (max-width:1024px){
  .dev-unit-types__grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (max-width:767px){
  .dev-unit-types__grid{ grid-template-columns:1fr; }
}

/* =========================================================
   DEVELOPMENT GALLERY GRID
   ========================================================= */
.dev-gallery{ margin-top:24px; }

.dev-gallery__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
}

.dev-gallery__item{
  display:block;
  border-radius:12px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  transition:transform .15s ease, box-shadow .15s ease;
}

.dev-gallery__item:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.dev-gallery__item img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

/* Limiter + toggle */
.dev-gallery__item.is-hidden{ display:none; }

.dev-gallery__toggle{
  margin-top:16px;
  width:100%;
  padding:16px 18px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  font-weight:600;
  font-size:15px;
  cursor:pointer;
  transition:all .15s ease;
}

.dev-gallery__toggle:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

@media (max-width:1024px){
  .dev-gallery__grid{ grid-template-columns:repeat(3, minmax(0, 1fr)); }
}
@media (max-width:767px){
  .dev-gallery__grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .dev-gallery__toggle{ padding:14px 16px; }
}

/* =========================================================
   DEVELOPMENT LOCATION
   ========================================================= */
.dev-location__grid{
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:12px;
}

.dev-location__map{
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  overflow:hidden;
  min-height:320px;
}

.dev-location__map iframe{
  width:100%;
  height:100%;
  min-height:320px;
  border:0;
  display:block;
}

.dev-location__nearby{
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:14px;
}

.dev-location__nearby-title{
  font-size:12px;
  opacity:.65;
  margin-bottom:10px;
}

.dev-location__nearby-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.dev-location__nearby-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
}

.dev-location__nearby-label{ font-weight:500; }
.dev-location__nearby-dist{ opacity:.7; white-space:nowrap; }

@media (max-width:1024px){
  .dev-location__grid{ grid-template-columns:1fr; }
}

/* =========================================================
   DEVELOPMENT CTA BLOCK
   ========================================================= */
.dev-cta{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:32px;
  background:#fafafa;
}

.dev-cta .elementor-widget-heading{ margin-bottom:8px; }
.dev-cta .elementor-widget-text-editor{ margin-bottom:20px; }

@media (max-width:767px){
  .dev-cta{ padding:20px; }
}

/* =========================================================
   LIFESTYLE GRID (homepage)
   ========================================================= */
.lifestyle-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:stretch;
}

.lifestyle-row .lifestyle-card{
  flex:1 1 calc(33.333% - 8px);
  max-width:calc(33.333% - 8px);
  border-radius:16px;
  overflow:hidden;
}

.lifestyle-row .lifestyle-img img{
  display:block;
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
}

@media (max-width:1024px){
  .lifestyle-row .lifestyle-card{
    flex:1 1 calc(50% - 6px);
    max-width:calc(50% - 6px);
  }
}
@media (max-width:767px){
  .lifestyle-row .lifestyle-card{
    flex:1 1 100%;
    max-width:100%;
  }
}

/* =========================================================
   DEV CARDS — POLISHED PROPERTY PORTAL VERSION
   ========================================================= */

.elementor-widget-loop-carousel .swiper-wrapper{
  align-items:stretch !important;
}

.elementor-widget-loop-carousel .swiper-slide{
  display:flex !important;
  height:auto !important;
}

.elementor-widget-loop-carousel .swiper-slide > div,
.elementor-widget-loop-grid .e-loop-item{
  display:flex !important;
  width:100% !important;
  height:100%;
}

.dev-card{
  position:relative;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dev-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(15,23,42,.10);
  border-color:#d8dee8;
}

.dev-card__media{
  position:relative !important;
  overflow:hidden !important;
  aspect-ratio:4 / 3;
  flex:0 0 auto !important;
  padding:0 !important;
  line-height:0;
  background:#f3f4f6;
}

.dev-card__media figure,
.dev-card__media .elementor-widget{
  margin:0 !important;
}

.dev-card__media .elementor-widget-html{
  display:contents !important;
}

.dev-card__media .elementor-widget-image{
  height:100%;
}

.dev-card__media .elementor-widget-image img,
.dev-card__media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  transition:transform .3s ease;
}

.dev-card:hover .dev-card__media img{
  transform:scale(1.02);
}

/* =========================================================
   FULL CARD CLICKABLE
   ========================================================= */

.dev-card{
  position:relative !important;
  overflow:hidden;
}

/* The extra overlay button widget */
.dev-card .dev-card__overlay-widget{
  position:absolute !important;
  inset:0 !important;
  z-index:20 !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
}

/* Make Elementor's wrapper fill the card */
.dev-card .dev-card__overlay-widget .elementor-widget-container,
.dev-card .dev-card__overlay-widget .elementor-button-wrapper{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
}

/* Actual invisible link */
.dev-card .dev-card__overlay-widget .elementor-button,
.dev-card .dev-card__overlay-button{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  opacity:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  z-index:20 !important;
}

/* Keep card content above normal stacking */
.dev-card > *{
  position:relative;
}

/* ---------------------------
   Badge container
--------------------------- */

.dev-card__badges{
  position:absolute !important;
  top:18px;
  left:18px;
  z-index:50 !important;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 !important;
  padding:0 !important;
  width:auto;
  pointer-events:none;
}

/* ---------------------------
   Badge base style
--------------------------- */

.dev-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 16px;
  font-size:12px;
  font-weight:800;
  line-height:1;
  border-radius:999px;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-family:"Libre Franklin", sans-serif !important;
  box-shadow:0 10px 24px rgba(15,23,42,.22);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

/* ---------------------------
   Badge colors
--------------------------- */

.dev-badge--new{
  background:linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.18);
}

.dev-badge--presale{
  background:linear-gradient(135deg, #111827 0%, #000000 100%);
  color:#ffffff;
  border:1px solid rgba(255,255,255,.08);
}

.dev-badge--location{
  background:rgba(255,255,255,.94);
  color:#111827;
  border:1px solid rgba(17,24,39,.10);
  box-shadow:0 8px 20px rgba(15,23,42,.16);
}

.dev-card__content{
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  padding:26px 28px 20px !important;
}

.dev-card__content .elementor-widget,
.dev-card__content p,
.dev-card__content h1,
.dev-card__content h2,
.dev-card__content h3,
.dev-card__content h4{
  margin:0 !important;
}

.dev-card-price{
  font-size:23px;
  font-weight:800;
  line-height:1.05;
  color:#0f172a;
  letter-spacing:-0.02em;
  margin-bottom:2px;
}

.dev-card-title{
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  color:#111827;
  letter-spacing:-0.02em;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.dev-card-location{
  font-size:16px;
  line-height:1.45;
  color:#6b7280;
  font-weight:500;
}

.dev-card-hookline{
  font-size:14px;
  line-height:1.5;
  color:#8b93a3;
  font-weight:400;
}

.dev-card-hookline p{
  margin:0 !important;
}

.dev-card-district{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  width:100% !important;
  min-width:0 !important;
}

.dev-card-district > .elementor-element{
  width:auto !important;
  flex:0 0 auto !important;
  margin:0 !important;
}

.dev-card-district .elementor-widget-icon{
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
}

.dev-card-district .elementor-icon-wrapper{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
}

.dev-card-district .elementor-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:14px !important;
  line-height:1 !important;
  color:#8b93a3 !important;
}

.dev-card-district .elementor-widget-text-editor{
  width:auto !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  margin:0 !important;
}

.dev-card-district .elementor-text-editor,
.dev-card-district .elementor-text-editor p{
  margin:0 !important;
  font-size:14px !important;
  line-height:1.45 !important;
  color:#8b93a3 !important;
}

.dev-card__facts{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  align-items:center;
  justify-items:center;
  gap:10px;
  padding:18px 22px 0;
  margin-top:18px;
  border-top:1px solid #e5e7eb;
}

.dev-card__facts > .e-con{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:0;
}

.dev-card__facts .elementor-icon{
  flex:0 0 auto;
  font-size:14px;
  color:#4b5563;
}

.dev-card__facts .elementor-text-editor{
  margin:0 !important;
  font-size:13px;
  line-height:1.35;
  color:#4b5563;
  text-align:center;
}

.dev-card__facts .elementor-text-editor p{
  margin:0 !important;
}
/* =========================================================
   CTA BUTTON + MOBILE CARD POLISH
   ========================================================= */

.dev-card__footer{
  margin-top:auto !important;
  padding:16px 28px 24px !important;
}

.dev-card-cta .elementor-button{
  width:100%;
  min-height:50px;
  padding:0 22px;
  border-radius:999px !important;
  border:none;
  background:#0f172a;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
  letter-spacing:-0.01em;
  box-shadow:0 8px 18px rgba(15,23,42,.14);
  transition:
    background-color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1 !important;
}

.dev-card-cta .elementor-button:hover{
  background:#111827;
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(15,23,42,.18);
}

.dev-card-cta .elementor-button-text{
  display:block;
  line-height:1 !important;
}

@media (max-width:767px){
  .dev-card{
    border-radius:24px;
  }

  .dev-card__content{
    padding:22px 22px 16px !important;
  }

  .dev-card__footer{
    padding:16px 22px 22px !important;
  }

  .dev-card-price{
    font-size:21px;
  }

  .dev-card-title{
    font-size:18px;
  }

  .dev-card__badges{
    top:16px;
    left:16px;
    gap:8px;
  }

  .dev-badge{
    min-height:34px;
    padding:7px 12px;
    font-size:11px;
  }
}
/* =========================================================
   DEVELOPMENT OVERVIEW CARDS
   ========================================================= */

.dev-overview{
  width:100%;
}

.dev-overview__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.dev-overview__card{
  background:#fff;
  border:1.5px solid #1f3d73;
  border-radius:14px;
  padding:18px 20px;
  min-height:112px;
  display:flex;
  align-items:center;
  gap:14px;
}

.dev-overview__icon{
  width:54px;
  height:54px;
  flex:0 0 54px;
  border-radius:14px;
  background:#f3f4f6;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#c8ccd3;
}

.dev-overview__icon svg{
  width:24px;
  height:24px;
  display:block;
}

.dev-overview__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.dev-overview__eyebrow{
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.5px;
  opacity:.65;
  margin-bottom:4px;
  line-height:1.1;
}

.dev-overview__value{
  font-size:22px;
  line-height:1.1;
  font-weight:700;
  color:#213f72;
  word-break:break-word;
}

.dev-overview__sub{
  font-size:14px;
  line-height:1.35;
  opacity:.72;
  margin-top:4px;
}

.dev-overview__card.is-highlight{
  border-color:#57c26d;
  background:#f3fbf4;
}

.dev-overview__card.is-highlight .dev-overview__value{
  color:#2b7b3f;
}

.dev-overview__card.is-highlight .dev-overview__icon{
  background:#d9eadc;
  color:#56a768;
}

.dev-overview__icon--amenities{
  background:#f3e4bc;
  color:#c89d2a;
}

/* responsive */
@media (max-width:1024px){
  .dev-overview__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:767px){
  .dev-overview__grid{
    grid-template-columns:1fr;
  }

  .dev-overview__card{
    min-height:auto;
    padding:16px 18px;
  }

  .dev-overview__icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    border-radius:12px;
  }

  .dev-overview__icon svg{
    width:22px;
    height:22px;
  }

  .dev-overview__value{
    font-size:20px;
  }
}

/* =========================================================
   DEVELOPMENT INVESTMENT THESIS
   ========================================================= */

.dev-thesis{
  width:100%;
}

.dev-thesis__eyebrow{
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#b8891f;
  margin-bottom:14px;
  display:inline-block;
  position:relative;
}

.dev-thesis__eyebrow:after{
  content:"";
  display:block;
  width:140px;
  height:3px;
  background:#b8891f;
  margin-top:10px;
}

.dev-thesis__intro,
.dev-thesis__body{
  color:#4f5f7a;
}

.dev-thesis__intro{
  font-size:18px;
  line-height:1.75;
  margin-bottom:16px;
}

.dev-thesis__body{
  font-size:17px;
  line-height:1.8;
}

.dev-thesis__body p{
  margin:0 0 16px;
}

.dev-thesis__body strong{
  color:#1d2d50;
  font-weight:700;
}

.dev-thesis__profile{
  margin-top:28px;
  border:2px solid #1f3d73;
  border-radius:18px;
  padding:28px 28px 24px;
  background:#fff;
}

.dev-thesis__profile-title{
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#b8891f;
  margin-bottom:16px;
  display:inline-block;
  position:relative;
}

.dev-thesis__profile-title:after{
  content:"";
  display:block;
  width:180px;
  height:3px;
  background:#b8891f;
  margin-top:10px;
}

.dev-thesis__profile-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.dev-thesis__profile-row{
  font-size:17px;
  line-height:1.65;
  color:#4a4a4a;
}

.dev-thesis__profile-row strong{
  color:#333;
  font-weight:700;
}

@media (max-width:767px){
  .dev-thesis__intro,
  .dev-thesis__body,
  .dev-thesis__profile-row{
    font-size:16px;
  }

  .dev-thesis__profile{
    padding:22px 20px 20px;
  }
}

/* =========================================================
   DEVELOPMENT LOCATION MAP
   ========================================================= */

.dev-map{
  width:100%;
}

.dev-map__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-map__intro{
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  margin-bottom:20px;
}

.dev-map__intro p{
  margin:0 0 12px;
}

.dev-map__frame-wrap{
  position:relative;
  margin-bottom:20px;
}

.dev-map__open-link{
  position:absolute;
  top:14px;
  left:14px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  border-radius:12px;
  padding:10px 14px;
  text-decoration:none;
  font-weight:600;
  color:#2563eb;
}

.dev-map__frame{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  background:#f8f8f8;
}

.dev-map__frame iframe{
width:100%;
height:420px;
border:0;
border-radius:16px;
display:block;
}

.dev-map__nearby-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}

.dev-map__nearby-card{
  background:#fff;
  border:1px solid rgba(31,61,115,.14);
  border-radius:14px;
  padding:18px 18px 16px;
  min-height:112px;
}

.dev-map__nearby-card.is-highlight{
  border-color:#dc4c4c;
}

.dev-map__nearby-icon{
  width:24px;
  height:24px;
  border-radius:6px;
  background:rgba(0,0,0,.06);
  margin-bottom:12px;
  opacity:.45;
}

.dev-map__nearby-title{
  font-size:17px;
  font-weight:700;
  line-height:1.25;
  color:#22395f;
  margin-bottom:6px;
}

.dev-map__nearby-subtitle{
  font-size:15px;
  line-height:1.45;
  color:#6a7690;
}

@media (max-width:1024px){
  .dev-map__nearby-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .dev-map__title{
    font-size:36px;
  }
}

@media (max-width:767px){
  .dev-map__title{
    font-size:30px;
  }

  .dev-map__intro{
    font-size:16px;
  }

  .dev-map__frame iframe{
    height:320px;
  }

  .dev-map__nearby-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dev-map__nearby-card{
    min-height:auto;
    padding:16px;
  }

  .dev-map__nearby-title{
    font-size:16px;
  }

  .dev-map__nearby-subtitle{
    font-size:14px;
  }
}

/* =========================================================
   DEVELOPMENT DEVELOPER SECTION
   ========================================================= */

.dev-developer{
  width:100%;
}

.dev-developer__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-developer__summary{
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  margin-bottom:24px;
}

.dev-developer__summary p{
  margin:0 0 14px;
}

.dev-developer__summary strong{
  color:#1d2d50;
  font-weight:700;
}

.dev-developer__metrics{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
  margin-bottom:24px;
}

.dev-developer__metric{
  background:#fff;
  border:1.5px solid #1f3d73;
  border-radius:14px;
  padding:18px 18px 16px;
  min-height:112px;
}

.dev-developer__metric-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  margin-bottom:10px;
  background:#1f3d73;
}

.dev-developer__metric-label{
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.6px;
  opacity:.7;
  margin-bottom:6px;
}

.dev-developer__metric-value{
  font-size:18px;
  line-height:1.3;
  font-weight:700;
  color:#1f3d73;
}

.dev-developer__metric--green .dev-developer__metric-dot{ background:#57c26d; }
.dev-developer__metric--blue .dev-developer__metric-dot{ background:#1f3d73; }
.dev-developer__metric--gold .dev-developer__metric-dot{ background:#d69a2d; }
.dev-developer__metric--red .dev-developer__metric-dot{ background:#dc4c4c; }

.dev-developer__accordion{
  border:2px solid #1f3d73;
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  margin-bottom:18px;
}

.dev-developer__accordion-summary{
  list-style:none;
  cursor:pointer;
  padding:22px 24px;
  font-size:17px;
  font-weight:700;
  color:#1d2d50;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.dev-developer__accordion-summary::-webkit-details-marker{
  display:none;
}

.dev-developer__accordion-summary::after{
  content:"+";
  font-size:28px;
  line-height:1;
  opacity:.7;
}

.dev-developer__accordion[open] .dev-developer__accordion-summary::after{
  content:"–";
}

.dev-developer__accordion-body{
  padding:0 24px 24px;
  font-size:16px;
  line-height:1.7;
  color:#5b6b85;
}

.dev-developer__accordion-body p{
  margin:0 0 12px;
}

.dev-developer__related{
  font-size:16px;
  line-height:1.7;
  color:#253b63;
  font-weight:600;
}

.dev-developer__related p{
  margin:0;
}

@media (max-width:1024px){
  .dev-developer__metrics{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dev-developer__title{
    font-size:36px;
  }
}

@media (max-width:767px){
  .dev-developer__title{
    font-size:30px;
  }

  .dev-developer__summary{
    font-size:16px;
  }

  .dev-developer__metrics{
    grid-template-columns:1fr;
  }

  .dev-developer__metric{
    min-height:auto;
  }

  .dev-developer__accordion-summary{
    padding:18px 18px;
    font-size:16px;
  }

  .dev-developer__accordion-body{
    padding:0 18px 18px;
  }
}

/* =========================================================
   DEVELOPMENT UNIT TYPES & PRICING
   ========================================================= */

.dev-unit-pricing{
  width:100%;
}

/* Section Title */

.dev-unit-pricing__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

/* Intro text */

.dev-unit-pricing__intro{
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  margin-bottom:20px;
}

.dev-unit-pricing__intro p{
  margin:0 0 12px;
}

/* Table wrapper */

.dev-unit-pricing__table{
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}

/* Header row */

.dev-unit-pricing__head,
.dev-unit-pricing__row{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.4fr;
  align-items:center;
}

.dev-unit-pricing__head{
  background:#f8fafc;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.dev-unit-pricing__head > div{
  padding:16px 18px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
  color:#5f6f89;
}

/* Table rows */

.dev-unit-pricing__row{
  border-bottom:1px solid rgba(0,0,0,.06);
}

.dev-unit-pricing__row:last-child{
  border-bottom:0;
}

/* Highlight row */

.dev-unit-pricing__row.is-highlight{
  background:#f7fbf7;
}

/* Table cells */

.dev-unit-pricing__cell{
  padding:16px 18px;
  font-size:16px;
  line-height:1.5;
  color:#2a3853;
}

/* Type column */

.dev-unit-pricing__cell--type{
  font-weight:700;
  color:#1d2d50;
  letter-spacing:.2px;
}

/* Price column */

.dev-unit-pricing__cell--price{
  font-weight:700;
  color:#1d2d50;
}

/* Price per sqm */
.dev-unit-pricing__sqm{
  display:block;
  margin-top:4px;
  font-size:14px;
  font-weight:500;
  color:#6b7892;
}

/* Optional note */
.dev-unit-pricing__note{
  margin-top:16px;
  font-size:15px;
  line-height:1.7;
  color:#6a7690;
}

.dev-unit-pricing__note p{
  margin:0 0 10px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:1024px){

  .dev-unit-pricing__title{
    font-size:36px;
  }

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:767px){

  .dev-unit-pricing__title{
    font-size:30px;
  }

  .dev-unit-pricing__intro{
    font-size:16px;
  }

  /* Hide header row on mobile */

  .dev-unit-pricing__head{
    display:none;
  }

  /* Stack rows */

  .dev-unit-pricing__row{
    grid-template-columns:1fr;
    padding:14px 16px;
  }

  .dev-unit-pricing__cell{
    padding:4px 0;
  }

  .dev-unit-pricing__cell--type{
    font-size:17px;
  }

  .dev-unit-pricing__cell--price{
    padding-top:10px;
  }

}

/* =========================================================
   DEVELOPMENT PAYMENT PLAN SECTION
   ========================================================= */

.dev-payment-section{
  width:100%;
}

.dev-payment-section__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-payment-section__box{
  border:2px solid #1f3d73;
  border-radius:18px;
  background:#fff;
  padding:28px 28px 24px;
}

.dev-payment-section__eyebrow{
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#b8891f;
  margin-bottom:16px;
  display:inline-block;
  position:relative;
}

.dev-payment-section__eyebrow:after{
  content:"";
  display:block;
  width:160px;
  height:3px;
  background:#b8891f;
  margin-top:10px;
}

.dev-payment-section__list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.dev-payment-section__row{
  font-size:17px;
  line-height:1.65;
  color:#4a4a4a;
}

.dev-payment-section__row strong{
  color:#333;
  font-weight:700;
}

.dev-payment-section__note{
  margin-top:16px;
  font-size:16px;
  line-height:1.75;
  color:#5b6b85;
  font-style:italic;
}

.dev-payment-section__note p{
  margin:0 0 10px;
}

.dev-payment-section__related{
  margin-top:18px;
  font-size:16px;
  line-height:1.6;
  font-weight:600;
}

.dev-payment-section__related a{
  color:#253b63;
  text-decoration:none;
}

.dev-payment-section__related a:hover{
  text-decoration:underline;
}

.dev-payment-section__cta-wrap{
  margin-top:24px;
}

.dev-payment-section__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:14px;
  background:#b03232;
  color:#fff;
  font-size:18px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(176,50,50,.18);
  transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.dev-payment-section__cta:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(176,50,50,.22);
  background:#9f2b2b;
}

@media (max-width:1024px){
  .dev-payment-section__title{
    font-size:36px;
  }
}

@media (max-width:767px){
  .dev-payment-section__title{
    font-size:30px;
  }

  .dev-payment-section__box{
    padding:22px 20px 20px;
  }

  .dev-payment-section__row{
    font-size:16px;
  }

  .dev-payment-section__note{
    font-size:15px;
  }

  .dev-payment-section__cta{
    width:100%;
    padding:0 20px;
    text-align:center;
  }
}

/* =========================================================
   DEVELOPMENT HOLDING COSTS
   ========================================================= */

.dev-holding-costs{
  width:100%;
}

.dev-holding-costs__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-holding-costs__intro{
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  margin-bottom:20px;
}

.dev-holding-costs__intro p{
  margin:0 0 12px;
}

.dev-holding-costs__list{
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(0,0,0,.08);
}

.dev-holding-costs__row{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:17px;
  line-height:1.6;
  color:#4a4a4a;
}

.dev-holding-costs__row strong{
  color:#1d2d50;
  font-weight:700;
}

.dev-holding-costs__row--total{
  font-weight:700;
}

.dev-holding-costs__row--total span{
  color:#1d2d50;
  font-weight:700;
}

.dev-holding-costs__note{
  margin-top:18px;
  font-size:16px;
  line-height:1.75;
  color:#6b7892;
  font-style:italic;
}

.dev-holding-costs__note p{
  margin:0 0 10px;
}

@media (max-width:1024px){
  .dev-holding-costs__title{
    font-size:36px;
  }
}

@media (max-width:767px){
  .dev-holding-costs__title{
    font-size:30px;
  }

  .dev-holding-costs__intro{
    font-size:16px;
  }

  .dev-holding-costs__row{
    grid-template-columns:1fr;
    gap:4px;
    padding:12px 0;
    font-size:16px;
  }

  .dev-holding-costs__note{
    font-size:15px;
  }
}

/* =========================================================
   DEVELOPMENT REGIONAL COMPARISON
   ========================================================= */

.dev-regional-comparison{
  width:100%;
}

.dev-regional-comparison__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-regional-comparison__box{
  border:3px solid #57b65f;
  border-radius:18px;
  background:#fff;
  padding:28px 28px 26px;
}

.dev-regional-comparison__box-title{
  font-size:16px;
  font-weight:700;
  line-height:1.3;
  color:#2d6f3d;
  margin-bottom:20px;
}

.dev-regional-comparison__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.dev-regional-comparison__card{
  background:#fff;
  border:2px solid #1f3d73;
  border-radius:14px;
  padding:20px 18px 18px;
  text-align:center;
}

.dev-regional-comparison__card--green{
  border-color:#57b65f;
}

.dev-regional-comparison__card--gold{
  border-color:#d6952c;
}

.dev-regional-comparison__card--blue{
  border-color:#1f3d73;
}

.dev-regional-comparison__value{
  font-size:26px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:8px;
}

.dev-regional-comparison__card--green .dev-regional-comparison__value{
  color:#2d7a3f;
}

.dev-regional-comparison__card--gold .dev-regional-comparison__value{
  color:#b86d21;
}

.dev-regional-comparison__card--blue .dev-regional-comparison__value{
  color:#1f3d73;
}

.dev-regional-comparison__label{
  font-size:15px;
  line-height:1.45;
  color:#6a7690;
}

.dev-regional-comparison__note{
  margin-top:18px;
  font-size:16px;
  line-height:1.75;
  color:#6b7892;
  font-style:italic;
}

.dev-regional-comparison__note p{
  margin:0 0 10px;
}

@media (max-width:1024px){
  .dev-regional-comparison__title{
    font-size:36px;
  }

  .dev-regional-comparison__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:767px){
  .dev-regional-comparison__title{
    font-size:30px;
  }

  .dev-regional-comparison__box{
    padding:22px 20px 20px;
  }

  .dev-regional-comparison__grid{
    grid-template-columns:1fr;
  }

  .dev-regional-comparison__value{
    font-size:24px;
  }

  .dev-regional-comparison__note{
    font-size:15px;
  }
}

/* =========================================================
   DEVELOPMENT REMOTE SETUP
   ========================================================= */

.dev-remote-setup{
  width:100%;
}

.dev-remote-setup__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-remote-setup__intro{
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  margin-bottom:22px;
}

.dev-remote-setup__intro p{
  margin:0 0 12px;
}

.dev-remote-setup__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-bottom:22px;
}

.dev-remote-setup__card{
  background:#fff;
  border:1px solid rgba(31,61,115,.14);
  border-radius:14px;
  padding:22px 18px 18px;
  min-height:150px;
}

.dev-remote-setup__icon{
  width:28px;
  height:28px;
  border-radius:8px;
  background:rgba(0,0,0,.06);
  opacity:.45;
  margin-bottom:14px;
}

.dev-remote-setup__card-title{
  font-size:18px;
  line-height:1.3;
  font-weight:700;
  color:#1f3d73;
  margin-bottom:8px;
}

.dev-remote-setup__card-subtitle{
  font-size:15px;
  line-height:1.5;
  color:#6b7892;
}

.dev-remote-setup__accordion{
  border:2px solid #1f3d73;
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}

.dev-remote-setup__accordion-summary{
  list-style:none;
  cursor:pointer;
  padding:22px 24px;
  font-size:17px;
  font-weight:700;
  color:#1d2d50;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.dev-remote-setup__accordion-summary::-webkit-details-marker{
  display:none;
}

.dev-remote-setup__accordion-summary::after{
  content:"+";
  font-size:28px;
  line-height:1;
  opacity:.7;
}

.dev-remote-setup__accordion[open] .dev-remote-setup__accordion-summary::after{
  content:"–";
}

.dev-remote-setup__accordion-body{
  padding:0 24px 24px;
  font-size:16px;
  line-height:1.75;
  color:#5b6b85;
}

.dev-remote-setup__accordion-body p{
  margin:0 0 12px;
}

@media (max-width:1024px){
  .dev-remote-setup__title{
    font-size:36px;
  }

  .dev-remote-setup__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:767px){
  .dev-remote-setup__title{
    font-size:30px;
  }

  .dev-remote-setup__intro{
    font-size:16px;
  }

  .dev-remote-setup__grid{
    grid-template-columns:1fr;
  }

  .dev-remote-setup__card{
    min-height:auto;
    padding:18px 16px 16px;
  }

  .dev-remote-setup__card-title{
    font-size:17px;
  }

  .dev-remote-setup__card-subtitle{
    font-size:14px;
  }

  .dev-remote-setup__accordion-summary{
    padding:18px 18px;
    font-size:16px;
  }

  .dev-remote-setup__accordion-body{
    padding:0 18px 18px;
  }
}

/* =========================================================
   DEVELOPMENT FAQ
   ========================================================= */

.dev-faq{
  width:100%;
}

.dev-faq__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-faq__intro{
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  margin-bottom:20px;
}

.dev-faq__intro p{
  margin:0 0 12px;
}

.dev-faq__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.dev-faq__item{
  border:1px solid rgba(31,61,115,.14);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}

.dev-faq__question{
  list-style:none;
  cursor:pointer;
  padding:20px 22px;
  font-size:18px;
  line-height:1.4;
  font-weight:700;
  color:#1d2d50;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.dev-faq__question::-webkit-details-marker{
  display:none;
}

.dev-faq__question::after{
  content:"+";
  font-size:28px;
  line-height:1;
  opacity:.7;
  margin-left:16px;
}

.dev-faq__item[open] .dev-faq__question::after{
  content:"–";
}

.dev-faq__answer{
  padding:0 22px 22px;
  font-size:16px;
  line-height:1.75;
  color:#5b6b85;
}

.dev-faq__answer p{
  margin:0 0 12px;
}

.dev-faq__answer strong{
  color:#1d2d50;
  font-weight:700;
}

.dev-faq__note{
  margin-top:18px;
  font-size:15px;
  line-height:1.7;
  color:#6b7892;
  font-style:italic;
}

.dev-faq__note p{
  margin:0 0 10px;
}

@media (max-width:1024px){
  .dev-faq__title{
    font-size:36px;
  }
}

@media (max-width:767px){
  .dev-faq__title{
    font-size:30px;
  }

  .dev-faq__intro{
    font-size:16px;
  }

  .dev-faq__question{
    padding:18px 18px;
    font-size:16px;
  }

  .dev-faq__answer{
    padding:0 18px 18px;
    font-size:15px;
  }

  .dev-faq__note{
    font-size:14px;
  }
}

/* =========================================================
   DEVELOPMENT COMPARE PROJECTS
   ========================================================= */

.dev-compare{
  width:100%;
}

.dev-compare__title{
  margin:0 0 16px;
  font-size:44px;
  line-height:1.1;
}

.dev-compare__intro{
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  margin-bottom:20px;
}

.dev-compare__intro p{
  margin:0 0 12px;
}

.dev-compare__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.dev-compare__card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  overflow:hidden;
  transition:transform .15s ease, box-shadow .15s ease;
}

.dev-compare__card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.dev-compare__link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.dev-compare__media{
  position:relative;
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:#f4f4f4;
}

.dev-compare__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.dev-compare__badge{
  position:absolute;
  top:14px;
  left:14px;
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.4px;
  text-transform:uppercase;
}

.dev-compare__content{
  padding:18px;
}

.dev-compare__price{
  font-size:20px;
  font-weight:700;
  color:#1d2d50;
  margin-bottom:6px;
}

.dev-compare__name{
  font-size:18px;
  font-weight:600;
  line-height:1.25;
  color:#1d2d50;
  margin-bottom:8px;
}

.dev-compare__location{
  font-size:14px;
  line-height:1.5;
  color:#6b7892;
}

@media (max-width:1024px){
  .dev-compare__title{
    font-size:36px;
  }

  .dev-compare__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:767px){
  .dev-compare__title{
    font-size:30px;
  }

  .dev-compare__intro{
    font-size:16px;
  }

  .dev-compare__grid{
    grid-template-columns:1fr;
  }

  .dev-compare__price{
    font-size:18px;
  }

  .dev-compare__name{
    font-size:17px;
  }
}

/* =========================================================
   INVESTOR FIT / EXIT STRATEGY
   ========================================================= */

.dev-investor-fit{
  width:100%;
}

.dev-investor-fit__title{
  font-size:44px;
  margin-bottom:16px;
}

.dev-investor-fit__intro{
  font-size:18px;
  line-height:1.7;
  margin-bottom:22px;
  color:#5b6b85;
}

.dev-investor-fit__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom:26px;
}

.dev-investor-fit__card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:20px;
  background:#fff;
}

.dev-investor-fit__card-title{
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
  color:#1d2d50;
}

.dev-investor-fit__card-text{
  font-size:15px;
  line-height:1.6;
  color:#6b7892;
}

.dev-investor-fit__exit{
  border:2px solid #1f3d73;
  border-radius:16px;
  padding:22px;
}

.dev-investor-fit__exit-title{
  font-weight:700;
  font-size:18px;
  margin-bottom:12px;
}

.dev-investor-fit__exit-list{
  padding-left:18px;
  margin:0;
}

.dev-investor-fit__exit-list li{
  margin-bottom:8px;
}

@media (max-width:1024px){

.dev-investor-fit__grid{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:767px){

.dev-investor-fit__grid{
grid-template-columns:1fr;
}

.dev-investor-fit__title{
font-size:30px;
}

}

/* =========================================================
   INVESTOR SUMMARY BAR
   ========================================================= */

.dev-investor-summary{
  width:100%;
  margin-top:-28px;
  position:relative;
  z-index:5;
}

.dev-investor-summary__inner{
  max-width:1140px;
  margin:0 auto;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  padding:18px 22px;
}

.dev-investor-summary__title{
  font-size:12px;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:#6a7690;
  margin-bottom:12px;
}

.dev-investor-summary__grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:12px;
}

.dev-investor-summary__item{
  padding:8px 4px;
}

.dev-investor-summary__label{
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.5px;
  color:#7b879c;
  margin-bottom:6px;
}

.dev-investor-summary__value{
  font-size:18px;
  line-height:1.3;
  font-weight:700;
  color:#1d2d50;
}

@media (max-width:1024px){
  .dev-investor-summary__grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width:767px){
  .dev-investor-summary{
    margin-top:-18px;
  }

  .dev-investor-summary__inner{
    padding:16px 16px;
    border-radius:16px;
  }

  .dev-investor-summary__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  .dev-investor-summary__value{
    font-size:16px;
  }
}

.dev-hero-clean__meta{
display:flex;
flex-direction:column;
gap:6px;
margin-bottom:22px;
}

.inquiry-card .jet-form-row{
margin-bottom:14px;
}

.inquiry-card button{
width:100%;
border-radius:8px;
}

/* HERO INVESTOR BADGES */

.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
  margin-bottom:20px;
}

.hero-badges > .e-con,
.hero-badges > .elementor-element{
  display:inline-flex;
  align-items:center;
  background:#f7f8fa;
  border:1px solid #e6e8ec;
  padding:8px 12px;
  border-radius:999px;
  min-height:auto;
  width:auto !important;
  flex:0 0 auto;
}

.hero-badges .elementor-widget,
.hero-badges .elementor-widget-container{
  margin:0 !important;
}

.hero-badges p,
.hero-badges .elementor-heading-title,
.hero-badges .elementor-text-editor{
  margin:0 !important;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
  color:#4b5563;
  white-space:nowrap;
}

@media (max-width:767px){
  .hero-badges{
    gap:8px;
  }

.hero-badges > .e-con,
.hero-badges > .elementor-element{
  display:inline-flex;
  align-items:center;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  padding:7px 12px;
  border-radius:999px;
}

  .hero-badges p,
  .hero-badges .elementor-heading-title,
  .hero-badges .elementor-text-editor{
    font-size:12px;
  }
}

/* =========================================================
   STANDARD SECTION HEADING SYSTEM
   ========================================================= */

.development-section__title{
  margin:0;
  font-size:44px;
  line-height:1.1;
  font-weight:700;
  color:#111827;
}

.development-section__intro{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#5b6b85;
  max-width:760px;
}

.development-section__intro p{
  margin:0 0 12px;
}

@media (max-width:1024px){
  .development-section__title{
    font-size:36px;
  }
}

@media (max-width:767px){
  .development-section__title{
    font-size:30px;
  }

  .development-section__intro{
    font-size:16px;
  }
}

/* =========================================================
   LISTING HERO GALLERY — 4:3 MAIN, BALANCED RIGHT COLUMN
   ========================================================= */

.listing-hero-gallery{
  display:grid;
  grid-template-columns:minmax(0, 2.15fr) minmax(0, .9fr);
  gap:12px;
  align-items:stretch;
  width:100%;
  max-width:1140px;
  margin:0 auto;
}

/* Main image */
.listing-hero-gallery__main{
  grid-column:1;
  grid-row:1;
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:16px;
  aspect-ratio:4 / 3;
  line-height:0;
  min-width:0;
  width:100%;
  max-width:100%;
  margin:0;
  inset:auto;
  transform:none;
}

/* Right column */
.listing-hero-gallery__side{
  grid-column:2;
  grid-row:1;
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:12px;
  min-width:0;
  min-height:0;
  width:100%;
  max-width:100%;
  margin:0;
  inset:auto;
  transform:none;
}

/* Right images */
.listing-hero-gallery__side-item{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:16px;
  line-height:0;
  min-width:0;
  min-height:0;
  width:100%;
  max-width:100%;
  margin:0;
  inset:auto;
  transform:none;
}

/* Images */
.listing-hero-gallery__main img,
.listing-hero-gallery__side-item img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  transition:transform .25s ease;
}

.listing-hero-gallery__main:hover img,
.listing-hero-gallery__side-item:hover img{
  transform:scale(1.02);
}

/* Main image badge */
.listing-hero-gallery__count{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:10px;
  background:rgba(0,0,0,.58);
  color:#fff;
  font-size:14px;
  font-weight:600;
  line-height:1;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
}

.listing-hero-gallery__count::before{
  content:"📷";
  font-size:13px;
  line-height:1;
}

/* Overlay only on bottom-right image */
.listing-hero-gallery__side-item--more::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.34);
  z-index:1;
  pointer-events:none;
}

.listing-hero-gallery__more{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  font-weight:700;
  line-height:1;
  text-align:center;
  pointer-events:none;
}

.listing-hero-gallery__hidden{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  left:-9999px !important;
  top:auto !important;
}

/* Tablet */
@media (max-width:1024px){
  .listing-hero-gallery{
    grid-template-columns:minmax(0, 2fr) minmax(0, 1fr);
  }

  .listing-hero-gallery__count{
    left:14px;
    bottom:14px;
    padding:7px 10px;
    font-size:13px;
  }

  .listing-hero-gallery__more{
    font-size:16px;
  }
}

/* Mobile */
@media (max-width:767px){
  .listing-hero-gallery{
    grid-template-columns:1fr;
  }

  .listing-hero-gallery__main{
    aspect-ratio:4 / 3;
  }

  .listing-hero-gallery__side{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }

  .listing-hero-gallery__side-item{
    aspect-ratio:4 / 3;
  }

  .listing-hero-gallery__count{
    left:14px;
    bottom:14px;
    padding:7px 10px;
    font-size:13px;
  }

  .listing-hero-gallery__more{
    font-size:16px;
  }
}

/* Elementor Lightbox Navigation Arrows */

.dialog-lightbox-widget .elementor-swiper-button{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(0,0,0,.55);
  color:#fff;
  font-size:22px;
  transition:all .2s ease;
}

.dialog-lightbox-widget .elementor-swiper-button:hover{
  background:rgba(0,0,0,.75);
}

.dialog-lightbox-widget .elementor-swiper-button-prev{
  left:24px;
}

.dialog-lightbox-widget .elementor-swiper-button-next{
  right:24px;
}

/* Force Elementor Lightbox Navigation */

.dialog-lightbox-widget .swiper-button-prev,
.dialog-lightbox-widget .swiper-button-next{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(0,0,0,.55);
  color:#fff;
  z-index:9999;
}

.dialog-lightbox-widget .swiper-button-prev{
  left:24px;
}

.dialog-lightbox-widget .swiper-button-next{
  right:24px;
}

.dialog-lightbox-widget .swiper-button-prev:after,
.dialog-lightbox-widget .swiper-button-next:after{
  font-size:22px;
}

/* Fancybox arrow styling */
.fancybox__nav .f-button{
  width:48px;
  height:48px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  color:#fff;
}

.fancybox__nav .f-button:hover{
  background:rgba(0,0,0,.75);
}

.fancybox__toolbar{
  --f-button-bg: rgba(0,0,0,.45);
  --f-button-hover-bg: rgba(0,0,0,.7);
}

.fancybox__counter{
  color:#fff;
}

.fancybox__nav .f-button{
  width:48px;
  height:48px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  color:#fff;
}

.fancybox__nav .f-button:hover{
  background:rgba(0,0,0,.75);
}

.fancybox__counter{
  color:#fff;
}

/* Make intl-tel-input full width inside JetFormBuilder */

.jet-form-builder .iti {
  width: 100% !important;
  display: block;
}

.jet-form-builder .iti input[type="tel"] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Make the dial code area align correctly */
.jet-form-builder .iti--separate-dial-code input {
  padding-left: 100px !important;
}

/* =========================================
   Development Card Hooks
   ========================================= */

.dev-card__hooks {
  margin-top: 6px;
}

/* Individual hook line */
.dev-card__hook {
  font-size: 13px;
  color: #6b7280; /* soft neutral gray */
  line-height: 1.35;
  letter-spacing: 0.2px;
}

/* Subtle spacing between lines (upgrade) */
.dev-card__hook + .dev-card__hook {
  margin-top: 2px;
}

/* Optional: slightly tighter on mobile */
@media (max-width: 768px) {
  .dev-card__hook {
    font-size: 12.5px;
    line-height: 1.3;
  }
}

/* =========================================
   Development Card Hooks — Pill Style (Refined)
   ========================================= */

.dev-card__hooks {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* Individual hook pill */
.dev-card__hook {
  font-size: 12.5px;
  font-weight: 500;              /* improved readability */
  color: #374151;               /* slightly stronger contrast */
  background: #f1f5f9;          /* cooler, more modern gray */
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.2;
  border: 1px solid #e5e7eb;
  letter-spacing: 0.2px;        /* subtle polish */
  white-space: nowrap;          /* keeps pills tight */
}

/* Subtle hover (desktop only) */
@media (hover: hover) {
  .dev-card__hook:hover {
    background: #e5e7eb;
  }
}

/* Primary hook (first item) */
.dev-card__hook:first-child {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

/* Optional: slightly tighter mobile */
@media (max-width: 768px) {
  .dev-card__hooks {
    gap: 5px;
  }

  .dev-card__hook {
    font-size: 12px;
    padding: 3px 9px;
  }
}

/* =========================================
   Development Card Badges
   ========================================= */

.dev-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 24px);
  align-items: flex-start;
}

.dev-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(17, 24, 39, 0.08);
}

.dev-badge--status {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
}

.dev-badge--stage {
  background: #111827;
  color: #ffffff;
}

.dev-badge--location {
  background: #ffffff;
  color: #111827;
  border: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
  .dev-card__badges {
    top: 10px;
    left: 10px;
    gap: 5px;
    max-width: calc(100% - 20px);
  }

  .dev-badge {
    min-height: 28px;
    padding: 0 11px;
    font-size: 10.5px;
  }
}

.dev-card__media {
  position: relative;
  overflow: hidden;
}

/* Image wrapper */
.dev-card__media {
  position: relative;
  overflow: hidden;
}

/* Shortcode widget wrapper */
.dev-card__badges-wrap {
  position: absolute !important;
  top: 12px;
  left: 12px;
  z-index: 3;
  width: auto !important;
  max-width: calc(100% - 24px);
  margin: 0 !important;
  padding: 0 !important;
}

/* Elementor inner wrapper cleanup */
.dev-card__badges-wrap > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

/* Badge row */
.dev-card__badges {
  display: flex;
  flex-wrap: nowrap;   /* keeps them on one row */
  gap: 6px;
  align-items: center;
}

/* Individual badge */
.dev-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(17, 24, 39, 0.08);
}

.dev-badge--status {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
}

.dev-badge--stage {
  background: #111827;
  color: #ffffff;
}

.dev-badge--location {
  background: #ffffff;
  color: #111827;
  border: 1px solid #e5e7eb;
}/* End custom CSS */