  :root {
      --gold: #F4D801;
      --gold-soft: rgba(244, 216, 1, .15);
      --black: #000000;
      --white: #ffffff;
      --muted: #bdbdbd;
      --grey: #f4f4f4;
      --card: rgba(255, 255, 255, .08);
      --glass: rgba(255, 255, 255, .12);
      --stroke: rgba(255, 255, 255, .16);
      --shadow: 0 10px 35px rgba(0, 0, 0, .2);
      --radius: 22px;
      --container: 1200px;
       --header-height: 86px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: "Lato", sans-serif;
      background: #FBF9F4;
      color: #111;
       padding-top: var(--header-height);
      overflow-x: hidden;
      line-height: 1.6;
    }

    img {
      max-width: 100%;
      display: block
    }

    a {
      text-decoration: none;
      color: inherit
    }

    button,
    input,
    textarea {
      font: inherit
    }

    .container {
      width: min(var(--container), calc(100% - 32px));
      margin-inline: auto;
     
    }

    .section {
      padding: 90px 0;
      position: relative
    }

    .section-title {
      font-family: "Lato", sans-serif;
      font-size: clamp(2rem, 3vw, 2.2rem);
      line-height: 1.1;
      font-weight: 600;
      margin-bottom: 15px;
      color: #111;
    }

    .section-subtitle {
      color: #555;
      max-width: 700px;
      margin-bottom: 30px;
      font-size: 1.03rem;
    }

    .section-subtitle-center {
      text-align: center;
      color: #555;
      margin-bottom: 30px;
      font-size: 1.03rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 22px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 700;
      transition: .35s ease;
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }
    .btn:active {
       background: var(--gold) !important;
      color: #000 !important;
    }

    .btn-primary {
      background: var(--gold);
      color: #111;
      box-shadow: 0 10px 25px rgba(244, 216, 1, .25);
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 35px rgba(244, 216, 1, .35);
      filter: brightness(1.03);
      background: var(--gold);
      color: #000;
      border: none;
    }

    .btn-dark {
      background: rgba(255, 255, 255, .1);
      color: #fff;
      border-color: rgba(255, 255, 255, .2);
      backdrop-filter: blur(10px);
    }

    .btn-dark:hover {
      background: #fff;
      color: #111;
      transform: translateY(-3px);
    }

    .btn-outline {
      border: 1px solid #111;
      color: #111;
      background: #fff;
    }

    .btn-outline:hover {
      background: #111;
      color: #fff;
      transform: translateY(-3px)
    }

    .topbar {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1000;
      transition: .3s ease;
      padding: 18px 0;
       background: #fff;
           box-shadow: 0px 1px 12px 0px #bdbdbd;
    }

    .topbar.scrolled {
      background: #fff;
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(255, 255, 255, .12);
      padding: 12px 0;
    }
     .topbar .nav-links a {
      color: #000 !important;
    }


    .topbar.scrolled .nav-links a {
      color: #000 !important;
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #fff;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--gold), #fff176);
      color: #111;
      font-weight: 900;
      box-shadow: 0 10px 30px rgba(244, 216, 1, .25);
    }
    /* new nav links */
    

    .nav-links {
      display: flex;
      align-items: center;
      gap: 20px;
      color: #fff
    }

    .nav-links a {
      font-size: .95rem;
      color: rgba(255, 255, 255, .85);
      transition: .25s ease;
      font-weight: 600;
    }

    .nav-links a:hover {
      color: var(--gold)
    }

    .nav-cta {
      display: flex;
      align-items: center;
      gap: 10px
    }

    .hero {
       min-height: calc(87vh - var(--header-height));
      color: #fff;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: #0d0d0d;
    }

    .hero-slider {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .hero-slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      visibility: hidden;
      /* transform: scale(1.02); */
      /* transition: opacity .8s ease, visibility .8s ease; */
    }

    .hero-slide.active {
      opacity: 1;
      visibility: visible;
      /* animation: heroZoom 7s ease forwards; */
    }

    .hero-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .58) 45%, rgba(0, 0, 0, .35) 100%); */
    }

    .hero-slide::after {
      content: "";
      position: absolute;
      inset: -5%;
      background: radial-gradient(circle at 70% 30%, rgba(244, 216, 1, .18), transparent 20%),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, .08), transparent 25%);
      animation: bgFloat 14s ease-in-out infinite alternate;
      pointer-events: none;
    }

    @keyframes bgFloat {
      0% {
        transform: scale(1) translateY(0)
      }

      100% {
        transform: scale(1.08) translateY(-20px)
      }
    }

    @keyframes heroZoom {
      0% {
        transform: scale(1.02)
      }

      100% {
        transform: scale(1.12)
      }
    }

    .hero-wrap {
      /* display:grid;
      grid-template-columns:1.3fr .7fr; */
      gap: 34px;
      align-items: end;
      position: relative;
      z-index: 1;
      padding: 130px 0 90px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(244, 216, 1, .14);
      color: #fff;
      border: 1px solid rgba(244, 216, 1, .25);
      padding: 10px 16px;
      border-radius: 999px;
      font-size: .92rem;
      font-weight: 700;
      backdrop-filter: blur(14px);
      margin-bottom: 22px;
    }

    .dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 15px var(--gold)
    }

    .hero h1 {
      font-family: "Lato", sans-serif;
      font-size: clamp(2.8rem, 6vw, 2.5rem);
      line-height: 1.1;
      margin-bottom: 18px;
      /* max-width: 980px; */
      text-transform: uppercase;
      font-weight: 800;
      text-align: center;
      color: var(--gold);
      margin: 0 auto;
    }

    .hero p {
      font-size: 1.05rem;
      color: rgba(255, 255, 255, .82);
      max-width: 700px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 26px;
    }

    .hero-meta {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin: 28px 0;
      max-width: 840px;
    }

    .meta-card {
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 18px;
      padding: 18px;
      backdrop-filter: blur(12px);
      transition: .35s ease;
    }

    .meta-card:hover {
      transform: translateY(-6px);
      border-color: rgba(244, 216, 1, .45)
    }

    .meta-label {
      font-size: .78rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .65)
    }

    .meta-value {
      font-weight: 700;
      margin-top: 6px;
      font-size: 1.02rem
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 8px
    }

    .hero-slider-nav {
      position: absolute;
      left: 50%;
      bottom: 28px;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 3;
    }

    .hero-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: none;
      background: rgba(255, 255, 255, .45);
      cursor: pointer;
      transition: .3s ease;
    }

    .hero-dot.active {
      width: 34px;
      border-radius: 999px;
      background: var(--gold);
    }

    .hero-form {
      background: rgba(255, 255, 255, .1);
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 28px;
      box-shadow: var(--shadow);
      backdrop-filter: blur(18px);
      padding: 26px;
      position: relative;
    }

    .limited-badge {
      position: absolute;
      top: -14px;
      right: 18px;
      background: var(--gold);
      color: #111;
      font-weight: 800;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: .85rem;
      box-shadow: 0 10px 24px rgba(244, 216, 1, .35);
    }

    .hero-form h3 {
      font-family: "Google Sans Flex", sans-serif;
      font-size: 1.8rem;
      margin-bottom: 6px
    }

    .hero-form p {
      font-size: .95rem;
      color: rgba(255, 255, 255, .76);
      margin-bottom: 16px
    }

    .form-grid {
      display: grid;
      gap: 12px
    }

    .form-control {
      width: 100%;
      padding: 14px 16px;
      border-radius: 14px;
      border: 1px solid rgba(255, 255, 255, .12);
      background: rgba(255, 255, 255, .12);
      color: #fff;
      outline: none;
      transition: .25s ease;
    }

    .form-control::placeholder {
      color: rgba(255, 255, 255, .6)
    }

    .form-control:focus {
      border-color: rgba(244, 216, 1, .7);
      box-shadow: 0 0 0 4px rgba(244, 216, 1, .15)
    }

    .countdown {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      margin: 18px 0 22px;
    }

    .time-box {
      text-align: center;
      background: rgba(255, 255, 255, .12);
      padding: 12px 8px;
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, .08)
    }

    .time-box strong {
      display: block;
      font-size: 1.35rem;
      color: var(--gold)
    }

    .time-box span {
      font-size: .76rem;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .72)
    }

    .stats-strip {
      background: #0a0a0a;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, .08);
      border-bottom: 1px solid rgba(255, 255, 255, .08)
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      padding: 22px 0;
      text-align: center;
    }

    .stat {
      display: flex;
      flex-direction: column;
      gap: 2px
    }

    .stat strong {
      font-size: 1.7rem;
      color: var(--gold);
      font-family: "Google Sans Flex", sans-serif
    }

    .stat span {
      color: rgba(255, 255, 255, .72)
    }

    .highlights {
      /* background: linear-gradient(180deg, #fff, #f7f7f7) */
      padding-top: 50px;
    }

    .highlight-grid,
    .invest-grid,
    .pricing-grid,
    .invest-grid-2,
    .amenities-grid,
    .benefit-grid,
    .developer-grid,
    .footer-grid {
      display: grid;
      gap: 22px;
    }

    .highlight-grid {
      grid-template-columns: repeat(3, 1fr)
    }

    .glass-card {
      background: rgba(255, 255, 255, .7);
      backdrop-filter: blur(14px);
      border: 1px solid rgba(17, 17, 17, .07);
      border-radius: 24px;
      padding: 24px;
      box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
      transition: .35s ease;
    }

    .glass-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 38px rgba(0, 0, 0, .12)
    }

    .icon {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--gold-soft), rgba(0, 0, 0, .02));
      border: 1px solid rgba(244, 216, 1, .35);
      margin-bottom: 18px;
      font-size: 1.45rem;
    }

    .glass-card h4 {
      font-size: 1.15rem;
      margin-bottom: 8px;
      font-weight: 600;
    }

    .glass-card p {
      color: #666;
      font-size: .95rem
    }

    .overview-wrap,
    .tour-wrap,
    .location-wrap,
    .lead-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px;
      /* align-items: center; */
    }

    .image-panel {
      position: relative;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 22px 60px rgba(0, 0, 0, .15)
    }

    .image-panel video {
      width: 100%;
      height: 100%;
      min-height: 520px;
      max-height: 700px;
      object-fit: cover;
      transition: transform 1.1s ease
    }

    .image-panel:hover img {
      transform: scale(1.06)
    }

    .image-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .42) 100%);
    }

    .floating-note {
      position: absolute;
      left: 24px;
      bottom: 24px;
      z-index: 2;
      background: rgba(255, 255, 255, .12);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 20px;
      padding: 16px 18px;
      backdrop-filter: blur(18px)
    }

    .ticks {
      display: grid;
      gap: 14px;
      margin-top: 20px
    }

    .tick {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: #444
    }

    .tick i {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #fff;
      color: #111;
      font-size: .9rem;
      font-style: normal;
      font-weight: 800;
      flex: 0 0 auto
    }

    .invest-grid {
      grid-template-columns: repeat(4, 1fr)
    }
    .invest-grid-2 {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 22px;
    }
   #amenities , #Faq{
      background-color: var(--gold);
    }

    #overview {
      background: #f9f0dd;
    }

    .pricing-grid {
      grid-template-columns: repeat(3, 1fr)
    }

    .pricing-card {
      border-radius: 28px;
      padding: 28px;
      background: #fff;
      border: 1px solid #eee;
      box-shadow: 0 12px 28px rgba(0, 0, 0, .05);
      transition: .35s ease;
      position: relative;
      overflow: hidden
    }

    .pricing-card::before {
      content: "";
      position: absolute;
      inset: auto -30px -30px auto;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(244, 216, 1, .12)
    }

    .pricing-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 22px 45px rgba(0, 0, 0, .12)
    }

    .pricing-card.active {
      background: var(--gold);
      color: #fff;
      border-color: #222
    }

    .pricing-card.active .price {
      color: var(--gold)
    }

    .price-tag {
      display: inline-flex;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(244, 216, 1, .14);
      font-weight: 700;
      color: #111;
      margin-bottom: 16px
    }

    .pricing-card.active .price-tag {
      background:var(--gold);
      color: var(--gold)
    }

    .pricing-card h4 {
      font-size: 1.35rem;
      color: #111;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .price {
      font-family: "Google Sans Flex", sans-serif;
      font-size: 2.2rem;
      margin: 12px 0;
      font-weight: 700;
    }

    .mini-list {
      display: grid;
      gap: 10px;
      margin: 18px 0 24px;
      color: inherit
    }

    .plans {
      background: #0a0a0a;
      color: #fff
    }

    .plans .section-title,
    .plans .section-subtitle {
      color: #fff
    }

    .plan-tabs {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 26px
    }

    .plan-tab {
      padding: 12px 18px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, .16);
      background: rgba(255, 255, 255, .06);
      color: #fff;
      cursor: pointer;
      transition: .3s ease
    }

    .plan-tab.active,
    .plan-tab:hover {
      background: var(--gold);
      color: #111;
      border-color: var(--gold)
    }

    .plan-wrap {
      display: grid;
      grid-template-columns: 1fr .9fr;
      gap: 28px;
      align-items: center
    }

    .plan-card {
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .1);
      padding: 24px;
      border-radius: 28px;
      backdrop-filter: blur(16px)
    }

    .plan-visual {
      border-radius: 24px;
      overflow: hidden;
      background: #fff;
      padding: 14px;
      cursor: zoom-in
    }

    .plan-visual img {
      border-radius: 16px;
      transition: .4s ease
    }

    .plan-visual:hover img {
      transform: scale(1.04)
    }

    .amenities-grid {
      grid-template-columns: repeat(3, 1fr)
    }

    .gallery {
      background: #ffffff
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 18px
    }

    .gallery-item {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      min-height: 230px;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0, 0, 0, .08)
    }

    .gallery-item.large {
      grid-row: span 2;
      min-height: 478px
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .9s ease
    }

    .gallery-item:hover img {
      transform: scale(1.08)
    }

    .gallery-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, .5) 100%)
    }

    .gallery-label {
      position: absolute;
      left: 18px;
      bottom: 18px;
      color: #fff;
      z-index: 2;
      font-weight: 700
    }

    .tour-preview {
      position: relative;
      border-radius: 32px;
      overflow: hidden;
      box-shadow: 0 20px 45px rgba(0, 0, 0, .14)
    }

    .tour-preview img {
      width: 100%;
      min-height: 460px;
      object-fit: cover
    }

    .play-btn {
      position: absolute;
      inset: 50% auto auto 50%;
      transform: translate(-50%, -50%);
      width: 94px;
      height: 94px;
      border: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, .16);
      color: #fff;
      backdrop-filter: blur(18px);
      font-size: 2rem;
      display: grid;
      place-items: center;
      cursor: pointer;
      box-shadow: 0 0 0 0 rgba(244, 216, 1, .55);
      animation: pulse 2s infinite
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(244, 216, 1, .45)
      }

      70% {
        box-shadow: 0 0 0 20px rgba(244, 216, 1, 0)
      }

      100% {
        box-shadow: 0 0 0 0 rgba(244, 216, 1, 0)
      }
    }

    .location {
      background: #111;
      color: #fff
    }

    .location .section-title,
    .location .section-subtitle {
      color: #fff
    }

    .map-box {
      min-height: 440px;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .12);
      background: #1a1a1a;
      position: relative
    }

    .map-box iframe {
      width: 100%;
      height: 100%;
      min-height: 500px;
      /* filter: grayscale(1) contrast(1.1) */
    }

    .distance-list {
      display: grid;
      gap: 14px
    }

    .distance-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 18px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .08)
    }

    .distance-badge {
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(244, 216, 1, .14);
      color: var(--gold);
      font-weight: 700
    }

    .benefit-grid {
      grid-template-columns: repeat(4, 1fr)
    }

    .infographic {
      padding: 26px;
      border-radius: 26px;
      background: #fff;
      border: 1px solid #eee;
      box-shadow: 0 12px 28px rgba(0, 0, 0, .05)
    }

    .infographic strong {
      font-size: 2rem;
      color: #111;
      font-family: "Google Sans Flex", sans-serif;
      display: block;
      margin-bottom: 6px
    }

    .infographic p {
      color: #666
    }

    .developer-grid {
      grid-template-columns: 1fr 1.2fr;
      align-items: center
    }

    .dev-panel {
      background: linear-gradient(135deg, #111, #1e1e1e);
      color: #fff;
      padding: 34px;
      border-radius: 30px;
      box-shadow: 0 18px 45px rgba(0, 0, 0, .18)
    }

    .logo-chip {
      width: 84px;
      height: 84px;
      border-radius: 24px;
      background: var(--gold);
      color: #111;
      font-size: 2rem;
      font-weight: 900;
      display: grid;
      place-items: center;
      margin-bottom: 20px
    }

    .dev-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 24px
    }

    .dev-stat {
      padding: 18px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .08);
      text-align: center
    }

    .dev-stat strong {
      display: block;
      font-size: 1.7rem;
      color: var(--gold)
    }

    .testimonials {
      background: #f7f7f7
    }

    .slider {
      position: relative;
      overflow: hidden
    }

    .slides {
      display: flex;
      transition: transform .55s ease
    }

    .testimonial {
      min-width: 100%;
      padding: 14px
    }

    .testimonial-card {
      background: #fff;
      border-radius: 30px;
      padding: 34px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
      max-width: 920px;
      margin: 0 auto;
      text-align: center
    }

    .avatar {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0 auto 16px;
      border: 4px solid rgba(244, 216, 1, .45)
    }

    .stars {
      color: var(--gold);
      letter-spacing: 3px;
      margin-bottom: 12px
    }

    .slider-nav {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 20px
    }

    .slider-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      transition: .3s
    }

    .slider-dot.active {
      width: 34px;
      border-radius: 999px;
      background: #111
    }

    

    .lead-section {
      background: linear-gradient(135deg, #111 0%, #1d1d1d 100%);
      color: #fff
    }

    .lead-section .section-title,
    .lead-section .section-subtitle {
      color: #fff
    }

    .lead-card {
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 30px;
      padding: 28px;
      backdrop-filter: blur(16px)
    }

    .lead-card textarea {
      min-height: 130px;
      resize: vertical
    }

    .final-cta {
      padding: 76px 0;
      background:
        linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .72)),
        url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
      color: #fff;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .final-cta h2 {
      font-family: "Google Sans Flex", sans-serif;
      font-size: clamp(2rem, 4vw, 4rem);
      line-height: 1.08;
      margin-bottom: 16px
    }

    .final-cta p {
      max-width: 760px;
      margin: 0 auto 22px;
      color: rgba(255, 255, 255, .78)
    }

    .final-countdown {
      max-width: 520px;
      margin: 0 auto 24px
    }

    footer {
      background: #090909;
      color: #fff;
      padding: 70px 0 30px
    }

    .footer-grid {
      grid-template-columns: 1.2fr .8fr .8fr .8fr
    }

    .footer-col h4 {
      margin-bottom: 16px;
      font-size: 1.05rem
    }

    .footer-col p,
    .footer-col a {
      color: rgba(255, 255, 255, .68)
    }

    .footer-links {
      display: grid;
      gap: 10px
    }

    .socials {
      display: flex;
      gap: 12px;
      margin-top: 16px
    }

    .socials a {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .08);
      transition: .3s ease
    }

    .socials a:hover {
      background: var(--gold);
      color: #111;
      transform: translateY(-4px)
    }

    .footer-bottom {
      margin-top: 34px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, .08);
      display: flex;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      color: rgba(255, 255, 255, .55);
      font-size: .92rem
    }

    .floating-actions {
      position: fixed;
      right: 18px;
      bottom: 18px;
      display: grid;
      gap: 12px;
      z-index: 1100
    }

    .float-btn {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      border: none;
      display: grid;
      place-items: center;
      cursor: pointer;
      background: #4CAF50;
      color: #fff;
      box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
      transition: .3s ease;
      font-size: 2.1rem
    }

    .float-btn.gold {
      background: var(--gold);
      color: #111
    }

    .float-btn:hover {
      transform: translateY(-5px) scale(1.04)
    }

    .sticky-book {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      bottom: 18px;
      z-index: 1090;
      padding: 14px 24px;
      border-radius: 999px;
      background: var(--gold);
      color: #111;
      font-weight: 800;
      box-shadow: 0 12px 28px rgba(244, 216, 1, .28);
      display: none
    }

    .reveal {
      opacity: 1;
      transform: translateY(14px);
      transition: all .8s cubic-bezier(.2, .65, .2, 1)
    }

    .highlight-grid .glass-card {
      opacity: 1;
      display: flex;
      gap: 20px;
      transform: none;
      border-radius: 12px;
      padding: 10px;
      justify-content: center;
      align-items: center;
      background: #fff;
    }

    .highlight-grid .glass-card p {
      margin: 0;
    }

    .highlight-grid .glass-card .icon {
      width: 86px;
      height: 56px;
      border-radius: 9px;
      display: grid;
      place-items: center;
      margin-bottom: 0;
      font-size: 1.55rem;
    }

    .highlight-grid .glass-card:hover .icon {
      background: var(--gold);
      /* border: 1px solid rgb(0 0 0); */
    }

    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .55);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1200;
      padding: 24px;
    }

    .lightbox.active {
      display: flex
    }

    .lightbox-panel {
      width: min(1180px, 100%);
      min-height: 670px;
      background: #fff;
      border-radius: 30px;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1.9fr .95fr;
      box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
    }

    .lightbox-media {
      background: #111;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lightbox-media img,
    .lightbox-media video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .lightbox-side {
      background: #f7f4eb;
      padding: 28px 24px 24px;
      display: flex;
      flex-direction: column;
    }

    .lightbox-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 24px;
    }

    .lightbox-head h3 {
      font-family: "Google Sans Flex", sans-serif;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.1;
    }

    .lightbox-head p {
      color: #666;
      margin-top: 10px
    }

    .thumb-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      margin-top: 14px;
      margin-bottom: 28px;
    }

    .thumb-item {
      border: none;
      background: #fff;
      padding: 0;
      border-radius: 14px;
      overflow: hidden;
      cursor: pointer;
      border: 2px solid transparent;
      box-shadow: 0 8px 18px rgba(0, 0, 0, .05);
      height: 64px;
    }

    .thumb-item.active {
      border-color: var(--gold)
    }

    .thumb-item img {
      width: 100%;
      height: 100%;
      object-fit: cover
    }

    .lightbox-actions {
      margin-top: auto;
      display: grid;
      gap: 12px
    }

    .lightbox-close {
      background: none;
      color: #555;
      border: none;
      cursor: pointer;
      font-size: 2rem;
      line-height: 1
    }

    @media (max-width:1100px) {

      .hero-wrap,
      .overview-wrap,
      .tour-wrap,
      .location-wrap,
      .lead-wrap,
      .developer-grid,
      .plan-wrap {
        grid-template-columns: 1fr
      }

      .hero-meta,
      .highlight-grid,
      .invest-grid,
      .pricing-grid,
      .amenities-grid,
      .benefit-grid,
      .stats-grid,
      .footer-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .gallery-grid {
        grid-template-columns: 1fr 1fr
      }

      .gallery-item.large {
        grid-row: auto;
        min-height: 280px
      }

      .sticky-book {
        display: inline-flex
      }

      .nav-links {
        display: none
      }
    }

    @media (max-width:700px) {
      .section {
        padding: 37px 0
      }
/* 
      .hero {
        min-height: auto
      } */

      .hero-wrap {
        padding: 110px 0 70px
      }

      .hero-meta,
      .highlight-grid,
      .invest-grid,
      .pricing-grid,
      .amenities-grid,
      .benefit-grid,
      .stats-grid,
      .footer-grid,
      .countdown {
        grid-template-columns: 1fr
      }

      .gallery-grid {
        grid-template-columns: 1fr
      }

      .btn {
        width: 100%
      }

      .hero-actions {
        display: grid
      }

      .floating-actions {
        right: 12px;
        bottom: 90px
      }

      .sticky-book {
        left: 16px;
        right: 16px;
        transform: none;
        justify-content: center
      }

      .dev-stats {
        grid-template-columns: 1fr
      }

      .topbar {
        padding: 14px 0
      }

      .lightbox-panel {
        grid-template-columns: 1fr;
        min-height: auto
      }

      .lightbox-media {
        min-height: 320px
      }

      .lightbox-side {
        padding: 22px 18px
      }

      .thumb-grid {
        grid-template-columns: repeat(3, 1fr)
      }
    }

    /* small ticket section */

    .ticket {
      padding: 50px 0 90px 0;
      background: #fff;
    }

    .ticket-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 20px;
    }

    .ticket-box {
      background: #F4D801;
      padding: 20px;
      border-radius: 10px;
      transition: .4s;
    }

    .ticket-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

    .ticket-box h3 {
      /* font-family:'Playfair Display'; */
      font-family: "Google Sans Flex", sans-serif;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 10px;

    }

    .ticket-box p {
      font-size: 15px;
      line-height: 1.6;
    }

    .price-growth {
      display: grid;
      gap: 14px;
      margin-top: 18px
    }

    .price-step {
      padding: 18px 18px;
      border-radius: 20px;
      background: #fff;
      border: 1px solid var(--line);
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center
    }

    .price-step strong {
      font-family: 'Playfair Display', serif;
      font-size: 1.55rem
    }

    .pricing-card {
      padding: 28px;
      position: relative;
      text-align: center;
      overflow: hidden
    }

    .pricing-card::before {
      content: "";
      position: absolute;
      right: -28px;
      bottom: -28px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.12)
    }

    .pricing-card.active {
      background: var(--gold);
      color: #fff;
      width: 50%;
      margin: 0 auto;
      border-color: #222
    }
