
/* home page sections  */
/* ============================================================
   SUKOON PROPERTY — EXTRACTED SECTION CSS
   Sections included: .rental-section, .locations-section, .final-cta
   (Shared helper/base classes used inside these sections are
   included too, so the styling doesn't break.)
   ============================================================ */

/* ---------- Shared base classes used by these sections ---------- */
:root {
  --sp-primary: #7456e8;
  --sp-primary-dark: #5b40c9;
  --sp-primary-soft: #f1edff;
  --sp-bg: #fbfbfd;
  --sp-white: #fff;
  --sp-text: #22232a;
  --sp-muted: #747580;
  --sp-border: #e9e8ee;
  --sp-success: #2e9b68;
  --sp-radius: 18px;
  --sp-shadow: 0 18px 55px rgba(36, 31, 65, 0.09);
}

/* sukkun PROPERTY — HERO SECTION (extracted) */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(14, 13, 22, 0.78) 0%,
      rgba(18, 16, 28, 0.52) 42%,
      rgba(16, 14, 25, 0.18) 78%
    ),
    linear-gradient(0deg, rgba(15, 13, 22, 0.4), transparent 45%);
}
.hero-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  right: -220px;
  top: -240px;
  border-radius: 50%;
  background: rgba(116, 86, 232, 0.25);
  filter: blur(50px);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 55px;
}
.hero-location {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}
.hero-location i {
  color: #d6cfff;
}
.hero h1 {
  font-size: clamp(48px, 6vw, 60px);
  line-height: 0.98;
  letter-spacing: -3.8px;
  font-weight: 800;
  margin: 0 0 15px;
  max-width: 760px;
}
.hero h1 span {
  color: #cfc5ff;
}
.hero-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  margin-bottom: 28px;
}
.mobile-search-trigger {
  display: none;
}
.search-modal-close {
  display: none;
}
.search-backdrop {
  display: none;
}
.universal-search {
  max-width: 640px;
  background: #fff;
  color: var(--sp-text);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  overflow: visible;
}
.search-tabs {
  display: flex;
  gap: 4px;
  padding: 6px 8px 0;
  border-bottom: 1px solid #eeeef2;
}
.search-tab {
  border: 0;
  background: transparent;
  color: #777983;
  padding: 5px 13px;
  font-size: 10.5px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
.search-tab.active {
  color: var(--sp-primary);
  border-color: var(--sp-primary);
}
.search-fields {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 0.8fr auto;
  align-items: stretch;
  padding: 5px;
  gap: 2px;
}
.u-field {
  padding: 5px 10px;
  border-right: 1px solid var(--sp-border);
  position: relative;
}
.u-field label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 7.5px;
  font-weight: 800;
  color: #92939b;
  margin-bottom: 3px;
}
.u-field select,
.u-field input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 11px;
  color: var(--sp-text);
  background: transparent;
}
.u-control {
  display: flex;
  gap: 6px;
  align-items: center;
}
.u-control i {
  color: var(--sp-primary);
}
.universal-search-btn {
  background: var(--sp-primary);
  color: #fff;
  border: 0;
  border-radius: 9px;
  font-weight: 700;
  padding: 0 16px;
  font-size: 11.5px;
}
.universal-search-btn:hover {
  background: var(--sp-primary-dark);
  color: #fff;
}
.suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  background: #fff;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  box-shadow: var(--sp-shadow);
  z-index: 50;
  overflow: hidden;
}
.suggestion-label {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #999aa2;
  padding: 9px 11px 5px;
  text-transform: uppercase;
}
.suggestions button {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 5px;
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 7px 11px;
  font-size: 10.5px;
}
.suggestions button:hover {
  background: var(--sp-primary-soft);
}
.suggestions button i {
  color: var(--sp-primary);
}
.suggestions button small {
  color: #999aa2;
  font-size: 8px;
}
.hero-quick {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.hero-quick button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 9px;
  backdrop-filter: blur(7px);
}
.hero-quick button:hover {
  background: #fff;
  color: var(--sp-primary);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-trust-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.hero-trust-icon--green {
  background: rgba(46, 204, 113, 0.2);
  color: #4ade80;
}
.hero-trust-icon--purple {
  background: rgba(148, 120, 255, 0.22);
  color: #cfc5ff;
}
.hero-trust-icon--pink {
  background: rgba(255, 120, 150, 0.22);
  color: #ffb4c6;
}
.hero-trust-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.hero-trust-text strong {
  font-size: 12.5px;
  font-weight: 700;
}
.hero-trust-text small {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.65);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-bottom: 30px;
}
.hero-stat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-stat i {
  font-size: 16px;
  color: #cfc5ff;
}
.hero-stat strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}
.hero-stat span {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}

