/* =========================================================
   Minus The Agent — About Us
   Pure HTML/CSS · Container max-width 1240px · 20px gutters
   ========================================================= */

:root{
  --orange:#ff6b1a;
  --orange-banner:#ef6d26;
  --navy:#0b1f35;
  --navy-eyebrow:#173a5e;
  --hero-navy:#0a2d47;
  --dark-card:#0e3d61;
  --cta-heading:#0f172a;
  --body:#657488;
  --body-2:#656565;
  --body-3:#4b5563;
  --light:#edf5fb;
  --light-2:#eef6fc;
  --faq-bg:#f7f8f5;
  --border:#cbd4dc;
  --faq-divider:#d5dcdf;
  --timeline-line:#d9d9d9;
  --white:#fff;
  --author-name:#170f49;
  --author-role:#6f6c8f;
  --font:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}

html{-webkit-text-size-adjust:100%;}

body{
  font-family:var(--font);
  color:var(--navy);
  background:var(--white);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
main {
    padding-top: 20px;
}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}

section.home-hero-full-wrap {
    padding: 0 40px;
}
/* ---------- Container ---------- */
.container{
  width:100%;
  max-width:1240px;
  margin-inline:auto;
  padding-inline:20px;
      position: relative;
    z-index: 5;
}
.hero__bg.faq_hero_bg {
    background-image: linear-gradient(90deg, rgba(10, 45, 71, .5) 0%, rgba(10, 45, 71, .05) 62%), url(../images/faq-hero.webp), linear-gradient(160deg, #c9a98f 0%, #a9b6c6 55%, #8fa886 100%) !important;
    background-size: cover, cover, cover;
}
/* ---------- Section banding ---------- */
.band{padding-block:80px;}
.band--white{background:var(--white);}
.band--light{background:var(--light);}

/* =========================================================
   Shared type + eyebrow + buttons
   ========================================================= */
.h2{
  font-weight:600;
  font-size:clamp(32px,4.6vw,50px);
  line-height:1.1;
  letter-spacing:-1.6px;
  color:var(--navy);
}
.h2--semibold{font-weight:600;letter-spacing:-.5px;}
.h2--center{text-align:center;}

.eyebrow{display:flex;align-items:center;gap:10px;}
.eyebrow--center{justify-content:center;}
.eyebrow__bar{width:22px;height:2px;background:var(--orange);flex:none;}
.eyebrow__text{
  font-weight:600;
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--navy-eyebrow);
  line-height:normal;
}
.eyebrow__text--navy{color:var(--navy);}
.eyebrow--white .eyebrow__bar{background:var(--orange);}
.eyebrow--white .eyebrow__text{color:var(--white);}