.pricing-card.active .btn-primary{
  color: #ffffff !important;
  background-color: #000 !important;
}
    .pricing-card.active .price {
      color: var(--gold)
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px
    }

    .price-tag {
      display: inline-flex;
      padding: 8px 14px;
      border-radius: 999px;
      background: var(--gold-soft);
      font-weight: 700;
      color: #111;
      margin-bottom: 16px
    }

    .pricing-card.active .price-tag {
      background: rgba(244, 216, 1, .18);
      color: var(--gold)
    }

    .price {
      font-family: 'Playfair Display', serif;
      font-size: 2.3rem;
      margin: 12px 0 10px
    }

    /* .pricing-card {
      padding: 28px;
      position: relative;
      overflow: hidden;
      height: 100%
    }

    .pricing-card.featured {
      background: #fffef1;
      border-color: rgba(244, 216, 1, .55)
    }

    .pricing-badge {
      display: inline-flex;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(244, 216, 1, .18);
      font-size: .85rem;
      font-weight: 700;
      color: #111;
      margin-bottom: 16px;
    }

    .pricing-price {
      font-size: 2.3rem;
      line-height: 1;
      color: #111;
      font-weight: 800;
      margin: 14px 0 10px
    }

    .pricing-list {
      display: grid;
      gap: 10px;
      margin: 18px 0 24px;
      color: #444
    } */

    .guarantee-section {
      padding: 90px 20px;
      background: #fff;
      overflow: hidden;
    }

    .guarantee-section .container {
      max-width: 1320px;
      margin: 0 auto;
    }

    .guarantee-layout {
      position: relative;
      display: grid;
      grid-template-columns: 420px 1fr;
      gap: 50px;
      align-items: start;
      background: var(--gold);
      border-radius: 32px;
      padding: 60px;
      box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .guarantee-layout::before {
      content: "";
      position: absolute;
      top: -120px;
      right: -120px;
      width: 320px;
      height: 320px;
      background: rgba(255, 255, 255, 0.18);
      border-radius: 50%;
    }

    .guarantee-layout::after {
      content: "";
      position: absolute;
      bottom: -140px;
      left: -100px;
      width: 260px;
      height: 260px;
      background: rgba(255, 255, 255, 0.10);
      border-radius: 50%;
    }

    .guarantee-left {
      position: relative;
      z-index: 2;
      padding-right: 10px;
    }

    .section-tag {
      display: inline-block;
      padding: 9px 16px;
      background: #111;
      color: #fff;
      border-radius: 40px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.4px;
      margin-bottom: 18px;
    }



    .guarantee-highlight {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      max-width: 360px;
    }

    .highlight-line {
      width: 4px;
      min-width: 4px;
      height: 72px;
      background: #111;
      border-radius: 10px;
      margin-top: 3px;
    }

    .guarantee-person {
      margin-top: 20px;
          bottom: -57px;
    position: relative;
    }

    .guarantee-right {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: repeat(2, minmax(240px, 1fr));
      gap: 22px;
    }

    .benefit-card {
      background: #fff;
      /* background: rgba(255, 255, 255, 0.26); */
      backdrop-filter: blur(8px);
      border: 1px solid rgba(17, 17, 17, 0.08);
      border-radius: 22px;
      padding: 15px;
      transition: all 0.35s ease;
      min-height: 180px;
    }

    .benefit-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
      background: rgba(255, 255, 255, 0.38);
    }

    .benefit-number {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      color: #111;
      opacity: 0.7;
      margin-bottom: 5px;
    }

    .benefit-card h3 {
      font-size: 24px;
      line-height: 1.15;
      color: #111;
      font-weight: 600;
    }

    .benefit-card p {
      font-size: .95rem;
      color: #222;
      margin: 0;
    }


    /* .person-bg-circle {
      position: absolute;
      width: 280px;
      height: 280px;
      background: rgba(255, 255, 255, 0.26);
      border-radius: 50%;
      left: 50%;
      bottom: 40px;
      transform: translateX(-50%);
      filter: blur(10px);
    } */

    .guarantee-person img {
        width: 100%;
    display: block;
    position: relative;
    border-radius: 20px;
    z-index: 2;
    /* width: 408px; */
    bottom: -2px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.18));
    }


    .roi-growth-section {
      padding: 90px 20px;
      overflow: hidden;
      background: #fff;
    }


    .roi-layout {
      display: grid;
      grid-template-columns: 420px 1fr;
      gap: 36px;
      align-items: stretch;
    }

    .roi-content {
      background: #111;
      color: #fff;
      border-radius: 28px;
      padding: 42px 32px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    }

    .roi-content::before {
      content: "";
      position: absolute;
      top: -120px;
      right: -100px;
      width: 240px;
      height: 240px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
    }

    .roi-content::after {
      content: "";
      position: absolute;
      bottom: -100px;
      left: -80px;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(234, 217, 79, 0.10);
    }

    .roi-tag {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 30px;
      background: var(--gold);
      color: #111;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 18px;
    }


    /* .section-title span {
    color: var(--gold);
  } */

    .roi-desc {
      margin: 0 0 28px;
      font-size: 15.2px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.82);
      max-width: 340px;
    }

    .roi-info-card {
      position: relative;
      z-index: 2;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.10);
      border-radius: 22px;
      padding: 24px 20px;
      backdrop-filter: blur(8px);
    }

    .roi-info-card h3 {
      margin: 0 0 6px;
      font-size: 26px;
      line-height: 1.1;
      font-weight: 800;
      color: var(--gold);
      text-transform: uppercase;
    }

    .roi-info-card .sub-text {
      margin: 0 0 18px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .growth-points {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 10px;
    }

    .growth-points li {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.88);
      padding: 8px 12px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.04);
      border-left: 3px solid var(--gold);
    }

    .growth-points li strong {
      color: #fff;
    }

    .roi-chart-card {
      background: var(--gold);
      border-radius: 28px;
      padding: 32px 28px 26px;
      position: relative;
      overflow: hidden;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    }

    .roi-chart-card::before {
      content: "";
      position: absolute;
      top: -70px;
      right: -70px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.18);
    }

    .chart-header {
      position: relative;
      z-index: 2;
      margin-bottom: 18px;
    }

    .chart-header h3 {
      margin: 0 0 6px;
      font-size: clamp(28px, 3vw, 24px);
      line-height: 1;
      font-weight: 600;
      color: #111;
      text-transform: uppercase;
      letter-spacing: -1px;
    }

    .chart-header p {
      margin: 0;
      font-size: 14px;
      color: rgba(17, 17, 17, 0.72);
    }

    .chart-wrap {
      position: relative;
      height: 560px;
      border-radius: 22px;
      background: rgb(255, 255, 255);
      border: 1px solid rgba(17, 17, 17, 0.08);
      overflow: hidden;
      padding: 20px 20px 74px 84px;
    }

    .chart-bottom-title {
      position: absolute;
      left: 50%;
      bottom: 18px;
      transform: translateX(-50%);
      background: #111;
      color: var(--gold);
      font-size: 18px;
      font-weight: 800;
      text-transform: uppercase;
      padding: 12px 18px;
      border-radius: 14px;
      letter-spacing: -0.3px;
      text-align: center;
    }


    .floor-plan-section {
      padding: 60px 20px;
      background: #ffffff;
      position: relative;
    }


    .fp-heading {
      text-align: center;
      max-width: 860px;
      margin: 0 auto 46px;
    }

    .fp-tag {
      display: inline-block;
      padding: 8px 16px;
      background: #111;
      color: #fff;
      border-radius: 40px;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 16px;
      letter-spacing: 0.4px;
    }

    .fp-heading p {
      margin: 0 auto;
      font-size: 1.03rem;
      line-height: 1.7;
      color: #444;
      max-width: 760px;
    }

    .fp-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
    }

    .fp-card {
      position: relative;
      background: #fff;
      border-radius: 26px;
      overflow: hidden;
      box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(0, 0, 0, 0.06);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .fp-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 26px 55px rgba(0, 0, 0, 0.12);
    }

    .fp-image-wrap {
      background: #FBF9F4;
      padding: 24px;
      min-height: 310px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .fp-image-wrap img {
      width: 100%;
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      transition: transform 0.4s ease;
    }

    .fp-card:hover .fp-image-wrap img {
      transform: scale(1.03);
    }

    .fp-card-content {
      position: relative;
      margin: -28px 16px 16px;
      /* background:      radial-gradient(circle at top center, rgba(222,195,120,0.55), rgba(17,17,17,0.98) 62%); */
      background: #000;
      color: #fff;
      border-radius: 22px;
      padding: 28px 20px 22px;
      text-align: center;
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
      border: 1px solid rgba(212, 175, 55, 0.35);
    }

    .fp-card-content h3 {
      margin: 0 0 10px;
      font-size: 22px;
      font-weight: 800;
      color: #ffffff;
    }

    .fp-card-content p {
      margin: 0 0 18px;
      font-size: 16px;
      color: rgb(255, 255, 255);
    }

    .fp-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 138px;
      padding: 12px 18px;
      background: var(--gold);
      color: #111;
      border: none;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .fp-btn:hover {
      background: #ffffff;
      color: #111;
      transform: translateY(-2px);
    }

    /* Modal */
    .fp-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .fp-modal.active {
      display: flex;
    }

    .fp-modal-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.58);
      backdrop-filter: blur(4px);
    }
    .fp-modal-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 34px 32px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    z-index: 2;
    animation: fpFadeUp 0.35s ease;
}

    /* .fp-modal-box {
      position: relative;
      width: 100%;
      max-width: 500px;
      background: #fff;
      border-radius: 24px;
      padding: 34px 32px 30px;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
      border: 1px solid rgba(0, 0, 0, 0.08);
      z-index: 2;
      animation: fpFadeUp 0.35s ease;
    } */

    .fp-close {
      position: absolute;
      top: 14px;
      right: 16px;
      width: 38px;
      height: 38px;
      border: none;
      background: transparent;
      font-size: 30px;
      line-height: 1;
      cursor: pointer;
      color: #ffffff;
    }

    .fp-close:hover {
      color: #111;
    }

    .fp-modal-header {
      text-align: center;
      margin-bottom: 24px;
    }

    .fp-modal-tag {
      display: inline-block;
      padding: 7px 14px;
      border-radius: 30px;
      background:var(--gold);
      color: var(--black);
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .fp-modal-header h3 {
      margin: 0 0 10px;
      font-size: clamp(30px, 4vw, 35px);
      line-height: 1;
      font-weight: 800;
      color: #ffffff;
    }

    .fp-modal-header p {
      margin: 0;
      font-size: 15px;
      line-height: 1.7;
      color: #fff;
    }

    .fp-form {
      display: grid;
      gap: 16px;
    }

    .fp-form-group input,
    .fp-form-group textarea {
      width: 100%;
      padding: 10px 14px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      font-size: 16px;
      background: #fafafa;
      color: #111;
      outline: none;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .fp-form-group input:focus,
    .fp-form-group textarea:focus {
      border-color: #d4af37;
      box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
      background: #fff;
    }

    .fp-form-group textarea {
      resize: vertical;
      min-height: 120px;
    }

    .fp-checkbox {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      line-height: 1.6;
      color: #ffffff;
    }

    .fp-checkbox input {
      margin-top: 4px;
      accent-color: #d4af37;
    }

    .fp-submit-btn {
      margin-top: 6px;
      width: 100%;
      padding: 12px 20px;
      border: none;
      border-radius: 12px;
      background: #111;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .fp-submit-btn:hover {
      background: #d4af37;
      color: #111;
    }
.model-hr{
  background-color: #fff;
  opacity: 1;
  height: 4px;
}

    @keyframes fpFadeUp {
      from {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
      }

      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    @media (max-width: 991px) {
      .fp-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 767px) {
      .floor-plan-section {
        padding: 37px 15px;
      }

      .fp-heading {
        margin-bottom: 28px;
      }

      .fp-heading p {
        font-size: 15px;
      }

      .fp-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .fp-image-wrap {
        min-height: 240px;
        padding: 18px;
      }

      .fp-card-content {
        margin: -20px 12px 12px;
        border-radius: 18px;
        padding: 22px 16px 18px;
      }

      .fp-card-content h3 {
        font-size: 20px;
      }

      .fp-card-content p {
        font-size: 14px;
      }

      .fp-modal-box {
        padding: 28px 18px 22px;
        border-radius: 18px;
      }

      .fp-modal-header h3 {
        font-size: 28px;
      }

      .fp-form-group input,
      .fp-form-group textarea {
        padding: 7px 14px;
        font-size: 12px;
        border-radius: 10px;
      }

      .fp-submit-btn {
        font-size: 16px;
        padding: 12px 18px;
      }
       .pricing-card.active{
        width: 100%;
       }
       .developer-v2-container, .sg3-container {
        padding: 0;
        margin: 0;
       }
    }


    @media (max-width: 1199px) {
      .guarantee-layout {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 45px 35px;
      }

      .guarantee-left {
        max-width: 100%;
      }

      .section-desc,
      .guarantee-highlight {
        max-width: 100%;
      }



      .guarantee-person {
        /* left: 50%;
        transform: translateX(-50%); */
        width: 300px;
      }
    }

    @media (max-width: 767px) {
      .guarantee-section {
        padding: 37px 15px;
      }
      .guarantee-section .container{
        padding: 0;
      }
      /* .container {
       padding: 0;} */
       .roi-growth-section{
        padding: 37px 15px;
       }
       .chart-wrap{
        height: 260px;
        padding: 7px;
       }
      


      .guarantee-layout {
        border-radius: 24px;
        padding: 28px 20px;
      }

      .section-title {
        font-size: 30px;
        text-align: center;
      }

      .guarantee-right {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .benefit-card {
        min-height: auto;
        padding: 20px 18px;
        border-radius: 18px;
      }

      .benefit-card h3 {
        font-size: 22px;
      }

      .guarantee-person {
        width: 288px;
        bottom: -30px;
      }

      /* .person-bg-circle {
        width: 220px;
        height: 220px;
      } */

      .badge {
        font-size: 12px;
        padding: 8px 14px;
        border-radius: 30px;
        text-align: left;
        justify-content: center;
      }

      .meta-card {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 9px;
        padding: 9px;
        backdrop-filter: blur(12px);
        transition: .35s ease;
      }

      .stat strong {
        font-size: 1.2rem;
        color: var(--gold);
        font-family: "Google Sans Flex", sans-serif;
      }
    }

    .mobile-toggle {
      display: none;
      width: 46px;
      height: 46px;
      border: none;
      background: var(--gold);
      border-radius: 12px;
      padding: 0;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      backdrop-filter: blur(12px);
    }

    .mobile-toggle span {
      width: 20px;
      height: 2px;
      background: #000;
      display: block;
      border-radius: 999px;
    }

    /* .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 320px;
      max-width: 90%;
      height: 100%;
      background: #fff;
      z-index: 1200;
      transition: right 0.35s ease;
      padding: 20px;
      box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
    } */

   

    .mobile-menu-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease;
    }

    .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .mobile-menu-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px;
    }

    .mobile-menu-close {
      border: none;
      background: none;
      font-size: 34px;
      line-height: 1;
      cursor: pointer;
      color: #111;
    }

    .mobile-menu-links {
      display: grid;
      gap: 14px;
    }

    .mobile-menu-links a {
      color: #111;
      font-size: 16px;
      font-weight: 600;
    }

    .mobile-menu-btn {
      margin-top: 10px;
      width: 100%;
    }

    @media (max-width: 700px) {

      .desktop-cta  .open-popup{
        display: none !important;
      }
      .mobile-menu {
        width: 215px !important;
      }

      .mobile-toggle {
        display: inline-flex;
      }

      .sticky-book {
        display: inline-flex;
      }
      .mobile-btn{
        display: none;
      }
    }

    .luxury-amenities-section {
      padding: 90px 0;
      background: #FBF9F4;
      position: relative;
      overflow: hidden;
    }

    .amenities-tag {
      display: inline-block;
      padding: 8px 18px;
      border-radius: 40px;
      background: #111;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.5px;
      margin-bottom: 18px;
    }



    .amenities-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px 60px;
      position: relative;
    }

    .amenities-layout::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.08);
      transform: translateX(-50%);
    }

    .amenity-line {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      padding: 0 0 26px;
      margin-bottom: 26px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .amenity-icon {
      width: 56px;
      height: 56px;
      min-width: 56px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      color:#000;
      font-size: 22px;
      box-shadow: 0 10px 24px rgba(183, 137, 52, 0.22);
    }

    .amenity-text h4 {
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 1.1;
      font-weight: 700;
      color: #111;
    }

    .amenity-text p {
      margin: 0;
      font-size: 15px;
      line-height: 1.7;
      color: #555;
      max-width: 470px;
    }

    .story-layout {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 26px
    }

    .story-card {
      padding: 30px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 26px;
      box-shadow: var(--shadow);
      transition: .35s ease;
    }

    .growth-line {
      display: grid;
      gap: 14px;
      margin-top: 22px
    }

    .growth-item {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 16px 18px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 18px
    }

    .growth-badge {
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(244, 216, 1, .16);
      font-weight: 700
    }

    @media (max-width: 991px) {
      .luxury-amenities-section {
        padding: 80px 0;
      }

      .amenities-layout {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .amenities-layout::before {
        display: none;
      }

      .amenity-text h4 {
        font-size: 22px;
      }
    }

    @media (max-width: 767px) {
      .luxury-amenities-section {
        padding: 37px 15px;
      }

      .luxury-amenities-section .container {
        padding: 0 15px;
      }



      .luxury-amenities-section .section-title {
        font-size: 38px;
      }

      .luxury-amenities-section .section-subtitle {
        font-size: 15px;
        line-height: 1.7;
      }

      .section-subtitle {
        color: #555;
        max-width: 700px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 15px;
      }
      .tick{
        font-size: 15px;
      }
      .ticket{
        padding: 37px 18px;
      }
      .ticket-box h3 {
        font-size: 20px;
      }

      .amenity-line {
        gap: 14px;
        padding-bottom: 18px;
        margin-bottom: 18px;
      }

      .amenity-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 18px;
      }

      .amenity-text h4 {
        font-size: 19px;
      }

      .amenity-text p {
        font-size: 14px;
        line-height: 1.6;
      }
    }

    .emi-section {
      padding: 90px 20px;
      /* background: #f7f4ee; */
    }

    .emi-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .emi-box {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 32px;
      align-items: center;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-radius: 28px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .emi-left {
      background: linear-gradient(135deg, #111 0%, #1b1b1b 100%);
      color: #fff;
      padding: 50px 40px;
      height: 100%;
      position: relative;
    }

    .emi-left::before {
      content: "";
      position: absolute;
      top: -60px;
      right: -60px;
      width: 180px;
      height: 180px;
      background: rgba(212, 175, 55, 0.10);
      border-radius: 50%;
    }

    .emi-tag {
      display: inline-block;
      padding: 8px 16px;
      border-radius: 30px;
      background: #d4af37;
      color: #111;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 18px;
    }


    .emi-left p {

      color: rgb(255, 255, 255);
    }

    .emi-right {
      padding: 42px 36px;
    }

    .emi-form {
      display: grid;
      gap: 18px;
    }

    .emi-field label {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 700;
      color: #111;
    }

    .emi-field input {
      width: 100%;
      height: 54px;
      padding: 0 16px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      font-size: 15px;
      color: #111;
      background: #faf9f6;
      outline: none;
      transition: all 0.3s ease;
    }

    .emi-field input:focus {
      border-color: #d4af37;
      box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
      background: #fff;
    }

    .emi-btn {
      height: 54px;
      border: none;
      border-radius: 12px;
      background: var(--gold);
      color: #000000;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .emi-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 24px rgba(184, 137, 45, 0.25);
    }

    .emi-result-box {
      margin-top: 8px;
      padding: 22px;
      border-radius: 18px;
      background: #f8f2df;
      border: 1px solid rgba(212, 175, 55, 0.25);
      text-align: center;
    }

    .emi-result-box h4 {
      margin: 0 0 10px;
      font-size: 16px;
      color: #7a5a15;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .emi-result {
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 800;
      color: #111;
      line-height: 1;
    }

    @media (max-width: 991px) {
      .emi-box {
        grid-template-columns: 1fr;
      }

      .emi-left,
      .emi-right {
        padding: 32px 22px;
      }
    }

    @media (max-width: 767px) {
      .emi-section {
        padding: 37px 15px;
      }

      .emi-left h2 {
        font-size: 30px;
      }

      .emi-left p {
        font-size: 14px;
        line-height: 1.7;
      }

      .emi-field input,
      .emi-btn {
        height: 50px;
      }

      .emi-result-box {
        padding: 18px;
      }

      .emi-result {
        font-size: 30px;
      }
    }

    @media (max-width: 767px) {
      .hero h1 {
        font-size: 2rem;
        line-height: 1.15;
      }

      .hero p {
        font-size: 0.95rem;
      }

      .hero-meta {
        grid-template-columns: 1fr 1fr;
      }

      .overview-wrap,
      .roi-layout,
      .developer-grid,
      .story-layout,
      .location-wrap,
      .lead-wrap,
      .ticket-grid {
        grid-template-columns: 1fr !important;
      }

      .guarantee-layout {
        grid-template-columns: 1fr !important;
      }

      .ticket-grid {
        display: grid;
        gap: 16px;
      }

      .story-layout {
        display: grid;
        gap: 20px;
      }

      .grid-3 {
        grid-template-columns: 1fr !important;
      }

      .stats-grid {
        grid-template-columns: 1fr 1fr !important;
      }

      .hero-actions .btn,
      .lead-card .btn {
        width: 100%;
      }

      .image-panel img {
        min-height: 320px;
      }

      .map-box iframe {
        min-height: 430px;
      }
    }

    .faq-question span {
      font-size: 22px;
      font-weight: 700;
      transition: transform 0.3s ease;
    }

    .faq-item.active .faq-question span {
      transform: rotate(45deg);
    }

    .logo-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }


    .logo {
      height: 58px;
      transition: opacity .3s ease;
    }

    .logo-black {
      display: none;
    }

    .topbar.scrolled .logo-white {
      display: none;
    }

    .topbar.scrolled .logo-black {
      display: block;
    }

    @media (max-width:768px) {

      .topbar.scrolled .logo-white {
        display: none;
      }

      .topbar.scrolled .logo-black {
        display: block;
      }
       .investment-section {
        padding: 37px 15px !important;}
        .investment-item{
          min-height: 122px;
    justify-content: center;
    display: flex;
    flex-direction: column;
        }
    }
    .investment-section{
padding:90px 0;
background:#f7f4ee;
}

.investment-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.investment-item{
background:#fff;
padding:30px;
border-radius:14px;
border:1px solid rgba(0,0,0,0.06);
text-align:center;
}
.investment-item:hover{
background:var(--gold);
color:#000000;
}

.investment-item span{
display:block;
font-size:13px;
color:#000000;
margin-bottom:8px;
}

.investment-item strong{
font-size:20px;
font-weight:700;
color:#111;
}

.investment-item.highlight{
background:var(--gold);
color:#000000;
}

.investment-item.highlight strong{
color:#000000;
font-size:24px;
}

@media(max-width:992px){
.investment-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.investment-grid{
grid-template-columns:1fr;
}
}
.location-v2 {
  background: #0b0b0b;
  color: #fff;
}

.location-v2 .section-title,
.location-v2 .section-subtitle-center {
  color: #fff;
}

.location-header {
  margin-bottom: 42px;
}

.location-mini-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(244, 216, 1, 0.14);
  border: 1px solid rgba(244, 216, 1, 0.26);
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.location-v2-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

/* Left */
.location-map-card {
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.16);
}

.location-map-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.map-label {
  display: inline-block;
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

.location-map-top h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
}

.location-map-top p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.7;
  max-width: 420px;
}