.hero-signature {
  position: absolute;
  right: 64px;
  bottom: 74px;
  z-index: 2;
  font-family: "Caveat", cursive;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
  text-align: right;
  pointer-events: none;
}
.hero-signature i {
  color: #ff8fab;
  font-size: 16px;
  margin-left: 4px;
}

.hero-whatsapp {
  position: absolute;
  right: 32px;
  bottom: 20px;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
  transition: transform 0.15s ease;
}
.hero-whatsapp:hover {
  color: #fff;
  transform: scale(1.06);
}

.hero-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.hero-scroll i {
  font-size: 16px;
}

.sp-container {
  max-width: 1220px;
  margin: auto;
}
.section {
  padding: 92px 0;
}
.eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.7px;
  color: var(--sp-primary);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 36px;
}
.section-heading h2 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 800;
  margin: 8px 0 0;
}
.section-heading h2 span,
.locations-section h2 span,
.final-content h2 span {
  color: var(--sp-primary);
}
.section-heading > p {
  max-width: 490px;
  color: var(--sp-muted);
  line-height: 1.7;
  margin: 0;
  font-size: 13px;
}
.section-link {
  font-size: 11px;
  font-weight: 700;
  color: var(--sp-primary);
  white-space: nowrap;
}
.section-link:hover {
  color: var(--sp-primary-dark);
}
.sp-primary-btn {
  background: var(--sp-primary);
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 16px;
}
.sp-primary-btn:hover {
  background: var(--sp-primary-dark);
  color: #fff;
}

/* ============================================================
   1) RENTAL SECTION
   ============================================================ */
.rental-section {
  background: #fff;
}
.rental-banner {
  min-height: 430px;
  border-radius: 25px;
  background: linear-gradient(135deg, #f0ecff, #fbfbfd);
  border: 1px solid #e6e1f7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: 52px;
}
.rental-copy {
  align-self: center;
  max-width: 500px;
}
.rental-copy h2 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  margin: 9px 0;
}
.rental-copy > p {
  font-size: 13px;
  color: var(--sp-muted);
  max-width: 420px;
  line-height: 1.7;
}
.rental-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 25px;
}
.rental-points span {
  font-size: 9px;
  color: #64656e;
}
.rental-points i {
  color: var(--sp-primary);
  margin-right: 4px;
}
.rental-art {
  position: relative;
  min-height: 330px;
}
.rental-art-main {
  position: absolute;
  inset: 10px 25px 0 65px;
  border-radius: 18px;
  overflow: hidden;
  transform: rotate(1deg);
  box-shadow: 0 22px 50px rgba(45, 35, 85, 0.15);
}
.rental-art-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rental-art-card {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid var(--sp-border);
  box-shadow: var(--sp-shadow);
  padding: 10px 13px;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
}
.rental-art-card span {
  font-size: 8px;
  color: var(--sp-muted);
}
.rental-art-card strong {
  font-size: 13px;
}
.card-one {
  left: 5px;
  top: 55px;
}
.card-two {
  right: 0;
  bottom: 30px;
}

/* ============================================================
   2) LOCATIONS SECTION
   ============================================================ */
.locations-section {
  background: var(--sp-bg);
}
.location-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}
.location-card {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  min-height: 210px;
  color: #fff;
}
.location-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(10, 10, 17, 0.82),
    rgba(10, 10, 17, 0.05) 75%
  );
}
.location-card > div {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 16px;
}
.location-card span {
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #dcd5ff;
}
.location-card h3 {
  font-size: 19px;
  margin: 5px 0 2px;
  font-weight: 800;
}
.location-card p {
  font-size: 9px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}
.location-card button,
.location-card .btn-location-explore {
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 7px;
  font-size: 9px;
  padding: 6px 8px;
  display: inline-block;
}
.location-large {
  grid-row: span 2;
}

/* ============================================================
   3) FINAL CTA SECTION
   ============================================================ */