.prose p{
  font-weight:400;
  font-size:17px;
  line-height:27.2px;
  color:var(--body);
}
.prose p+p{margin-top:16px;}
.prose--center{text-align:center;}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;
  padding:1px 27px;
  border-radius:8px;
  font-weight:800;
  font-size:14px;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.btn--primary{
  background:var(--orange);
  border-color:var(--orange);
  color:var(--white);
  box-shadow:0 8px 9px rgba(255,107,26,.18);
}
.btn--primary:hover{background:#f15f0d;box-shadow:0 10px 16px rgba(255,107,26,.28);}
.btn--accent {
  background: var(--white);
  border-color: #CBD4DC;
  color: #0B1F35;
}
.btn--accent:hover{background:#f15f0d;box-shadow:0 10px 16px rgba(255,107,26,.28); color: #FFF;}
.btn--block{width:100%;}
.btn--upper{text-transform:uppercase;letter-spacing:.4px;}

/* ---------- Image placeholders ---------- */
.media{
  position:relative;
  background: transparent;
  color:#8ba0b5;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
  min-height:60px;
}
.media span{
  font-size:12px;font-weight:600;letter-spacing:.5px;
  text-transform:uppercase;opacity:.75;
}
.media--cover{width:100%;height:100%;}
/* Real photos dropped into .media placeholders fill and cover the box */
.cover-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.overflow-unset {overflow: unset !important;}
/* =========================================================
   HERO
   ========================================================= */
.hero{padding-top:0;}
.hero__panel{
  background:var(--hero-navy);
  border-radius:14px;
  overflow:hidden;
  aspect-ratio:1368 / 740;
}
.hero__panel .media{
  background:linear-gradient(135deg,#12395a 0%,#0a2d47 100%);
  color:#5f7d99;
  height:100%;
}

/* ---------- About Us hero (overlay card on full photo) ---------- */
.hero--about {
    padding-top: 0;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
    z-index: 5;
}
.hero__bg {
  position:relative;
  border-radius:14px;
  overflow:hidden;
  min-height:660px;
  display:flex;
  align-items:center;
  padding:48px;
  background-color:#0a2d47;
  /* Drop your photo here: */
  background-image:
    linear-gradient(90deg,rgba(10,45,71,.35) 0%,rgba(10,45,71,0) 55%),
    url('../images/about-hero.png'),
    linear-gradient(160deg,#9db7d1 0%,#c7d5e2 42%,#a7b8a0 66%,#8fa886 100%);
  background-size:cover,cover,cover;
  background-position:center,center,center;
  background-repeat:no-repeat,no-repeat,no-repeat;
}
.hero__bg.sale_by_owner_bg {
  background-image: url('../images/for-sale-owner-bg.webp') !important;
}
.hero__bg.packages_hero_bg {
  background-image: url('../images/packages-hero-bg.jpg') !important;
}
.hero__bg.sales_packages_hero_bg {
  background-image: url('../images/sales_packages_hero_bg.webp') !important;
}
.hero__bg.sales_rental__hero_bg {
  background-image: url('../images/commercial-rental-bg-set.jpg') !important;
}
.hero__bg.rental_packages_hero_bg {
  background-image: url('../images/rental-hero-bg-set1.webp') !important;
}
.hero__bg.sales_commercial_hero_bg {
  background-image: url('../images/commercial-bg-hero.webp') !important;
}
.hero__bg.views_packages_hero_bg {
  background-image: url('../images/view-packages-bg.webp') !important;
}
.hero__bg.rental_bg_commercial_hero_bg {
  background-image: url('../images/commericai-rental-bg.webp') !important;
}
.hero__bg.sell_your_own_home_bg {
  background-image: url('../images/sell_own_home.webp') !important;
}
.hero__bg.trybefore_home_bg {
  background-image: url('../images/trybefore-bg.webp') !important;
}
.hero__bg.ask_any_qa_bg {
  background-image: url('../images/ask-a-question-bg.webp') !important;
}
.hero__bg.supporting_team_qa_bg {
  background-image: url('../images/support-team-bg.webp') !important;
}
.hero__bg.testimonial_re_qa_bg {
  background-image: url('../images/customers_Say_bg.webp') !important;
}
.hero__bg.blog_hero_cover_bg {
  background-image: url('../images/blog_cover_hero_bg.webp') !important;
}
.hero__bg.sales_open_board_hero_bg {
  background-image: url('../images/sales_open_Board.webp') !important;
}
.hero__bg.propert_brochures_hero_bg {
  background-image: url('../images/property-brochures.webp') !important;
}
.hero__bg.real_estate_queenland_hero_bg {
  background-image: url('../images/real-estate-Queensland.webp') !important;
}
.hero__bg.real_new_south_wales_hero_bg {
  background-image: url('../images/real_new_south_wales_hero_bg.webp') !important;
}
.hero__bg.real_estate_victoria_hero_bg {
  background-image: url('../images/real-estate-Victoria.webp') !important;
}
.hero__bg.real_estate_wa_hero_bg {
  background-image: url('../images/real_estate_wa_hero_bg.webp') !important;
}
.hero__bg.real_estate_tasmania_hero_bg {
  background-image: url('../images/real-estate-tasmania_bg.webp') !important;
}
.hero__bg.real_estate_west_austraila_hero_bg {
  background-image: url('../images/south-australia_bg_cover.webp') !important;
}
.hero__bg.real_estate_capital_territory_hero_bg {
  background-image: url('../images/capital_territory_hero_bg.webp') !important;
}
.hero__bg.real_estate_northen_territory_hero_bg {
  background-image: url('../images/northen_territory_hero_bg.webp') !important;
}
.hero__bg.conveyancing_hero_bg {
  background-image: url('../images/conveyancing_hero_bg.webp') !important;
}
.hero__bg.sold__properties_hero_bg {
  background-image: url('../images/sold__properties_hero_bg.webp') !important;
}
.hero__bg.sales__properties_hero_bg {
  background-image: url('../images/property__browse_across.webp') !important;
}
.search__properties_hero_bg {
  background-image: url('../images/search__property_hero_bg.webp') !important;
}
.leased_pro_hero_bg {
  background-image: url('../images/brose_leased_properties_bg.webp') !important;
}
.hero__bg.property_video_collection_bg_hero {
  background-image: url('../images/property_video_collection_bg_hero.webp') !important;
}
.hero__bg.home_privately_confidence_hero_bg {
  background-image: url('../images/home_privately_confidence_hero_bg.webp') !important;
}
.hero__bg.property_with_Confidence_hero_bg {
  background-image: url('../images/property_with_Confidence_hero_bg.webp') !important;
}
.hero__bg.rent_property_with_confidence_hero_bg {
  background-image: url('../images/rent_property_with_confidence_hero_bg.webp') !important;
}
.hero__bg.privacy_policy_owner_bg {
  background-image: url('../images/privacy_policy_owner_bg.webp') !important;
}
.hero__bg.terms_of_Use_bg {
  background-image: url('../images/terms_of_Use.webp') !important;
}
.hero__bg.rent_hero_by_owner_bg {
  background-image: url('../images/rent_hero_by_owner_bg.webp') !important;
}

.stneed__panel.align-strech {
  align-items: stretch;
}
.stneed__panelText.padd-t-50 {
  padding-top: 50px;
}
.stneed__panelText.padd-b-24 {
  padding-bottom: 24px;
}
.stbanner__text.max-w-590 {
  max-width: 590px !important;
}
.max-w-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.max-w-600 { max-width: 600px; }
.np-pager span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 38px;
    border: none;
    border-radius: 0;
    text-decoration: none;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: not-allowed;
}
.center-text {
    text-align: center;
}
.np-pager span.page-numbers.current {
    color: #ff6b1a;
}
.home__hero__bg {
  background-image: url('../images/home-hero-banner.jpg');
  position:relative;
  border-radius: 12px 12px 0px 0px;
  padding: 0;
  width:100%;
  display:flex;
  flex-direction:column;
  gap:22px;
  color:var(--white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: #0a2e48;
}

.hero__card {
  position:relative;
  background:rgba(9,31,53,.86);
  backdrop-filter:blur(2px);
  border-radius:14px;
  padding:clamp(20px,3.4vw,44px);
  max-width:840px;
  width:100%;
  display:flex;
  flex-direction:column;
  gap:22px;
  color:var(--white);
}
.hero__badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 13px;
    flex-wrap: wrap;
    row-gap: 8px;
}
.hero__badge-brand{font-weight:700;color:#fff;}
.hero__stars{color:#ffb400;letter-spacing:2px;font-size:15px;line-height:1;}
.hero__badge-div{width:1px;height:16px;background:rgba(255,255,255,.3);}
.hero__badge-reviews{font-weight:600;color:#fff;}
.hero__trustpilot{display:inline-flex;align-items:center;gap:5px;font-weight:700;color:#fff;}
.hero__trustpilot svg{width:15px;height:15px;}
.hero__title {
    font-weight: 600;
    font-size: clamp(26px,4.4vw,52px);
    line-height: 1.2;
    letter-spacing: -1.4px;
    color: #fff;
    max-width: 698px;
}
.hero__sub{
  font-weight:400;
  font-size:17px;
  line-height:27px;
  color:rgba(255,255,255,.82);
  max-width:750px;
}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:2px;}
.btn--light{background:#fff;border-color:#fff;color:var(--navy);}
.btn--light:hover{background:#eef1f4;}
@media(max-width:768px){
  .hero__bg{padding:16px;min-height:0;}
  .hero__card{max-width:none; gap: 16px;}
}

/* Full-width hero banner (edge-to-edge image, card aligned to page container) */
.hero--full .hero__bg {border-radius:14px;padding: 70px 0 90px;}
section.hero.hero--about.hero--full .hero__bg {
    background-position: left;
}
.hero--full .hero__bg .container{width:100%;}

/* =========================================================
   FOUNDER / CHOICE
   ========================================================= */
.founder{padding-block:80px; position:relative;}
.founder__row{
  display:flex;
  gap: 50px;
  align-items:stretch;
}
.founder__media{flex:1 1 50%;min-width:0;}
.founder__media .media{
  height:100%;
  min-height: auto;
  border-radius:16px;
}
.founder__content{
  flex:1 1 50%;min-width:0;
  display:flex;flex-direction:column;gap:40px;
  align-items:flex-start;
  justify-content:center;
}
.choice-text{display:flex;flex-direction:column;gap:14px;width:100%;}

/* =========================================================
   OUR SELECTION (centered intro)
   ========================================================= */
.selection__inner{
  display:flex;flex-direction:column;align-items:center;gap:21px;
}
.selection__title{max-width:756px;}
.selection .prose{max-width:960px;}

/* =========================================================
   SPLIT SECTIONS (Story / Mission / Vision)
   ========================================================= */
.split-section{position:relative;overflow:hidden;}
.split{
  display:flex;
  gap:80px;
  align-items:flex-start;
}
.split__left{
  flex:0 0 400px;max-width:400px;
  display:flex;flex-direction:column;gap:14px;
}
.split__right{flex:1 1 0;min-width:0;}
.split__right>p+p{margin-top:16px;}
.split__right p,.split__intro,.split__sub{
  font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);
}
.split__intro .accent-run{
  font-weight:600;font-size:18px;line-height:26px;color:var(--orange);
}
.split__accent{
  font-weight:600;font-size:18px;line-height:26px;color:var(--orange);
}

/* decorative glow blob (Our Story) */
.glow-blob{
  position:absolute;left:-42px;bottom:0;
  width:299px;height:299px;border-radius:50%;
  background:radial-gradient(circle,rgba(120,170,220,.35) 0%,rgba(237,245,251,0) 70%);
  filter:blur(8px);pointer-events:none;z-index:0;
}
.split-section .container{position:relative;z-index:1;}

/* Mission bullets */
.lead-line{font-weight:700;font-size:16px;line-height:24px;color:var(--navy);}
.dot-list{display:flex;flex-direction:column;gap:16px;margin-top:32px;}
.dot-list li{display:flex;gap:16px;align-items:center;}
.dot-list li>span:last-child{
  flex:1;font-weight:400;font-size:17px;line-height:28.9px;color:var(--navy);
}
.dot-marker{
  width:20px;height:20px;border-radius:50%;flex:none;
  background:radial-gradient(circle at center,var(--orange) 0 6px,rgba(255,107,26,.22) 7px 100%);
}
.statement-box{
  margin-top:32px;padding:24px;
  background:var(--white);border:1px solid var(--border);border-radius:12px;
  font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);
}

/* Vision */
.vision__right{display:flex;flex-direction:column;gap:24px;align-items:flex-start;}
.vision__right p{color:var(--body);}
.highlight-box{
  display:flex;gap:16px;align-items:center;padding:24px;width:100%;
  background:var(--light);border-radius:12px;
}
.highlight-box>span:last-child{
  flex:1;font-weight:700;font-size:16px;line-height:24px;color:var(--navy);
}
.pulse-dot{width:12px;height:12px;border-radius:50%;background:var(--orange);flex:none;}

/* =========================================================
   SECTION HEADS
   ========================================================= */
.section-head{margin-bottom:60px;}
.section-head--split{
  display:flex;justify-content:space-between;align-items:flex-start;gap:60px;
}
.section-head__left{display:flex;flex-direction:column;gap:14px;max-width:553px;}
.section-head__right{
  max-width:434px;text-align:right;
  font-weight:400;font-size:17px;line-height:27.2px;color:var(--body);
}
.section-head--center{
  display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;
}
.section-head--center .section-head__sub{max-width:748px;}
.section-head--stack{display:flex;flex-direction:column;gap:16px;}
.section-head__sub{
  font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);
}
.section-head__sub--left{text-align:left;}

/* =========================================================
   WHAT MAKES US DIFFERENT
   ========================================================= */
.different__title{letter-spacing:-1px;}
.different__grid{display:flex;gap:24px;align-items:stretch;}
.different__right{
  flex:1 1 0;min-width:0;
  display:flex;flex-direction:column;gap:24px;
}
.different__pair{display:flex;gap:24px;}
.different__pair .fcard{flex:1 1 0;min-width:0;}
.fcard{
  background:var(--light-2);border-radius:14px;
  padding:29px 23px;
  display:flex;flex-direction:column;gap:16px;
  color:#000;
}
.fcard--tall{flex:0 0 310px;max-width:310px;justify-content:flex-start;}
.fcard__title{font-weight:700;font-size:32px;line-height:44.8px;letter-spacing:-1.4px;}
.fcard__body{font-weight:400;font-size:17px;line-height:27.2px;}

/* =========================================================
   BUILT ON EXPERIENCE (stats banner)
   ========================================================= */
.experience{padding-block:80px;background:var(--white);}
.experience__banner{
  background:var(--orange-banner);
  border-radius:28px;
  box-shadow:0 4px 27px rgba(0,0,0,.05);
  padding:60px 100px;
  display:flex;align-items:center;gap:60px;
}
.experience__intro{
  flex:0 0 310px;max-width:310px;
  display:flex;flex-direction:column;gap:9px;color:var(--white);
}
.property__listed_exp {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}
.property__label_home {
    color: #173A5E;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.property__listed_ul {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.property__listed_ul li, .property__listed_ul li a {
  display: inline-block;
}
.property__listed_ul li a img {
  height: 30px;
  display: inline-block;
}

.experience__heading{font-weight:700;font-size:35px;line-height:47px;letter-spacing:-1px;color:var(--white);}
.experience__sub{font-weight:400;font-size:17px;line-height:27.2px;color:var(--white);}
.experience__stats{
  flex:1 1 0;min-width:0;
  display:flex;align-items:stretch;gap:24px;
}
.stat{
  flex:1 1 0;min-width:0;
  display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;
}
.stat__icon{
  width:59px;height:59px;border-radius:50%;background:var(--white);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.stat__icon svg{width:26px;height:26px;}
.stat__num{font-weight:700;font-size:40px;line-height:47px;letter-spacing:-1.4px;color:var(--white);}
.stat__label{font-weight:500;font-size:17px;line-height:22px;color:var(--white);}
.stat__divider{width:2px;align-self:stretch;background:rgba(255,255,255,.35);flex:none;}

/* =========================================================
   OUR VALUES
   ========================================================= */
.values__grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:24px;
}
.values__grid .vcard:nth-child(1),
.values__grid .vcard:nth-child(2){grid-column:span 3;}
.values__grid .vcard:nth-child(3),
.values__grid .vcard:nth-child(4),
.values__grid .vcard:nth-child(5){grid-column:span 2;}
.vcard{
  position:relative;overflow:hidden;
  background:var(--white);border-radius:14px;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
  padding:29px 20px;
  display:flex;flex-direction:column;gap:24px;
}
.vcard__num{
  font-weight:400;font-size:100px;line-height:.9;letter-spacing:-1px;
  color:var(--navy);opacity:.09;height:70px;display:block;
}
.vcard__icon{
  width:59px;height:59px;border-radius:50%;background:#f8f8f8;
  display:flex;align-items:center;justify-content:center;flex:none;
}
.vcard__icon svg{width:25px;height:25px;}
.vcard__text{display:flex;flex-direction:column;gap:16px;}
.vcard__title{font-weight:700;font-size:32px;line-height:44.8px;letter-spacing:-1.4px;color:#000;}
.vcard__body{font-weight:400;font-size:17px;line-height:28.9px;color:#000;}

/* =========================================================
   WHO WE HELP
   ========================================================= */
.whohelp__subhead{
  font-weight:700;font-size:clamp(26px,3vw,35px);line-height:1.3;
  letter-spacing:-1px;color:var(--navy);margin:28px 0 44px;
}
.whohelp__grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
.hcard{
  border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;align-items:center;gap:16px;
  padding-bottom:16px;
}
.hcard--light{background:var(--light-2);color:#000;}
.hcard--dark{background:var(--dark-card);color:var(--white);}
.hcard__img{width:100%;height:155px;flex:none;}
.hcard__label{
  font-weight:500;font-size:17px;line-height:28.9px;text-align:center;
  padding-inline:16px;max-width:230px;
}
.hcard--highlight{
  grid-column:span 2;
  background:var(--light);border-radius:12px;
  align-items:flex-start;justify-content:center;
  gap:16px;padding:32px;
}
.hcard__hicon{
  width:42px;height:42px;border-radius:10px;background:rgba(255,107,26,.1);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.hcard__hicon.hcard__hicon__custom {
  background: transparent;
}
.hcard__hicon.hcard__hicon__custom svg {
  width: auto;
  height: auto;
}
.hcard__hicon svg{width:22px;height:22px;}
.hcard__htext{
  font-weight:700;font-size:16px;line-height:24px;color:var(--navy);text-align:left;
}

/* =========================================================
   WHY CHOOSE US
   ========================================================= */
.whychoose__row{display:flex;gap:48px;align-items:stretch;}
.whychoose__left{flex:1 1 591px;min-width:0;display:flex;flex-direction:column;gap:24px;}
.whychoose__left .section-head{margin-bottom:0;}
.advantages{display:flex;flex-direction:column;gap:24px;}
.advantages__title{font-weight:700;font-size:clamp(26px,3vw,32px);line-height:44.8px;letter-spacing:-1.4px;color:var(--navy);}
.check-list{display:flex;flex-direction:column;gap:16px;}
.check-list li{display:flex;gap:16px;align-items:center;}
.check-list li>span:last-child{flex:1;font-weight:400;font-size:17px;line-height:28.9px;color:var(--body-3);}
.check-badge{
  width:24px;height:24px;border-radius:12px;background:rgba(255,107,26,.1);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.check-badge svg{width:13px;height:13px;}
.whychoose__right{flex:1 1 0;min-width:0;}
.whychoose__img{
  height:100%;min-height:520px;border-radius:16px;
  display:flex;align-items:flex-end;padding:24px;
  background:linear-gradient(135deg,#c9d6e2 0%,#b3c4d4 100%);
}
.whychoose__caption{
  background:rgba(255,255,255,.7);border-radius:6px;padding:24px;width:100%;
  font-weight:400;font-size:17px;line-height:28.9px;color:#000;
  backdrop-filter:blur(2px);
}
/* About Us page only: 50/50 split for the Why Choose section */
.about-page .whychoose__left{flex:1 1 0;}
.about-page .whychoose__right{flex:1 1 0;}

/* =========================================================
   OUR COMMITMENT
   ========================================================= */
.commitment__card{
  background:var(--light);border-radius:16px;padding:40px;
  display:flex;flex-direction:column;gap:36px;
}
.commitment__card .section-head{margin-bottom:0;}
.commitment__split{display:flex;gap:40px;align-items:flex-start;}
.commitment__col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:20px;}
.commitment__strong{font-weight:400;font-size:17px;line-height:28.9px;color:var(--navy);}
.commitment__muted{font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);}
.commitment__box{
  background:var(--white);border:1px solid var(--border);border-radius:12px;padding:32px;
  box-shadow:0 4px 6px rgba(11,31,53,.03);
  font-weight:400;font-size:17px;line-height:28.9px;color:var(--navy);
}

/* =========================================================
   HISTORY / TIMELINE
   ========================================================= */
.history__head{margin-bottom:74px;}
.timeline{
  position:relative;
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
  padding-top:8px;
}
.timeline__track{
  position:absolute;top:76px;left:12.5%;right:12.5%;height:3px;
  background:var(--timeline-line);z-index:0;
}
.timeline__item{
  position:relative;z-index:1;text-align:center;
  display:flex;flex-direction:column;align-items:center;
}
.timeline__year{font-weight:700;font-size:32px;line-height:44.8px;letter-spacing:-1.4px;color:#000;}
.timeline__dot{
  width:14px;height:14px;border-radius:50%;background:var(--orange);
  margin:8px 0 20px;border:3px solid var(--light);box-shadow:0 0 0 1px var(--orange);
}
.timeline__title{font-weight:700;font-size:17px;line-height:28.9px;color:#000;margin-bottom:6px;}
.timeline__body{font-weight:400;font-size:14px;line-height:22.2px;color:#000;max-width:220px;}

/* =========================================================
   FAQ
   ========================================================= */
.faq{background:var(--faq-bg);}
.faq__row{display:flex;justify-content:space-between;gap:60px;align-items:flex-start;}
.faq__left{flex:0 0 342px;max-width:342px;display:flex;flex-direction:column;}
.faq__title{margin-top:17px;letter-spacing:-2px;}
.faq__lead{margin-top:28px;font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);}
.faq__viewall{margin-top:12px;font-weight:800;font-size:10px;letter-spacing:.5px;color:var(--orange);text-transform:uppercase;}
.faq__right{flex:1 1 0;min-width:0;max-width:798px;}
.faq-item{border-bottom:1px solid var(--faq-divider);}
.faq-item__q{
  list-style:none;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:24px;
  padding:16px 0;
  font-weight:600;font-size:20px;line-height:1.35;color:var(--navy);
}
.faq-item__q::-webkit-details-marker{display:none;}
.faq-item__icon{position:relative;width:20px;height:20px;flex:none;}
.faq-item__icon::before,
.faq-item__icon::after{
  content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  background:var(--orange);
}
.faq-item__icon::before{width:16px;height:2px;}
.faq-item__icon::after{width:2px;height:16px;transition:transform .2s ease;}
.faq-item[open] .faq-item__icon::after{transform:translate(-50%,-50%) rotate(90deg);}
.faq-item__a{
  padding-bottom:16px;max-width:680px;
  font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
   .testimonials {
    position: relative;
   }
.testimonials__title{font-size:clamp(32px,4vw,48px);line-height:1.2;letter-spacing:0;}
.testimonials__grid{display:flex;gap:39px;align-items:stretch;}
.tcard{
  flex:1 1 0;min-width:0;
  background:var(--white);border:1px solid #fbfbfe;border-radius:24px;
  box-shadow:0 5px 25px rgba(25,33,61,.05);
  padding:36px;display:flex;flex-direction:column;gap:24px;
}
.tcard__stars{display:flex;gap:4.6px;}
.star{font-size:20px;line-height:1;color:#d9dee6;}
.star--on{color:#ffb400;}
.tcard__quote{font-weight:400;font-size:16px;line-height:28.9px;color:var(--navy);}
.tcard__author{display:flex;gap:10px;align-items:center;margin-top:auto;}
.tcard__avatar{width:50px;height:50px;border-radius:50%;flex:none;}
.tcard__avatar span{font-size:9px;}
.tcard__meta{display:flex;flex-direction:column;gap:4px;}
.tcard__name{font-weight:500;font-size:18px;color:var(--author-name);}
.tcard__role{font-family:'Inter',var(--font);font-weight:400;font-size:14px;color:var(--author-role);}

/* =========================================================
   CTA BANNER — PROPERTY JOURNEY
   ========================================================= */
   .cta {
    position: relative;
   }
.cta__banner{
  position:relative;overflow:hidden;
  background:var(--light);border-radius:10px;
  display:flex;align-items:stretch;min-height: auto;
}
.cta__content {
    flex: 1 1 55%;
    max-width: 630px;
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: center;
    min-height: 400px;
}
.wrapper-sales-pro01 a.btn--outline:hover {
    color: var(--orange);
}
.wrapper-sales-pro01 {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.cta__eyebrow{font-weight:800;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--orange);}
.cta__heading{font-weight:600;font-size:clamp(28px,3.4vw,35px);line-height:46px;letter-spacing:-1px;color:var(--cta-heading);}
.cta__desc{font-weight:400;font-size:17px;line-height:28.9px;color:var(--body-2);max-width:520px;}
.cta__content .btn{margin-top:10px;}
.cta__img {
    flex: 1 1 45%;
    min-width: 0;
    align-self: flex-end;
    height: auto;
    border-bottom-right-radius: 10px;
    background: transparent;
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
}
.cta__img img.cover-img {
    object-position: top;
}

/* =========================================================
   CTA BAR — SAVE THOUSANDS
   ========================================================= */
.ctabar {
    background-color: var(--white);
    padding-block: 0 0;
    position: relative;
    background-image: url(../images/cta-bg-arrows.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

.ctabar__inner{
  position:relative;overflow:hidden;
  border-radius:16px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  min-height:200px; 
  z-index:1;
}
.ctabar__book{
  width:150px;height:212px;flex:none;color:#c8d6e4;
  background:transparent;
}
.ctabar__book .cover-img{object-fit:contain;}
.ctabar__content {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    padding: 80px 0px 55px 0px;
    text-align: right;
}
.ctabar__bg__positions img {
    width: 100%;
    display: block;
    height: 100%;
}
.ctabar__heading{font-weight:800;font-size:clamp(18px,2.2vw,24px);letter-spacing:.5px;color:#000;}
.ctabar__bg__positions.cta-desktop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 560px;
    z-index: 5;
}
.ctabar__bg__positions.cta-mobile {
    display: none;
}
ul.check-list.hiw-checklist.hiw-checklist-listing {
    gap: 0;
        margin: 0;
}
.hiw-checklist-listing .check-badge {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #4b5563;
}
.hiw-checklist-listing .check-badge svg {
    display: none;
}
/* =========================================================
   OFFICE LOCATIONS
   ========================================================= */
.offices{
  padding-block:40px;
  background:
    linear-gradient(rgba(237,245,251,.85),rgba(237,245,251,.85));
  background-color:var(--light);
}
.offices.footer-offices-wrap {
  background-image: url('../images/office_Locations_section_1020.webp') !important;
  background-size: cover;
  background-repeat: no-repeat;
}
/* About Us page: faint world-map backdrop behind the office cards */
.about-page .offices{
  background:
    linear-gradient(rgba(237,245,251,.9),rgba(237,245,251,.9)),
    url('../images/office-map.png') center/cover no-repeat,
    var(--light);
}
.offices__head{display:flex;flex-direction:column;gap:8px;margin-bottom:30px;}
.offices__title{font-weight:700;font-size:clamp(26px,3vw,35px);line-height:45px;letter-spacing:-1px;color:var(--navy);}
.offices__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.office-card{
  background:var(--white);border:1px solid var(--border);border-radius:12px;
  box-shadow:0 4px 6px rgba(0,0,0,.06);
  padding:24px;
  display:flex;flex-direction:column;justify-content:space-between;gap:16px;
}
.office-card__top{display:flex;flex-direction:column;gap:16px;}
.office-card__state{
  font-weight:800;font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--orange);
}
.office-card__addr{display:flex;gap:10px;align-items:flex-start;}
.office-card__addr span:last-child{font-weight:500;font-size:13px;line-height:20px;color:var(--navy);}
.office-card__pin{flex:none;margin-top:2px;}
.office-card__pin svg{width:16px;height:16px;}
.office-card__phone{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--orange);}
.office-card__phicon svg{width:14px;height:14px;display:block;}
.copyright-footer .footer-rating {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.copyright-footer .footer-rating  img.review-batch-banner {
    height: 18px;
}
.copyright-footer .footer-rating span.hero__badge-reviews {
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* =========================================================
   HOVER & INTERACTION EFFECTS
   ========================================================= */
/* Card lift + shadow */
.hcard,.fcard,.vcard,.office-card,.tcard{
  transition:transform .28s ease, box-shadow .28s ease;
}
.hcard:hover,.fcard:hover,.vcard:hover,.office-card:hover,.tcard:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(11,31,53,.13);
}
.hcard--highlight:hover{transform:none;box-shadow:none;} /* highlight text card stays put */

/* Image zoom inside media boxes */
.hcard__img,.founder__media .media,.cta__img{overflow:hidden;}
.cover-img{transition:transform .55s ease;}
.hcard:hover .cover-img,
.founder__media:hover .cover-img,
.cta__banner:hover .cta__img .cover-img{transform:scale(1.06);}
.hcard--highlight:hover .cover-img{transform:none;}

/* Why-choose photo subtle lift */
.whychoose__img{transition:box-shadow .3s ease, transform .3s ease;}
.whychoose__img:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(11,31,53,.18);}

/* Buttons lift (transition already declared on .btn) */
.btn:hover{transform:translateY(-2px);}
.btn--light:hover{box-shadow:0 8px 18px rgba(0,0,0,.12);}

/* Icons pop with their card */
.vcard__icon,.hcard__hicon,.stat__icon{transition:transform .28s ease;}
.vcard:hover .vcard__icon{transform:scale(1.08);}

/* Links / FAQ */
.faq__viewall{transition:color .2s ease;}
.faq__viewall:hover{color:var(--orange);}
.faq-item__q{transition:color .2s ease;cursor:pointer;}
.faq-item__q:hover{color:var(--orange);}
.office-card:hover .office-card__phone{filter:brightness(1.1);}
a.btn,.faq__viewall,.hero__actions a{will-change:transform;}
section.band.band--white.values {
    position: relative;
}
.glow-blob.blob-right-top {
    right: 0;
    left: unset;
    top: 0;
    bottom: unset;
}
section.band.band--white.whohelp, section.band.band--white.whychoose {
    position: relative;
}
span.glow-blob.blob-right-bottom {
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
}
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1100px){
  .values__grid{grid-template-columns:repeat(6,1fr);}
  .whohelp__grid{grid-template-columns:repeat(2,1fr);}
  .offices__grid{grid-template-columns:repeat(2,1fr);}

.hero--about { padding-right: 0px; padding-left: 0px;}
.hero--full .hero__bg { padding: 0px 0; border-radius: 0;}
.hero--full .hero__bg .container { padding: 0 20px;}

.ctabar__bg__positions.cta-desktop {
    max-width: 400px;
}
.ctabar__content {
    padding: 50px 0px 25px 0px;
}

}

@media (max-width:980px){

  .container.savings__inner.savings__inner__custom .savings__text {
    max-width: 100%;
}
  .band{padding-block:60px;}
  .founder__row{flex-direction:column; gap:24px;}
  .founder__media .media,.whychoose__img{min-height: auto;}
  .split{flex-direction:column;gap:32px;}
  .split__left{flex-basis:auto;max-width:none;}
  .section-head--split{flex-direction:column;gap:20px;}
  .section-head__right{text-align:left;max-width:none;}
  .different__grid{flex-direction:column;}
  .fcard--tall{flex-basis:auto;max-width:none;}
  .experience__banner{flex-direction:column;align-items:flex-start;gap:40px;padding:48px 40px;}
  .experience__intro{flex-basis:auto;max-width:none;}
  .experience__stats{width:100%;flex-wrap:wrap;gap:32px;}
  .stat{flex:1 1 40%;}
  .stat__divider{display:none;}
  .values__grid{grid-template-columns:repeat(2,1fr);}
  .values__grid .vcard{grid-column:span 1 !important;}
  .whychoose__row{flex-direction:column;}
  .whychoose__img{min-height:340px;}
  .commitment__split{flex-direction:column;gap:20px;}
  .faq__row{flex-direction:column;gap:32px;}
  .faq__left{flex-basis:auto;max-width:none;}
  .testimonials__grid{flex-wrap:wrap;}
  .tcard{flex:1 1 100%;}
  .cta__banner{flex-direction:column;min-height:0;}
  .timeline{grid-template-columns:1fr;gap:0;padding-left:28px;}
  .timeline__track{top:0;bottom:0;left:6px;right:auto;width:3px;height:auto;}
  .timeline__item{text-align:left;align-items:flex-start;padding-bottom:36px;}
  .timeline__dot{position:absolute;left:-28px;top:14px;margin:0;}
  .timeline__body{max-width:none;}
}
.testimonials__slider.swiper .swiper-wrapper {
    align-items: stretch;
}
.testimonials__slider.swiper .swiper-wrapper .swiper-slide {
    height: auto;
}
.testimonials__slider.swiper .swiper-wrapper .swiper-slide article.tcard {
    height: 100%;
}

@media (max-width: 860px) {

.cta__content {
    width: 60%;
    padding: 30px 20px;
}

}


@media (max-width: 767px) {

.cta__img {
    position: unset;
}
.cta__content {
    width: 100%;
    padding: 30px 20px 20px;
}
.cta__heading {
    line-height: 32px;
}


}

@media (max-width:600px){
  .band,.founder,.experience{padding-block:48px;}
  section.band.compare {
    padding-bottom: 48px !important;
}

  .different__pair{flex-direction:column;}
  .whohelp__grid,.offices__grid{grid-template-columns:1fr;}
  .hcard--highlight{grid-column:auto;} /* single column: no phantom span-2 track */
  .values__grid{grid-template-columns:1fr;}
  .stat{flex:1 1 100%;}
  .fcard{padding:24px 20px;}
  .fcard__title,.vcard__title{font-size:26px;line-height:1.25;}
  .experience__banner{padding:36px 24px;}
  .commitment__card{padding:28px 20px;}
  .section-head--split{padding:0;}
  .tcard{padding: 24px 16px; gap: 20px;}
  .faq-item__q{font-size:18px;}
}
.overflow-z-hii {
  overflow-x: hidden !important;
  overflow-y: unset !important;
}
/* =========================================================
   PACKAGES PAGE
   ========================================================= */
.packages-page .hero__bg{
  background-image:
    linear-gradient(90deg,rgba(10,45,71,.42) 0%,rgba(10,45,71,0) 58%),
    url('../images/packages-hero.png'),
    linear-gradient(160deg,#9db7d1 0%,#c7d5e2 45%,#8fa886 100%);
  background-size:cover,cover,cover;
  background-position:center,center,center;
  background-repeat:no-repeat,no-repeat,no-repeat;
}
/* Choose a Package intro */
.pkgintro {
  position:relative;
}
.pkgintro__head{margin-bottom:44px;max-width:660px;}
.pkgintro__row{display:flex;gap:48px;align-items:stretch;}
.pkgintro__media{flex:1 1 0;min-width:0;border-radius:16px;overflow:hidden;min-height:440px;}
.pkgintro__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:20px;justify-content:center;}
.pkgintro__content p{font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);}
.pkgintro__box{background:var(--dark-card);border-radius:14px;padding:28px;margin-top:6px;}
.pkgintro__box-title{font-weight:700;font-size:20px;color:var(--white);margin-bottom:10px;}
.pkgintro__box p{color:rgba(255,255,255,.85);font-size:15px;line-height:25px;}
/* Pricing */
.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start;}
.price-card{position:relative;background:var(--white);border:1px solid var(--border);border-radius:16px;padding:32px;display:flex;flex-direction:column;}
.price-card--popular{border:2px solid var(--orange);box-shadow:0 18px 40px rgba(255,107,26,.14);}
.price-card__flag{position:absolute;top:-13px;right:24px;background:var(--orange);color:#fff;font-weight:800;font-size:10px;letter-spacing:1px;text-transform:uppercase;padding:6px 14px;border-radius:20px;}
.price-card__tier{font-weight:800;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:var(--orange);}
.price-card__name{font-weight:700;font-size:24px;letter-spacing:-.5px;color:var(--navy);margin-top:10px;}
.price-card__desc{font-weight:400;font-size:15px;line-height:23px;color:var(--body);margin-top:8px;min-height:46px;}
.price-card__price{display:flex;align-items:flex-end;gap:4px;margin:24px 0;}
.price-card__cur{font-weight:700;font-size:22px;color:var(--navy);margin-bottom:8px;}
.price-card__amount{font-weight:800;font-size:44px;line-height:1;letter-spacing:-1.5px;color:var(--navy);}
.price-card__unit{font-size:12px;color:var(--body);margin-bottom:7px;}
.price-card__btn{width:100%;}
.price-list{display:flex;flex-direction:column;gap:14px;margin-top:26px;padding-top:26px;border-top:1px solid var(--border);}
.price-list li{display:flex;align-items:center;gap:12px;font-weight:400;font-size:15px;color:var(--body-3);}
.price-check{width:18px;height:18px;flex:none;display:flex;align-items:center;justify-content:center;}
.price-check svg{width:14px;height:14px;}
.btn--outline{background:transparent;border-color:var(--border);color:var(--navy);}
.btn--outline:hover{border-color:var(--navy);background:var(--navy);color:#fff;}
/* What's Included feature cards */
.included {
  position:relative;
}
.included__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.incl-card{background:var(--white);border:1px solid #e6ebf1;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:14px;}
.incl-card__icon{width:48px;height:48px;border-radius:12px;background:#EBF4FF;display:flex;align-items:center;justify-content:center;flex:none;}
.incl-card__icon svg{width:24px;height:24px;}
.incl-card__title{font-weight:700;font-size:19px;letter-spacing:-.3px;color:var(--navy);}
.incl-card__body{font-weight:400;font-size:15px;line-height:24px;color:var(--body);}
/* Hover for new cards */
.price-card,.incl-card{transition:transform .28s ease,box-shadow .28s ease;}
.incl-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(11,31,53,.12);}
.price-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(11,31,53,.14);}
.pkgintro__media .cover-img{transition:transform .55s ease;}
.pkgintro__media:hover .cover-img{transform:scale(1.06);}
@media (max-width:980px){
  .pkgintro__row{flex-direction:column;}
  .pkgintro__media{min-height:340px;}
  .pricing__grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto;}
  .price-card--popular{order:-1;}
  .included__grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
  .included__grid{grid-template-columns:1fr;}
  .price-card,.incl-card{padding:24px 22px;}
}

/* =========================================================
   FAQ PAGE
   ========================================================= */
.faq-page .hero__bg{
  background-image:
    linear-gradient(90deg,rgba(10,45,71,.5) 0%,rgba(10,45,71,.05) 62%),
    url('../images/faq-hero.png'),
    linear-gradient(160deg,#c9a98f 0%,#a9b6c6 55%,#8fa886 100%);
  background-size:cover,cover,cover;
  background-position:center,center,center;
  background-repeat:no-repeat,no-repeat,no-repeat;
}
.faqpage {position:relative;}
.faqpage__row{display:flex;gap:60px;align-items:flex-start;}
.faqpage__side{flex:0 0 320px;max-width:320px;display:flex;flex-direction:column;position:sticky;top:24px;}
.faqpage__side .faq__title{margin-top:17px;letter-spacing:-1.5px;}
.faqcat{margin-top:32px;border:1px solid var(--border);border-radius:14px;padding:10px;display:flex;flex-direction:column;}
.faqcat__title{font-weight:700;font-size:16px;color:var(--navy);padding:12px 12px 8px;}
.faqcat__item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-radius:8px;font-weight:600;font-size:14px;color:var(--body-3);transition:background .2s ease,color .2s ease;}
.faqcat__item:hover{background:var(--light);color:var(--navy);}
.faqcat__count{font-weight:700;font-size:12px;color:var(--orange);}
.faqpromo{margin-top:24px;background:var(--dark-card);border-radius:14px;padding:28px 24px;text-align:center;}
.faqpromo__title{font-weight:700;font-size:20px;color:#fff;}
.faqpromo__text{margin:10px 0 20px;font-weight:400;font-size:14px;line-height:22px;color:rgba(255,255,255,.82);}
.faqpromo__btn{width:100%;}
.faqpage__main{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:44px;}
.faqgroup__title{font-weight:700;font-size:clamp(24px,2.6vw,30px);letter-spacing:-.8px;color:var(--navy);margin-bottom:8px;}
.faqgroup .faq-item:first-of-type{border-top:1px solid var(--faq-divider);}
/* Why choose gallery */
.wcx {
  position:relative;
}
.wcx__row{display:flex;gap:56px;align-items:center;}
.wcx__gallery{flex:1.15 1 0;min-width:0;display:flex;gap:20px;align-items:stretch;}
.wcx__couple{flex:1 1 0;border-radius:14px;overflow:hidden;min-height:440px;}
.wcx__stack{flex:1 1 0;display:flex;flex-direction:column;gap:20px;}
.wcx__rating{background:var(--light);border-radius:14px;padding:24px;}
.wcx__avatars{display:flex;margin-bottom:14px;}
.wcx__avatars img{width:38px;height:38px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-10px;}
.wcx__avatars img:first-child{margin-left:0;}
.wcx__score{display:block;font-weight:800;font-size:32px;letter-spacing:-1px;color:var(--navy);}
.wcx__ratinglabel{font-weight:400;font-size:14px;color:var(--body);}
.wcx__keys{flex:1 1 0;border-radius:14px;overflow:hidden;min-height:200px;}
.wcx__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:18px;}
.wcx__text{font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);}
.wcx__content .btn{align-self:flex-start;margin-top:6px;}
.wcx__couple .cover-img,.wcx__keys .cover-img{transition:transform .55s ease;}
.wcx__couple:hover .cover-img,.wcx__keys:hover .cover-img{transform:scale(1.06);}
@media (max-width:980px){
  .faqpage__row{flex-direction:column;gap:40px;}
  .faqpage__side{position:static;flex-basis:auto;max-width:none;width:100%;}
  .wcx__row{flex-direction:column;gap:36px;align-items:stretch;}
  .wcx__gallery{width:100%;}
}
@media (max-width:600px){
  .wcx__gallery{flex-direction:column;}
  .wcx__couple{min-height:320px;}
}

/* =========================================================
   HOUSE FOR SALE BY OWNER PAGE
   ========================================================= */
.hero__bg {
  background-image: url('../images/hfs-hero.webp'),
    linear-gradient(160deg,#9db7d1 0%,#c7d5e2 45%,#8fa886 100%);
  background-size:cover,cover,cover;
  background-position:center,center,center;
  background-repeat:no-repeat,no-repeat,no-repeat;
}
/* A Smarter Way */
.smarter {
  position: relative;
}
.smarter__row{display:flex;gap:56px;align-items:stretch;}
.smarter__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px;justify-content:center;}
.smarter__content .h2{margin-top:4px;}
.smarter__content p{font-weight:400;font-size:16px;line-height:26px;color:var(--body);}
.smarter__media{flex:1 1 0;min-width:0;position:relative;border-radius:14px;overflow:hidden;min-height:460px;background:linear-gradient(135deg,#c9d6e2,#b3c4d4);}
.smarter__media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.smarter__caption {
    position: absolute;
    left: 2%;
    right: 0;
    bottom: 2%;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(4px);
    color: var(--navy);
    padding: 22px 26px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    width: 94%;
    border-radius: 6px;
}
/* Centered prose */
.cprose{text-align:center;max-width:920px;margin-inline:auto;}
.cprose .h2{margin-bottom:20px;}
.cprose p{font-weight:400;font-size:16px;line-height:27px;color:var(--body);}
.cprose p+p{margin-top:14px;}
/* Lead split (Benefits / How helps) */
.leadsplit {
  position: relative;
}
.leadsplit__row{display:flex;gap:56px;align-items:center;}
.leadsplit__media{flex:1 1 0;min-width:0;border-radius:14px;overflow:hidden;min-height:auto;}
.leadsplit__content{flex:1 1 0;min-width:0;}
.leadsplit__content .h2{margin-top:4px;}
.leadsplit__intro{font-weight:400;font-size:16px;line-height:26px;color:var(--body);margin:14px 0 26px;}
.benefit-list{display:flex;flex-direction:column;gap:20px;}
.benefit-item h3{font-weight:700;font-size:20px;letter-spacing:-.2px;color:var(--navy);margin-bottom:6px;}
.benefit-item p{font-weight:400;font-size:14px;line-height:23px;color:var(--body);}
/* Simple selling process (zigzag timeline) */
.process{position:relative;margin-top:56px;}
.process__line{position:absolute;left:50%;top:20px;bottom:20px;width:2px;background:var(--timeline-line);transform:translateX(-50%);}
.process__item{display:grid;grid-template-columns:1fr 56px 1fr;align-items:center;margin-bottom:20px;}
.process__num{grid-column:2;justify-self:center;width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;position:relative;z-index:1;}
.process__card{background:var(--faq-bg);border-radius:14px;padding:24px;}
.process__item--left .process__card{grid-column:1;}
.process__item--right .process__card{grid-column:3;}
.process__card h3{font-weight:700;font-size:18px;letter-spacing:-.3px;color:var(--navy);margin-bottom:8px;}
.process__card p{font-weight:400;font-size:14px;line-height:23px;color:var(--body);}
/* Hover */
.leadsplit__media .cover-img{transition:transform .55s ease;}
.leadsplit__media:hover .cover-img{transform:scale(1.06);}
.smarter__media>img{transition:transform .55s ease;}
.smarter__media:hover>img{transform:scale(1.05);}
.process__card{transition:transform .28s ease,box-shadow .28s ease;}
.process__card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(11,31,53,.1);}
@media (max-width:980px){
  .smarter__row,.leadsplit__row{flex-direction:column;gap:36px;}
  .leadsplit--flip .leadsplit__row{flex-direction:column;}
  .smarter__media,.leadsplit__media{width:100%;}
  .smarter__caption{max-width:100%;}
  /* process → single left rail, dots aligned to each card's heading */
  .process{margin-top:28px;}
  .process__line{display:none;}
  .process__item{grid-template-columns:42px 1fr;column-gap:16px;margin-bottom:0;padding-bottom:26px;align-items:start;position:relative;}
  .process__item:last-child{padding-bottom:0;}
  .process__num{grid-column:1;grid-row:1;margin-top:14px;position:relative;z-index:1;}
  .process__item--left .process__card,.process__item--right .process__card{grid-column:2;grid-row:1;}
  .process__item::before{content:"";position:absolute;left:21px;top:0;bottom:0;width:2px;background:var(--timeline-line);transform:translateX(-50%);z-index:0;}
  .process__item:first-child::before{top:14px;}
  .process__item:last-child::before{bottom:auto;height:35px;}
}
@media (max-width:600px){
.smarter__media{min-height:300px;}
}

/* Lead split with image bleeding to the right screen edge (text stays aligned to container) */
.leadsplit--bleed{overflow-x:hidden;}
.leadsplit--bleed .leadsplit__row{display:flex;align-items:center;gap:48px;}
.leadsplit--bleed .leadsplit__content{
  flex:1 1 0;min-width:0;
  padding-left:max(20px, calc((100vw - 1240px) / 2 + 20px));
  padding-right:0;
}
.leadsplit--bleed .leadsplit__media{
  flex:1 1 0;min-width:0;
  min-height:640px;
  border-radius:16px 0 0 16px;
  overflow:hidden;
}
@media (max-width:980px){
  .leadsplit--bleed .leadsplit__row{flex-direction:column;gap:32px;}
  .leadsplit--bleed .leadsplit__content{padding:0 20px;width:100%;}
  .leadsplit--bleed .leadsplit__media{width:100%;min-height:360px;border-radius:0;}
  .leadsplit__media .cover-img {
    object-fit: contain !important;
    height: 100%;
    object-position: right;
}
}

/* =========================================================
   RESIDENTIAL SALES PACKAGES PAGE
   ========================================================= */
.sales-page .hero__bg{
  background-image:
    linear-gradient(90deg,rgba(10,45,71,.6) 0%,rgba(10,45,71,.12) 60%),
    url('../images/sp-hero.webp'),
    linear-gradient(160deg,#6f5e52 0%,#9a8a7a 55%,#8fa886 100%);
  background-size:cover,cover,cover;
  background-position:center,center,center;
  background-repeat:no-repeat,no-repeat,no-repeat;
}
/* Try before you buy banner */
.trybar{display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--hero-navy);border-radius:16px;padding:34px 44px;}
.trybar__title{font-weight:700;font-size:clamp(20px,2.4vw,26px);letter-spacing:-.5px;color:#fff;}
.trybar__sub{margin-top:6px;font-weight:400;font-size:15px;line-height:23px;color:rgba(255,255,255,.8);max-width:640px;}
.trybar__btn{flex:none;}
/* Pricing two-up */
.pricing__grid--two{grid-template-columns:repeat(2,1fr);max-width:880px;margin-inline:auto;}
.price-card__from{font-weight:700;font-size:16px;color:var(--navy);margin-right:3px;margin-bottom:7px;align-self:flex-end;}
/* Optional extras table (overflow visible so tooltips can escape) */
.extras {
  position:relative;
}
.extras-table{border:1px solid var(--border);border-radius:16px;}
.extras-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:18px 28px;}
.extras-row:nth-child(even){background:var(--light-2);}
.extras-row--head{background:var(--hero-navy);padding-block:20px;border-radius:16px 16px 0 0;}
.extras-row:last-child{border-radius:0 0 16px 16px;}
.extras-row--head .extras-name,.extras-row--head .extras-meta{color:#fff;font-weight:700;font-size:15px;letter-spacing:.3px;}
.extras-name{font-weight:500;font-size:16px;color:var(--navy);}
.extras-meta{display:inline-flex;align-items:center;gap:14px;}
.extras-price{font-weight:700;font-size:16px;color:var(--navy);}
.extras-info{width:22px;height:22px;flex:none;color:var(--body);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;}
.extras-info svg{width:20px;height:20px;}
.extras-info.active,.extras-info:focus-visible{color:var(--orange);background:rgba(255,107,26,.12);outline:none;}
/* Tooltip shown on hover / focus / tap */
.extras-popup {
    background: #0b1f35b3;
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}
span.extras-tip {
  display: none;
}
.extras-popup-inner {
    background: #FFF;
    max-width: 750px;
    border-radius: 18px;
    padding: 24px;
    position: relative;
    border: 5px solid #FF6B1A;
    min-height: 300px;
}
.extras-tip-close {
    position: absolute;
    right: -20px;
    width: 42px;
    top: -20px;
    height: 42px;
    font-size: 28px;
    color: #FFF;
    border-radius: 100%;
    background: #ff1100;
    border: 1px solid #ff0000;
    cursor: pointer;
}
.flex_popup_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
}
.flex_popup_wrap_right, .flex_popup_wrap_left {
    /* width: 50%; */
    flex: 1;
}
.flex_popup_wrap_left.scroll-350 {
  height: 350px;
  overflow: auto;
}
.flex_popup_wrap_right img {
    width: 100%;
    display: block;
}
.flex_popup_wrap_left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flex_popup_wrap_left h3 {
    font-weight: 600;
    font-size: clamp(20px, 4.6vw, 30px);
    line-height: 1.1;
    letter-spacing: -0.6px;
    color: var(--navy);
    display: block;
    margin: 0 0 5px 0;
}
.flex_popup_wrap_left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    color: var(--body);
}
.flex_popup_wrap_right.group__inside_left {
    display: flex;
    gap: 12px;
    align-items: self-start;
}
.left_vertical__img {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.left_vertical__img img {
    width: 100%;
    display: block;
}
/* .extras-tip::after{content:"";position:absolute;top:100%;right:13px;border:7px solid transparent;border-top-color:var(--navy);} */
.extras-popup.active { display: flex; justify-content: center; align-items: center; z-index: 999; }
/* Hover */
.trybar__btn:hover{transform:translateY(-2px);}
.extras-row:not(.extras-row--head){transition:background .2s ease;}
.extras-row:not(.extras-row--head):hover{background:var(--light);}
@media (max-width:980px){
  .pricing__grid--two{grid-template-columns:1fr;max-width:460px;}
  .trybar{flex-direction:column;align-items:flex-start;gap:20px;padding:28px;}
  .trybar__btn{width:100%;}
}

@media (max-width:900px){

.extras-popup-inner {
    width: 90%;
}

}

@media (max-width:768px){

.flex_popup_wrap_left {
    height: 350px;
    overflow: scroll;
}

}

@media (max-width:600px){
  .extras-row{padding:15px 18px;gap:10px;}
  .extras-name{font-size:14px;}
    .leadsplit--bleed .leadsplit__media{min-height:auto; flex: unset}

.flex_popup_wrap { flex-wrap: wrap;}
.flex_popup_wrap_right, .flex_popup_wrap_left { flex: unset; width: 100%; }
.extras-tip-close {right: 0; top: -25px;}
.flex_popup_wrap {
    flex-wrap: wrap;
}

.flex_popup_wrap.reverse__flex_wrap {
    height: 320px;
    overflow-x: auto;
    display: block;
}

.flex_popup_wrap_left {
    height: auto;
}

}

/* =========================================================
   HOW IT WORKS PAGE
   ========================================================= */
.hiw-lead{margin-top:40px;font-weight:400;font-size:17px;line-height:28px;color:var(--body);}
/* How MTA Works dark banner */
.howbanner{
  position:relative;border-radius:20px;overflow:hidden;
  min-height:auto;display:flex;align-items:center;
  padding:80px 56px 120px;margin-bottom:50px;
  background:
    linear-gradient(90deg,rgba(8,24,40,.86) 0%,rgba(8,24,40,.55) 44%,rgba(8,24,40,0) 74%),
    url('../images/hiw-couple.webp');
  background-size:cover,cover;
  background-position:center,center 30%;
  background-repeat:no-repeat,no-repeat;
}
.howbanner__text{position:relative;max-width:520px;display:flex;flex-direction:column;gap:14px;}
.howbanner__title{font-weight:700;font-size:clamp(26px,3.4vw,40px);letter-spacing:-1px;color:#fff;}
.howbanner__sub{font-weight:400;font-size:16px;line-height:26px;color:rgba(255,255,255,.85);}
/* Why private owners intro (image + heading) */
.feats__intro{display:flex;gap:56px;align-items:center;margin-bottom:56px;}
.feats__media{flex:1 1 0;min-width:0;border-radius:16px;overflow:hidden;min-height:397px;}
.feats__head{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px;}
.hiw-checklist{margin-top:6px;}
@media (max-width:980px){
  .howbanner{padding:50px 20px 60px;min-height:auto;}
  .howbanner__text{max-width:none;}
  .feats__intro{flex-direction:column;gap:32px;}
  .feats__media{width:100%;min-height:300px;}
}

/* =========================================================
   RENTAL PACKAGES PAGE
   ========================================================= */
.rental-page .hero__bg{
  background-image:
    linear-gradient(90deg,rgba(10,45,71,.6) 0%,rgba(10,45,71,.12) 60%),
    url('../images/sp-hero.png'),
    linear-gradient(160deg,#6f5e52 0%,#9a8a7a 55%,#8fa886 100%);
  background-size:cover,cover,cover;
  background-position:center,center,center;
  background-repeat:no-repeat,no-repeat,no-repeat;
}
/* More than a rental listing — two-image gallery */
.rgal__row{display:flex;gap:48px;align-items:center;}
.rgal__imgs{flex:1.05 1 0;min-width:0;display:flex;gap:16px;align-items:center;}
.rgal__img{flex:1 1 0;min-width:0;border-radius: 14px;overflow:hidden;min-height: auto;}
.rgal__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px;}
.rgal__text{font-weight:400;font-size:16px;line-height:26px;color:var(--body);}
.rgal__content .btn{align-self:flex-start;margin-top:6px;}
.rgal__img .cover-img{transition:transform .55s ease; border-radius: 14px;}
.rgal__img:hover .cover-img{transform:scale(1.06);}
@media (max-width:980px){
  .rgal__row{flex-direction:column;gap:32px;}
  .rgal__imgs{width:100%;}
}
@media (max-width:600px){
  .rgal__imgs{flex-direction:column;}
}

/* Rental "Why Landlords Choose" — centered heading, full-width image, two-column text */
.landlords, .trysec {
  position: relative;
}
.landlords .section-head--center{margin-bottom:40px;}
.landlords__img{border-radius:16px;overflow:hidden;margin-bottom:40px;}
.landlords__img .cover-img{transition:transform .55s ease;}
.landlords__img:hover .cover-img{transform:scale(1.04);}
.landlords__cols{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
.landlords__cols p{font-weight:400;font-size:16px;line-height:26px;color:var(--body);}
@media (max-width:768px){
.hero--full .hero__bg .container { padding: 0 0px;}
.landlords__cols{grid-template-columns:1fr;gap:18px;}
.hero__card { border-radius: 0;}
.landlords__img {
    margin-bottom: 20px;
}

}

@media (max-width: 520px){

.hero__actions a.btn {
    width: 100%;
}

}
/* =========================================================
   "Choose how you want to sell" — 3-card pricing (Sell / Rent / Commercial)
   ========================================================= */
.bg-circles-back, .sellcards, .band.spkg {
    background: url('../images/reachAustralia_bg-set.webp') !important;
    background-size: cover !important;
    background-position: right !important;
}
.sellcards__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:start; 
}
.max-w-535 {
  max-width: 535px;
}
.margin-inline-auto {
  margin-inline: auto;
}
.tcard__stars.tcard__stars__custom img {
    width: auto;
    height: 20px;
}
.sellcard{position:relative;background:#fff;border:1px solid var(--border);border-radius:20px;padding:50px 26px 34px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:13px;transition:transform .28s ease,box-shadow .28s ease; height: 100%}
.sellcard:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(11,31,53,.12);}
.sellcard--popular{border:2px solid var(--orange);box-shadow:0 18px 40px rgba(255,107,26,.14);}
.sellcard__flag{position:absolute;top:-13px;left:20%;transform:translateX(-50%);background:var(--orange);color:#fff;font-weight:800;font-size:10px;letter-spacing:1px;text-transform:uppercase;padding:6px 14px;border-radius:20px;white-space:nowrap;}
.sellcard__title{font-weight:700;font-size:24px;letter-spacing:-.4px;color:var(--navy);margin-bottom:2px; text-transform: uppercase;}
.sellcard__label,.sellcard__until{font-weight:600;font-size:14px;color:var(--body);}
.sellcard__portals,.sellcard__pay{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.portal-pill,.pay-pill{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;}
.portal-pill img{height:15px;width:auto;display:block;}
.pay-pill img{height:16px;width:auto;display:block;}
.sellcard__more{font-weight:800;font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--orange);}
.sellcard__pricelabel{font-weight:400;font-size:14px;color:var(--body);margin-top:6px;}
.sellcard__price{font-weight:800;font-size:34px;letter-spacing:-1px;color:var(--navy);}
.sellcard__btn{width:100%;margin-top:14px;}
article.sellcard.sellcard--commercial span.sellcard__pricelabel { max-width: 100px;}
.sellcard__duo{display:flex;width:100%;margin-top:8px;}
.sellcard__col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:5px;padding:0 6px;}
.sellcard__col + .sellcard__col{border-left:1px solid var(--border);}
.sellcard__price--sm{font-size:23px;}
.sellcard__btn--sm{min-height:42px;padding:1px 16px;font-size:12px;margin-top:8px;}

.btn.btn--outline.border-none, .btn.btn--outline.border-none:hover {
  border: none;
  background: none;
  box-shadow: none;
}
.hww__grid.hww__grid-full {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 0 20px 1px #00000014;
}
.benefit-item-custom ul, .benefit-item-custom ol {
    padding: 10px 0 0 20px;
}
.benefit-item-custom ul li, .benefit-item-custom ol li {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: var(--body);
}


@media (max-width:1280px){

.site-nav{gap:26px !important;}
.brand {
    width: 150px;
}
.brand img {
    width: 100%;
    display: block;
}

}

@media (max-width:980px){
  .sellcards__grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto; gap: 60px;}
  .sellcard--popular{order:-1;}
}

/* =========================================================
   SITE HEADER (nav) + FOOTER — shared, responsive
   ========================================================= */
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom: 0px solid #eef1f4;}

.site-header__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 80px;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding-inline: 40px;
}
@media (max-width:1100px){ .site-header__inner{ padding-inline:20px; } }
.brand{display:flex;align-items:center;gap:10px;flex:none;}
.brand__mark{width:38px;height:38px;border-radius:8px;background:var(--orange);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:19px;flex:none;}
.brand__name{display:flex;flex-direction:column;line-height:1.05;}
.brand__name span{font-weight:800;font-size:16px;letter-spacing:.5px;color:var(--navy);}
.brand__name small{font-weight:600;font-size:8.5px;letter-spacing:2.5px;color:var(--body);margin-top:2px;}
.site-nav{display:flex;gap:48px;margin-left:auto;margin-right:auto;}
.site-nav a{font-weight:600;font-size:14px;color:var(--navy);transition:color .2s ease;}
.site-nav a:hover{color:var(--orange);}
.site-header__cta{display:flex;gap:12px;flex:none;}
.site-header__cta .btn{min-height:44px;padding:1px 20px;font-size:13px;}
.btn--dark{background:var(--hero-navy);border-color:var(--hero-navy);color:#fff;}
.btn--dark:hover{background:#08243a;}
.nav-toggle{display:none;}
.site-header__burger{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;align-items:center;justify-content:center;}
.site-header__burger span,.site-header__burger span::before,.site-header__burger span::after{content:"";display:block;width:20px;height:2px;background:var(--navy);position:relative;transition:transform .2s ease;}
.site-header__burger span::before{position:absolute;top:-6px;}
.site-header__burger span::after{position:absolute;top:6px;}
.mobile-nav{display:none;flex-direction:column;gap:4px;padding:16px 20px 24px;border-top:1px solid #eef1f4;background:#fff;}
.mobile-nav a{font-weight:600;font-size:15px;color:var(--navy);padding:10px 0;border-bottom:1px solid #f2f4f7;}
.mobile-nav .btn{margin-top:10px;width:100%;}
@media(max-width:1080px){
  .site-nav,.site-header__cta{display:none;}
  .site-header__burger{display:flex;}
  .nav-toggle:checked ~ .mobile-nav{display:flex;}
}
/* ===== FOOTER ===== */
.site-footer{background: #F3F4F6;padding-top:64px;}
.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;}
.footer-col h4{font-weight:800;font-size:14px;color:var(--navy);margin-bottom:18px;display:flex;align-items:center;gap:8px;}
.footer-col h4::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--orange);
    border-radius: 100%;
}
.footer-col {
    background: #FFF;
    padding: 20px;
    border-radius: 24px;
      box-shadow: 0px 4px 12px 0px #00000005;
}
.footer-col ul{display:flex;flex-direction:column;gap:11px;}
.footer-col a{font-weight:500;font-size:14px;color:var(--body-3);transition:color .2s ease;}
.footer-col a:hover{color:var(--orange);}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 20px 32px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 24px 0 40px 0;
    box-shadow: 0px 4px 12px 0px #00000005;
}
.footer-col ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
}
.footer-col ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/footer_chevron-right.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 10px;
  height: 10px;
  font-size: 0;
  top: 8px;
  transition: 0.2s;
}
.footer-col ul li a:hover::before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(63%) saturate(1506%) hue-rotate(348deg) brightness(101%) contrast(101%);
}
.footer-brand{display:flex;align-items:center;gap:14px;max-width:420px;}
.footer-brand p{font-weight:400;font-size:12.5px;line-height:19px;color:var(--body);}
.footer-legal {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-legal a{font-weight:500;font-size:13px;color:var(--body-3);}
.footer-legal a:hover{color:var(--orange);}
.footer-social {
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: end;
}
.copyright-footer {
    width: 100%;
    display: block;
    border-top: 1px solid var(--faq-divider);
}
.footer-social a {
    width: auto;
    height: auto;
    border-radius: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--body-3);
    transition: all .2s ease;
}
.footer-social svg {
    width: 20px;
    height: 20px;
}
.footer-social a:hover svg {
  filter: brightness(0) saturate(100%) invert(47%) sepia(92%) saturate(1544%) hue-rotate(346deg) brightness(99%) contrast(105%);
}
.footer-copy{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:16px 0;font-weight:400;font-size:12.5px;color:var(--body);}
@media(max-width:900px){ .footer-cols{grid-template-columns:repeat(2,1fr);gap:28px;} }
@media(max-width:560px){ 

  .footer-cols{grid-template-columns:1fr;} 
  .footer-bottom,.footer-copy{flex-direction:column;align-items:flex-start; padding: 20px;} 
  .copyright-footer .footer-copy { padding-right: 0; padding-left: 0; gap: 10px;}
  .copyright-footer .footer-rating { gap: 5px;flex-wrap: wrap; }
  .copyright-footer .footer-rating  img.review-batch-banner { height: 14px;}
  .copyright-footer .footer-rating .hero__badge-reviews .trust-batch-banner { height: 16px;}

}

/* Commercial Sales hero */
.commercial-sales-page .hero__bg{
  background-image:
    linear-gradient(90deg,rgba(10,45,71,.72) 0%,rgba(10,45,71,.28) 60%),
    url('../images/sp-house-dusk.png'),
    linear-gradient(160deg,#6f7e8c,#3a4a58);
  background-size:cover,cover,cover;background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;
}

/* =========================================================
   HOMEPAGE
   ========================================================= */
.home-hero{background:var(--hero-navy);color:#fff;}
.home-hero__inner{display:flex;gap:56px;align-items:center;padding-block:64px;}
.home-hero__text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 90px 0 110px;
    position: relative;
    max-width: 480px;
}
.hero-thumnail-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 777px;
}
.data_counter_hero_home {
    position: absolute;
    bottom: 69px;
    right: 500px;
    z-index: 8;
    background: #d9d9d920;
    width: 192px;
    box-shadow: 0 5px 5px 0 #00000025;
    padding: 6px 23px;
    border: 1px solid #ffffff20;
    border-radius: 7px;
    backdrop-filter: blur(3px);
}
.data_counter_hero_home span {
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
}
.data_counter_hero_home h3 {
    display: block;
    font-size: 38px;
}
.home-hero__title{font-weight:700;font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-2px;color:#fff;}
.home-hero__title .accent{color:var(--orange);}
.home-hero__sub{font-weight:400;font-size:18px;line-height:28px;color:rgba(255,255,255,.82);max-width:520px;}
.home-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:4px;}
.home-hero__marks{display:flex;gap:24px;flex-wrap:wrap;margin-top:10px;}
.home-hero__marks li{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:rgba(255,255,255,.9);}
.home-hero__marks .tick{color:white;font-weight:800;}
.home-hero__media{flex:1 1 0;min-width:0;position:relative;border-radius:16px;overflow:hidden;min-height:470px;}
.home-hero__media img{width:100%;height:100%;object-fit:cover;}
.home-hero__badge{position:absolute;left:22px;bottom:22px;background:#fff;border-radius:12px;padding:12px 18px;box-shadow:0 10px 26px rgba(0,0,0,.2);display:flex;flex-direction:column;}
.home-hero__badge-label{font-weight:600;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--body);}
.home-hero__badge-amt{font-weight:800;font-size:24px;color:var(--orange);}
.whyhome{background:linear-gradient(135deg,#ffffff 0%,#ffffff 45%,#eaf2fb 100%); position: relative;}
.whyhome__head{text-align:left;align-items:flex-start;margin-bottom:44px;}
.whyhome__head .eyebrow__text{color:var(--orange);text-transform:uppercase;letter-spacing:1.4px;font-size:12px;font-weight:700;}
.whyhome__head .h2{text-align:left;font-size:40px;line-height:48px;letter-spacing:-1px;}
.whyhome__head .section-head__sub{text-align:left;margin:0;max-width:430px;}
.whyhome__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;}
.whyhome__card{display:flex;flex-direction:column;gap:18px;transition:transform .3s ease;}
.whyhome__card h3 {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -.6px;
    color: #3B4F4F;
    max-width: 190px;
    line-height: 110%;
}
.cirle_backgrop_fitler {
    width: 250px;
    height: 250px;
    background: #57aae866;
    border-radius: 100%;
    filter: blur(50px);
    position: absolute;
    z-index: 3;
}
.cirle_backgrop_fitler.circle-size290 {
    width: 290px;
    height: 290px;
}
.top-right {
  top: 0;
  right: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-right {
  bottom: 0;
  right: 0;
}
.top-left {
  top: 0;
  left: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.c-m-left150 {
    margin-top: 70px;
    margin-left: -60px;
}
.c-m-top100 {
    margin-top: -100px;
}
.mt-5 {
    margin-top: clamp(30px, 3vw, 50px);
}
.bottom-left-80 {
  bottom: -80px;
  left: -80px;
}
.whyhome__img {
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgb(255 255 255 / 0%);
    transition: box-shadow .3s ease,transform .3s ease;
    aspect-ratio: 4 / 3;
}
.whyhome__img .cover-img{transition:transform .55s ease; height: 100%;}
.whyhome__card:hover .whyhome__img{transform:translateY(-6px);box-shadow:0 18px 40px rgba(11,31,53,.16);}
.whyhome__card:hover .cover-img{transform:scale(1.07);}
.whyhome__card p{font-weight:400;font-size:15px;line-height:23px;color:var(--body);margin:0;}
.savings{background: #0E3D61;color:#fff;padding-block:90px;}
.savings__inner{display:flex;gap:64px;align-items:center; justify-content: space-between;}
.savings__text{flex:1 1 0;min-width:0;max-width:450px;}
.savings__eyebrow{color:#AABDD0;text-transform:uppercase;letter-spacing:1.6px;font-size:12px;font-weight:700;}
.savings__title{margin-top:18px;font-weight:600;font-size:clamp(30px,3.4vw,44px);line-height:1.12;letter-spacing:normal;color:#fff;}
.savings__sub{margin-top:18px;font-weight:400;font-size:16px;line-height:26px;color:rgba(255,255,255,.72);}
.savings__rule{height:1px;background:rgba(255,255,255,.14);margin:28px 0 16px;}
.savings__note{font-size:12.5px;line-height:19px;color:rgba(255,255,255,.45); text-align: center;}
span#svFee { text-decoration: line-through; }
.savings__card{flex:0 0 547px;max-width:547px;background:rgb(255 255 255 / 10%);border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:34px 36px;color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.28);}
.savings__row{display:flex;justify-content:space-between;align-items:center;gap:12px;}
.savings__cap{font-weight:500;font-size:14px;color:rgba(255,255,255,.7);}
.savings__row strong{font-weight:800;font-size:30px;letter-spacing:-1px;color:#fff;}

.savings__slider{margin:22px 0 10px;display:flex;}
#svRange{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:6px;cursor:pointer;outline:none;
  background:linear-gradient(90deg,var(--orange) 0%,var(--orange) var(--fill,14%),rgba(255,255,255,.18) var(--fill,14%),rgba(255,255,255,.18) 100%);}
#svRange::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:0;box-shadow:0 2px 8px rgba(0,0,0,.4);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;}
#svRange::-webkit-slider-thumb:hover{transform:scale(1.18);box-shadow:0 4px 14px rgba(255,107,26,.5);}
#svRange::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:0;box-shadow:0 2px 8px rgba(0,0,0,.4);cursor:pointer;}
#svRange:focus-visible{outline:2px solid var(--orange);outline-offset:6px;}
.savings__scale{display:flex;justify-content:space-between;font-size:12.5px;color:rgba(255,255,255,.5);}

.savings__grid{display:flex;margin:22px 0;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;}
.savings__cell{flex:1;display:flex;flex-direction:column;gap:6px;padding-right:20px;}
.savings__cell+.savings__cell {
    padding-left: 28px;
    padding-right: 0;
    border-left: 1px solid rgba(255,255,255,.12);
    max-width: 180px;
}
.savings__label{font-weight:500;font-size:13px;color:rgba(255,255,255,.6); text-align: center;}
.savings__val{font-weight:800;font-size:26px;letter-spacing:-.6px;color:#fff;}
.savings__hint{font-size:12px;color:rgba(255,255,255,.45);}
.savings__total{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;}
.savings__totalcol{display:flex;flex-direction:column;gap:4px;}
.savings__save{display:block;font-weight:800;font-size:34px;color:var(--orange);letter-spacing:-1px;}
.savings__btn{white-space:nowrap;}
.compare{background:#eaf2fb;}
.compare__wrap{position:relative;padding-top:6px;}
.compare__logo{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin:0 auto 46px;border-radius:11px;background:var(--hero-navy);box-shadow:0 10px 24px rgba(11,31,53,.28);transition:transform .25s ease;}
.compare__logo svg{width:22px;height:25px;display:block;}
.compare__logo:hover{transform:translateY(-3px) scale(1.05);}
.compare__line{position:absolute;top:56px;bottom:6px;left:50%;width:1px;transform:translateX(-50%);background:rgba(11,31,53,.16);z-index:1;}
.compare__grid{display:grid;grid-template-columns:1fr 1fr;align-items:start;}
section.band.compare {
    padding-bottom: 0;
}
.compare__col{display:flex;flex-direction:column;align-items:center;padding: 0 44px 80px;}
.compare__col h3{font-weight:700;font-size:24px;letter-spacing:-.5px;color:var(--navy);margin-bottom:46px;}
.compare__col ul{display:flex;flex-direction:column;gap:34px;width:100%;align-items:center;}
.compare__col li{display:inline-flex;align-items:center;gap:11px;font-weight:600;font-size:13.5px;letter-spacing:.1px;transition:transform .2s ease;}
.compare__col--old li{color:#8b97a6;}
.compare__col--new li{color:var(--navy);}
.compare__col--old li.is-lead{color:#ef4d5a;font-weight:700;}
.compare__col--new li.is-lead{color:#1faa6a;font-weight:700;}
.cbadge{flex:none;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:900;line-height:1;transition:transform .2s ease;}
.cbadge--x{background:#fbdcdf;color:#ef4d5a;}
.cbadge--c{background:#d5f1e3;color:#1faa6a;}
.compare__col li:hover{transform:translateY(-2px);}
.compare__col li:hover .cbadge{transform:scale(1.18);}
.compare__mtitle{display:none;}
.compare__vs{display:none;}

/* ===== EVERYTHING YOU NEED. NOTHING YOU DON'T (homepage) ===== */
.neednothing{background: #FFF; overflow: hidden; position: relative;}
.t-circle-100px {
  margin-top: -100px;
}
.l-circle-100px {
  margin-left: -100px;
}
.b-circle-100px {
  margin-bottom: -100px;
}
.r-circle-100px {
  margin-right: -100px;
}
.t-100 {
  top: 100px;
}
.t-200 {
  top: 200px;
}
.b-100 {
  bottom: 100px;
}
.neednothing .eyebrow__text{color:var(--orange);text-transform:uppercase;letter-spacing:1.6px;font-size:12px;font-weight:700;}
.neednothing .h2{font-size:clamp(30px,3.8vw,46px);line-height:1.14;letter-spacing:-1.6px;max-width:600px;margin-inline:auto;}
.neednothing .section-head__sub{margin-top:14px;}
.need__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:54px;}
.need-card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:276/241;box-shadow:0 16px 36px rgba(11,31,53,.12);transition:transform .32s ease,box-shadow .32s ease;}
.need-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
article.need-card.need-card-modi-home {
    aspect-ratio: unset;
}
.mar-block-0 {
  margin-block: 0 !important;
}
article.need-card.need-card-modi-home img.cover-img {
    position: unset;
}
.need-card__cap{position:absolute;left:8px;right:8px;bottom:8px;padding:13px 16px;border-radius:12px;background:rgba(255,255,255,.72);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.55);box-shadow:0 6px 18px rgba(11,31,53,.12);}
.need-card__cap h3{font-weight:700;font-size:15px;letter-spacing:-.3px;color:var(--navy);margin-bottom:3px;}
.need-card__cap p{font-weight:400;font-size:12px;line-height:15.5px;color: #000;}
.need-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px rgba(11,31,53,.2);}
.need-card:hover>img{transform:scale(1.07);}
.need-card:hover .need-card__cap{background:rgba(255,255,255,.82);}
.reach{background:
  radial-gradient(70% 60% at 88% 6%, #e7eff9 0%, rgba(255,255,255,0) 55%),
  linear-gradient(120deg,#ffffff 42%,#eaf1fa 100%);}
.reach__inner{display:flex;align-items:center;gap:32px;}
.reach__text{flex:0 0 372px;max-width:410px;}
.reach__text .eyebrow__text{text-transform:uppercase;letter-spacing:1.6px;font-size:12px;font-weight:700;}
.reach__text .h2{text-align:left;font-size:clamp(30px,3.5vw,44px);line-height:1.12;letter-spacing:-1.4px;margin-top:18px;}
.reach__text .section-head__sub{text-align:left;margin:18px 0 28px;max-width:360px;}
.reach__btn{display:inline-flex;}
.reach__diagram{flex:1 1 0;min-width:0;}
.reach__diagram img{width:100%;height:auto;display:block;animation:reachFloat 6s ease-in-out infinite;transition:transform .4s ease;}
.reach__diagram:hover img{transform:scale(1.02);}
@keyframes reachFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-9px);}}
@media (prefers-reduced-motion:reduce){.reach__diagram img{animation:none;}}
.smart{position:relative;color:#fff;padding-block:80px;overflow:hidden;background:
  radial-gradient(46% 55% at 60% 56%, rgba(255,107,26,.30) 0%, rgba(255,107,26,0) 60%),
  var(--hero-navy);}
.smart__head{max-width:640px;margin:0 auto 48px;text-align:center;display:flex;flex-direction:column;gap:14px;align-items:center;}
.smart__head .eyebrow__text{text-transform:uppercase;letter-spacing:1.6px;font-size:12px;font-weight:700;}
.smart__title{font-weight:600;font-size:clamp(28px,3.4vw,42px);line-height:1.14;letter-spacing:-1.4px;color:#fff;}
.smart__title .accent{color:var(--orange);}
.smart__sub{font-weight:400;font-size:16px;line-height:26px;color:rgba(255,255,255,.72);max-width:520px;}
.smart__row {
    display: flex;
    gap: 160px;
    align-items: center;
}
.smart__avatars.custom__smart__avatars img {
  border-radius: 0px;
  border: none;
  width: auto;
  height: 40px;
}
.smart__features{flex:0 0 356px;max-width:356px;display:flex;flex-direction:column;gap:14px;}
.smart__feat{display:flex;gap:14px;align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:15px 18px;transition:transform .25s ease,background .25s ease,border-color .25s ease;}
.smart__feat:hover{transform:translateX(6px);background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18);}
.smart__featicon{width:46px;height:46px;flex:none;border-radius:11px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.25);}
.smart__featicon svg{width:20px;height:20px;}
.smart__featicon--orange{background:linear-gradient(135deg,#ff8a3d,#ff6b1a);}
.smart__featicon--purple{background:linear-gradient(135deg,#8b7cff,#6a5cf0);}
.smart__featicon--blue{background:linear-gradient(135deg,#3aa0ff,#2e7ff0);}
.smart__featicon--green{background:linear-gradient(135deg,#37c98a,#1f9d6b);}
.smart__feat h4{font-weight:700;font-size:15px;color:#fff;margin-bottom:2px;}
.smart__feat p{font-weight:400;font-size:13px;line-height:18px;color:rgba(255,255,255,.65);}
.smart__rating{display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:14px 18px;}
.smart__avatars{display:flex;flex:none;}
.smart__avatars img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #16283f;margin-left:-10px;}
.smart__avatars img:first-child{margin-left:0;}
.smart__ratingtext{display:flex;flex-direction:column;gap:2px;}
.smart__stars{color:#ffb020;font-size:14px;letter-spacing:2px;line-height:1;}
.smart__ratinglabel{font-weight:600;font-size:13px;color:rgba(255,255,255,.82);}
.smart__mock{flex:1 1 0;min-width:0;}
.smart__mock img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 46px rgba(0,0,0,.4));transition:transform .4s ease;}
.smart__mock:hover img{transform:translateY(-6px);}
.eyebrow__text_blue {
  color: var(--navy-eyebrow) !important;
}

@media(max-width:1200px){

.hero-thumnail-1 {
    max-width: 650px;
}
.data_counter_hero_home {
    right: 423px;
}

}

@media(max-width:1024px){

.hero-thumnail-1 {
  max-width: 520px;
}

.data_counter_hero_home {
  display: none;
}

}

@media(max-width:980px){
  .home-hero__inner,.savings__inner{flex-direction:column;align-items:stretch;}
  .home-hero__media{width:100%;min-height:340px;}
  .savings__card{flex-basis:auto;max-width:none;width:100%;}
  .smart__row{flex-direction:column;align-items:stretch;gap:32px;}
  .smart__features{flex-basis:auto;max-width:520px;width:100%;margin-inline:auto;}
  .smart__mock{width:100%;max-width:640px;margin-inline:auto;}
  .whyhome__grid{grid-template-columns:repeat(2,1fr);}
  .need__grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:44px;}
  .reach__inner{flex-direction:column;align-items:center;text-align:center;gap:24px;}
  .reach__text{flex:none;max-width:520px;}
  .reach__text .h2,.reach__text .section-head__sub{text-align:center;}
  .reach__text .section-head__sub{margin-inline:auto;}
  .reach__text .eyebrow{justify-content:center;}
  .reach__diagram{width:100%;max-width:640px;}
  .compare__wrap{display:flex;flex-direction:column;align-items:center;padding-top:0;}
  .compare__mtitle{display:block;order:1;font-weight:800;font-size:30px;line-height:1.22;letter-spacing:-1px;text-align:center;color:var(--navy);margin-bottom:32px;max-width:320px;}
  .compare__logo{order:2;margin:0 0 22px;}
  .compare__grid{order:3;display:flex;flex-direction:column;grid-template-columns:none;width:100%;gap:0;}
  .compare__line{display:none;}
  .compare__col{padding:0 20px;width:100%;}
  .compare__col--new{order:1;}
  .compare__vs{display:flex;order:2;position:relative;align-items:center;justify-content:center;width:100%;margin:34px 0;}
  .compare__vs::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(11,31,53,.14);}
  .compare__vs span{position:relative;z-index:1;width:46px;height:46px;border-radius:50%;background:var(--hero-navy);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(11,31,53,.28);}
  .compare__col--old{order:3;}
  .compare__col h3{margin-bottom:30px;}
  .compare__col ul{gap:26px;}

.hero-thumnail-1 {
    position: unset;
    max-width: 100%;
    margin-top: -20px;
}
.home-hero__text {
    padding: 50px 0 0px;
}
.savings {
    padding-block: 50px;
}
.vidres {
    padding-block: 50px;
}

}
@media(max-width:600px){
  .whyhome__grid{grid-template-columns:1fr;gap:26px;}
  .need__grid{grid-template-columns:1fr;gap:18px;}
  .whyhome__head{margin-bottom:32px;}
  .whyhome__head .h2{font-size:30px;line-height:37px;}
  .whyhome__img{height:auto;}
  .smart__features{grid-template-columns:1fr;}
  .savings__card{padding:26px 22px;}
  .savings__grid{flex-direction:column;gap:18px;}
  .savings__cell{padding-right:0;}
  .savings__cell+.savings__cell{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;}
  .savings__total{flex-direction:column;align-items:flex-start;}
  .savings__btn{width:100%;text-align:center;}
  .home-hero__marks{gap:14px;}

  .cirle_backgrop_fitler {
    width: 200px;
    height: 200px;
}
.cirle_backgrop_fitler.circle-size290 {
    width: 200px;
    height: 200px;
}

}

/* Commercial Sales "More Than a Commercial Listing" — inset caption card on image */
.smarter--imgleft .smarter__caption{left:22px;right:22px;bottom:22px;border-radius:12px;background:rgba(255,255,255,.78);}

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-page .hero__bg{
  background-image:
    linear-gradient(90deg,rgba(10,45,71,.62) 0%,rgba(10,45,71,.15) 62%),
    url('../images/contact-hero-banner-bg.webp'),
    linear-gradient(160deg,#c9a98f 0%,#a9b6c6 55%,#8fa886 100%);
  background-size:cover,cover,cover;background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;
}
.contactrow {
  position: relative;
}
.contactrow__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.contactrow__intro{display:flex;flex-direction:column;gap:16px;}
.contactrow__intro p{font-weight:400;font-size:16px;line-height:26px;color:var(--body);}
.contact-chips{display:flex;flex-direction:column;gap:14px;margin-top:12px;}
.contact-chip{display:flex;align-items:center;gap:14px;padding:14px 18px;border:1px solid var(--border);border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease;}
.contact-chip:hover{border-color:var(--orange);box-shadow:0 8px 20px rgba(11,31,53,.06);}
.contact-chip__ic{width:42px;height:42px;flex:none;border-radius:10px;background:rgba(255,107,26,.1);display:flex;align-items:center;justify-content:center;}
.contact-chip__ic svg{width:20px;height:20px;}
.contact-chip span:last-child{display:flex;flex-direction:column;font-weight:700;font-size:15px;color:var(--navy);word-break:break-word;}
.contact-chip small{font-weight:600;font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--body);margin-bottom:2px;}
.cform__title{margin-top:8px;}
.cform__lead{margin:14px 0 4px;font-weight:400;font-size:15px;color:var(--body);}
.cform__lead a{color:var(--orange);font-weight:700;}
.cform{display:flex;flex-direction:column;gap:16px;margin-top:14px;}
.cform__input{width:100%;border:1px solid var(--border);border-radius:10px;padding:15px 16px;font-family:var(--font);font-size:15px;color:var(--navy);background:#fff;transition:border-color .2s ease,box-shadow .2s ease;}
.cform__input::placeholder{color:#9aa7b5;}
.cform__input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,107,26,.12);}
.cform__textarea{resize:vertical;min-height:130px;}
.cform__submit{width:100%;margin-top:4px;}
/* Resource cards */
.resources {
  position: relative;
}
.rescard_bad_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}
.resources .container{display:flex;flex-direction:column;gap:24px;}
.rescard{background:#F8F9FC;border:1px solid var(--border);border-radius:18px;padding:32px;display:flex;align-items:center;gap:32px;}
.rescard__main{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:12px;align-items:flex-start;}
.rescard__title{font-weight:700;font-size:22px;letter-spacing:-.5px;color:var(--navy);}
.rescard__text{font-weight:400;font-size:15px;line-height:24px;color:var(--body);}
.rescard__btn{margin-top:6px;}
.rescard--stories .rescard__aside{flex:none;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;min-width:150px;}
.rescard__stars{color:#ffb400;font-size:14px;letter-spacing:2px;}
.rescard__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-top:0px; margin-bottom: 12px;}
.rescard__avatar img{width:100%;height:100%;object-fit:cover;}
.rescard__saved{font-weight:800;font-size:15px;color:var(--navy);}
.rescard__name{font-weight:400;font-size:12px;color:var(--body);}
.rescard--package{background:var(--light);border-color:transparent;}
.rescard__badgeicon{width:48px;height:48px;border-radius:16px;background:var(--orange);display:flex;align-items:center;justify-content:center;}
.rescard__badgeicon svg{width:22px;height:22px;}
.rescard__flag{display:inline-block;background:rgba(255,107,26,.16);color:var(--orange);font-weight:800;font-size:10px;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:20px;}
.rescard__flag.rescard__flag_con { background: #e8792b0a; border: 1px solid #E8792B; font-size: 11px; letter-spacing: normal; color: #E8792B;}
.rescard__list{flex:none;display:flex;flex-direction:column;gap:12px;}
.rescard__list li{display:flex;align-items:center;gap:10px;font-weight:500;font-size:14px;color:var(--body-3);}
.rescard__list .tick{color:var(--orange);font-weight:800;}
.rescard--faq .rescard__qicon {
    width: 80px;
    height: 80px;
    flex: none;
    border-radius: 24px;
    background: rgba(255,107,26,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rescard--faq .rescard__qicon svg{width:32px;height:32px;}
.rescard--faq .rescard__btn{flex:none;margin-top:0;}
.rescard__title.flex-with-star {
    width: 100%;
    display: flex;
    justify-content: space-between;
    row-gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.rescard__title.flex-with-star img {
    width: auto;
}
article.rescard.rescard--package.colored-outine-border {
    border: 1px solid #ff6b1a;
    box-shadow: 0 0 20px #ff6b1a33;
}
@media(max-width:900px){
  .contactrow__grid{grid-template-columns:1fr;gap:36px;}
  .rescard{flex-direction:column;align-items:flex-start;gap:20px; padding: 20px;}
  .rescard__list,.rescard--stories .rescard__aside{width:100%;align-items:flex-start;}
  .rescard--faq .rescard__btn{width:100%;}
  .rescard__list .rescard__btn { padding: 1px 16px; width: 100%;}
}

/* Homepage "Built on Experience" — light-blue variant (matches design) */
.home-page .experience{background:#fff; padding: 0 40px;}
.home-page .experience__banner {
    background: #eaf2fb;
    box-shadow: none;
    padding: 46px 56px;
    gap: 48px;
    justify-content: center;
    border-radius: 0 0 24px 24px;
    position: relative;
    z-index: 6;
}
.container.experience__banner {
    margin: 0;
    padding: 0;
}
.cirle_backgrop_fitler.mar-80 {
    margin-top: -80px;
}
.home-page .experience .eyebrow--white .eyebrow__bar{background:var(--orange);}
.home-page .experience .eyebrow--white .eyebrow__text{color:var(--navy-eyebrow);}
.home-page .experience__heading{color:var(--navy);}
.home-page .experience__sub{color:var(--body);}
.home-page .stat__icon {
    background: #D8EFFF;
    box-shadow: 0 4px 14px rgb(255 255 255 / 2%);
}
.home-page .stat__num{color:var(--navy);}
.home-page .stat__label{color:var(--body);}
.home-page .stat__divider{background:rgba(11,31,53,.1);}
.justity-center {
    justify-content: center;
}
.align-top {
    align-items: self-start;
}
.pkg__whychoose__row .whychoose__right {
    flex: 1 1 50%;
}
.leadsplit--bleed .leadsplit__row.align-top {
    align-items: self-start;
}
@media(max-width: 1200px){

.home-page .experience {
    padding: 0 0px;
}
.home-page .experience__banner {
    border-radius: 0px;
    padding: 40px 30px;
}
.container.experience__banner {
    margin: 0;
    padding: 0 !important;
}
section.home-hero-full-wrap {
    padding: 0 0px;
}
.home__hero__bg {
    border-radius: 0;
}


}

@media(max-width: 768px){

.whyhome__card h3 {
    font-size: 20px;
    max-width: max-content;
}

.ctabar__bg__positions.cta-desktop {
    display: none;
}
.ctabar__bg__positions.cta-mobile {
    display: block;
}
.ctabar__content {
    padding: 50px 0px 25px 0px;
    justify-content: center;
    flex: unset;
    width: 100%;
    text-align: center;
    align-items: center;
}
.ctabar {
    background-color: #edf5fb;
}


}
/* =========================================================
   SALES PACKAGES — Essential / Optimum pricing cards
   (unique .spkg-* classes; used ONLY on sales-packages.html)
   ========================================================= */
.spkg__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:960px;margin:80px auto 0;align-items:start;}
.spkg-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:18px;padding:34px 34px 40px;box-shadow:0 10px 30px rgba(11,31,53,.05);transition:transform .28s ease,box-shadow .28s ease;}
.spkg-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(11,31,53,.12);}
.spkg-card--popular{border:2px solid var(--orange);box-shadow:0 18px 44px rgba(255,107,26,.14);}
.spkg-card__flag {
    position: absolute;
    top: -13px;
    left: 24px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 6px 14px rgba(255,107,26,.3);
    right: unset;
}
.spkg-card__eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:1.4px;font-size:12px;font-weight:700;}
.spkg-card__title{font-weight:700;font-size:26px;letter-spacing:-.6px;color:var(--navy);margin:8px 0 22px;}
.spkg-card__price{display:flex;align-items:baseline;gap:5px;color:var(--navy);margin-bottom:22px;}
.spkg-card__from{font-weight:700;font-size:16px;}
.spkg-card__amt{font-weight:800;font-size:42px;letter-spacing:-1.5px;line-height:1;}
.spkg-card__btn{display:block;text-align:center;width:100%;padding:15px;border-radius:10px;font-weight:700;font-size:15px;border:1px solid var(--border);background:#fff;color:var(--navy);transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease;}
.spkg-card__btn:hover{border-color:var(--orange);color:var(--orange);}
.spkg-card--popular .spkg-card__btn{background:var(--orange);color:#fff;border-color:var(--orange);box-shadow:0 8px 20px rgba(255,107,26,.3);}
.spkg-card--popular .spkg-card__btn:hover{background:#ff5a00;color:#fff;transform:translateY(-2px);}
.spkg-card__list{list-style:none;margin:26px 0 0;border-top:1px solid var(--border);padding-top:22px;display:flex;flex-direction:column;gap:13px;}
.spkg-card__list li{display:flex;gap:7px;font-size:13.5px;line-height:1.45;color:var(--body);align-items:flex-start;}
.spkg-check{color:#1faa6a;font-weight:800;flex:none;}
.spkg-note{color:#1faa6a;font-weight:700;flex:none;}
.spkg-subnote{display:block;font-size:11px;line-height:1.35;color:var(--body);margin-top:3px;font-weight:400;}
/* sales & rental packages Optional Extras — price+info sit at the mid-line like Figma (scoped, no other page affected) */
.extras {
  position: relative;
}
.center-highlights {
    top: 9%;
    left: 30%;
    translate: 30% 0;
}
.sales-page .extras-row,.rental-page .extras-row,.commercial-sales-page .extras-row,.commercial-page .extras-row{grid-template-columns:1fr 1fr;}
.sales-page .extras-meta,.rental-page .extras-meta,.commercial-sales-page .extras-meta,.commercial-page .extras-meta{justify-content:flex-start;text-align:left;gap:18px;}
.sales-page .extras-price,.rental-page .extras-price,.commercial-sales-page .extras-price,.commercial-page .extras-price {
    white-space: normal;
    width: 170px;
}
@media(max-width:760px){
  .spkg__grid{grid-template-columns:1fr;max-width:440px;gap:60px;}
  .spkg-card{padding:28px 16px 32px;}
  .spkg-card__list li { font-size: 13px;}

  .extras-table {
    overflow: auto;
}
.extras-row {
    min-width: 420px;
}

}

/* =========================================================
   HOW IT WORKS — process step bullet lists (scoped, hiw-page only)
   ========================================================= */
.hiw-page .process__card p{margin-bottom:9px;}
.hiw-page .process__card p:last-child{margin-bottom:0;}
.hiw-page .hiw-steplist{list-style:disc;margin:2px 0 11px;padding-left:20px;display:flex;flex-direction:column;gap:4px;}
.hiw-page .hiw-steplist li{font-size:14px;line-height:1.5;color:var(--body);}
.commitment-split {
  position: relative;
}


/* ============================================================================
   NEW-PAGES STYLESHEET  —  new-pages.css
   ----------------------------------------------------------------------------
   Standalone, ADDITIVE stylesheet for the new lead / guide pages.
   • Every selector is prefixed `np-` and scoped under `.np-page`.
   • NOTHING here edits or overrides the existing styles.css — that file stays
     100% unchanged. This sheet is simply linked *after* it.
   • Colours reuse the site's CSS custom properties (var(--orange) …) with
     hard fallbacks so the file also works on its own.
   ========================================================================== */

/* ----------------------------------------------------------------------------
   1. LAYOUT PRIMITIVES
   -------------------------------------------------------------------------- */
.np-page{color:var(--navy,#14233d);}
.np-container{max-width:1240px;margin-inline:auto;padding-inline:20px; position: relative; z-index: 5;}
.np-section{padding-block:84px; position:relative;}

/* Small orange uppercase eyebrow with a leading dash */
.np-eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:700;
  font-size:12px;letter-spacing:1.6px;text-transform:uppercase;
  color:var(--orange,#ff6b1a);}
.np-eyebrow::before{content:"";width:22px;height:2px;flex:none;
  background:var(--orange,#ff6b1a);border-radius:2px;}
.np-eyebrow--center{justify-content:center;}

.np-h2{font-weight:700;font-size:clamp(28px,3.4vw,40px);line-height:1.15;
  letter-spacing:-1px;color:var(--navy,#14233d);}
/* Uppercase heading variant — used for the "Why Choose Minus The Agent" title
   which is set in all-caps in the design (text stays title-case in the markup). */
.np-h2--upper{text-transform:uppercase;}
.np-lead{font-size:15.5px;line-height:26px;color:var(--body,#5a6b7b);}

/* Centred section header */
.np-head{max-width:680px;margin:0 auto 52px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:16px;}
.np-head .np-lead{max-width:600px;}

/* ----------------------------------------------------------------------------
   2. HERO  (split: intro text + lead-capture form)
   -------------------------------------------------------------------------- */
.np-hero{padding-block:72px;}
.np-hero__inner{display:flex;gap:56px;align-items:center;}
.np-hero__intro{flex:1 1 0;min-width:0;}
.np-hero__title{font-weight:600;font-size:clamp(30px,3.6vw,44px);line-height:1.12;
  letter-spacing:-1.4px;color:var(--navy,#14233d);margin:18px 0 20px;max-width:440px;}
.np-hero__text{display:flex;flex-direction:column;gap:15px;max-width:470px;
  font-size:15.5px;line-height:26px;color:var(--body,#5a6b7b);}

/* Lead-capture form card */
.np-formcard{flex:1;}
.np-formcard__eyebrow{margin-bottom:12px;}
.np-formcard__title{font-weight:700;font-size:26px;letter-spacing:-.6px;
  color:var(--navy,#14233d);margin-bottom:22px;line-height:1.2;}
.np-form{display:flex;flex-direction:column;gap:14px;}
.np-input{width:100%;height:52px;border:1px solid var(--border,#dfe5ec);border-radius:10px;
  padding:0 16px;font-size:14.5px;color:var(--navy,#14233d);background:#fff;
  font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease;}
.np-input::placeholder{color:#9aa7b5;}
.np-input:focus{outline:none;border-color:var(--orange,#ff6b1a);
  box-shadow:0 0 0 3px rgba(255,107,26,.14);}
/* decorative captcha field */
.np-captcha{display:flex;align-items:center;justify-content:center;height:52px;
  border:1px dashed var(--border,#cdd6e0);border-radius:10px;background:#f4f7fb;
  font-weight:800;font-size:20px;letter-spacing:6px;color:#43526b;
  font-family:"Courier New",monospace;user-select:none;}
.np-form__btn{height:54px;border:0;border-radius:10px;cursor:pointer;
  background:var(--orange,#ff6b1a);color:#fff;font-weight:700;font-size:14.5px;
  font-family:inherit;box-shadow:0 10px 22px rgba(255,107,26,.28);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;}
.np-form__btn:hover{background:#ff5a00;transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(255,107,26,.36);}

/* ----------------------------------------------------------------------------
   3. SIX-STEP ZIG-ZAG TIMELINE
   -------------------------------------------------------------------------- */
.np-timeline{position:relative;max-width:100%;margin:0 auto;}
.np-timeline__line{position:absolute;left:50%;top:8px;bottom:8px;width:2px;
  transform:translateX(-50%);background:rgba(11,31,53,.12);z-index:0;}
.np-tstep{position:relative;display:grid;grid-template-columns:1fr 120px 1fr;
  align-items:start;margin-bottom:26px;}
.np-tstep:last-child{margin-bottom:0;}
.np-tstep__num{grid-column:2;grid-row:1;justify-self:center;z-index:2;
  width:44px;height:44px;border-radius:50%;background:var(--navy,#14233d);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;
  box-shadow:0 8px 18px rgba(11,31,53,.25);}
.np-tstep__card {
    grid-row: 1;
    background: #F7F9FC;
    border: 1px solid #F7F9FC;
    border-radius: 16px;
    padding: 26px 28px;
    box-shadow: 0 10px 28px rgb(11 31 53 / 11%);
    transition: transform .28s ease,box-shadow .28s ease,background .28s ease;
}
.np-tstep--left  .np-tstep__card{grid-column:1;}
.np-tstep--right .np-tstep__card{grid-column:3;}
.np-tstep__card:hover{transform:translateY(-4px);background:#fff;
  box-shadow:0 20px 40px rgba(11,31,53,.12);}
.np-tstep__card h3{font-weight:700;font-size:18px;letter-spacing:-.3px;
  color:var(--navy,#14233d);margin-bottom:10px;}
.np-tstep__card p{font-size:14px;line-height:23px;color:var(--body,#5a6b7b);}

/* ----------------------------------------------------------------------------
   4. WHY CHOOSE  (intro split + 6 feature cards)
   -------------------------------------------------------------------------- */
.np-why__top{display:flex;gap:56px;align-items:center;margin-bottom:52px;}
.np-why__media{flex:1 1 0;min-width:0;border-radius:16px;overflow:hidden;
  aspect-ratio:16/12;box-shadow:0 16px 38px rgba(11,31,53,.14);}
.np-why__media img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .6s ease;}
.np-why__media:hover img{transform:scale(1.06);}
.np-why__text{flex:1 1 0;min-width:0;}
.np-why__text .np-h2{margin:16px 0 18px;}
.np-why__text .np-lead{display:flex;flex-direction:column;gap:14px;max-width:520px;}

.np-fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.np-fcard{background:#fff;border:1px solid var(--border,#e7ecf2);border-radius:16px;
  padding:28px;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;}
.np-fcard:hover{transform:translateY(-6px);border-color:transparent;
  box-shadow:0 22px 44px rgba(11,31,53,.12);}
.np-fcard__icon{width:48px;height:48px;border-radius:12px;
  background:rgba(255,107,26,.12);display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;}
.np-fcard__icon svg{width:24px;height:24px;}
.np-fcard h3{font-weight:700;font-size:17px;letter-spacing:-.3px;
  color:var(--navy,#14233d);margin-bottom:9px;}
.np-fcard p{font-size:13.5px;line-height:22px;color:var(--body,#5a6b7b);}

/* ----------------------------------------------------------------------------
   5. PRIVATE-SELLING SPLIT  (text + image)
   -------------------------------------------------------------------------- */
.np-private__row{display:flex;gap:56px;align-items:center;}
.np-private__text{flex:1 1 0;min-width:0;}
.np-private__text .np-h2{margin:16px 0 20px;max-width:420px;}
.np-private__text .np-lead{display:flex;flex-direction:column;gap:15px;max-width:470px;}
.np-private__media{flex:0 0 46%;max-width:46%;border-radius:16px;overflow:hidden;
  aspect-ratio:5/5;box-shadow:0 16px 38px rgba(11,31,53,.14);}
.np-private__media img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .6s ease;}
.np-private__media:hover img{transform:scale(1.06);}

/* ----------------------------------------------------------------------------
   6. FAQ  (2-col: heading + accordion)
   -------------------------------------------------------------------------- */
.np-faq{background:#f4f7fb;}
.np-faq__row{display:flex;gap:60px;align-items:flex-start;}
.np-faq__left{flex:0 0 320px;max-width:320px;}
.np-faq__title{font-weight:700;font-size:clamp(30px,3.4vw,44px);line-height:1.1;
  letter-spacing:-1px;color:var(--navy,#14233d);margin:16px 0 18px;}
.np-faq__lead{font-size:14.5px;color:var(--body,#5a6b7b);}
.np-faq__viewall{display:inline-block;margin-top:6px;font-weight:700;font-size:13px;
  color:var(--orange,#ff6b1a);text-decoration:none;}
.np-faq__list{flex:1 1 0;min-width:0;}
.np-faq__item{border-bottom:1px solid #e4e9f0;}
.np-faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;
  justify-content:space-between;gap:20px;padding:20px 0;
  font-weight:600;font-size:16px;color:var(--navy,#14233d);}
.np-faq__item summary::-webkit-details-marker{display:none;}
.np-faq__item summary::after{content:"+";flex:none;font-size:22px;font-weight:400;
  color:var(--orange,#ff6b1a);transition:transform .25s ease;line-height:1;}
.np-faq__item[open] summary::after{content:"\00d7";}
.np-faq__item p{margin:0 0 20px;font-size:14px;line-height:23px;
  color:var(--body,#5a6b7b);max-width:640px;}

/* ----------------------------------------------------------------------------
   6b. GENERIC 2-COLUMN SPLIT + ENQUIRY FORM  (User Dashboard page & reusable)
   -------------------------------------------------------------------------- */
/* Generic side-by-side split (text + form/media). Stacks on mobile. */
.np-split{display:flex;gap:56px;align-items:center;}
.np-split--top{align-items:flex-start;}
.np-split__text{flex:1 1 0;min-width:0;}
.np-split__text .np-h2{margin:16px 0 18px;}
.np-split__text .np-lead{display:flex;flex-direction:column;gap:14px;max-width:520px;margin-bottom:26px;}
.np-split__col{flex:1 1 0;min-width:0;}

/* Rounded media panel with hover zoom (reusable) */
.np-media{flex:1 1 0;min-width:0;border-radius:16px;overflow:hidden;aspect-ratio:16/12;
  box-shadow:0 16px 38px rgba(11,31,53,.14);}
.np-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;}
.np-media:hover img{transform:scale(1.06);}

/* Inline solid-orange button (e.g. "View Package") */
.np-btn{display:inline-block;background:var(--orange,#ff6b1a);color:#fff;font-weight:700;font-size:14px;
  padding:15px 30px;border-radius:10px;text-decoration:none;
  box-shadow:0 10px 22px rgba(255,107,26,.28);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;}
.np-btn:hover{background:#ff5a00;transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,107,26,.36);}

/* Enquiry form heading + native <select> dropdowns */
.np-form__head{margin-bottom:22px;}
.np-form__head .np-eyebrow{margin-bottom:12px;}
.np-form__title{font-weight:700;font-size:clamp(24px,2.7vw,33px);letter-spacing:-.6px;
  color:var(--navy,#14233d);line-height:1.15;}
.np-select{width:100%;height:52px;border:1px solid var(--border,#dfe5ec);border-radius:10px;
  padding:0 44px 0 16px;font-size:14.5px;color:var(--navy,#14233d);background-color:#fff;font-family:inherit;
  appearance:none;-webkit-appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23506174' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 16px center;
  transition:border-color .18s ease,box-shadow .18s ease;}
.np-select:focus{outline:none;border-color:var(--orange,#ff6b1a);box-shadow:0 0 0 3px rgba(255,107,26,.14);}

/* ----------------------------------------------------------------------------
   6c. TEAM GRID  ("Meet Our Experts")
   -------------------------------------------------------------------------- */
.np-team{background:
  radial-gradient(90% 60% at 8% 20%,#e9f1fb 0%,rgba(255,255,255,0) 45%),
  linear-gradient(180deg,#f4f8fd 0%,#eef4fb 100%);}
.np-teamgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.np-teamcard{background:#fff;border:1px solid var(--border,#e7ecf2);border-radius:16px;padding:16px;
  box-shadow:0 10px 26px rgba(11,31,53,.05);
  transition:transform .28s ease,box-shadow .28s ease;}
.np-teamcard:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(11,31,53,.13);}
.np-teamcard__photo{border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:#eef2f6;}
.np-teamcard__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.np-teamcard:hover .np-teamcard__photo img{transform:scale(1.05);}
.np-teamcard__name{font-weight:700;font-size:19px;letter-spacing:-.3px;color:var(--navy,#14233d);
  margin:18px 0 12px;text-decoration:none;display:inline-block;}
a.np-teamcard__name:hover{text-decoration:underline;text-underline-offset:3px;}
.np-teamcard__role{display:inline-block;background: rgb(238 244 251);color:var(--orange,#ff6b1a);
  font-weight:700;font-size:11px;letter-spacing:.4px;text-transform:uppercase;
  padding:6px 12px;border-radius:20px;line-height:1.3;}
.tcard__quote span {
    font-weight: 700;
    display: block;
}
.rating-icons-top {
    width: auto;
    height: 20px;
    display: block;
    margin: 0;
}
/* ----------------------------------------------------------------------------
   6d. BLOG / ARTICLE LIST  (image + meta + title + excerpt rows + pager)
   -------------------------------------------------------------------------- */
.np-postlist{display:flex;flex-direction:column;gap:46px;max-width:100%;margin:0 auto;}
.np-post{display:flex;gap:46px;align-items:center;}
.np-post__media{flex:0 0 44%;max-width:44%;border-radius:14px;overflow:hidden;aspect-ratio:16/10;
  box-shadow:0 12px 30px rgba(11,31,53,.10);}
.np-post__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.np-post:hover .np-post__media img{transform:scale(1.05);}
.np-post__body{flex:1 1 0;min-width:0;}
.np-post__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;}
/* yellow category tag (distinct from the orange pills used elsewhere) */
.np-tag {
    display: inline-block;
    background: #ffc21f;
    color: #1a1a1a;
    font-weight: bolder;
    font-size: 11px;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 6px;
    line-height: 100%;
}
.np-post__date{font-size:14px;color:var(--body,#5a6b7b);white-space:nowrap;}
.np-post__title{font-weight:700;font-size:clamp(21px,2.1vw,35px);line-height:1.22;letter-spacing:-.5px;
  color:var(--navy,#14233d);margin-bottom:16px;text-decoration:none;display:inline-block;
  transition:color .18s ease;}
.np-post:hover .np-post__title{color:var(--orange,#ff6b1a);}
.np-post__excerpt{font-size:16px;line-height:24px;color:var(--body,#5a6b7b);max-width:560px;}

/* pagination */
.np-pager{display:flex;justify-content:center;gap:10px;margin-top:56px;}
.np-pager a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;
  border:1px solid var(--border,#dfe5ec);border-radius:8px;text-decoration:none;background:#fff;
  font-weight:600;font-size:14px;color:var(--navy,#14233d);
  transition:border-color .18s ease,color .18s ease,background .18s ease;}
.np-pager a:hover{border-color:var(--orange,#ff6b1a);color:var(--orange,#ff6b1a);}
.np-pager a.is-active{background:var(--orange,#ff6b1a);border-color:var(--orange,#ff6b1a);color:#fff;}
.cta__btns_wraps {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}
/* ----------------------------------------------------------------------------
   7. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width:1000px){
  .np-hero__inner,.np-why__top,.np-private__row,.np-split{flex-direction:column;align-items:stretch;gap:34px;}
  .np-split__text .np-lead,.np-form__title{max-width:none;}
  .np-media{aspect-ratio:16/10; flex: 1}
  .np-hero__title,.np-hero__text,.np-why__text .np-lead,.np-private__text .np-lead{max-width:none;}
  .np-formcard{flex-basis:auto;max-width:520px;}
  .np-private__media{flex-basis:auto;max-width:100%;aspect-ratio:16/10;}
  .np-fgrid,.np-teamgrid{grid-template-columns:repeat(2,1fr);}
  .np-post{flex-direction:column;align-items:stretch;gap:20px;}
  .np-post__media{flex-basis:auto;max-width:100%;}
  .np-faq__row{flex-direction:column;gap:30px;}
  .np-faq__left{flex-basis:auto;max-width:none;}

  /* timeline collapses to a single left-aligned rail */
  .np-timeline__line{left:22px;}
  .np-tstep{grid-template-columns:36px 1fr;column-gap:10px;margin-bottom:20px;}
  .np-tstep__num{grid-column:1; width: 34px; height: 34px;}
  .np-tstep--left .np-tstep__card,.np-tstep--right .np-tstep__card{grid-column:2;}
}
@media (max-width:620px){

  .np-section{padding-block:56px;}
  .np-fgrid,.np-teamgrid{grid-template-columns:1fr;}
  .np-formcard{max-width:none;}
  .np-tstep__card{padding:20px 20px;}
  .np-pager { gap: 3px; }
  .np-post__title {margin-bottom: 10px;}
  .np-post__meta { gap: 10px; margin-bottom: 12px; flex-wrap: wrap;}
  .np-tags { display: flex; gap: 5px; flex-wrap: wrap;}
  
}

@media (prefers-reduced-motion:reduce){
  .np-form__btn,.np-fcard,.np-tstep__card,.np-why__media img,.np-private__media img{transition:none;}
}


/* =========================================================
   NEW FIGMA PAGES — additive stylesheet (styles.css stays UNCHANGED)
   Only genuinely-new layout helpers live here. All card visuals,
   typography, colours, buttons, FAQ, splits, etc. are REUSED from
   styles.css. Load order per page: styles.css  ->  this file.
   ========================================================= */

/* ---------------------------------------------------------
   "You may also be interested in" — irregular media-card grid
   (2 featured wide cards on top, 3 standard cards below).
   Cards inside are the existing .need-card / .need-card__cap.
   --------------------------------------------------------- */
.featgrid{margin-top:40px;display:flex;flex-direction:column;gap:24px;}
.featgrid__top{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.featgrid__bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}

@media (max-width:980px){
  .featgrid__top,.featgrid__bottom{grid-template-columns:repeat(2,1fr);gap:20px;}
}
@media (max-width:600px){
  .featgrid__top,.featgrid__bottom{grid-template-columns:1fr;gap:18px;}

.faq-item__a, .cta__desc {
    font-size: 16px;
    line-height: 26px;
}

}

/* ---- Category cards: "Explore Our Property Listings" (2x2) ---- */
.catgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:8px;}
.catcard{
  display:flex;flex-direction:column;gap:20px;
  background:var(--white,#fff);border:1px solid #e6ebf1;border-radius:20px;
  padding:40px;box-shadow:0 12px 30px rgba(11,31,53,.06);
  transition:transform .3s ease,box-shadow .3s ease;
}
.catcard:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(11,31,53,.12);}
.catcard__title{font-weight:700;font-size:22px;letter-spacing:-.4px;color:var(--navy,#0b1f35);}
.catcard__desc{font-weight:400;font-size:16px;line-height:26px;color:var(--body,#657488);}
.catcard__label{font-weight:700;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:var(--orange,#ff6b1a);}
.catcard__list{display:flex;flex-direction:column;gap:12px;}
.catcard__list li{display:flex;align-items:center;gap:12px;font-size:16px;color:#3d4c5e;}
.catcard__list li::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange,#ff6b1a);flex:none;}
.catcard__cta{margin-top:4px;}
/* reuse .btn.btn--primary but make it fill the card width */
.catcard__cta.btn{width:100%;justify-content:center;}

/* ---- Search / filter bar: "Properties" ---- */
.propsearch{
  background:var(--white,#fff);border:1px solid #e9eef3;border-radius:20px;
  padding:28px;box-shadow:0 18px 44px rgba(11,31,53,.10);margin-top:28px;
}
.propsearch__tabs{display:flex;gap:12px;margin-bottom:22px;}
.propsearch__tab{
  border:none;cursor:pointer;font:inherit;font-weight:700;font-size:15px;
  padding:11px 30px;border-radius:10px;background:#eef3f8;color:var(--navy,#0b1f35);
  transition:background .2s ease,color .2s ease;
}
.propsearch__tab.is-active{background:var(--orange,#ff6b1a);color:#fff;}
.propsearch__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:end;}
.propsearch__field{display:flex;flex-direction:column;gap:8px;min-width:0;}
.propsearch__field label{font-weight:600;font-size:13px;color:var(--navy,#0b1f35);}
.propsearch__select{
  appearance:none;-webkit-appearance:none;font:inherit;font-size:14px;color:#5b6b7d;width:100%;
  padding:13px 40px 13px 16px;border:1px solid #dfe6ee;border-radius:10px;background-color:#f4f8fb;cursor:pointer;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23657488' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat:no-repeat;background-position:right 14px center;
  transition:border-color .2s ease;
}
.propsearch__select:focus{outline:none;border-color:var(--orange,#ff6b1a);}
.propsearch__btn.btn{width:100%;justify-content:center;height:47px;align-self:end;}

/* ---- Property listing cards ---- */
.listhead{font-weight:800;font-size:clamp(30px,3.4vw,42px);letter-spacing:-1.2px;color:var(--navy,#0b1f35);margin-bottom:8px;}
.listgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:36px;}
.listcard{
  display:flex;flex-direction:column;background:var(--white,#fff);border:1px solid #eef2f6;
  border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(11,31,53,.08);
  transition:transform .3s ease,box-shadow .3s ease;
}
.listcard:hover{transform:translateY(-5px);box-shadow:0 24px 46px rgba(11,31,53,.16);}
.listcard__media{position:relative;aspect-ratio:16/11;overflow:hidden;}
.listcard__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.listcard:hover .listcard__media img{transform:scale(1.06);}
.listcard__badge{
  position:absolute;top:14px;left:14px;z-index:2;font-weight:700;font-size:12px;letter-spacing:.3px;
  color:#fff;background:var(--orange,#ff6b1a);padding:6px 14px;border-radius:20px;
}
.listcard__badge--dark{background:var(--navy,#0b1f35);}
.listcard__fav{
  position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;
  border:none;cursor:pointer;box-shadow:0 3px 8px rgba(11,31,53,.18);color:#657488;transition:color .2s ease;
}
.listcard__fav:hover{color:var(--orange,#ff6b1a);}
.listcard__body{display:flex;flex-direction:column;gap:12px;padding:20px;flex:1;}
.listcard__title{font-weight:700;font-size:16px;line-height:1.35;color:var(--navy,#0b1f35);}
.listcard__addr{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--body,#657488);}
.listcard__addr svg{flex:none;color:var(--orange,#ff6b1a);margin-top:1px;}
.listcard__specs{display:flex;flex-wrap:wrap;gap:16px;padding-top:12px;border-top:1px solid #eef2f6;}
.listcard__spec{display:flex;align-items:center;gap:6px;font-size:13px;color:#51606f;}
.listcard__spec svg{flex:none;color:#8ba0b5;}
.listcard__foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:6px;}
.listcard__price{font-weight:800;font-size:18px;color:var(--navy,#0b1f35);}
.listcard__view{
  display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:13px;color:var(--navy,#0b1f35);
  border:1px solid #dfe6ee;border-radius:9px;padding:9px 16px;text-decoration:none;transition:all .2s ease;
}
.listcard__view:hover{background:var(--orange,#ff6b1a);border-color:var(--orange,#ff6b1a);color:#fff;}
.listcard__view svg{transition:transform .2s ease;}
.listcard__view:hover svg{transform:translateX(3px);}

@media (max-width:980px){
  .catgrid{grid-template-columns:1fr;gap:24px;}
  .propsearch__grid{grid-template-columns:repeat(2,1fr);}
  .listgrid{grid-template-columns:repeat(2,1fr);gap:22px;}
}
@media (max-width:600px){
  .catcard{padding:28px 24px;}
  .propsearch__grid{grid-template-columns:1fr;}
  .listgrid{grid-template-columns:1fr;gap:20px;}
}

/* =========================================================
   WHY-CHOOSE 50/50 MODIFIER  (additive — new class only)
   Add .whychoose__row--half on .whychoose__row to get an equal
   text/photo split instead of the default 591px-basis text column.
   ========================================================= */
.whychoose__row--half{align-items:stretch;}
.whychoose__row--half > .whychoose__left{flex:1 1 50%;max-width:50%;}
.whychoose__row--half > .whychoose__right{flex:1 1 50%;max-width:50%;}
.whychoose__row--half > .whychoose__right .whychoose__img{min-height:100%;}

@media (max-width:980px){
  .whychoose__row--half > .whychoose__left,
  .whychoose__row--half > .whychoose__right{flex:1 1 auto;max-width:100%;}
  .whychoose__row--half > .whychoose__right .whychoose__img{min-height:340px;}
}

/* =========================================================
   HOME — HOW WE WORK & TESTIMONIALS   (new section, additive)
   ========================================================= */
.hww{position:relative;overflow:hidden;padding-block:80px;background:var(--white);}
.hww::before,
.hww::after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0;}
.hww::before{
  width:660px;height:660px;top:-210px;right:-190px;
  background:radial-gradient(circle,rgba(186,216,244,.55) 0%,rgba(186,216,244,0) 70%);
}
.hww::after{
  width:540px;height:540px;bottom:-220px;left:-200px;
  background:radial-gradient(circle,rgba(186,216,244,.38) 0%,rgba(186,216,244,0) 70%);
}
.hww > .container{position:relative;z-index:1;}
.hww__title{max-width:760px;margin-inline:auto;}

.hww__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;}
.hww-card{
  display:flex;flex-direction:column;background:var(--white);
  border-radius:14px;overflow:hidden;
  box-shadow:0 18px 44px rgba(11,31,53,.10);
  transition:transform .3s ease, box-shadow .3s ease;
}
.hww-card:hover{transform:translateY(-6px);box-shadow:0 26px 58px rgba(11,31,53,.16);}
.hww-card__media{
  position:relative;display:block;width:100%;padding:0;border:0;
  background:#e9eef3;cursor:pointer;overflow:hidden;
  aspect-ratio:420/213;font:inherit;
}
.hww-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease;}
.hww-card:hover .hww-card__media img{transform:scale(1.05);}
.hww-card__play{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:48px;height:48px;border-radius:50%;background:var(--white);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 18px rgba(11,31,53,.28);
  transition:transform .25s ease;
}
.hww-card__play svg{width:20px;height:20px;display:block;margin-left:2px;}
.hww-card__media:hover .hww-card__play{transform:translate(-50%,-50%) scale(1.12);}
.hww-card__body{flex:1;display:flex;flex-direction:column;padding:22px 24px 20px;}
.hww-card__title{font-weight:700;font-size:20px;line-height:1.3;letter-spacing:-.3px;color:var(--navy);}
.hww-card__desc{margin-top:8px;font-weight:400;font-size:14px;line-height:21px;color:var(--body);}
.hww-card__link{
  margin-top:auto;align-self:flex-end;padding-top:18px;
  display:inline-flex;align-items:center;gap:7px;
  font-weight:700;font-size:12px;letter-spacing:.8px;text-transform:uppercase;
  color:var(--navy);text-decoration:none;
  transition:color .2s ease, gap .2s ease;
}
.hww-card__link:hover{color:var(--orange);gap:11px;}

/* =========================================================
   HOME — VIDEO RESOURCES   (new section, additive)
   ========================================================= */
.vidres{
  position:relative;overflow:hidden;padding-block:80px;color:var(--white);
  background:
    radial-gradient(62% 62% at 50% 58%, rgba(255,107,26,.34) 0%, rgba(255,107,26,0) 68%),
    var(--dark-card);
}
.vidres__title{color:var(--white);max-width:830px;margin-inline:auto;}
.vidres__grid{
  position:relative;
  display:grid;grid-template-columns:repeat(2,1fr);gap:40px;
  max-width:1160px;margin-inline:auto;
}

/* real YouTube embed */
.vidres__player{
  position:relative;aspect-ratio:16/9;
  border-radius:12px;overflow:hidden;background:#000;
  box-shadow:0 24px 54px rgba(0,0,0,.38);
}
.vidres__player iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;}
/* iframe injected by the click-to-play cards in .hww */
.ytembed{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;}

/* orange starburst "TV ad" badge */
.trust-batch-banner {
    height: 22.18px;
}
.review-batch-banner {
    height: 22px;
}
.tvad {
    position: absolute;
    z-index: 3;
    top: -76px;
    right: -56px;
    width: 180px;
    height: 180px;
}
.tvad img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  pointer-events:none;
  animation: smoothZoom 0.85s ease-in-out infinite;
}
@keyframes smoothZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.10);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}

/* keep the badge inside the section as the grid meets the viewport edge */
@media (max-width:1320px){ .tvad{right:-16px;} }
@media (max-width:1100px){ 
  .tvad{right:6px;top:-40px;} 
    main { padding-top: 0px;}
}

@media (max-width:980px){
  .vidres__grid{grid-template-columns:1fr;gap:28px;max-width:none;}
  .tvad{width:138px;height:138px;top:-34px;right:-14px;}
}
@media (max-width:768px){
  .hww__grid{grid-template-columns:1fr;gap:24px;}
  .tvad {
        width: 80px;
        height: 80px;
        top: -44px;
        right: 0px;
    }
}
@media (max-width:600px){
  .vidres__grid{gap:22px;}
}

.split-section.vision .highlight-box span.pulse-dot {
    display: none;
}
.split-section.vision .highlight-box {
    background: transparent;
    border: 1px solid #c3c3c3;
}
.split-section.vision .highlight-box>span:last-child {
    color: var(--body);
    font-weight: unset;
}

/* =========================================================
   QLD PAGE — "A Smarter Alternative" balanced split (additive)
   ---------------------------------------------------------
   Eyebrow + heading sit above the image in the LEFT column so both
   columns end at a similar height. Previously the image sat alone on
   the left while the right column carried heading + 3 paragraphs +
   a 7-item checklist, leaving a large empty gap under the image.
   Column widths still come from .leadsplit__content (flex:1 1 0), so
   this section stays exactly as wide as the sections above and below.
   ========================================================= */
.qldsmart__row{align-items:stretch;}          /* beats .align-top for this row only */
.qldsmart__left{display:flex;flex-direction:column;}
.qldsmart__left .h2{margin-top:6px;}
/* image takes the leftover height so both columns finish level */
.qldsmart__media{
  margin-top:26px;border-radius:14px;overflow:hidden;
  flex:1 1 auto;min-height:340px;align-items:stretch;
}
.qldsmart__media .cover-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease;}
.qldsmart__media:hover .cover-img{transform:scale(1.06);}
.qldsmart__right{display:flex;flex-direction:column;gap:30px;}

/* stacked: image goes back to its natural 3:2 crop */
@media (max-width:980px){
  .qldsmart__media{margin-top:20px;flex:0 0 auto;min-height:0;aspect-ratio:3/2;}
  .qldsmart__right{gap:26px;}
}

/* =========================================================
   .split--even  (additive modifier for .split)
   ---------------------------------------------------------
   Default .split is a fixed 400px left column + 80px gap, so the
   right column ends up much wider (400 / 720 inside a 1200 container).
   This modifier makes both columns equal and uses the same 56px gap
   as .leadsplit__row, so a .split section lines up column-for-column
   with the leadsplit sections above/below it.
   Opt-in only — add .split--even alongside .split; every other
   .split on the site is untouched.
   ========================================================= */
.split--even{gap:56px;}
.split--even > .split__left{flex:1 1 0;max-width:none;}
.split--even > .split__right{flex:1 1 0;}

.max-w-640 {
  max-width: 640px;
}
.position-relative {
  position: relative;
}
@media (max-width:980px){
  .split--even{gap:32px;}
  .split--even > .split__left,
  .split--even > .split__right{flex:0 0 auto;max-width:none;}
}

/* =========================================================
   STATE PROPERTY PAGES   (NSW / VIC / WA / TAS / SA / ACT / NT)
   + CONVEYANCING + THANK YOU
   ---------------------------------------------------------
   Everything here is additive and uses new `.st*` class names.
   Layout, type and spacing all come from the existing system
   (.split, .leadsplit, .included__grid, .np-timeline, .faq…).
   ========================================================= */

/* --- market intro: photo sits under the heading in the left column --- */
.stsplit__media{margin-top:16px;border-radius:16px;overflow:hidden;}
.stsplit__media img{width:100%;height:auto;display:block;transition:transform .55s ease;}
.stsplit__media:hover img{transform:scale(1.05);}

/* dark photo callout used instead of the light .highlight-box */
.statebox{
  position:relative;isolation:isolate;overflow:hidden;
  border-radius:12px;padding:26px 28px;width:100%;
  background:var(--hero-navy) center/cover no-repeat;
}
.statebox::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg,rgba(10,45,71,.74) 0%,rgba(10,45,71,.9) 100%);
    opacity: 0.5;
}
.statebox p{font-weight:600;font-size:16px;line-height:26px;color:var(--white);}

/* breathing room between a heading and the copy that follows it */
.stprose{margin-top:18px;}

/* --- "Why more sellers choose private sales" panel --- */
.stadv{background:#f7f9fc;border:1px solid #eef2f7;border-radius:16px;padding:36px 34px;}
.stadv .advantages{gap:22px;}
.stadv .advantages__title{font-size:clamp(20px,2.3vw,35px);line-height:1.32;letter-spacing:-.6px;}
.stadv .check-list li>span:last-child{font-size:15px;line-height:24px;}

/* dark photo variant of the same panel (VIC / SA) */
.stadv--dark{
  position:relative;isolation:isolate;overflow:hidden;border:0;
  background:var(--hero-navy) center/cover no-repeat;
  height:100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.stadv--dark::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(10,45,71,.74) 0%,rgba(10,45,71,.9) 100%);
  opacity:.35;                     /* photo stays visible through the tint, as in the design */
}
.stadv--dark .advantages__title{color:var(--white);}
.stadv--dark .check-list li>span:last-child{color:rgba(255,255,255,.92);}
.stadv--dark .check-badge{background:rgba(255,255,255,.16);}
.stadv--dark .check-badge svg{stroke:#fff;}

/* --- cream band: cut-out image + white intro card, then the 6 cards --- */
.stneed{background:#f7f4ee;}
.stneed__row{display:flex;align-items:center;margin-bottom:40px;}
.stneed__media{flex:0 0 34%;max-width:34%;display:flex;align-items:center;justify-content:center;}
.stneed__media img{width:100%;height:auto;display:block;}
.stneed__card{
  flex:1 1 0;min-width:0;background:var(--white);border-radius:16px;
  padding:44px 48px;display:flex;flex-direction:column;gap:16px;
  box-shadow:0 14px 40px rgba(11,31,53,.06);
}

/* mirrored: card on the left, cut-out image on the right */
.stneed--flip .stneed__row{flex-direction:row-reverse;}

/* full-width white panel with the cut-out image sitting inside it, bottom-aligned (VIC) */
.stneed__panel{
  display:flex;align-items:flex-end;gap:28px;
  background:var(--white);border-radius:16px;overflow:hidden;
  padding:0px 48px 0;margin-bottom:40px;
  box-shadow:0 14px 40px rgba(11,31,53,.06);
}
.stneed__panelText{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px;padding-bottom:44px;}
.stneed__panelImg{flex:0 0 38%;max-width:38%;}
.stneed__panelImg img{width:100%;height:auto;display:block;}

/* full-width dark photo banner (VIC auction) */
.stbanner{
  position:relative;isolation:isolate;overflow:hidden;
  border-radius:16px;padding:64px 60px;
  background:var(--hero-navy) center/cover no-repeat;
}
.stbanner::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(10,45,71,.94) 0%,rgba(10,45,71,.76) 52%,rgba(10,45,71,.5) 100%);
  opacity:.35;                     /* photo stays visible through the tint, as in the design */
}
.stbanner__text{max-width:540px;display:flex;flex-direction:column;gap:14px;}
.stbanner__text .h2{color:var(--white);}
.stbanner__text p{font-weight:400;font-size:16px;line-height:26px;color:rgba(255,255,255,.88);}

/* inline emphasis link used in the body copy on these pages */
.stlink{color:var(--navy);font-weight:700;text-decoration:none;}
.stlink:hover{color:var(--orange);}

/* --- zig-zag process band --- */
.stprocess{position:relative;overflow:hidden;}
.stprocess::before{
  content:"";position:absolute;left:-280px;top:10%;width:640px;height:640px;border-radius:50%;
  background:radial-gradient(circle,rgba(186,216,244,.42) 0%,rgba(186,216,244,0) 70%);
  pointer-events:none;
}
.stprocess > .container{position:relative;z-index:1;}
.stprocess__head{
  max-width:720px;margin:0 auto 56px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:14px;
}

/* --- thank you page hero --- */
.stthanks{
  position:relative;overflow:hidden;text-align:center;
  background:rgba(255,82,82,.03);
  border:3px dashed rgba(255,82,82,.15);
  border-radius:24px;padding:64px;
  display:flex;flex-direction:column;align-items:center;gap:14px;
}
.stthanks__eyebrow{display:flex;align-items:center;gap:8px;}
.stthanks__eyebrow i{width:24px;height:2px;background:#e8800a;display:block;}
.stthanks__eyebrow span{font-weight:800;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#e8800a;}
.stthanks__title{font-weight:800;font-size:clamp(40px,6vw,72px);line-height:1.05;color:var(--orange);}
.stthanks__text{font-weight:400;font-size:17px;line-height:1.6;color:#37474f;max-width:868px;}
.stthanks__dot{position:absolute;border-radius:50%;pointer-events:none;}
.stthanks__dot--a{width:24px;height:24px;left:37px;top:37px;background:#8ecdf0;}
.stthanks__dot--b{width:32px;height:32px;right:37px;top:53px;background:#a5dbb4;}
.stthanks__dot--c{width:16px;height:16px;left:126px;top:250px;background:#f6a8b8;}

/* thank-you feature cards use a blue icon tile instead of the orange one */
.incl-card__icon--blue{background:#ebf4ff;}

/* thank-you intro row: photo keeps the design's 551x397 crop, text sits on the baseline */
.tyrow{align-items:flex-end;margin-bottom:48px;}
.tymedia{aspect-ratio:551/397;border-radius:16px;overflow:hidden;}
.tymedia .cover-img{width:100%;height:100%;object-fit:cover;}
@media (max-width:980px){
  .tyrow{align-items:stretch;margin-bottom:36px;}
  /* stacked: .leadsplit__media's flex:1 1 0 would zero the height of an
     aspect-ratio box, so let it size from its own ratio instead */
  .tymedia{flex:0 0 auto;}
}
/* --- left-aligned section head with a constrained measure (WA) --- */
.sthead--narrow{max-width:720px;}
.sthead--narrow .prose p+p{margin-top:16px;}

/* --- photo left with an overlapping white card (WA auction) --- */
.stauc{position:relative;padding-block:30px;}
.stauc__media{
  position:absolute;left:0;top:0;bottom:0;width:55%;
  border-radius:14px;overflow:hidden;
}
.stauc__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease;}
.stauc:hover .stauc__media img{transform:scale(1.05);}
.stauc__card{
  position:relative;z-index:1;margin-left:45%;
  background:var(--white);border-radius:16px;padding:40px 44px;
  box-shadow:0 18px 44px rgba(11,31,53,.12);
  display:flex;flex-direction:column;gap:12px;
  transition:transform .3s ease, box-shadow .3s ease;
}
.stauc:hover .stauc__card{transform:translateY(-4px);box-shadow:0 26px 56px rgba(11,31,53,.16);}
.stauc__card p{font-weight:400;font-size:16px;line-height:26px;color:var(--body);}
.stauc__body p+p{margin-top:0;}   /* paragraphs run on, as in the design */

/* wider centred head so long uppercase titles keep to two lines */
.sthead--wide{max-width:980px;}

/* =========================================================
   SINGLE BLOG PAGE   (.sb* namespace — additive only)
   ---------------------------------------------------------
   Article column + 360px sidebar, related-post grid and the
   two sidebar widgets. Nothing existing is modified.
   ========================================================= */
.sblog__row{display:flex;gap:60px;align-items:flex-start;}
.sblog__main{flex:1 1 0;min-width:0;}
.sblog__side{flex:0 0 360px;max-width:360px;display:flex;flex-direction:column;gap:32px;position:sticky;top:24px;}

/* --- featured image --- */
.sblog__hero{border-radius:16px;overflow:hidden;}
.sblog__hero img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;}
.sblog__hero:hover img{transform:scale(1.04);}

/* --- meta row --- */
.sbmeta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:48px;}
.sbbadge{
  display:inline-block;background:#facc15;border-radius:4px;padding:4px 12px;
  font-weight:700;font-size:12px;letter-spacing:.24px;text-transform:uppercase;color:#111827;
}
.sbdate{font-weight:400;font-size:14px;color:#6b7280;}

.sblog__title{margin-top:24px;font-weight:800;font-size:clamp(28px,3.4vw,36px);line-height:1.2;letter-spacing:-.72px;color:#111827;}
.sblog__lead{margin-top:16px;font-weight:400;font-size:16px;line-height:1.6;color:#6b7280;}

/* --- article body --- */
.sbarticle {
    max-width: 820px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sbstep h3{font-weight:700;font-size:22px;line-height:1.3;color:var(--navy);margin-bottom:12px;}
.sbstep p{font-weight:400;font-size:17px;line-height:28.9px;color:var(--body);}
.sbstep p + p{margin-top:12px;}

/* --- related posts --- */
.sbrelated{margin-top:60px;display:flex;flex-direction:column;gap:40px;align-items:center;}
.sbrelated__head{width:100%;display:flex;flex-direction:column;gap:16px;}
.sbrelated__title{font-weight:800;font-size:clamp(30px,3.6vw,40px);line-height:1.2;color:var(--navy);}
.sbrelated__sub{font-weight:400;font-size:16px;line-height:1.6;color:var(--body);}
.sbrelated__grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:60px;}

.sbcard{display:flex;flex-direction:column;gap:32px;text-decoration:none;}
.sbcard__media{border-radius:16px;overflow:hidden;aspect-ratio:570/300;}
.sbcard__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease;}
.sbcard:hover .sbcard__media img{transform:scale(1.06);}
.sbcard__body{display:flex;flex-direction:column;gap:12px;}
.sbcard__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.sbcard__title{font-weight:700;font-size:clamp(24px,2.6vw,35px);line-height:1.34;letter-spacing:-1px;color:#111827;transition:color .2s ease;}
.sbcard:hover .sbcard__title{color:var(--orange);}
.sbcard__text{font-weight:400;font-size:16px;line-height:1.6;color:#6b7280;}

/* --- sidebar widgets --- */
.sbwidget{background:var(--white);border:1px solid #dedede;border-radius:8px;padding:32px 24px;}
.sbwidget__title{font-weight:800;font-size:18px;color:#091e35;}
.sbwidget__rule{height:1px;background:#e6e6e6;margin:16px 0;}
.sbcats{display:flex;flex-direction:column;}
.sbcat{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:8px 0 16px;border-bottom:1px solid #e6e6e6;text-decoration:none;
}
.sbcat:last-child{border-bottom:0;padding-bottom:0;}
.sbcat__label{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px;color:#091e35;transition:color .2s ease,transform .2s ease;}
.sbcat__label svg{width:12px;height:12px;flex:none;stroke:#ff6b1a;transition:stroke .2s ease;}
.sbcat:hover .sbcat__label{color:var(--orange);transform:translateX(3px);}
.sbcat:hover .sbcat__label svg{stroke:var(--orange);}
.sbcat__count{
  flex:none;background:var(--light);border-radius:100px;padding:2px 8px;
  font-weight:700;font-size:14px;color:#091e35;transition:background .2s ease,color .2s ease;
}
.sbcat:hover .sbcat__count{background:var(--orange);color:var(--white);}

.sbcta{background:#091e35;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;}
.sbcta__title{font-weight:800;font-size:18px;color:var(--white);}
.sbcta__text{font-weight:400;font-size:13px;line-height:1.5;color:#9ca3af;}
.sbcta__btn{
  width:100%;display:flex;align-items:center;justify-content:center;
  background:var(--orange);border-radius:6px;padding:12px 20px;
  font-weight:800;font-size:14px;color:var(--white);text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.sbcta__btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(255,107,26,.34);background:#f05f0f;}

.sbviewall{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--orange);border-radius:6px;padding:12px 24px;min-width:139px;
  font-weight:700;font-size:14px;color:var(--white);text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.sbviewall:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(255,107,26,.34);background:#f05f0f;}
.sbarticle h2 {
    font-size: clamp(20px, 3.4vw, 22px);
    line-height: 1.2;
    letter-spacing: -.72px;
    margin: 10px 0 0 0;
    font-weight: 700;
}
.sbarticle h3  {
    font-size: clamp(18px, 3.4vw, 20px);
    line-height: 1.2;
    letter-spacing: -.72px;
    margin: 10px 0 0 0;
    font-weight: 700;
}
.sbarticle p, .sbarticle li, .sbarticle span {
    color: #657488;
    font-size: clamp(16px, 3.4vw, 17px);
    line-height: 150%;
    text-align: left !important;
}
.sbarticle p img {
    width: 100%;
    display: block;
    border-radius: 16px;
}
.sbrelated__grid a.sbcard .sbcard__title {
    font-weight: 700;
    font-size: clamp(20px, 2.6vw, 24px);
    letter-spacing: -1px;
    line-height: 1.1;
}
.sbrelated__grid a.sbcard {
    gap: 16px;
}
.sbarticle p a, .sbarticle li a, .sbarticle span a {
    color: #ff6b1a;
}
.categories-flexing_wrap {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sbarticle p strong {
    color: #000;
    margin: 0 0 10px 0;
    display: block;
}
@media (max-width:1100px){
  .sblog__row{gap:40px;}
  .sblog__side{flex-basis:320px;max-width:320px;}
  .sbrelated__grid{gap:40px;}
}

@media (max-width:982px){
  .footer-legal { align-items: self-start; justify-content: flex-start;}
  .footer-social { justify-content: flex-start;}
}

@media (max-width:980px){
  .sblog__row{flex-direction:column;}
  .sblog__side{position:static;flex:0 0 auto;max-width:none;width:100%;}
  .sbrelated{gap:44px;margin-top:48px;}
  .footer-legal { align-items: self-start; justify-content: flex-start;}
  .footer-social { justify-content: flex-start;}

}
@media (max-width:700px){
  .sbrelated__grid{grid-template-columns:1fr;gap:36px;}
  .sbmeta{margin-top:32px; flex-wrap: wrap;}
  .sbwidget{padding:24px 20px;}
  .sbcard{gap:20px;}
  .review-batch-banner{height:14px;}
  .hero__badge-div{display:none;}
  .hero__badge {row-gap: 5px;}
  .trust-batch-banner {
    height: 19.18px;
}
.hero__badge-reviews { font-size: 10px;}

}

@media (max-width:500px){

.footer-brand {
  flex-wrap: wrap;
}

}


/* =========================================================
   CONVEYANCING PAGE   (photo grid + state package tabs)
   ---------------------------------------------------------
   Additive only — .cv* namespace, nothing existing is touched.
   ========================================================= */

/* --- photo grid with a caption bar sitting on the image --- */
.cvgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;}
.cvgrid__item{
  position:relative;grid-column:span 3;border-radius:14px;overflow:hidden;
  min-height:280px;display:flex;align-items:flex-end;
  box-shadow:0 10px 28px rgba(11,31,53,.10);
}
.cvgrid__item--third{grid-column:span 2;}
.cvgrid__item img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease;}
.cvgrid__item:hover img{transform:scale(1.06);}
.cvgrid__cap{
  position:relative;z-index:1;width:100%;margin:16px;padding:12px 16px;
  background:rgba(255,255,255,.86);backdrop-filter:blur(3px);border-radius:8px;
  font-weight:700;font-size:14px;line-height:20px;color:var(--navy);text-align:center;
}

/* --- state Sale Contract Package tabs --- */
.cvtabs{
  display:flex;align-items:stretch;
  background:var(--white);border:1px solid #e8edf3;border-radius:16px;overflow:hidden;
}
.cvtabs__list{
  flex:0 0 280px;max-width:280px;background:#f7f9fc;border-right:1px solid #e8edf3;
  padding:20px;display:flex;flex-direction:column;gap:12px;
}
.cvtabs__btn{
  appearance:none;border:1px solid #e3e9f0;background:var(--white);
  border-radius:8px;padding:13px 16px;text-align:left;cursor:pointer;font:inherit;
  font-weight:600;font-size:14px;line-height:1.3;color:var(--navy);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.cvtabs__btn:hover{border-color:var(--orange);color:var(--orange);transform:translateX(2px);}
.cvtabs__btn[aria-selected="true"]{
  background:var(--orange);border-color:var(--orange);color:var(--white);
  box-shadow:0 8px 18px rgba(255,107,26,.28);
}
.cvtabs__panels{flex:1 1 0;min-width:0;padding:32px 34px;}
.cvtabs__panel[hidden]{display:none;}

.cvprice{display:flex;gap:40px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid #e8edf3;}
.cvprice__col{flex:1 1 200px;min-width:0;}
.cvprice__label{display:block;font-weight:700;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:var(--orange);}
.cvprice__amt{display:block;margin-top:6px;font-weight:700;font-size:42px;line-height:1.1;letter-spacing:-1px;color:var(--navy);}
.cvprice__amt sup {
    color: var(--orange);
    font-size: 16px;
    top: -.7em;
    margin: 0 0 0 4px;
}

.cvblock{padding-top:22px;}
.cvblock + .cvblock{border-top:1px solid #e8edf3;margin-top:22px;}
.cvblock__title{font-weight:700;font-size:20px;letter-spacing:-.3px;color:var(--navy);margin-bottom:14px;}
.cvlist{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 32px;}
.cvlist li{display:flex;gap:10px;align-items:flex-start;font-weight:700;font-size:14px;line-height:22px;color:#657488;}
.cvlist li::before{content:"";flex:none;width:7px;height:7px;border-radius:50%;background:#657488;margin-top:8px;}
.cvnote{margin-top:20px;font-weight:400;font-size:13px;color:var(--body);}
.cvnote sup{color:var(--orange);}
.cvtodo{font-weight:400;font-size:14px;line-height:23px;color:var(--body);}
.cvtabs__panel .cvlist li::before {
    background: #FF6B1A;
}
.cvtabs__panel .cvlist li {
    font-weight: 600;
}
/* light bar under the tab card */
.cvbar{
  margin-top:24px;background:var(--light);border-radius:12px;padding:20px 24px;
  font-weight:400;font-size:15px;line-height:24px;color:var(--body-3);
}
.cvbar a{color:var(--orange);font-weight:700;text-decoration:none;}
.cvbar a:hover{text-decoration:underline;}

@media (max-width:980px){
  .cvgrid{grid-template-columns:repeat(2,1fr);}
  .cvgrid__item,.cvgrid__item--third{grid-column:span 1;}
  .cvtabs{flex-direction:column;}
  .cvtabs__list{
    flex:0 0 auto;max-width:none;border-right:0;border-bottom:1px solid #e8edf3;
    flex-direction:row;overflow-x:auto;gap:8px;padding:16px;
  }
  .cvtabs__btn{white-space:nowrap;flex:none;}
  .cvtabs__btn:hover{transform:none;}
  .cvtabs__panels{padding:24px 20px;}
  .cvprice{gap:20px;}
  .cvlist{grid-template-columns:1fr;}
}
@media (max-width:600px){
  .cvgrid{grid-template-columns:1fr;}
  .cvprice__amt{font-size:28px;}
}

/* =========================================================
   ACT PAGE — intro with a photo in BOTH columns
   ========================================================= */
.actintro__left{gap:40px;align-self:stretch;}
.actintro__head{display:flex;flex-direction:column;gap:14px;}
/* min-height:1px mirrors Figma's `min-h-px` — the photo simply absorbs the
   leftover height so both columns finish level */
.actintro__leftImg{flex:1 1 auto;min-height:1px;border-radius:16px;overflow:hidden;}
.actintro__leftImg img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease;}
.actintro__leftImg:hover img{transform:scale(1.05);}
.actintro__right{display:flex;flex-direction:column;gap:24px;}
.actintro__rightImg{flex:1 1 auto;min-height:auto;border-radius:16px;overflow:hidden;}
.actintro__rightImg img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease;}
.actintro__rightImg:hover img{transform:scale(1.05);}

/* ACT step cards stacked inside a soft blue band */
.actsteps{background:var(--light);border-radius:24px;padding:48px;}
.actsteps__list{display:flex;flex-direction:column;gap:24px;}
.actstep{
  display:flex;gap:24px;align-items:flex-start;
  background:var(--white);border:1px solid #f3ede8;border-radius:18px;padding:32px;
  box-shadow:0 8px 10px rgba(208,196,189,.13);
  transition:transform .28s ease, box-shadow .28s ease;
}
.actstep:hover{transform:translateY(-4px);box-shadow:0 18px 32px rgba(208,196,189,.34);}
.actstep__icon{
  flex:none;width:48px;height:48px;border-radius:24px;background:#fff0ed;
  display:flex;align-items:center;justify-content:center;
}
.actstep__icon svg{width:20px;height:20px;display:block;}
.actstep__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:8px;}
.actstep__body h3{font-weight:700;font-size:18px;line-height:1.3;color:var(--navy);}
.actstep__body p{font-weight:500;font-size:14px;line-height:22px;color:var(--body);}
.stauc__body p+p, .benefit-item p+p {
    margin-top: 10px;
}
@media (max-width:980px){
  .actintro__left{gap:24px;}
  .actintro__leftImg{min-height: auto;}
  .actsteps{padding:28px 20px;border-radius:18px;}
  .actstep{padding:24px 20px;gap:16px;}
}
@media (max-width:600px){
  .actstep{flex-direction:column;}
}

/* =========================================================
   GOOGLE REVIEWS SECTION   (standalone, reusable block)
   ---------------------------------------------------------
   Additive only — every selector is new and uses the .grev*
   namespace. Stars reuse the existing .tcard__stars/.star and
   the buttons reuse .btn / .btn--primary / .btn--outline.
   ========================================================= */
.grev{background:#f6f6f4;}
.grev__row{display:flex;align-items:flex-start;gap:26px;}
.grev__side{flex:0 0 40%;max-width:40%;}
.grev__list{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:22px;}

.grev__summary{
  background:#fdf1e9;border:1px solid #fae0cd;border-radius:12px;
  padding:26px 28px;position:relative;
  display:flex;flex-direction:column;gap:10px;
}
.grev__brand{font-weight:700;font-size:22px;letter-spacing:-.4px;color:var(--orange);}
.grev__scoreRow{display:flex;align-items:center;gap:12px;}
.grev__score{font-weight:700;font-size:28px;line-height:1;letter-spacing:-.6px;color:var(--navy);}
.grev__based{font-weight:400;font-size:13px;line-height:1.5;color:var(--body);}
.grev__glogo{position:absolute;top:22px;right:24px;width:58px;height:auto;display:block;}
.grev__actions{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap;}

.grev-card{
  background:var(--white);border-radius:12px;padding:24px 26px;
  box-shadow:0 6px 20px rgba(11,31,53,.06);
  display:flex;flex-direction:column;gap:12px;
  transition:transform .28s ease, box-shadow .28s ease;
}
.grev-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(11,31,53,.12);}
.grev-card__top{display:flex;align-items:flex-start;gap:12px;}
.grev-card__avatar{
  width:44px;height:44px;border-radius:50%;flex:none;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  background:#d9dee6;color:var(--white);font-weight:700;font-size:18px;line-height:1;
}
.grev-card__avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.grev-card__avatar--orange{background:var(--orange);}
.grev-card__avatar--green{background:#1c7a5b;}
.grev-card__meta{flex:1 1 0;min-width:0;}
.grev-card__name{display:block;font-weight:700;font-size:15px;line-height:1.3;color:var(--navy);}
.grev-card__time{display:block;margin-top:3px;font-weight:400;font-size:12px;line-height:1.3;color:#9aa6b4;}
.grev-card__glogo{flex:none;width:56px;height:auto;display:block;margin-top:3px;}
.grev-card__rating{display:flex;align-items:center;gap:9px;}
.grev-card__num{font-weight:700;font-size:15px;line-height:1;color:var(--navy);}
.grev-card__text{font-weight:400;font-size:14px;line-height:23px;color:var(--body);}
.media.qldsmart__media.qldsmart__mediabbweb { min-height: auto;}
.highlight-box.mt-24 { margin-top: 24px;}
@media (max-width:980px){
  .grev__row{flex-direction:column;gap:28px;}
  .grev__side{flex:0 0 auto;max-width:none;width:100%;}
  .grev__list{width:100%;}
}
@media (max-width:600px){
  .grev-card{padding:20px 18px;}
  .grev__summary{padding:22px 20px;}
  .grev__glogo{top:18px;right:18px;width:50px;}
  .grev__actions .btn{flex:1 1 auto;text-align:center;}
}

.align-stretch {
  align-items: stretch !important;
}
.blue-ancher {
  color: #0162E3;
}
.bold-ancher {
  font-weight: 700;
}
.sbarticle p:empty {
    display: none;
}
.form-data-eyebrow {
    width: 100%;
    display: block;
    margin-top: 50px;
}
.incl-card__icon.gray-bg {
  background-color: #EBF4FF;
}
.stbanner__text.max-w-690 {
  max-width: 700px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}

@media (max-width:980px){
  .stneed__row{flex-direction:column;}
  .stneed__media{flex:0 0 auto;max-width:320px;margin-bottom:8px;}
  .stneed__card{padding:32px 26px;}
  .stneed__panel{flex-direction:column;align-items:stretch;padding:32px 26px 0;}
  .stneed__panelText{padding-bottom:24px;}
  .stneed__panelImg{flex:0 0 auto;max-width:300px;margin:0 auto;}
  .stbanner{padding:40px 26px;}
  .stbanner__text{max-width:none;}
  .stadv{padding:28px 24px;}
  .stprocess__head{margin-bottom:40px;}
  .stthanks{padding:48px 24px;}
  /* auction card stacks under a normal-flow image */
  .stauc{padding-block:0;}
  .stauc__media{position:relative;width:100%;height:auto;margin-bottom:-40px;}
  .stauc__card{margin-left:0;width:calc(100% - 32px);margin-inline:auto;padding:28px 24px;}
  .stneed__panelText.padd-t-50.padd-b-24 { padding: 0; }
  .stneed__panel.align-strech.gap-m-0 { gap: 0;}
  .stneed__panel.align-strech.gap-m-0.custom-rent-pravately-works { gap: 24px; padding: 0; }
  .stneed__panel.custom-rent-pravately-works .stneed__panelImg { max-width: 100%; flex: 0 0 100%;}
  .stneed__panel.custom-rent-pravately-works .stneed__panelText { padding: 30px 20px;}
  

}
@media (max-width:600px){
  .stauc__media{height:auto;}
  .stauc__card{width:100%;}
}




.vp-page{
  --vp-orange:var(--orange,#ff6b1a);
  --vp-orange-dk:#f05f0f;                    /* darker orange, hover only */
  --vp-heading:var(--navy,#0b1f35);
  --vp-navy:#0b2138;                         /* card body navy */
  --vp-tab:#8a97a5;                          /* inactive filter pill */
  --vp-white:var(--white,#fff);
  --vp-muted:rgba(255,255,255,.72);
  --vp-radius:12px;
}
/* buttons are the one element the global reset doesn't normalise */
.vp-page button{font:inherit;color: #ffffff;}

.vp__wrap{width:100%;max-width:1240px;margin-inline:auto;padding:64px 20px 96px;}

/* ---------------------------------------------------------- page header */
.vp__head{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;margin-bottom:64px;}
.vp__eyebrow{display:flex;align-items:center;gap:10px;}
.vp__eyebrow i{width:24px;height:2px;background:var(--vp-orange);display:block;}
.vp__eyebrow span{font-weight:800;font-size:12px;letter-spacing:1.8px;text-transform:uppercase;color:var(--vp-orange);}
.vp__h1{font-weight:800;font-size:clamp(30px,4vw,42px);line-height:1.15;letter-spacing:-.8px;color:var(--vp-heading);}

/* filter tabs */
.vp__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;}
.vp__tab{
  appearance:none;border:0;cursor:pointer;border-radius:6px;
  padding:10px 18px;background:var(--vp-tab);color:var(--vp-white);
  font-weight:600;font-size:14px;line-height:1.2;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.vp__tab:hover{background:#75828f;transform:translateY(-2px);}
.vp__tab[aria-selected="true"]{background:var(--vp-orange);box-shadow:0 8px 18px rgba(255,107,26,.3);}
.vp__tab[aria-selected="true"]:hover{background:var(--vp-orange-dk);}
.vp__tab:focus-visible{outline:3px solid rgba(255,107,26,.45);outline-offset:2px;}

/* ---------------------------------------------------------- section titles */
.vp__section{margin-top:56px;}
.vp__section:first-of-type{margin-top:0;}
.vp__h2{font-weight:800;font-size:clamp(24px,2.8vw,32px);line-height:1.2;letter-spacing:-.6px;color:var(--vp-heading);margin-bottom:24px;}
.vp__empty{padding:28px 0;font-weight:500;font-size:15px;color:#6b7280;}

/* ---------------------------------------------------------- shared card bits */
.vp-card{
  position:relative;border-radius:var(--vp-radius);overflow:hidden;
  background-color:var(--vp-navy);
  background-image:var(--vp-poster);background-size:cover;background-position:center;
  box-shadow:0 12px 30px rgba(11,31,53,.14);
  transition:transform .3s ease,box-shadow .3s ease;
}
.vp-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(11,31,53,.22);}

/* thumbnail area — holds the poster, the play button and the <template> video */
.vp-media{
  position:relative;display:block;width:100%;
  background:#0b2138;cursor:pointer;overflow:hidden;
}
.vp-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.vp-card:hover .vp-media img{transform:scale(1.05);}

.vp-play{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:56px;height:56px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(255,255,255,.94);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 22px rgba(0,0,0,.28);
  transition:transform .25s ease,background .25s ease;
}
.vp-play svg{width:20px;height:20px;margin-left:3px;fill:var(--vp-orange);}
.vp-media:hover .vp-play{transform:translate(-50%,-50%) scale(1.12);background:#fff;}
.vp-play:focus-visible{outline:3px solid var(--vp-orange);outline-offset:3px;}

.vp-dur{
  position:absolute;top:12px;right:12px;
  background:rgba(0,0,0,.72);color:#fff;border-radius:4px;
  padding:3px 8px;font-weight:600;font-size:12px;line-height:1.4;
}

/* Whatever comes out of <template class="vp-video"> fills the thumbnail box —
   iframe, video, embed, object: no class needed on it. */
.vp-media.is-playing{cursor:default;}
.vp-media > iframe,
.vp-media > video,
.vp-media > embed,
.vp-media > object{
  position:absolute;inset:0;width:100%;height:100%;
  border:0;display:block;background:#000;
}

/* card body */
.vp-body{
  position:relative;
  background: rgb(11 33 56 / 81%);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
  padding:20px 22px 22px;
}
.vp-title{font-weight:700;font-size:17px;line-height:1.35;color:var(--vp-white);}

/* spec grid (3 across, wraps to 2 rows) */
.vp-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 14px;margin-top:14px;}
.vp-specs li{display:flex;align-items:center;gap:7px;font-weight:500;font-size:13px;color:var(--vp-muted);min-width:0;}
.vp-specs svg{width:14px;height:14px;flex:none;stroke:var(--vp-muted);}

/* ---------------------------------------------------------- featured card */
.vp-featured .vp-media{aspect-ratio:1019/358;}
.vp-featured .vp-play{width:64px;height:64px;}
.vp-featured .vp-play svg{width:24px;height:24px;}
.vp-featured .vp-body{
  display:flex;align-items:flex-start;justify-content:space-between;gap:24px;
  padding:24px 26px 26px;
}
.vp-featured__info{flex:1 1 0;min-width:0;}
.vp-featured__title{font-weight:700;font-size:clamp(18px,2vw,21px);line-height:1.3;color:var(--vp-white);}
.vp-featured__grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,220px));
  gap:8px 40px;margin-top:16px;
}
.vp-featured__grid li{font-weight:400;font-size:13px;line-height:1.5;color:var(--vp-muted);}
.vp-featured__grid b{font-weight:700;color:var(--vp-white);}
.vp-featured__tags{display:flex;align-items:center;gap:10px;flex:none;flex-wrap:wrap;justify-content:flex-end;}
.vp-tag{border-radius:50px;padding:6px 12px;font-weight:700;font-size:12px;line-height:1.4;white-space:nowrap;}
.vp-tag--orange{background:var(--vp-orange);color:var(--vp-white);}
.vp-tag--light {
    background: rgba(255,255,255,.20);
    color: rgb(255 255 255);
    letter-spacing: .4px;
}
body .pb-0 {
  padding-bottom: 0;
}
body .pt-0 {
  padding-top: 0;
}
body .px-0 {
  padding-inline: 0;
}
body .py-0 {
  padding-block: 0;
}
/* ---------------------------------------------------------- grids */
.vp-grid{display:grid;gap:24px;}
.vp-grid--2{grid-template-columns:repeat(2,1fr);}
.vp-grid--2 .vp-media{aspect-ratio:494/224;}
.vp-grid--3{grid-template-columns:repeat(3,1fr);}
.vp-grid--3 .vp-media{aspect-ratio:325/180;}
.vp-grid--3 .vp-title{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* a card hidden by the category filter */
.vp-card[hidden]{display:none;}
.vp-page .vp-body h3.vp-title {
    margin: 0 0 15px 0;
}
.cta__actions.flex-wrap-gap-20 {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.split__right.vision__right >p+p {
    margin-top: 0;
}
.align-bottom {
    align-items: flex-end !important;
}
.custom-rent-pravately-works {
    padding-right: 0;
    gap: 60px;
}
.custom-rent-pravately-works .stneed__panelImg {
    max-width: 500px;
    flex: 0 0 500px;
}
/* ---------------------------------------------------------- responsive */
@media (max-width:1000px){
  .vp-grid--3{grid-template-columns:repeat(2,1fr);}
  .vp-featured .vp-media{aspect-ratio:16/9;}
  .vp-featured .vp-body{flex-direction:column;gap:18px;}
  .vp-featured__tags{justify-content:flex-start;}
}
@media (max-width:760px){
  .vp__wrap{padding:48px 18px 72px;}
  .vp__head{margin-bottom:44px;}
  .vp__section{margin-top:44px;}
  .vp-grid--2{grid-template-columns:1fr;}
  .vp-grid--2 .vp-media,
  .vp-grid--3 .vp-media{aspect-ratio:16/9;}
}
@media (max-width:560px){
  .vp-grid--3{grid-template-columns:1fr;}
  .vp__tab{padding:9px 14px;font-size:13px;}
  .vp-featured__grid{grid-template-columns:1fr;gap:6px;}
  .vp-specs{grid-template-columns:repeat(2,1fr);}
  .vp-grid--3 .vp-title{white-space:normal;}
  .vp-play{width:48px;height:48px;}
  .vp-play svg{width:17px;height:17px;}
}

@media (prefers-reduced-motion:reduce){
  .vp-card,.vp-media img,.vp-play,.vp__tab{transition:none;}
  .vp-card:hover{transform:none;}
  .vp-card:hover .vp-media img{transform:none;}
}

/* stepper Form */
.listing_steps .gform_heading {
    display: none;
}
.listing_steps .gf_page_steps {
    justify-content: space-between;
    gap: 3px !important;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px !important;
}
.listing_steps .gf_page_steps .gf_step {
    width: 100%;
    flex: 1;
    background: #F3F4F6;
    justify-content: center;
    align-items: center;
    min-height: 54px;
}
.listing_steps .gf_page_steps .gf_step .gf_step_label {
    color: #6B7280;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope';
    text-transform: capitalize;
    letter-spacing: normal;
}
.listing_steps .gf_page_steps .gf_step.gf_step_active {
    background: #ff6b1a;
}
.listing_steps .gf_page_steps .gf_step.gf_step_active .gf_step_label {
    color: #FFF;
}
.listing_steps .gf_page_steps .gf_step .gf_step_number {
    background: #9CA3AF;
    border: none !important;
    font-weight: 700;
    color: #FFF;
}
.listing_steps .gf_page_steps .gf_step.gf_step_active .gf_step_number {
    background: #ffffff;
    color: #ff6b1a;
}
.left-50 {
    width: 55% !important;    
}
.right-image-box {
    position: absolute !important;
    width: 40% !important;
    right: 0 !important;
    top: 0px !important;
}
.left-25-wrapper {
    width: 55% !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 16px !important;
}
/* .left-25 {
    width: 100%;
    grid-column: unset !important;
} */

.listing_steps .gform_wrapper .gform-body .newcustom-steps .gform_fields {
    row-gap: 16px !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
}
.left-25-wrapper .left-25 {
    width: 100% !important;
}
.gform_wrapper .gform-body .left-50.gfield--type-checkbox input {
    width: 20px !important;
    height: 20px  !important;
    min-height: auto  !important;
    padding: 0px !important;
}

.wrapper__hww_grid {
    position: relative;
}
.overlay_play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
img.overlay__play {
    position: absolute;
    width: 48px;
}
.founder__row_gap_32 {
  gap: 32px;
}
.dot-list.dot-list-custom .dot-marker {
    background: radial-gradient(circle at center, var(--orange) 0% 30%, rgb(255 255 255) 40% 100%);
    border: 1px solid #CBD4DC;
    padding: 8px;
}
.split-section.vision .highlight-box.highlight-box-custom {
    background: #EDF5FB;
    border-color: #EDF5FB;
}
.split-section.vision .highlight-box.highlight-box-custom span.pulse-dot {
    display: block;
}
.split-section.vision .highlight-box.highlight-box-custom span.highlight-box-bold {
    font-weight: 700;
    color: #0B1F35;
}
span.eyebrow__bar.eyebrow__bar-white {
    background: #FFF;
}
.max-w-832 {
  max-width: 832px;
}
.max-w-590 {
  max-width: 590px;
}
li.menu-item ul.sub-menu li.menu-item-has-children a {
  position: relative;
}
li.menu-item ul.sub-menu li.menu-item-has-children a::before {
    content: ".";
    width: 12px;
    height: 12px;
    margin-left: 2px;
    border-right: none;
    border-bottom: none;
    transform: rotate(-90deg);
    transition: transform 0.2s ease;
    position: absolute;
    background: url(https://www.salesnavigators.in/mtanew/wp-content/uploads/2026/08/submenu-drop-down.png);
    background-size: 12px;
    right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    top: 45%;
}
li.menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu li a::before {
  display: none;
}
li.menu-item ul.sub-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
    left: 98%;
    bottom: unset;
    top: 66%;
}
section.hero.hero--about.hero__policy_wrapper .hero__bg {
    min-height: 350px;
    padding: 70px 20px !important;
    position: relative;
}
.hero__policy_wrapper h1.hero__title {
    display: block;
    text-align: center;
    max-width: 100%;
}
.site-nav > li:nth-last-child(1) ul {
  left: unset;
  right: 0;
}
section.hero.hero--about.hero__policy_wrapper .hero__bg:before {
    content: ".";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d1;
    left: 0;
    top: 0;
    z-index: 1;
}
section.hero.hero--about.hero__policy_wrapper .hero__bg .container {
    z-index: 6;
    /* background: red; */
}
section.hero.hero--about.hero__policy_wrapper .hero__bg p {
    max-width: 750px;
    margin: 16px auto 0;
    text-align: center;
    color: #FFF;
}
.benefit-item.benefit-item-custom h3 {
    font-size: clamp(18px,4.4vw,22px);
}
.mtb-10 {
  margin-block: 10px;
}
.top__header_section {
    width: 100%;
    display: block;
    background: #0A2D47;
    padding: 10px 0;
}
.flex__top_header_flex {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.flex__top_header_flex_left {
    width: auto;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    font-family: 'Manrope';
    letter-spacing: normal;
    text-transform: uppercase;
}

.flex__top_header_flex_left span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.flex__top_header_flex_left span img {
    height: 24px;
}
a.flex__top_header_flex_right {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
    line-height: 100%;
    text-decoration: none;
    transition: 0.5s;
}
.savings__rule.savings__rule__custom {
    margin: 16px 0;
}
.selling_Privately_form {
    width: 100%;
    display: block;
    margin-top: 32px;
}
.selling_Privately_form .gform_wrapper .gform_heading {
    display: none;
}
.selling_Privately_form h3 {
    font-size: clamp(24px, 3vw, 35px);
    max-width: 310px;
    letter-spacing: -1px;
    line-height: 47px;
    display: block;
}
.selling_Privately_form p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    display: block;
    margin: 14px 0 24px 0;
}
.selling_Privately_form .gform_wrapper .gform-body input {
    background: transparent !important;
    border: 1px solid #B8B8B8 !important;
    border-radius: 8px !important;
    color: #FFF !important;
    font-size: 17px !important;
}
.selling_Privately_form .gform_wrapper .gform-body input::placeholder {
  color: #E2E2E2 !important;
}
.selling_Privately_form .gform_wrapper .gform-footer button {
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: normal !important;
}
/* Remove number input spinner arrows */
.selling_Privately_form input[type="number"] {
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

.selling_Privately_form input[type="number"]::-webkit-inner-spin-button,
.selling_Privately_form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}
.selling_Privately_form input[type="number"]::-webkit-inner-spin-button,
.selling_Privately_form input[type="number"]::-webkit-outer-spin-button {
    display: none !important;
}

.savings__inner__custom .content__left_wrapper0101 {
    flex: 0 0 704px;
    max-width: 704px;
}

.savings__inner__custom .content__left_wrapper0101 .savings__card {
    flex: unset;
    max-width: 100%;
}
.guide__sell_your_home {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #112F4E;
    border-radius: 12px;
    border: 1px solid #ffffff17;
    padding: 24px;
    margin-top: 32px;
    transition: 0.5s;
}

.guide_sell_your_home__left {
    width: 130.47px;
}
.guide_sell_your_home__left img {
    width: 100%;
    display: block;
}
.guide_sell_your_home__right {
    flex: 1;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.guide_sell_your_home__right h2 {
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: block;
}
.guide_sell_your_home__right hr {
    border-color: #FF6B1A;
    border: 3px solid #FF6B1A;
    max-width: 48px;
}
.guide_sell_your_home__right p {
    color: #AABDD0;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0;
}
.guide_sell_your_home__right a {
    background: #FF6B1A;
    text-align: center;
    border-radius: 8px;
    padding: 14px 24px;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 900;
}
.savings__inner__custom .savings__text p.savings__note {
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
}
.section_roll_Price {
    position: absolute;
    right: 6%;
    top: -45px;
    width: 90px;
    z-index: 3;
    animation: smoothZoom 0.85s ease-in-out infinite;
}
.sell_card_span {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #0B1F35;
    display: inline-block;
}
.sell_card_span:after {
    content: ".";
    position: absolute;
    width: 32px;
    height: 2px;
    background: #FF4E6D;
    font-size: 0;
    left: 3px;
    top: 12px;
    transform: rotate(45deg);
}
.blank_full_reports {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blank_full_reports .sell_card_span {
    font-size: 14px;
}
.blank_full_reports .sell_card_span:after {
    width: 20px;
    left: 7px;
    top: 10px;
}
.explore-property-listings .incl-card__icon {
    background: #FFF3EC;
}
.pulse-dot.d-block {
    display: inline-block !important;
}
.split-section.vision .highlight-box.highlight-box.property-brochure-widgets {
    background: var(--light);
    border: none;
}
.aspect-ratio-none {
    aspect-ratio: unset !important;
}
.ask_question_form .ask-q-commission-aget .ginput_container .gfield_checkbox input {
    border-radius: 0 !important;
    padding: 8px !important;
    margin: 4px 0px !important;
}
.ask_question_form .gform_wrapper .gform_button.button {
    background: #ff6b1a !important;
    padding: 18px 10px !important;
    outline: none;
    border: none;
    color: white;
    font-size: 15px;
    border-radius: 6px !important;
    width: 100% !important;
    box-shadow: 0 10px 22px rgba(255, 107, 26, .28) !important;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease !important;
}
.ask_question_form .gchoice .gfield-choice-input:checked::after {  
    width: 12px !important;
    height: 12px !important;
    border-radius: 0% !important;
}
.btn.btn--outline.read_seller_stories {
    border-color: var(--orange);
    color: var(--orange);
    gap: 8px;
}
.btn.btn--outline.read_seller_stories:hover {
    background: var(--orange);
    color: #FFF;
}

.container_testimonials {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 20px;
    position: relative;
    z-index: 5;
}
.container_testimonials .swiper-wrapper {
    padding: 20px;
}
.container_testimonials .swiper-wrapper .tcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 10px rgb(11 31 53 / 7%);
}
.selling_Privately_form .gform_wrapper .gform_button.button, .np-split__col .gform_wrapper .gform_button.button {
    border: 1px solid #ff6b1a;
    font-family: 'Manrope';
    font-size: 16px;
    letter-spacing: normal;
    color: #FFF;
    margin: 0;
    cursor: pointer;
}
.flex__after_before {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 10px 0;
}
.flex__after_before__left {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.flex__after_before__left img  {
  width: 100%;
  display: block;
}
.flex__after_before__left h5, .left_vertical__img h5 {
    font-weight: 600;
    font-size: clamp(16px, 4.6vw, 22px);
    line-height: 1;
    letter-spacing: -0.6px;
    color: var(--navy);
    display: block;
}
.banner__batch_hero__trust {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.title__testimonials_roll {
    font-size: 16px;
    color: #0B1F35;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 800;
}
.cta-p-block-40 {
    padding-block: 40px;
}
.shadow-infinite {
    position: relative;
    z-index: 1;
}

.shadow-infinite::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    animation: attentionPulse 2s ease-out infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes attentionPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255 107 26 / 20%);
    }

    40% {
        box-shadow: 0 0 0 6px rgb(255 107 26 / 25%);
    }

    70% {
        box-shadow: 0 0 0 12px rgb(255 107 26 / 15%);
    }

    100% {
        box-shadow: 0 0 0 14px rgb(255 107 26 / 0%);
    }
}

.section-head.pricing__eyebrow__bar_way {
    margin-bottom: 90px;
}

@media screen and (max-width: 1100px) { 

li.menu-item ul.sub-menu li.menu-item-has-children:hover .sub-menu {
    left: unset;
    right: 96%;
}  


}

@media screen and (max-width: 980px) { 

.savings__inner__custom .content__left_wrapper0101 {
    flex: 0 0 100%;
    max-width: 100%;
}

}


@media screen and (max-width: 900px) { 

li.menu-item ul.sub-menu li.menu-item-has-children a::before {
    display: none;
}
.mobile-nav > li.menu-item-has-children ul.sub-menu li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.mobile-nav > li.menu-item-has-children ul.sub-menu li.is-open ul.sub-menu {
    display: block;
    position: unset;
    height: auto;
    max-height: max-content;
}
body.menu-open {
    overflow: hidden;
}
.section-head {
    margin-bottom: 30px;
}
.cta-p-block-40 {
    padding-block: 20px;
}
.cta-p-block-40 .trybar__title {
    text-align: center;
}

}


@media screen and (max-width: 500px) {

section.hero.hero--about.hero__policy_wrapper .hero__bg {
    min-height: auto;
    padding: 50px 16px !important;
}
.flex__top_header_flex_left {
    display: none;
}


.guide__sell_your_home {
    padding: 16px 16px 20px;
    transition: 0.5s;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}
.guide_sell_your_home__right {
    padding-left: 0px;
    gap: 12px;
}
.container_testimonials .swiper-wrapper {
    padding: 0px;
}
.center-highlights {
    left: 0%;
    translate: 30% 0;
}

.flex__after_before {
    flex-wrap: wrap;
    gap: 12px;
}
.flex__after_before__left {
    flex: unset;
}

}