.map-link-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  min-width: 120px;
}

.location-map-frame {
  height: 684px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.location-map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.location-quick-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.quick-point {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  text-align: center;
  padding: 16px 12px;
}

.quick-point strong {
  display: block;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 800;
}

.quick-point span {
  color: rgba(255,255,255,0.78);
  font-size: 13px;
}

/* Right */
.location-info-card {
  background: #fff;
  color: #111;
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}

.location-info-head {
  margin-bottom: 20px;
}

.location-info-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.location-info-head h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 700;
  color: #111;
  max-width: 540px;
}

.connectivity-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.feature-chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: #f5f1e6;
  color: #6c5420;
  font-size: 13px;
  font-weight: 700;
}

.connectivity-modern-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.connectivity-modern-card {
  background: #FBF9F4;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 22px;
  padding: 20px;
}

.connectivity-modern-card.wide {
  grid-column: 1 / -1;
}

.modern-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.modern-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.modern-card-head h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.connectivity-modern-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.connectivity-modern-card ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(0,0,0,0.08);
}

.connectivity-modern-card ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.connectivity-modern-card ul li span {
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}

.connectivity-modern-card ul li strong {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.two-col-list {
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}

@media (max-width: 1199px) {
  .location-v2-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .location-map-card,
  .location-info-card {
    border-radius: 22px;
    padding: 18px;
  }

  .location-map-top {
    flex-direction: column;
    gap: 14px;
  }

  .location-map-top h3 {
    font-size: 24px;
  }

  .location-map-frame {
    height: 280px;
  }
  .invest-grid-2{
    grid-template-columns: 1fr;
  }

  .location-quick-points {
    grid-template-columns: 1fr;
  }

  .location-info-head h3 {
    font-size: 26px;
  }

  .connectivity-modern-grid {
    grid-template-columns: 1fr;
  }

  .two-col-list {
    grid-template-columns: 1fr;
  }

  .connectivity-modern-card ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .connectivity-modern-card ul li strong {
    white-space: normal;
  }
}

.premium-amenities-v2 {
  padding: 100px 20px;
  background: #f4d801;
  position: relative;
  overflow: hidden;
}

.premium-amenities-v2::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}