.final-cta {
  min-height: 570px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 12, 21, 0.83),
    rgba(13, 12, 21, 0.35)
  );
}
.final-content {
  position: relative;
  z-index: 1;
}
.final-content .eyebrow {
  color: #d7d0ff;
}
.final-content h2 {
  font-size: clamp(42px, 5vw, 65px);
  line-height: 1;
  letter-spacing: -2.5px;
  font-weight: 800;
  margin: 12px 0;
}
.final-content h2 span {
  color: #d2c8ff;
}
.final-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.final-buttons {
  display: flex;
  gap: 8px;
}
.final-secondary {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
}
.final-secondary:hover {
  background: #fff;
  color: var(--sp-primary);
}


  .handwritten{
    font-family: 'Caveat', cursive;
  }

  .why-section{
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
  }

  /* Cap overall width & scale down gracefully on very large / 4K screens */
  .why-section .container{
    max-width: 1280px;
  }

  .eyebrow{
    color: var(--sp-primary);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .headline{
    font-weight: 800;
    font-size: clamp(2.2rem, 3vw, 3.2rem);
    line-height: 1.05;
    margin-bottom: 1.2rem;
  }

  .headline .accent{
    color: var(--sp-primary);
    text-decoration: underline;
    text-decoration-color: var(--sp-primary);
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }

  .lead-text{
    color: var(--sp-text);
    font-size: 1.15rem;
    opacity: 0.85;
    margin-bottom: 1rem;
  }

  .sub-text{
    color: var(--sp-muted);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 480px;
    margin-bottom: 2rem;
  }

  .btn-sukkun{
    background: linear-gradient(135deg, var(--sp-primary), var(--sp-primary-dark));
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .btn-sukkun:hover{
    color:#fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(108,76,224,0.35);
  }

  .watch-video{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--sp-text);
  }
  .play-circle{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--sp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sp-primary);
    flex-shrink: 0;
  }
  .watch-video .wv-title{
    font-weight: 600;
    font-size: 0.9rem;
  }
  .watch-video .wv-sub{
    font-size: 0.8rem;
    color: var(--sp-muted);
  }

  .apna-shehar{
    font-family: 'Caveat', cursive;
    font-size: 1.6rem;
    color: var(--sp-text);
    line-height: 1.1;
    position: relative;
  }
  .apna-shehar .underline{
    text-decoration: underline;
    text-decoration-color: var(--sp-primary);
    text-decoration-thickness: 2px;
  }

  /* Hero image */
  .hero-wrap{
    position: relative;
  }
  .hero-shadow-card{
    position: absolute;
    top: 30px;
    left: 30px;
    right: -20px;
    bottom: -20px;
    background: #e6e1f9;
    border-radius: 28px;
    z-index: 0;
  }
  .hero-img-card{
    position: relative;
    z-index: 1;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(76, 55, 148, 0.35);
  }
  .hero-img-card img{
    width: 100%;
    height: 400px;
    max-height: 46vw;
    object-fit: cover;
    display: block;
  }

  .hero-quote{
    position: absolute;
    font-family: 'Caveat', cursive;
    left: 28px;
    bottom: 28px;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
  }
  .hero-quote .underline{
    text-decoration: underline;
    text-decoration-color: var(--sp-primary);
    text-decoration-thickness: 3px;
  }

  .hero-location{
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* floating stat cards */
  .float-card{
    position: absolute;
    background: #fff;
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 15px 35px -10px rgba(30, 20, 70, 0.25);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 2;
  }
  .float-card .icon-circle{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sp-primary), var(--sp-primary-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  .float-card .stat-num{
    font-weight: 800;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .float-card .stat-label{
    font-size: 0.8rem;
    color: var(--sp-muted);
  }

  .card-properties{
    top: -20px;
    left: -10px;
  }
  .card-rating{
    bottom: 90px;
    right: -30px;
  }

  /* Feature cards row */
  .feature-card{
    background: var(--sp-white);
    border-radius: var(--sp-radius);
    padding: 28px 24px;
    height: 100%;
    box-shadow: var(--sp-shadow);
    border: 1px solid var(--sp-border);
  }
  .feature-num{
    color: var(--sp-primary);
    font-weight: 700;
    font-size: 0.8rem;
    opacity: 0.7;
  }
  .feature-icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #EFEBFC;
    color: var(--sp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
  }
  .feature-title{
    font-weight: 700;
    font-size: 1.05rem;
    margin: 14px 0 8px;
  }
  .feature-text{
    color: var(--sp-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .feature-arrow{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ddd7f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sp-primary);
  }

  .svg-icon{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
  }
  .svg-icon svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
  }

  .skyline-strip{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    opacity: 0.9;
  }
  .skyline-strip img{
    width: 100%;
    height: auto;
    display: block;
  }

  /* ============ FEATURED PROPERTIES (Swiper) ============ */
.featured-section {
  background: var(--sp-bg);
}

.featured-heading {
  align-items: center;
}
.featured-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feat-nav {
  width: 42px;
  height: 42px;
    flex-shrink: 0;   /* 👈 yeh line add karo */
  border-radius: 50%;
  border: 1px solid var(--sp-border);
  background: var(--sp-white);
  color: var(--sp-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 6px 16px rgba(36, 31, 65, 0.06);
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.feat-nav:hover {
  background: var(--sp-primary);
  color: #fff;
  transform: translateY(-1px);
}
.feat-nav.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.feat-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.feat-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sp-border);
  opacity: 1;
  margin: 0 !important;
  transition: background .15s ease, width .15s ease;
}
.feat-pagination .swiper-pagination-bullet-active {
  background: var(--sp-primary);
  width: 20px;
  border-radius: 5px;
}

/* Swiper overflow fix so cards don't get clipped */
.featured-swiper {
  overflow: visible;
  padding-bottom: 4px;
}

/* ---- Property Card ---- */
.prop-card {
  background: var(--sp-white);
  border-radius: var(--sp-radius);
  overflow: hidden;
  border: 1px solid var(--sp-border);
  box-shadow: var(--sp-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.prop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(36, 31, 65, 0.14);
}

.prop-img {
  position: relative;
  height: 230px;
}
.prop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prop-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--sp-white);
  color: var(--sp-success);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.prop-badge i { color: var(--sp-success); font-size: 12px; }
.prop-img .prop-fav {
  position: absolute;
  top: 14px;
  right: 14px;
}
.prop-img .prop-fav .like-count {
      position: absolute;
    right: -5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height:20px;
    background-color: var(--sp-primary);
    color:#fff;
    border-radius: 100px;
    text-align: center;
}
.prop-fav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sp-white);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sp-text);
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  transition: color .15s ease, transform .15s ease;
}
.prop-fav:hover {
  color: #ff4d6d;
  transform: scale(1.08);
}