.premium-amenities-v2::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
}

.premium-amenities-v2 .container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.amenities-v2-head {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.amenities-mini-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.4px;
}

.amenities-v2-head .section-title {
  color: #111;
  margin-bottom: 14px;
}

.amenities-v2-head .section-subtitle-center {
  color: rgba(17,17,17,0.78);
  max-width: 760px;
  margin: 0 auto;
}

.amenities-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.amenity-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 280px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  background: #111;
}

.amenity-card.large {
  grid-column: span 2;
  min-height: 360px;
}

.amenity-card.wide {
  grid-column: span 2;
}

.amenity-image {
  position: absolute;
  inset: 0;
}

.amenity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.amenity-card:hover .amenity-image img {
  transform: scale(1.08);
}

.amenity-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.12) 0%,
    rgba(0,0,0,0.25) 35%,
    rgba(0,0,0,0.72) 100%
  );
}

.amenity-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 22px 22px;
  z-index: 2;
}

.amenity-overlay h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.amenity-overlay p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.7;
  max-width: 90%;
}

@media (max-width: 1100px) {
  .amenities-v2-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenity-card.large,
  .amenity-card.wide {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .premium-amenities-v2 {
    padding: 70px 15px;
  }

  .amenities-v2-head {
    margin-bottom: 32px;
  }

  .amenities-v2-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .amenity-card,
  .amenity-card.large,
  .amenity-card.wide {
    grid-column: span 1;
    min-height: 260px;
    border-radius: 20px;
  }

  .amenity-overlay {
    padding: 18px 16px 16px;
  }

  .amenity-overlay h4 {
    font-size: 22px;
  }

  .amenity-overlay p {
    font-size: 13px;
    max-width: 100%;
  }
}
.developer-section-v2 {
  padding: 100px 20px;
  background: #ffffff;
  overflow: hidden;
}

.developer-section-v2 .container {
  max-width: 1280px;
  margin: 0 auto;
}

.developer-v2-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: stretch;
}

.developer-v2-content {
  background: var(--gold);
  border-radius: 30px;
  padding: 40px 34px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.05);
}

.dev-mini-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.developer-v2-content h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 28px);
  line-height: 1;
  font-weight: 700;
  color: #111;
  letter-spacing: -1.2px;
  max-width: 680px;
}

.dev-intro {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.85;
  color: #555;
  max-width: 720px;
}

.developer-points {
  display: grid;
  gap: 18px;
}

.developer-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.developer-point:first-child {
  border-top: none;
  padding-top: 0;
}

.point-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.18);
}

.developer-point h4 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  color: #111;
  font-weight: 700;
}

.developer-point p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #666;
}

/* Right Card */
.developer-v2-card {
  position: relative;
  /* background: linear-gradient(180deg, #111 0%, #1a1a1a 100%); */
  color: #fff;
  max-height: 610px;
  border-radius: 30px;
  /* padding: 36px 30px; */
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0,0,0,0.14);
}

.developer-v2-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(244,216,1,0.12);
}

.developer-v2-card::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(244,216,1,0.08);
}

.dev-card-top {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}

.dev-card-label {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244,216,1,0.16);
  color: #f4d801;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.dev-card-top h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 28px);
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.dev-card-top p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
}

.dev-stat-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dev-stat-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 22px 18px;
  backdrop-filter: blur(10px);
}