.prop-price {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(15, 13, 22, 0.72);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 10px;
}

.prop-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.prop-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--sp-text);
  line-height: 1.3;
  margin: 0 0 8px;
  min-height: 42px;
}

.prop-loc {
  font-size: 12.5px;
  color: var(--sp-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
}
.prop-loc i { color: var(--sp-primary); font-size: 12px; }

.prop-meta {
  display: flex;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid var(--sp-border);
  border-bottom: 1px solid var(--sp-border);
  margin-bottom: 14px;
}
.prop-meta-item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.prop-meta-item i {
  color: var(--sp-primary);
  font-size: 15px;
}
.prop-meta-item strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--sp-text);
  line-height: 1.3;
}
.prop-meta-item span {
  display: block;
  font-size: 10.5px;
  color: var(--sp-muted);
}

.prop-listed {
  font-size: 11.5px;
  color: var(--sp-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
}

.prop-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prop-enquire {
  flex: 1;
  background: var(--sp-primary);
  color: #fff;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: background .15s ease;
}
.prop-enquire:hover {
  background: var(--sp-primary-dark);
  color: #fff;
}

.prop-icon-btn {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--sp-border);
  background: var(--sp-white);
  color: var(--sp-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: background .15s ease, color .15s ease;
}
.prop-icon-btn:hover {
  background: var(--sp-primary-soft);
  color: var(--sp-primary);
}
.prop-icon-btn--wa {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.prop-icon-btn--wa:hover {
  background: #1fb955;
  color: #fff;
}

/* ------------- */
.share_social_icn_div .social_link_item {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid rgb(212, 212, 212);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_social_icn_div .social_link_item img {
  width: 40px;
  height: 40px;
}


/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero {
    min-height: 850px;
  }
  .hero-content {
    padding-top: 90px;
  }
  .search-fields {
    grid-template-columns: 1fr 1fr;
  }
  .u-field {
    border-bottom: 1px solid var(--sp-border);
  }
  .universal-search-btn {
    min-height: 46px;
    grid-column: 1/-1;
  }
  .hero-trust {
    gap: 16px;
    margin-bottom: 20px;
  }
  .hero-stats {
    gap: 20px;
    margin-top: 20px;
  }
  .hero-signature {
    right: 24px;
    bottom: 60px;
    font-size: 22px;
  }
  .rental-banner {
    grid-template-columns: 1fr;
  }
  .location-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 200px 200px;
  }
  .location-large {
    grid-row: span 2;
  }
  .rental-art {
    min-height: 300px;
  }
   .headline{ font-size: 2.2rem; }
    .hero-img-card img{ height: 360px; }
    .float-card{ position: static; margin-bottom: 12px; display:inline-flex; }
    .hero-shadow-card{ display: none; }
}
@media (max-width: 767px) {
  .hero {
    min-height: 850px;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -2.2px;
  }
  .hero-subtitle {
    font-size: 13px;
  }
  .hero-scroll {
    display: none;
  }
  .mobile-search-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: #fff;
    color: var(--sp-text);
    border: 0;
    border-radius: 13px;
    padding: 14px 16px;
    font-size: 12.5px;
    font-weight: 700;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
    margin-bottom: 0;
  }
  .mobile-search-trigger i {
    color: var(--sp-primary);
  }
  .universal-search {
    display: none;
  }
  body.search-modal-open {
    overflow: hidden;
  }
  body.search-modal-open .search-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 13, 22, 0.55);
    z-index: 1200;
  }
  body.search-modal-open .universal-search {
    display: block;
    position: fixed;
    left: 14px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    max-width: none;
    max-height: 82vh;
    overflow-y: auto;
    z-index: 1201;
    border-radius: 16px;
  }
  .search-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--sp-border);
    color: var(--sp-text);
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  body.search-modal-open .search-modal-close {
    display: flex;
  }
  .search-fields {
    grid-template-columns: 1fr;
  }
  .universal-search-btn {
    grid-column: auto;
  }
  .u-field {
    border-right: 0;
  }
  .suggestions {
    top: 56px;
  }

  .hero-trust {
    gap: 12px;
    margin-bottom: 18px;
  }
  .hero-trust-icon {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
  .hero-trust-text strong {
    font-size: 11px;
  }
  .hero-trust-text small {
    font-size: 9px;
  }

  .hero-stats {
    gap: 18px;
    margin-top: 18px;
    padding-bottom: 6px;
  }
  .hero-stat i {
    font-size: 14px;
  }
  .hero-stat strong {
    font-size: 14px;
  }
  .hero-stat span {
    font-size: 9px;
  }

  .hero-signature {
    display: none;
  }

  .hero-whatsapp {
    width: 46px;
    height: 46px;
    font-size: 20px;
    right: 16px;
    bottom: 16px;
  }
  .sp-container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section {
    padding: 65px 0;
  }
  .section-heading,
  .split-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading > p {
    margin-top: 16px;
  }
  .section-link {
    display: inline-block;
    margin-top: 15px;
  }

  /* Rental */
  .rental-banner {
    padding: 28px;
    min-height: 0;
  }
  .rental-copy h2 {
    font-size: 34px;
  }
  .rental-art {
    min-height: 280px;
    margin-top: 15px;
  }
  .rental-art-main {
    inset: 15px 15px 0 35px;
  }
  .card-one {
    left: 0;
  }
  .card-two {
    right: -4px;
  }

  /* Locations */
  .location-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .location-card,
  .location-large {
    min-height: 220px;
    grid-row: auto;
  }

  /* Final CTA */
  .final-cta {
    min-height: 500px;
  }
  .final-content h2 {
    font-size: 43px;
  }
  .final-buttons {
    flex-wrap: wrap;
  }

   .featured-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-link {
    display: none;
  }
  .prop-img { height: 190px; }
  .prop-title { font-size: 14.5px; min-height: auto; }
}
@media (max-width: 480px) {
  .hero .sk-searchbar-wrap {
    display: none;
  }
  .hero-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-stats {
    justify-content: space-between;
    gap: 10px;
  }
  .hero-stat {
    gap: 6px;
  }
}