.dev-stat-box strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.1;
  color: #f4d801;
  font-weight: 800;
}

.dev-stat-box span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}

.dev-bottom-note {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.dev-bottom-note i {
  color: #f4d801;
  font-size: 18px;
  margin-top: 2px;
}

.dev-bottom-note span {
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .developer-v2-wrap {
    grid-template-columns: 1fr;
  }

  .developer-v2-content {
    border-radius: 24px;
  }
}

@media (max-width: 767px) {
  .developer-section-v2 {
    padding: 37px 15px;
  }

  .developer-v2-content {
    padding: 28px 20px;
  }

  .developer-v2-content h2 {
    font-size: 30px;
  }

  .dev-intro,
  .developer-point p,
  .dev-card-top p {
    font-size: 14px;
    line-height: 1.75;
  }

  .developer-point h4 {
    font-size: 20px;
  }

  .dev-stat-grid {
    grid-template-columns: 1fr;
  }

  .point-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 18px;
  }
}
/* 

.socio-guarantee-v3 {
  padding: 100px 20px;
  background:var(--gold);
}

.socio-guarantee-v3 .container {
  max-width: 1320px;
  margin: 0 auto;
}

.sg3-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
}

.sg3-tag {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}



.sg3-head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 17px;
  color: #555;
}

.sg3-featured-line {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: center;
  background:#fff;
  border-radius: 28px;
  padding: 34px 34px;
  margin-bottom: 34px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.sg3-featured-left h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 25px);
  line-height: 1.3;
  color: #111;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.sg3-featured-right p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
}

.sg3-body {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.sg3-points {
  display: grid;
  gap: 18px;
}

.sg3-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.sg3-number {
  background: #111;
  color: #f4d801;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  min-height: 160px;
}

.sg3-content {
  background: #fff;
  border-radius: 24px;
  padding: 26px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 14px 34px rgba(0,0,0,0.05);
}

.sg3-content h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15;
  color: #111;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.sg3-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #555;
}

.sg3-visual {
  position: sticky;
  top: 110px;
}

.sg3-visual-card {
  position: relative;
  background: #111;
  color: #fff;
  border-radius: 30px;
  min-height: 500px;
  padding: 28px 24px 0;
  overflow: hidden;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.sg3-visual-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(244, 216, 1, 0.18);
  top: -50px;
  right: -40px;
}

.sg3-visual-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(244, 216, 1, 0.10);
  bottom: -80px;
  left: -60px;
}

.sg3-visual-badge {
  top: 24px;
  left: 24px;
  right: 24px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  backdrop-filter: blur(12px);
  z-index: 2;
}

.sg3-visual-card img {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  max-width: 360px;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.28));
}

@media (max-width: 1199px) {
  .sg3-body {
    grid-template-columns: 1fr;
  }

  .sg3-visual {
    position: static;
  }

  .sg3-visual-card {
    min-height: 438px;
  }
}

@media (max-width: 991px) {
  .sg3-featured-line {
    grid-template-columns: 1fr;
  }

  .sg3-row {
    grid-template-columns: 1fr;
  }

  .sg3-number {
    min-height: auto;
    padding: 16px;
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .socio-guarantee-v3 {
    padding: 37px 15px;
  }

  .sg3-head h2 {
    font-size: 30px;
  }

  .sg3-head p,
  .sg3-featured-right p,
  .sg3-content p {
    font-size: 14px;
    line-height: 1.7;
  }

  .sg3-featured-line {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .sg3-featured-left h3 {
    font-size: 22px;
  }

  .sg3-content {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .sg3-content h4 {
    font-size: 22px;
  }

  .sg3-visual-card {
    min-height: 438px;
    border-radius: 22px;
  }

  .sg3-visual-badge {
    font-size: 13px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .sg3-visual-card img {
    max-width: 240px;
  }
} */

/* 
 .socio-guarantee-v4 {
  padding: 100px 20px;
  background: #f5f2eb;
  overflow: hidden;
}

.sg4-container {
  max-width: 1320px;
  margin: 0 auto;
}

.sg4-wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 42px;
  align-items: start;
}

.sg4-intro {
  position: sticky;
  top: 110px;
  background: linear-gradient(180deg, #f4d801 0%, #e5d11d 100%);
  border-radius: 32px;
  padding: 36px 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  overflow: hidden;
}

.sg4-intro::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
}

.sg4-tag {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.sg4-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
  color: #111;
  font-weight: 800;
  letter-spacing: -1.2px;
  position: relative;
  z-index: 2;
}

.sg4-intro p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  position: relative;
  z-index: 2;
}

.sg4-highlight-box {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.30);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 22px;
  padding: 20px 18px;
  backdrop-filter: blur(8px);
}

.sg4-highlight-box strong {
  display: block;
  font-size: 27px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 8px;
  font-weight: 800;
}

.sg4-highlight-box span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.sg4-story {
  display: grid;
  gap: 20px;
}

.sg4-block {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  align-items: stretch;
}

.sg4-count {
  background: #111;
  color: #f4d801;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.sg4-card {
  background: #fff;
  border-radius: 26px;
  padding: 26px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 36px rgba(0,0,0,0.05);
}

.sg4-card h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.12;
  color: #111;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.sg4-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 90%;
}

.sg4-visual-text {
  padding: 30px 28px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.sg4-visual-text::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -20px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(244,216,1,0.12);
}

.sg4-visual-chip {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.sg4-visual-text p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.82);
  max-width: 520px;
}

.sg4-visual-image {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(244,216,1,0.06), rgba(244,216,1,0.02));
}

.sg4-visual-image::before {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 180px;
  height: 60px;
  background: rgba(255,255,255,0.14);
  filter: blur(20px);
  border-radius: 50%;
}

.sg4-visual-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 260px;
  display: block;
  bottom: -36px;
}

@media (max-width: 1199px) {
  .sg4-wrap {
    grid-template-columns: 1fr;
  }

  .sg4-intro {
    position: static;
  }
}

@media (max-width: 991px) {
  .sg4-visual-block {
    grid-template-columns: 1fr;
  }

  .sg4-visual-image {
    min-height: 280px;
    padding-top: 10px;
  }

  .sg4-visual-image img {
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .socio-guarantee-v4 {
    padding: 70px 15px;
  }

  .sg4-intro {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .sg4-intro h2 {
    font-size: 34px;
  }

  .sg4-intro p,
  .sg4-card p,
  .sg4-visual-text p {
    font-size: 14px;
    line-height: 1.75;
  }

  .sg4-block {
    grid-template-columns: 1fr;
  }

  .sg4-count {
    min-height: auto;
    padding: 14px;
    border-radius: 16px;
    font-size: 22px;
  }

  .sg4-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .sg4-card h3 {
    font-size: 22px;
  }

  .sg4-visual-block {
    border-radius: 22px;
  }

  .sg4-visual-text {
    padding: 22px 18px;
  }

  .sg4-visual-chip {
    font-size: 13px;
    padding: 9px 14px;
  }
} */

/* 
.socio-guarantee-v4 {
  padding: 100px 20px;
  background: #f5f2eb;
  overflow: hidden;
}

.sg4-container {
  max-width: 1320px;
  margin: 0 auto;
}

.sg4-wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 42px;
  align-items: start;
}

.sg3-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
}

.sg3-head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 17px;
  color: #555;
  line-height: 1.8;
}

.sg4-intro {
  position: sticky;
  top: 110px;
  background: linear-gradient(180deg, #f4d801 0%, #e5d11d 100%);
  border-radius: 32px;
  padding: 36px 30px 0;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  overflow: hidden;
}

.sg4-intro::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
}

.sg4-highlight-box {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.30);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 22px;
  padding: 20px 18px;
  backdrop-filter: blur(8px);
}

.sg4-highlight-box strong {
  display: block;
  font-size: 27px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 8px;
  font-weight: 800;
}

.sg4-highlight-box span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.sg4-visual-block {
  margin-top: 24px;
}

.sg4-visual-image {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 250px;
}

.sg4-visual-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 260px;
  display: block;
  bottom: -36px;
}

.sg4-slider-wrap {
  position: relative;
  min-height: 640px;
}

.sg4-slider-track {
  position: relative;
  min-height: 640px;
}

.sg4-block {
  position: absolute;
  inset: 0;
  gap: 18px;
  align-items: stretch;
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.sg4-block.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.sg4-count {
  background: #111;
  display: none;
  color: #f4d801;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}

.sg4-card {
  background: #fff;
  border-radius: 26px;
  padding: 26px 24px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 36px rgba(0,0,0,0.05);
}

.sg4-card h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.12;
  color: #111;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.sg4-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 90%;
}

.sg4-slider-dots {
  position: absolute;
  left: 98px;
  bottom: -8px;
  display: flex;
  gap: 10px;
}

.sg4-slider-dots button {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: none;
  background: rgba(17,17,17,0.22);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sg4-slider-dots button.active {
  width: 34px;
  background: #111;
}

@media (max-width: 1199px) {
  .sg4-wrap {
    grid-template-columns: 1fr;
  }

  .sg4-intro {
    position: static;
  }
}

@media (max-width: 991px) {
  .sg4-slider-wrap,
  .sg4-slider-track {
    min-height: 420px;
  }

  .sg4-block {
    grid-template-columns: 1fr;
  }

  .sg4-count {
    min-height: auto;
    padding: 14px;
    border-radius: 16px;
    font-size: 22px;
  }

  .sg4-slider-dots {
    left: 0;
    bottom: -4px;
  }
}

@media (max-width: 767px) {
  .socio-guarantee-v4 {
    padding: 70px 15px;
  }

  .sg3-head h2 {
    font-size: 30px;
  }

  .sg3-head p,
  .sg4-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .sg4-intro {
    padding: 28px 20px 0;
    border-radius: 22px;
  }

  .sg4-highlight-box strong {
    font-size: 22px;
  }

  .sg4-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .sg4-card h3 {
    font-size: 24px;
  }

  .sg4-slider-wrap,
  .sg4-slider-track {
    min-height: 360px;
  }

  .sg4-visual-image img {
    max-width: 220px;
    bottom: -20px;
  }
} */
.socio-guarantee-v6 {
  padding: 100px 20px;
  background: #f5f2eb;
  overflow: hidden;
}

.sg6-container {
  max-width: 1320px;
  margin: 0 auto;
}

.sg6-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.sg6-tag {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.sg6-head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Main ROI Highlight */
.sg6-hero-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
  background: linear-gradient(135deg, #f4d801 0%, #e3cf16 100%);
  border-radius: 34px;
  padding: 38px 38px 0;
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}

.sg6-hero-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
}

.sg6-hero-card::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
}

.sg6-hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 38px;
}

.sg6-hero-chip {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(17,17,17,0.10);
  border: 1px solid rgba(17,17,17,0.10);
  color: #111;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.sg6-hero-content h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  color: #111;
  font-weight: 800;
  letter-spacing: -1.2px;
  max-width: 760px;
}

.sg6-hero-content p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.85;
  color: #222;
  max-width: 700px;
}

.sg6-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sg6-mini-point {
  min-width: 140px;
  background: rgba(255,255,255,0.34);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 18px;
  padding: 16px 18px;
  backdrop-filter: blur(8px);
}

.sg6-mini-point strong {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #111;
  font-weight: 800;
  margin-bottom: 6px;
}

.sg6-mini-point span {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.sg6-hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: end;
  min-height: 100%;
}

.sg6-visual-glow {
  position: absolute;
  bottom: 34px;
  width: 240px;
  height: 70px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  filter: blur(20px);
}

.sg6-hero-visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 330px;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.18));
}

/* Cards */
.sg6-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sg6-card {
  background: #fff;
  border-radius: 26px;
  padding: 26px 22px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 14px 34px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.sg6-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: #f4d801;
}

.sg6-card-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(244, 216, 1, 0.18);
  color: #8a7600;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
}

.sg6-card h4 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
  color: #111;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.sg6-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.reveal-up,
.reveal-seq {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.show,
.reveal-seq.show {
  opacity: 1;
  transform: translateY(0);
}

.sg6-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

@media (max-width: 1199px) {
  .sg6-hero-card {
    grid-template-columns: 1fr;
    padding: 32px 28px 0;
  }

  .sg6-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .socio-guarantee-v6 {
    padding: 70px 15px;
  }

  .sg6-head p,
  .sg6-hero-content p,
  .sg6-card p {
    font-size: 14px;
    line-height: 1.75;
  }

  .sg6-hero-card {
    border-radius: 24px;
    padding: 24px 18px 0;
  }

  .sg6-hero-content h3 {
    font-size: 30px;
  }

  .sg6-mini-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sg6-grid {
    grid-template-columns: 1fr;
  }

  .sg6-card {
    border-radius: 20px;
    padding: 22px 18px;
  }

  .sg6-card h4 {
    font-size: 20px;
  }

  .sg6-hero-visual img {
    max-width: 240px;
  }
}
/* 
.faq-extra {
  display: none;
}

.faq-extra.show {
  display: block;
}

.faq-toggle-wrap {
  margin-top: 24px;
}

.faq-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: var(--gold);
  color: #111;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(244, 216, 1, 0.22);
}

.faq-toggle-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(244, 216, 1, 0.28);
}

.faq-question span {
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}


.faq-wrap {
  display: grid;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 24px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
}

.faq-question span {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}

.faq-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 22px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-extra {
  display: none;
}

.faq-extra.show {
  display: block;
}

.faq-toggle-wrap {
  margin-top: 26px;
}

.faq-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-toggle-btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .faq-question {
    padding: 18px 18px;
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.7;
  }

  .faq-item.active .faq-answer {
    padding: 0 18px 18px;
  }

  .faq-answer {
    padding: 0 18px;
  }
}

.faq-wrap {
      display: grid;
      gap: 14px;
      margin: 0 auto;
      max-width: 900px
    }

    .faq-item {
      border: 1px solid #ececec;
      border-radius: 20px;
      background: #fff;
      overflow: hidden
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 12px 17px;
      font-size: 1.03rem;
      font-weight: 700;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease;
      padding: 0 22px
    }

    .faq-item.active .faq-answer {
      max-height: 160px;
      padding: 0 22px 20px
    }

    .faq-item.active .faq-question {
      color: #111
    } */

    /* Section Background */
#Faq {
  background: #e6cf1a; /* tumhara yellow */
  padding: 60px 0;
}

/* Accordion Box */
.accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* FAQ Item Gap */
.accordion-item {
  border: none;
  border-radius: 14px !important;
  margin-bottom: 14px; /* 🔥 gap between FAQ */
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Question Button */
.accordion-button {
  background: #eef2f7;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 20px;
  box-shadow: none !important;
}

/* Active State */
.accordion-button:not(.collapsed) {
  background: #000000;
  color: #e2d02f;
}

/* Remove default arrow */
.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 20px;
  font-weight: bold;
  transform: rotate(0deg);
}

/* Rotate when open */
.accordion-button:not(.collapsed)::after {
  content: "×";
  transform: rotate(180deg);
}

/* Answer */
.accordion-body {
  background: #f8f8f8;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Read More Button */
#faqToggleBtn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

#faqToggleBtn:hover {
  background: #fff;
  color: #111;
}

/* Mobile Only */
@media (max-width: 767px) {

  .connectivity-modern-card {
    border-radius: 14px;
    padding: 10px;
    overflow: hidden;
  }

  .connectivity-modern-card ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .connectivity-modern-card.active ul {
    max-height: 500px;
    padding-top: 10px;
  }

  .modern-card-head {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
  }

  /* + icon */
  .modern-card-head::after {
    content: "+";
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
  }

  /* rotate when open */
  .connectivity-modern-card.active .modern-card-head::after {
    content: "−";
  }

}
@media (max-width: 767px) {
  .connectivity-modern-card ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .connectivity-modern-card.active ul {
    max-height: 500px;
  }
}


/* ================= BUTTON ================= */
.enquiry-btn {
  position: fixed;
  right: 025px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right;
  background: var(--gold);
  color: #000;
  padding: 12px 25px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
  letter-spacing: 1px;
  border-radius: 6px 6px 0 0;

  animation: blink 1s infinite;
}

@keyframes blink {
  0%,100% {opacity:1;}
  50% {opacity:0.5;}
}


.enquiry-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  z-index: 9999;
}

.enquiry-box {
  width: 90%;
  max-width: 600px;
  padding: 40px;

  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.3);

  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  color: #fff;
  position: relative;
}

/* Close */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
}

/* Heading */
.enquiry-box h2 {
  margin-bottom: 5px;
}

.enquiry-box p {
  margin-bottom: 25px;
  opacity: 0.8;
}

/* Grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid button {
  grid-column: span 2;
}

/* Input */
.input-group {
  display: flex;
  flex-direction: column;
}

.input-group label {
  font-size: 13px;
  margin-bottom: 5px;
}

.input-group input {
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  outline: none;
}

.input-group input::placeholder {
  color: rgba(255,255,255,0.6);
}

/* Button */
.submit-btn {
  margin-top: 10px;
  padding: 12px;
  border-radius: 30px;
  border: none ;
  background:var(--gold);
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background:#fff;
  color: #000;
}

/* Mobile */
@media(max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid button {
    grid-column: span 1;
  }
}
#amenities {
  display: none;
}

.crew-carousel {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  position: relative;
  perspective: 1000px;
  margin-top: 60px;
}

.crew-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.crew-card {
  position: absolute;
  width: 400px;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s ease;
  cursor: pointer;
      /* padding: 20px; */
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.crew-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crew-card.center {
  z-index: 10;
  transform: scale(1.1);
}

.crew-card.left-1 {
  transform: translateX(-200px) scale(0.9);
  opacity: 1;
  z-index: 2;
  filter: grayscale(80%);
}

.crew-card.left-2 {
  transform: translateX(-400px) scale(0.8);
  opacity: 0.8;
  filter: grayscale(100%);
}

.crew-card.right-1 {
  transform: translateX(200px) scale(0.9);
  opacity: 1;
  z-index: 2;

  filter: grayscale(80%);
}

.crew-card.right-2 {
  transform: translateX(400px) scale(0.8);
  opacity: 0.8;
  filter: grayscale(100%);
}

.crew-card.hidden {
  opacity: 0;
  pointer-events: none;
}

.crew-info {
  text-align: center;
}

.crew-name {
  font-size: 28px;
  font-weight: 700;
  color: #000; /* deep orange */
}

.crew-role {
  font-size:16px;
  /* text-transform: uppercase; */
  color: #000;;
  /* letter-spacing: 0.1em; */
}

.crew-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.crew-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(107, 107, 107, 0.2); /* orange tint */
  cursor: pointer;
}

.crew-dot.active {
  background: #000000;
}

.crew-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  background: var(--gold); /* orange base */
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
}

.crew-arrow:hover {
  background: var(--gold); /* deeper orange hover */
}

.crew-left {
  left: 20px;
}

.crew-right {
  right: 20px;
}
@media (max-width: 767px) {
  .hero {
    min-height: calc(80vh - var(--header-height));
  }
  .sg6-hero-content{
    padding-bottom: 0;
  }
  .crew-carousel {
    height: 310px;
    margin-top: 0;
  }
  .crew-card {
    width: 270px;
    height: 270px;
  }

  .hero-slide:nth-child(1) {
    background-image: url('images/banner_7.jpeg') !important;
    background-position: center top;
  }
  .hero-slide:nth-child(2) {
    background-image: url('images/banner_8.jpeg') !important;
    background-position: center top;
  }

  .hero-slide:nth-child(3) {
    background-image: url('images/banner_9.jpeg') !important;
    background-position: center top;
  }

}