{"id":10,"date":"2025-11-05T10:19:32","date_gmt":"2025-11-05T10:19:32","guid":{"rendered":"https:\/\/gurgaonestate.in\/sobha-limited\/?page_id=10"},"modified":"2025-11-06T04:47:08","modified_gmt":"2025-11-06T04:47:08","slug":"sobha-limited-gurgaon","status":"publish","type":"page","link":"https:\/\/gurgaonestate.in\/sobha-limited\/","title":{"rendered":"Sobha Limited Gurgaon"},"content":{"rendered":"\n<!-- ===== SOBHA HEADER ===== -->\n<header class=\"sobha-header\" id=\"site-header\">\n  <div class=\"header-inner\">\n\n    <!-- Mobile Logo -->\n    <div class=\"logo-mobile\">\n      <a href=\"https:\/\/gurgaonestate.in\/sobha-limited\/\" aria-label=\"Homepage\">\n        <img decoding=\"async\" src=\"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/Sobha-logo-desk.png\" alt=\"Sobha Limited Gurgaon\">\n      <\/a>\n    <\/div>\n\n    <!-- Desktop Header -->\n    <div class=\"header-main\">\n      <!-- Logo -->\n      <a href=\"https:\/\/gurgaonestate.in\/sobha-limited\/\" class=\"header-logo\">\n        <img decoding=\"async\" src=\"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/Sobha-logo-desk.png\" alt=\"Sobha Limited Gurgaon\">\n      <\/a>\n\n      <!-- Navigation -->\n      <nav class=\"header-nav\">\n        <ul class=\"nav-list\">\n          <li><a href=\"#overview\" class=\"nav-link\">Overview<\/a><\/li>\n          <li><a href=\"#projects-carousel\" class=\"nav-link\">Projects<\/a><\/li>\n          <li><a href=\"#about-sobha\" class=\"nav-link\">About<\/a><\/li>\n          <li><a href=\"#sobha-knowmore\" class=\"nav-link\">Know More<\/a><\/li>\n          <li><a href=\"#sobha-faq\" class=\"nav-link\">FAQs<\/a><\/li>\n        <\/ul>\n      <\/nav>\n\n      <!-- Actions -->\n      <div class=\"header-actions\">\n        <a href=\"tel:+919958807332\" class=\"call-link\"><i class=\"fa-solid fa-circle\"><\/i><span>Call<\/span><\/a>\n        <a href=\"#\" class=\"btn-primary popmake-72\">Book Free Site Visit<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Mobile Row -->\n    <div class=\"mobile-row\">\n      <a href=\"tel:+919958807332\" class=\"mobile-call\"><i class=\"fa-solid fa-phone\"><\/i> Call Now<\/a>\n      <button class=\"mobile-menu-btn\" id=\"mobileMenuBtn\" aria-label=\"Open Menu\"><i class=\"fa-solid fa-bars\"><\/i><\/button>\n    <\/div>\n\n    <!-- Mobile Drawer -->\n    <div class=\"mobile-drawer\" id=\"mobileDrawer\">\n      <button class=\"drawer-close\" id=\"drawerClose\">&times;<\/button>\n      <ul class=\"drawer-list\">\n        <li><a href=\"#overview\" class=\"drawer-link\">Overview<\/a><\/li>\n        <li><a href=\"#projects-carousel\" class=\"drawer-link\">Projects<\/a><\/li>\n        <li><a href=\"#about-sobha\" class=\"drawer-link\">About<\/a><\/li>\n        <li><a href=\"#sobha-knowmore\" class=\"drawer-link\">Know More<\/a><\/li>\n        <li><a href=\"#sobha-faq\" class=\"drawer-link\">FAQs<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/header>\n\n<style>\n:root {\n  --dark-red: #800020;\n  --dark-yellow: #8B8000;\n  scroll-behavior: smooth;\n}\n\n\/* ===== HEADER BASE ===== *\/\n.sobha-header {\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  background: #fff;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n  z-index: 9999;\n  font-family: 'Poppins', sans-serif;\n  transition: all 0.25s ease;\n}\n.header-inner {\n  max-width: 1250px;\n  margin: 0 auto;\n  padding: 0 4%;\n}\n\n\/* ===== DESKTOP HEADER ===== *\/\n.header-main {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  height: 68px;\n}\n\n\/* Logo *\/\n.header-logo img {\n  height: 26px;\n  transition: transform 0.25s ease;\n  vertical-align: middle;\n}\n.header-logo img:hover { transform: scale(1.04); }\n\n\/* ===== NAVIGATION ===== *\/\n.header-nav .nav-list {\n  display: flex;\n  align-items: center;\n  gap: 24px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n.nav-link {\n  color: #000;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 14px;\n  position: relative;\n  transition: all 0.25s ease;\n}\n.nav-link:hover { color: var(--dark-red); }\n.nav-link::after {\n  content: \"\";\n  position: absolute;\n  bottom: -4px;\n  left: 0;\n  height: 2px;\n  width: 0;\n  background: linear-gradient(90deg, var(--dark-red), var(--dark-yellow));\n  border-radius: 3px;\n  transition: width 0.3s ease;\n}\n.nav-link:hover::after, .nav-link.active::after { width: 100%; }\n\n\/* ===== ACTION BUTTONS ===== *\/\n.header-actions {\n  display: flex;\n  align-items: center;\n  gap: 18px;\n}\n.call-link {\n  color: var(--dark-red);\n  font-weight: 700;\n  font-size: 14px;\n  text-decoration: none;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.call-link i {\n  font-size: 8px;\n  color: var(--dark-red);\n}\n\n.btn-primary {\n  background: var(--dark-red);\n  color: #fff;\n  padding: 8px 20px;\n  border-radius: 25px;\n  font-weight: 700;\n  font-size: 13px;\n  text-decoration: none;\n  box-shadow: 0 4px 10px rgba(128, 0, 32, 0.25);\n  transition: all 0.3s ease;\n}\n.btn-primary:hover {\n  background: var(--dark-yellow);\n  transform: translateY(-2px);\n}\n\n\/* ===== MOBILE ===== *\/\n.logo-mobile { display: none; text-align: center; padding: 8px 0; }\n.logo-mobile img { height: 30px; }\n\n.mobile-row {\n  display: none;\n  justify-content: space-between;\n  align-items: center;\n  padding: 8px 5%;\n}\n.mobile-call {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: var(--dark-red);\n  color: #fff;\n  padding: 6px 10px;\n  border-radius: 6px;\n  font-weight: 600;\n  text-decoration: none;\n  font-size: 13px;\n}\n.mobile-menu-btn {\n  background: transparent;\n  border: none;\n  font-size: 22px;\n  color: #000;\n  cursor: pointer;\n}\n\n\/* Drawer *\/\n.mobile-drawer {\n  position: fixed;\n  top: 0;\n  right: 0;\n  width: 300px;\n  max-width: 85%;\n  height: 100vh;\n  background: #fff;\n  box-shadow: -15px 0 45px rgba(0, 0, 0, 0.15);\n  transform: translateX(110%);\n  transition: transform 0.35s ease;\n  padding: 15px;\n  z-index: 10001;\n}\n.mobile-drawer.open { transform: translateX(0); }\n.drawer-close {\n  background: transparent;\n  border: none;\n  font-size: 28px;\n  color: #000;\n  cursor: pointer;\n}\n.drawer-list {\n  list-style: none;\n  padding: 0;\n  margin-top: 10px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.drawer-link {\n  display: block;\n  padding: 10px 12px;\n  border-radius: 8px;\n  font-weight: 600;\n  text-decoration: none;\n  color: #000;\n  background: #f9f9f9;\n  transition: all 0.25s ease;\n}\n.drawer-link:hover {\n  background: linear-gradient(90deg, var(--dark-red), #fff);\n  color: #fff;\n}\n\n\/* Cleanup *\/\n*:focus, *:active { outline: none !important; }\n\n\/* Scroll shrink *\/\n.sobha-header.scrolled { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }\n.sobha-header.scrolled .header-logo img { height: 24px; }\n\n\/* ===== RESPONSIVE ===== *\/\n@media(max-width: 820px){\n  .header-main { display: none; }\n  .logo-mobile { display: block; }\n  .mobile-row { display: flex; }\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const header = document.getElementById(\"site-header\");\n  const mobileMenuBtn = document.getElementById(\"mobileMenuBtn\");\n  const mobileDrawer = document.getElementById(\"mobileDrawer\");\n  const drawerClose = document.getElementById(\"drawerClose\");\n  const allLinks = document.querySelectorAll(\".nav-link, .drawer-link\");\n\n  \/\/ Smooth Scroll (extra easing)\n  allLinks.forEach(link => {\n    link.addEventListener(\"click\", e => {\n      const href = link.getAttribute(\"href\");\n      if (href && href.startsWith(\"#\")) {\n        e.preventDefault();\n        const target = document.querySelector(href);\n        if (target) {\n          const headerHeight = header.offsetHeight;\n          const targetPosition = target.offsetTop - headerHeight - 10;\n          window.scrollTo({\n            top: targetPosition,\n            behavior: \"smooth\"\n          });\n          allLinks.forEach(l => l.classList.remove(\"active\"));\n          document.querySelectorAll(`.nav-link[href='${href}'], .drawer-link[href='${href}']`).forEach(el => el.classList.add(\"active\"));\n          mobileDrawer.classList.remove(\"open\");\n        }\n      }\n    });\n  });\n\n  \/\/ Drawer toggle\n  mobileMenuBtn.addEventListener(\"click\", () => mobileDrawer.classList.add(\"open\"));\n  drawerClose.addEventListener(\"click\", () => mobileDrawer.classList.remove(\"open\"));\n\n  \/\/ Header scroll shrink\n  window.addEventListener(\"scroll\", () => {\n    if (window.scrollY > 50) header.classList.add(\"scrolled\");\n    else header.classList.remove(\"scrolled\");\n  });\n});\n<\/script>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" \/>\n\n\n\n<!-- HERO (Sobha Edition | Centered Mobile Version) -->\n<section id=\"hero\" class=\"hero-modern\" aria-label=\"Hero\">\n  <!-- Video background -->\n  <div class=\"hero-bg\">\n    <video id=\"heroVideo\" autoplay muted loop playsinline preload=\"metadata\" poster=\"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/hero-desktop.jpg\">\n      <source src=\"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/SOBHA-EDIT_35-SEC-01_1.mp4\" type=\"video\/mp4\">\n    <\/video>\n    <img decoding=\"async\" src=\"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/hero-desktop.jpg\" alt=\"Sobha Limited Gurgaon\" class=\"hero-fallback\" loading=\"lazy\">\n    <div class=\"overlay\"><\/div>\n  <\/div>\n\n  <!-- Content -->\n  <div class=\"hero-container\">\n    <!-- Left content -->\n    <div class=\"hero-content\">\n      <div class=\"hero-badge\">Sobha Limited<\/div>\n      <h1 class=\"hero-title\">Crafted Luxury Residences in Gurgaon<\/h1>\n      <p class=\"hero-desc\">Experience the art of fine living through premium ready &#038; upcoming Sobha projects \u2014 where world-class architecture meets timeless craftsmanship.<\/p>\n\n      <div class=\"hero-actions\">\n        <a href=\"#contact\" class=\"btn btn-primary popmake-72\">Book Free Site Visit<\/a>\n        <a href=\"tel:+911234567890\" class=\"btn btn-outline\">Call Now<\/a>\n      <\/div>\n\n      <div class=\"hero-metrics\">\n        <div><strong>20+<\/strong><span>Years Legacy<\/span><\/div>\n        <div><strong>5000+<\/strong><span>Families Served<\/span><\/div>\n        <div><strong>RERA<\/strong><span>Approved Projects<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Right contact -->\n    <div class=\"hero-form\">\n      <div class=\"form-box\">\n        <h3>Request a Free Site Visit<\/h3>\n        <p>Our team will reach out within 24 hours.<\/p>\n        \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f33-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"33\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/sobha-limited\/wp-json\/wp\/v2\/pages\/10#wpcf7-f33-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"33\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.3\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f33-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> Full Name<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Mobile Number<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"mobile-number\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" autocomplete=\"tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"mobile-number\" \/><\/span> <\/label>\n<\/p>\n<p><label> Email<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Get Call Back\" \/>\n<\/p><input type='hidden' class='wpcf7-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* Hero Styling *\/\n.hero-modern {\n  position: relative; width: 100%; min-height: 75vh;\n  font-family: 'Poppins', sans-serif; overflow: hidden; color: #331218;\n}\n\n\/* video background *\/\n.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }\n.hero-bg video, .hero-bg .hero-fallback {\n  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;\n}\n.hero-bg .overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.55) 100%);\n  mix-blend-mode: multiply;\n}\n\n\/* container *\/\n.hero-container {\n  position: relative; z-index: 2;\n  display: flex; align-items: center; justify-content: space-between;\n  max-width: 1200px; margin: 0 auto; padding: 70px 20px;\n  gap: 40px;\n}\n\n\/* left content *\/\n.hero-content {\n  flex: 1 1 55%;\n  color: #F4F1E6;\n  text-shadow: 0 4px 20px rgba(0,0,0,0.4);\n  animation: fadeUp 0.9s ease both;\n}\n.hero-badge {\n  display: inline-block;\n  background: rgba(244,241,230,0.15);\n  border: 1px solid rgba(244,241,230,0.3);\n  color: #F4F1E6;\n  font-size: 12px;\n  letter-spacing: 1px;\n  padding: 6px 14px;\n  border-radius: 30px;\n  text-transform: uppercase;\n  margin-bottom: 14px;\n}\n.hero-title {\n  font-size: clamp(24px, 3.8vw, 44px);\n  font-weight: 800;\n  line-height: 1.1;\n  margin: 0 0 12px;\n  color: #F4F1E6;\n}\n.hero-desc {\n  font-size: 15px;\n  max-width: 500px;\n  color: #f9f7f2;\n  margin-bottom: 20px;\n  line-height: 1.6;\n}\n\n\/* buttons *\/\n.hero-actions { display: flex; gap: 14px; margin-bottom: 28px; }\n.btn {\n  display: inline-flex; align-items: center; justify-content: center;\n  padding: 12px 22px; font-weight: 700; border-radius: 8px;\n  text-decoration: none; font-size: 14.5px; transition: all 0.25s ease;\n}\n.btn-primary {\n  background: #800020; color: #F4F1E6;\n  box-shadow: 0 6px 20px rgba(128,0,32,0.3);\n}\n.btn-primary:hover {\n  background: #8B8000; transform: translateY(-3px);\n}\n.btn-outline {\n  border: 2px solid #F4F1E6; color: #F4F1E6; background: transparent;\n}\n.btn-outline:hover {\n  background: rgba(244,241,230,0.15);\n  transform: translateY(-3px);\n}\n\n\/* trust metrics *\/\n.hero-metrics {\n  display: flex; gap: 24px; flex-wrap: wrap;\n}\n.hero-metrics div {\n  display: flex; flex-direction: column; align-items: flex-start;\n}\n.hero-metrics strong {\n  font-size: 22px; color: #F4F1E6; font-weight: 800;\n}\n.hero-metrics span {\n  font-size: 13px; color: #E6D8CC; letter-spacing: 0.4px;\n}\n\n\/* form side *\/\n.hero-form {\n  flex: 1 1 40%;\n  display: flex; justify-content: center;\n  animation: fadeRight 1s ease both;\n}\n.form-box {\n  width: 100%; max-width: 400px;\n  background: rgba(244,241,230,0.8);\n  backdrop-filter: blur(10px);\n  border-radius: 14px;\n  padding: 24px 28px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n  color: #331218;\n}\n.form-box h3 {\n  font-size: 18px; font-weight: 800; margin-bottom: 4px;\n}\n.form-box p {\n  font-size: 13px; margin-bottom: 14px; color: #4b1c22;\n}\n\n\/* form fields *\/\n.form-box form.wpcf7-form input,\n.form-box form.wpcf7-form textarea {\n  width: 100%; padding: 10px 12px;\n  border-radius: 8px; border: 1px solid rgba(0,0,0,0.1);\n  margin-bottom: 10px; font-size: 14px;\n  background: #fff;\n}\n.form-box form.wpcf7-form input[type=\"submit\"] {\n  width: 100%; padding: 11px 14px;\n  font-weight: 700; border-radius: 8px; border: none;\n  background: #800020; color: #fff; cursor: pointer;\n}\n.form-box form.wpcf7-form input[type=\"submit\"]:hover {\n  background: #8B8000;\n}\n\n\/* Mobile Center Alignment *\/\n@media (max-width: 980px) {\n  .hero-container {\n    flex-direction: column;\n    padding: 60px 18px;\n    gap: 26px;\n    text-align: center;\n  }\n\n  .hero-content {\n    text-align: center;\n    align-items: center;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .hero-badge {\n    margin: 0 auto 14px;\n  }\n\n  .hero-title {\n    text-align: center;\n  }\n\n  .hero-desc {\n    text-align: center;\n    max-width: 100%;\n  }\n\n  .hero-actions {\n    justify-content: center;\n  }\n\n  .hero-metrics {\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n  }\n\n  .hero-form {\n    width: 100%;\n    display: flex;\n    justify-content: center;\n  }\n\n  .form-box {\n    max-width: 420px;\n    width: 100%;\n    margin-top: 12px;\n  }\n}\n\n\/* animation *\/\n@keyframes fadeUp { from{opacity:0; transform:translateY(30px);} to{opacity:1; transform:translateY(0);} }\n@keyframes fadeRight { from{opacity:0; transform:translateX(50px);} to{opacity:1; transform:translateX(0);} }\n\n@media (prefers-reduced-motion: reduce) {\n  * { animation: none !important; transition: none !important; }\n}\n<\/style>\n\n<script>\n(function(){\n  const video = document.getElementById('heroVideo');\n  const fallback = document.querySelector('.hero-fallback');\n  async function playVideo(){\n    try { await video.play(); if(fallback) fallback.style.display='none'; }\n    catch(e){ if(fallback) fallback.style.display='block'; }\n  }\n  playVideo();\n  document.addEventListener('visibilitychange', ()=>{\n    if(document.hidden) video.pause(); else playVideo();\n  });\n})();\n<\/script>\n\n\n\n<!-- OVERVIEW SECTION \u2014 PASSION AT WORK -->\n<section id=\"overview\" class=\"overview-section\">\n  <div class=\"overview-inner\">\n    <!-- Left: Image -->\n    <div class=\"overview-media\" data-animate=\"fade-left\">\n      <img decoding=\"async\" src=\"https:\/\/www.sobha.com\/wp-content\/uploads\/2020\/12\/PASSION-AT-WORK-2-1-1.webp\" \n           alt=\"Sobha Passion at Work\" \n           class=\"overview-img\" \n           loading=\"lazy\">\n    <\/div>\n\n    <!-- Right: Content -->\n    <div class=\"overview-content\" data-animate=\"fade-right\">\n      <h2 class=\"overview-title\">PASSION AT WORK<\/h2>\n      <p class=\"overview-text\">\n        SOBHA epitomizes \u201cpassion at work\u201d in totality. For us it is not only a catch phrase which sounds just right,\n        rather we all strive to live it daily. It serves as our compass which guides us towards creating world class\n        quality products and workmanship. It guides us to be transparent in all our dealings and adhere to delivery\n        on time, each time.\n      <\/p>\n      <p class=\"overview-text\">\n        Our track record of being the most reliable and trustworthy builder with a repertoire of award winning properties\n        across India speaks for itself. We changed the skyline in Bangalore, created landmark developments in Kerala and\n        have stepped into Delhi \u2013 NCR, Chennai, Coimbatore, Mysore, Pune and many more to follow.\n      <\/p>\n      <p class=\"overview-text\">\n        SOBHA Ltd. is one of the finest real estate development companies in India \u2013 A trusted builder based out of\n        Bangalore, since 1995.\n      <\/p>\n      <a href=\"#\" class=\"btn btn-primary popmake-72\" style=\"margin-top:15px;\">Know More<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  \/* ===== PASSION AT WORK SECTION ===== *\/\n  .overview-section {\n    width: 100%;\n    background: #F4F1E6;\n    padding: 80px 20px;\n    font-family: 'Poppins', sans-serif;\n    overflow: hidden;\n  }\n\n  .overview-inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 60px;\n    max-width: 1220px;\n    margin: 0 auto;\n  }\n\n  \/* LEFT IMAGE *\/\n  .overview-media {\n    flex: 1 1 48%;\n    position: relative;\n    overflow: hidden;\n    border-radius: 18px;\n    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);\n    transform: translateY(40px);\n    transition: transform 0.8s ease, box-shadow 0.6s ease;\n  }\n\n  .overview-img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transform: scale(1.05);\n    transition: transform 1.4s ease;\n  }\n\n  .overview-media:hover .overview-img {\n    transform: scale(1.1);\n  }\n\n  \/* RIGHT CONTENT *\/\n  .overview-content {\n    flex: 1 1 48%;\n    color: #2c0e17;\n    opacity: 0;\n    transform: translateY(40px);\n    transition: all 1s ease;\n  }\n\n  .overview-title {\n    font-size: clamp(26px, 4vw, 36px);\n    font-weight: 800;\n    color: #800020;\n    margin-bottom: 16px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .overview-text {\n    color: #4b1c22;\n    font-size: 16px;\n    line-height: 1.8;\n    margin-bottom: 16px;\n  }\n\n  \/* BUTTON *\/\n  .overview-content .btn {\n    padding: 10px 24px;\n    border-radius: 10px;\n    background: #800020;\n    color: #fff;\n    font-weight: 600;\n    display: inline-block;\n    box-shadow: 0 8px 30px rgba(128,0,32,0.25);\n    transition: all 0.3s ease;\n  }\n\n  .overview-content .btn:hover {\n    background: #8B8000;\n    transform: translateY(-3px);\n    box-shadow: 0 18px 45px rgba(139,128,0,0.25);\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 1000px) {\n    .overview-inner {\n      flex-direction: column;\n      text-align: center;\n      gap: 36px;\n    }\n    .overview-media, .overview-content {\n      flex: 1 1 100%;\n    }\n    .overview-content {\n      opacity: 1;\n      transform: none;\n    }\n  }\n\n  \/* SCROLL ANIMATION *\/\n  [data-animate] {\n    opacity: 0;\n    transition: all 1.2s ease;\n  }\n  [data-animate].active {\n    opacity: 1;\n    transform: translateY(0);\n  }\n<\/style>\n\n<script>\n  \/\/ Intersection Observer for animation\n  document.addEventListener('DOMContentLoaded', () => {\n    const elements = document.querySelectorAll('[data-animate]');\n    const observer = new IntersectionObserver(entries => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('active');\n        }\n      });\n    }, { threshold: 0.2 });\n    elements.forEach(el => observer.observe(el));\n  });\n<\/script>\n\n\n\n<!-- PROJECTS CAROUSEL (FULLY RESPONSIVE VERSION) -->\n<section id=\"projects-carousel\" class=\"projects-carousel\" aria-label=\"Sobha Projects\">\n  <div class=\"carousel-wrap\">\n    <div class=\"carousel-track\" role=\"list\"><\/div>\n\n    <!-- Arrows -->\n    <button class=\"carousel-btn prev\" aria-label=\"Previous slide\">\u2039<\/button>\n    <button class=\"carousel-btn next\" aria-label=\"Next slide\">\u203a<\/button>\n\n    <!-- Dots -->\n    <div class=\"carousel-dots\" role=\"tablist\" aria-label=\"Slide navigation\"><\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* ====== SOBHA PROJECTS CAROUSEL \u2013 FINAL, POLISHED VERSION ====== *\/\n\n.projects-carousel {\n  width: 100%;\n  background: #000;\n  padding: 0;\n  font-family: 'Poppins', sans-serif;\n}\n.carousel-wrap {\n  position: relative;\n  width: 100%;\n  margin: 0 auto;\n  overflow: hidden;\n}\n.carousel-track {\n  display: flex;\n  transition: transform 0.8s ease-in-out;\n  will-change: transform;\n}\n.carousel-slide {\n  position: relative;\n  min-width: 100%;\n  overflow: hidden;\n  background: #000;\n}\n\n\/* ---- IMAGE ---- *\/\n.carousel-slide img {\n  width: 100%;\n  height: 100vh;\n  object-fit: contain;\n  object-position: center;\n  display: block;\n  background-color: #000;\n  transition: transform 6s ease;\n}\n.carousel-slide:hover img {\n  transform: scale(1.02);\n}\n\n\/* ---- GRADIENT OVERLAY ---- *\/\n.carousel-slide::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);\n  z-index: 1;\n}\n\n\/* ---- CAPTION ---- *\/\n.carousel-caption {\n  position: absolute;\n  bottom: 7%;\n  left: 6%;\n  z-index: 2;\n  max-width: 520px;\n  background: rgba(0, 0, 0, 0.55);\n  border-left: 4px solid #d8b44a;\n  padding: 22px 26px;\n  border-radius: 8px;\n  animation: fadeUp 1s ease both;\n}\n.carousel-caption h3 {\n  margin: 0 0 10px;\n  font-size: clamp(26px, 2.5vw, 42px);\n  font-weight: 700;\n  background: linear-gradient(90deg, #ffd86b, #d8b44a, #b88e2b);\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n.carousel-caption p {\n  font-size: clamp(14px, 1.1vw, 18px);\n  color: #fff;\n  margin: 0;\n  line-height: 1.6;\n}\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* ---- ARROWS ---- *\/\n.carousel-btn {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 50px;\n  height: 50px;\n  border-radius: 50%;\n  border: none;\n  background: rgba(255, 255, 255, 0.15);\n  color: #fff;\n  cursor: pointer;\n  z-index: 5;\n  transition: all 0.3s ease;\n  backdrop-filter: blur(5px);\n}\n.carousel-btn.prev { left: 18px; }\n.carousel-btn.next { right: 18px; }\n.carousel-btn:hover {\n  background: rgba(255, 255, 255, 0.3);\n  transform: translateY(-50%) scale(1.05);\n}\n\n\/* ---- DOTS ---- *\/\n.carousel-dots {\n  position: absolute;\n  left: 50%;\n  transform: translateX(-50%);\n  bottom: 18px;\n  display: flex;\n  gap: 10px;\n  z-index: 5;\n}\n.carousel-dot {\n  width: 10px;\n  height: 10px;\n  border-radius: 50%;\n  background: rgba(255, 255, 255, 0.35);\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n.carousel-dot.active {\n  background: #f4f1e6;\n  transform: scale(1.3);\n  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);\n}\n\n\/* ===== MOBILE VIEW FIXED ===== *\/\n@media (max-width: 900px) {\n  .carousel-slide img {\n    height: auto;\n    object-fit: contain;\n  }\n  .carousel-caption {\n    position: relative !important;\n    background: rgba(0, 0, 0, 0.75) !important;\n    border: none !important;\n    border-radius: 10px;\n    padding: 18px 20px !important;\n    margin: 14px auto !important;\n    max-width: 90% !important;\n    text-align: center !important;\n  }\n  .carousel-caption h3 {\n    font-size: clamp(18px, 5.2vw, 26px) !important;\n    font-weight: 700 !important;\n    color: #ffd86b !important;\n    line-height: 1.4 !important;\n    margin-bottom: 10px !important;\n    word-break: break-word;\n  }\n  .carousel-caption p {\n    font-size: 15px !important;\n    color: #fff !important;\n    line-height: 1.6 !important;\n    margin: 0 !important;\n    word-wrap: break-word;\n  }\n  .carousel-btn {\n    width: 38px !important;\n    height: 38px !important;\n    background: rgba(0, 0, 0, 0.4) !important;\n  }\n  .carousel-dot {\n    width: 8px !important;\n    height: 8px !important;\n  }\n}\n<\/style>\n\n<script>\n(function(){\n  const slides = [\n    {\n      img: \"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/sobha-altus-img.jpg\",\n      link: \"https:\/\/gurgaonestate.in\/sobha-limited\/altus\",\n      title: \"SOBHA ALTUS - Ultra-luxe Abodes\",\n      subtitle: \"Sector 106, Gurugram | 2870 \u2013 3853 Sq.Ft.\"\n    },\n    {\n      img: \"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/sobha-aranya-img.jpg\",\n      link: \"https:\/\/gurgaonestate.in\/sobha-limited\/aranya\",\n      title: \"SOBHA ARANYA - Eco-luxe Residences\",\n      subtitle: \"Karma Lakelands, Gurugram | 2836 - 4285 Sq.Ft.\"\n    },\n    {\n      img: \"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/sobha-city-img.jpg\",\n      link: \"https:\/\/gurgaonestate.in\/sobha-limited\/city\/\",\n      title: \"SOBHA CITY - Ultra-luxe Abodes\",\n      subtitle: \"Sector 106, Gurugram | 2870 \u2013 3853 Sq.Ft.\"\n    },\n    {\n      img: \"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/sobha-international-city-img.jpg\",\n      link: \"#\",\n      title: \"INTERNATIONAL CITY\",\n      subtitle: \"SOBHA INTERNATIONAL CITY Limited Edition Homes \u2013 Gurgaon\"\n    }\n  ];\n\n  const wrap = document.querySelector('#projects-carousel .carousel-wrap');\n  const track = wrap.querySelector('.carousel-track');\n  const dotsWrap = wrap.querySelector('.carousel-dots');\n\n  slides.forEach((s,i)=>{\n    const slide = document.createElement('a');\n    slide.className = 'carousel-slide';\n    slide.href = s.link;\n\n    const img = document.createElement('img');\n    img.src = s.img;\n    img.alt = s.title;\n    img.loading = 'lazy';\n    slide.appendChild(img);\n\n    const cap = document.createElement('div');\n    cap.className = 'carousel-caption';\n    cap.innerHTML = `<h3>${s.title}<\/h3><p>${s.subtitle}<\/p>`;\n    slide.appendChild(cap);\n\n    track.appendChild(slide);\n\n    const dot = document.createElement('button');\n    dot.className = 'carousel-dot';\n    dot.dataset.index = i;\n    dotsWrap.appendChild(dot);\n  });\n\n  const total = slides.length;\n  let current = 0;\n  let width = wrap.clientWidth;\n\n  function updateWidth(){ width = wrap.clientWidth; }\n  window.addEventListener('resize', updateWidth);\n\n  function goTo(n, animate=true){\n    current = (n + total) % total;\n    track.style.transition = animate ? 'transform .8s ease-in-out' : 'none';\n    track.style.transform = `translateX(${-current * width}px)`;\n    dotsWrap.querySelectorAll('.carousel-dot').forEach((d,i)=> d.classList.toggle('active', i===current));\n  }\n  goTo(0,false);\n\n  wrap.querySelector('.next').addEventListener('click', ()=>{ goTo(current+1); resetAuto(); });\n  wrap.querySelector('.prev').addEventListener('click', ()=>{ goTo(current-1); resetAuto(); });\n  dotsWrap.addEventListener('click',(e)=>{ if(e.target.classList.contains('carousel-dot')){ goTo(+e.target.dataset.index); resetAuto(); } });\n\n  let autoplay = setInterval(()=> goTo(current+1), 6000);\n  function resetAuto(){ clearInterval(autoplay); autoplay = setInterval(()=> goTo(current+1), 6000); }\n\n  \/\/ Touch support\n  let startX=0, dx=0, touching=false;\n  track.addEventListener('touchstart', e=>{ touching=true; startX=e.touches[0].clientX; track.style.transition='none'; clearInterval(autoplay); },{passive:true});\n  track.addEventListener('touchmove', e=>{ if(!touching)return; dx=e.touches[0].clientX-startX; track.style.transform=`translateX(${ -current*width + dx }px)`; },{passive:true});\n  track.addEventListener('touchend', e=>{ touching=false; const th=Math.max(60,width*0.12); if(dx<-th)goTo(current+1); else if(dx>th)goTo(current-1); else goTo(current); dx=0; resetAuto(); });\n\n  window.addEventListener('load', ()=> updateWidth());\n})();\n<\/script>\n\n\n\n<!-- ABOUT SOBHA \u2014 Responsive, premium (mobile: title center; desktop: title left + logo right) -->\n<section id=\"about-sobha\" class=\"about-sobha\" aria-label=\"About Sobha\">\n  <div class=\"about-inner\">\n    <div class=\"about-content\" data-reveal>\n      <div class=\"about-kicker\">About<\/div>\n      <h2 class=\"about-title\">Sobha Ltd.<\/h2>\n      <p class=\"about-paragraph\">\n        SOBHA epitomizes \u201cpassion at work\u201d in totality. For us it is not only a catch phrase which sounds just right,\n        rather we all strive to live it daily. It serves as our compass which guides us towards creating world-class\n        quality products and workmanship. It guides us to be transparent in all our dealings and adhere to delivery\n        on time, each time.\n      <\/p>\n      <p class=\"about-paragraph small\">\n        With award-winning developments across India and decades of excellence, SOBHA continues to set benchmarks\n        in design, quality and trust.\n      <\/p>\n      <a href=\"#contact\" class=\"btn about-cta popmake-72\">Request a Site Visit<\/a>\n    <\/div>\n\n    <div class=\"about-logo-wrap\" aria-hidden=\"false\" data-reveal>\n      <!-- Replace src with your high-res Sobha logo (SVG\/PNG) -->\n      <img decoding=\"async\" class=\"about-logo\" src=\"https:\/\/gurgaonestate.in\/sobha-limited\/wp-content\/uploads\/2025\/11\/sobha-logo.jpeg\" alt=\"Sobha Limited logo\" loading=\"lazy\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  \/* ===== ABOUT SOBHA \u2014 Styles ===== *\/\n  .about-sobha { background: linear-gradient(180deg, #F4F1E6 0%, #fff 100%); padding: 44px 20px; font-family: 'Poppins', sans-serif; }\n  .about-inner { max-width:1200px; margin:0 auto; display:flex; gap:28px; align-items:center; justify-content:space-between; box-sizing:border-box; }\n\n  \/* Content block (left on desktop \/ stacked on mobile) *\/\n  .about-content { flex:1 1 60%; background: rgba(255,255,255,0.6); backdrop-filter: blur(6px); border-radius:14px; padding:28px; box-shadow: 0 18px 50px rgba(11,8,8,0.08); position:relative; overflow:hidden; }\n  .about-kicker { display:inline-block; background:#800020; color:#F4F1E6; padding:6px 12px; border-radius:999px; font-weight:700; font-size:13px; letter-spacing:0.6px; margin-bottom:12px; }\n  .about-title { margin:6px 0 12px; font-size:clamp(22px,3.2vw,34px); color:#331218; font-weight:800; letter-spacing:-0.4px; }\n\n  .about-paragraph { color:#4b1c22; font-size:16px; line-height:1.75; margin:0 0 12px; }\n  .about-paragraph.small { opacity:0.9; font-size:14.5px; margin-bottom:18px; }\n\n  .about-cta { display:inline-block; padding:10px 18px; border-radius:10px; background:#800020; color:#F4F1E6; font-weight:700; text-decoration:none; box-shadow: 0 10px 28px rgba(128,0,32,0.14); transition: transform .22s ease, box-shadow .22s ease; }\n  .about-cta:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(128,0,32,0.18); background:#8B8000; color:#fff; }\n\n  \/* Logo (right side on desktop, hidden on mobile) *\/\n  .about-logo-wrap { flex:0 0 32%; display:flex; align-items:center; justify-content:center; }\n  .about-logo { width:100%; max-width:220px; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.18)); transition: transform .6s cubic-bezier(.2,.9,.2,1); }\n  .about-logo-wrap:hover .about-logo { transform: translateY(-6px) scale(1.02); }\n\n  \/* Decorative accent (subtle) *\/\n  .about-content::before {\n    content:\"\";\n    position:absolute;\n    right:-40px;\n    top:-40px;\n    width:240px;\n    height:240px;\n    background: radial-gradient(circle at 30% 30%, rgba(139,128,0,0.06), transparent 40%);\n    transform: rotate(12deg);\n    pointer-events:none;\n  }\n\n  \/* Reveal animations (used by JS) *\/\n  [data-reveal] { opacity:0; transform: translateY(18px) scale(.995); transition: all .9s cubic-bezier(.2,.9,.2,1); }\n  [data-reveal].in-view { opacity:1; transform: none; }\n\n  \/* ===== Responsive layout rules ===== *\/\n  @media (max-width: 900px) {\n    .about-inner { flex-direction:column; align-items:stretch; gap:14px; }\n    \/* Mobile: title centered at top *\/\n    .about-kicker { margin:0 auto 10px; }\n    .about-title { text-align:center; margin-bottom:10px; }\n    .about-content { padding:18px; border-radius:12px; }\n    .about-logo-wrap { display:none; } \/* hide logo on mobile *\/\n    .about-cta { width:100%; text-align:center; display:block; }\n  }\n\n  @media (min-width: 901px) {\n    \/* Desktop: title top-left (default), logo visible on right *\/\n    .about-title { text-align:left; }\n    .about-kicker { margin-bottom:8px; }\n  }\n\n  \/* Accessibility: reduce motion *\/\n  @media (prefers-reduced-motion: reduce) {\n    [data-reveal] { transition:none !important; transform:none !important; opacity:1 !important; }\n    .about-logo, .about-cta { transition:none !important; }\n  }\n<\/style>\n\n<script>\n  \/\/ Scroll reveal for about section (lightweight, respects reduced-motion)\n  (function(){\n    const prefersReduced = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n    if(prefersReduced) {\n      document.querySelectorAll('[data-reveal]').forEach(el => el.classList.add('in-view'));\n      return;\n    }\n    const obs = new IntersectionObserver((entries, observer) => {\n      entries.forEach(e => {\n        if(e.isIntersecting) {\n          e.target.classList.add('in-view');\n          observer.unobserve(e.target);\n        }\n      });\n    }, { threshold: 0.18 });\n    document.querySelectorAll('[data-reveal]').forEach(el => obs.observe(el));\n  })();\n<\/script>\n\n\n\n<section class=\"sobha-knowmore\" id=\"sobha-knowmore\">\n  <div class=\"knowmore-container\">\n    <h2 class=\"knowmore-title\">Know More About Sobha Gurgaon<\/h2>\n\n    <div class=\"knowmore-content-wrap\">\n      <div class=\"knowmore-content\" id=\"sobhaContent\">\n        <p><strong>Sobha Limited Gurgaon Projects:<\/strong> Redefining Luxury Living in the Millennium City.<\/p>\n        <p>Sobha Limited, one of India\u2019s most trusted and admired real estate developers, has redefined luxury living across the nation. In Gurgaon, the company has elevated urban living standards with meticulously planned projects that combine modern architecture, premium amenities, and sustainable design. Whether it is the grand Sobha City in Sector 108 or the iconic Sobha International City in Sector 109, each project reflects Sobha\u2019s commitment to quality, transparency, and customer satisfaction.<\/p>\n\n        <p>For those seeking world-class residences on the Dwarka Expressway, Sobha Limited Gurgaon offers properties that perfectly balance comfort, craftsmanship, and connectivity. This article explores every dimension of Sobha\u2019s Gurgaon portfolio \u2013 from its legacy and design philosophy to its villas, apartments, and ongoing developments.<\/p>\n\n        <p><strong>Sobha Limited: Crafting Excellence in Gurgaon<\/strong><\/p>\n        <p><strong>Legacy of Quality:<\/strong> Founded by visionary entrepreneur Mr. PNC Menon, Sobha Limited embodies an unwavering commitment to \u201cNo Shortcuts to Quality.\u201d This philosophy resonates in every project the brand undertakes.<\/p>\n\n        <p><strong>Backward Integration \u2013 The Sobha Advantage:<\/strong> What sets Sobha Limited apart is its backward integration model \u2013 from architecture and interior design to structural engineering and landscaping, everything is managed in-house.<\/p>\n\n        <p><strong>Strategic Gurgaon Presence:<\/strong> Sobha Limited recognized the potential of Gurgaon\u2019s rapidly expanding urban landscape early on. With world-class infrastructure and proximity to Dwarka Expressway, it became the perfect hub for Sobha\u2019s luxury projects.<\/p>\n\n        <p><strong>Sobha City Gurgaon \u2013 Sector 108<\/strong><\/p>\n        <p>Spread over 39 acres, Sobha City offers 2, 3, and 4 BHK luxury apartments with unmatched amenities like cricket ground, clubhouses, Olympic-sized pool, and more. Its proximity to IGI Airport and Delhi via Dwarka Expressway adds immense value.<\/p>\n\n        <p><strong>Sobha International City \u2013 Sector 109<\/strong><\/p>\n        <p>An ultra-luxury villa township spread across 150 acres, Sobha International City redefines premium living with European-style architecture, private gardens, elevators, and grand clubhouses.<\/p>\n\n        <p><strong>Price &#038; Investment:<\/strong> Sobha City: \u20b911,000\u2013\u20b913,500\/sq.ft. | Sobha Villas: \u20b96.5\u2013\u20b915 crore. Strong ROI &#038; rental demand due to corporate proximity and Dwarka Expressway connectivity.<\/p>\n\n        <p><strong>Why Choose Sobha Limited in Gurgaon:<\/strong><\/p>\n        <ul>\n          <li>Unmatched Construction Quality<\/li>\n          <li>Sustainable &#038; Smart Design<\/li>\n          <li>Strategic Locations<\/li>\n          <li>Transparent Practices<\/li>\n          <li>250+ Awards for Excellence<\/li>\n        <\/ul>\n\n        <p><strong>Future Launches:<\/strong> Sobha expanding across Sectors 106\u2013113, introducing prefabricated technology for faster and precise construction.<\/p>\n\n        <p><strong>Lifestyle at Sobha Projects:<\/strong> Living in Sobha projects means experiencing luxury with community clubs, green spaces, sports zones, and modern wellness centers.<\/p>\n\n        <p><strong>Connectivity Highlights:<\/strong> Dwarka Expressway \u2013 0 km, IGI Airport \u2013 20 mins, Cyber City \u2013 25 mins, Delhi Border \u2013 5 mins.<\/p>\n\n        <p><strong>Conclusion:<\/strong> Sobha\u2019s Gurgaon projects symbolize trust, luxury, and innovation. From Sobha City to Sobha International City, every project is a benchmark in design and quality.<\/p>\n\n      <\/div>\n\n      <div class=\"fade-overlay\"><\/div>\n      <button class=\"knowmore-btn\" id=\"toggleBtn\">Show More<\/button>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.sobha-knowmore {\n  background: linear-gradient(180deg, #fff, #F4F1E6);\n  padding: 80px 20px;\n  font-family: 'Poppins', sans-serif;\n}\n.knowmore-container { max-width: 1100px; margin: auto; text-align: center; }\n.knowmore-title {\n  font-size: clamp(26px,4vw,38px);\n  color: #800020;\n  font-weight: 800;\n  margin-bottom: 26px;\n  position: relative;\n}\n.knowmore-title::after {\n  content: \"\";\n  display: block;\n  width: 80px;\n  height: 4px;\n  background: linear-gradient(90deg,#800020,#8B8000);\n  margin: 12px auto 0;\n  border-radius: 2px;\n}\n.knowmore-content-wrap {\n  position: relative;\n  background: rgba(255,255,255,0.7);\n  border-radius: 12px;\n  padding: 26px;\n  box-shadow: 0 12px 30px rgba(0,0,0,0.08);\n  transition: all 0.4s ease;\n  text-align: left;\n}\n.knowmore-content {\n  color: #2a1a1c;\n  font-size: 16px;\n  line-height: 1.8;\n  max-height: 14em;\n  overflow: hidden;\n  transition: max-height 0.8s ease;\n}\n.fade-overlay {\n  position: absolute;\n  bottom: 70px;\n  left: 0;\n  width: 100%;\n  height: 100px;\n  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #F4F1E6 100%);\n  pointer-events: none;\n  transition: opacity .6s ease;\n}\n.knowmore-btn {\n  display: inline-block;\n  margin-top: 24px;\n  background: linear-gradient(90deg,#800020,#8B8000);\n  color: #fff;\n  border: none;\n  border-radius: 999px;\n  padding: 12px 26px;\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  transition: all .3s ease;\n  box-shadow: 0 8px 25px rgba(128,0,32,0.25);\n}\n.knowmore-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 35px rgba(128,0,32,0.35);\n}\n@media (max-width:768px){\n  .knowmore-content{font-size:15px;max-height:12em;}\n  .knowmore-btn{padding:10px 22px;font-size:14px;}\n  .fade-overlay{bottom:60px;height:80px;}\n}\n<\/style>\n\n<script>\n(function(){\n  const content = document.getElementById('sobhaContent');\n  const btn = document.getElementById('toggleBtn');\n  const overlay = document.querySelector('.fade-overlay');\n  let currentHeight = 14 * 16 * 1.8; \/\/ ~8 lines height\n\n  btn.addEventListener('click', () => {\n    const totalHeight = content.scrollHeight;\n\n    if (btn.textContent === 'Show Less') {\n      \/\/ collapse\n      currentHeight = 14 * 16 * 1.8;\n      content.style.maxHeight = currentHeight + 'px';\n      overlay.style.opacity = '1';\n      btn.textContent = 'Show More';\n      content.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      return;\n    }\n\n    if (currentHeight + (14 * 16 * 1.8) < totalHeight) {\n      currentHeight += 14 * 16 * 1.8; \/\/ add 7\u20138 more lines\n      content.style.maxHeight = currentHeight + 'px';\n    } else {\n      content.style.maxHeight = totalHeight + 'px';\n      btn.textContent = 'Show Less';\n      overlay.style.opacity = '0';\n    }\n  });\n})();\n<\/script>\n\n\n\n<section class=\"sobha-faq\" id=\"sobha-faq\">\n  <div class=\"faq-container\">\n    <h2 class=\"faq-title\">Frequently Asked Questions (Sobha Limited Gurgaon)<\/h2>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">1. What are the key Sobha Limited projects in Gurgaon?<\/button>\n      <div class=\"faq-answer\">\n        <p>Sobha Limited, one of India\u2019s most reputed real estate developers, has delivered several landmark projects in Gurgaon, especially along the Dwarka Expressway corridor. The two flagship developments are Sobha City Sector 108 Gurgaon and Sobha International City Sector 109 Gurgaon. Sobha City offers premium 2, 3, and 4 BHK luxury apartments spread across a sprawling 39-acre township, while Sobha International City is an exclusive villa community that redefines elite living with presidential villas and row houses. Both projects stand out for their impeccable construction quality, sustainable design, and premium lifestyle amenities. The proximity to Delhi, IGI Airport, and Cyber City makes these properties highly desirable for both end-users and investors. Sobha Limited\u2019s consistent delivery, world-class infrastructure, and transparent dealings make its Gurgaon portfolio among the most trusted and high-performing in the real estate market.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">2. What makes Sobha Limited Gurgaon projects unique compared to other developers?<\/button>\n      <div class=\"faq-answer\">\n        <p>What truly sets Sobha Limited Gurgaon apart is the company\u2019s backward integration model. Unlike most real estate developers, Sobha manages every aspect of construction internally \u2014 from architecture, engineering, and design to interior fittings and quality control. This ensures flawless craftsmanship and uniform quality across every project. In Gurgaon, Sobha City and Sobha International City reflect this excellence through superior finishing, thoughtfully planned layouts, and sustainable design elements. Moreover, Sobha Limited is known for adhering strictly to delivery timelines and maintaining complete transparency in communication and pricing. Its projects are also recognized for low-density layouts, vast green spaces, and resort-style amenities \u2014 features that are often missing in other developments. As a result, Sobha Limited has become synonymous with luxury, trust, and long-term value in the competitive Gurgaon real estate market.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">3. What is the price range of Sobha City Gurgaon apartments?<\/button>\n      <div class=\"faq-answer\">\n        <p>The Sobha City Gurgaon price varies based on configuration, tower, and floor height. As of current trends, prices generally range from \u20b92.2 crore for 2 BHK apartments to \u20b94.5 crore for 4 BHK units. The price per square foot usually falls between \u20b911,000 and \u20b913,500, depending on customization and availability. Sobha Limited\u2019s focus on quality construction, world-class amenities, and location advantage along the Dwarka Expressway makes this pricing highly justified. Furthermore, Sobha City has witnessed strong price appreciation over the years due to infrastructure upgrades, high-end developments nearby, and the brand\u2019s strong reputation. For investors, the project offers not just luxurious living but also promising long-term returns, considering the future connectivity benefits of the expressway and nearby metro expansion.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">4. Are Sobha Limited Gurgaon projects good for investment purposes?<\/button>\n      <div class=\"faq-answer\">\n        <p>Yes, investing in Sobha Limited projects in Gurgaon is considered one of the most stable and profitable decisions in North India\u2019s real estate market. The developer\u2019s proven track record, premium locations, and strong brand value translate into higher property appreciation and strong rental demand. Projects like Sobha City Sector 108 Gurgaon and Sobha International City Sector 109 Gurgaon have already shown impressive capital gains due to their proximity to Dwarka Expressway, Delhi border, and Cyber City. Furthermore, the low-density development, top-notch amenities, and sustainable infrastructure ensure long-term desirability. Investors also benefit from Sobha\u2019s transparent dealings, which minimize legal risks and enhance resale value. With upcoming infrastructural projects such as the Delhi-Mumbai Expressway and metro expansion, Sobha properties in Gurgaon are expected to deliver excellent ROI and remain a top choice for luxury homebuyers.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">5. What are the major amenities in Sobha City Gurgaon?<\/button>\n      <div class=\"faq-answer\">\n        <p>Sobha City Gurgaon is designed to offer residents a world-class lifestyle within a fully integrated township. Spread across 39 acres, it features over 8.5 acres of open green space, a 90-metre cricket ground, two clubhouses covering 40,000 sq. ft., an Olympic-sized swimming pool, and multiple indoor sports arenas. Additional amenities include a meditation zone, cycling track, jogging paths, caf\u00e9, library, and amphitheatre. The project also emphasizes wellness with yoga decks, children\u2019s play areas, and landscaped gardens. Residents enjoy 24x7 power backup, multi-tier security systems, and premium concierge services. These features, combined with Sobha\u2019s signature quality and design excellence, make Sobha City Sector 108 Gurgaon a benchmark in luxury residential living. Each amenity has been planned to enhance the comfort, convenience, and community experience of every resident.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">6. What kind of properties does Sobha International City offer in Gurgaon?<\/button>\n      <div class=\"faq-answer\">\n        <p>Sobha International City Gurgaon offers ultra-luxury villas, duplexes, and row houses that redefine opulent living. Located in Sector 109, this expansive 150-acre township is built for those who value privacy, exclusivity, and architectural sophistication. The villas come in configurations ranging from 3 BHK to 5 BHK, featuring double-height ceilings, private elevators, personal gardens, and optional swimming pools. Designed by international architects, these homes blend European aesthetics with modern comforts. The project also includes a grand clubhouse, wellness spa, sports complex, landscaped parks, and private community spaces. Each villa is built using Sobha\u2019s backward integration model, ensuring superior construction quality and attention to detail. The Sobha International City Gurgaon villas are ideal for high-net-worth individuals and business leaders who seek unmatched luxury and connectivity near Delhi.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">7. Is Sobha City Gurgaon RERA approved and safe for buyers?<\/button>\n      <div class=\"faq-answer\">\n        <p>Yes, Sobha City Gurgaon is fully RERA-approved, ensuring complete legal transparency and buyer protection. The project\u2019s registration under the Haryana Real Estate Regulatory Authority guarantees that all details related to layout, construction status, payment plans, and delivery timelines are officially verified. Sobha Limited\u2019s reputation for ethical practices further enhances buyer confidence. Additionally, the project follows all modern safety standards, including earthquake-resistant design, fire safety systems, 24x7 security surveillance, and access-controlled entry points. For homebuyers, this translates into peace of mind and a risk-free investment. The company also provides post-possession support and maintenance services through a professional facility management team, reinforcing Sobha\u2019s commitment to customer satisfaction and long-term trust.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">8. What are the location advantages of Sobha projects in Gurgaon?<\/button>\n      <div class=\"faq-answer\">\n        <p>Sobha Limited strategically chose Sectors 108 and 109 along Dwarka Expressway for its Gurgaon developments due to exceptional connectivity and future growth potential. The expressway provides seamless access to Delhi, IGI Airport, and Gurugram\u2019s major business districts like Cyber City, Udyog Vihar, and Golf Course Road. The area also has proximity to reputed schools, healthcare institutions, and shopping destinations, including Delhi Public School, Columbia Asia Hospital, and Ambience Mall. The upcoming metro line and nearby urban developments make these sectors a real estate hotspot. Moreover, the region\u2019s low-density planning ensures a peaceful environment while maintaining high accessibility. Sobha projects here combine the best of both worlds \u2014 tranquil luxury living and urban convenience.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">9. What is the Sobha International City Gurgaon price range?<\/button>\n      <div class=\"faq-answer\">\n        <p>The Sobha International City Gurgaon price starts at approximately \u20b96.5 crore for 3 BHK villas and can go up to \u20b915 crore or more for larger presidential configurations. These premium homes are designed for those who value exclusivity, architectural finesse, and superior craftsmanship. Considering the location advantage near Dwarka Expressway, Delhi border, and the future infrastructure boost, these villas are poised for strong appreciation. The pricing reflects not only luxury finishes and private amenities but also the value of living in a low-density, gated environment developed by one of India\u2019s most trusted real estate brands \u2014 Sobha Limited. For buyers seeking timeless value and an elite lifestyle, Sobha International City remains an unmatched choice in Gurgaon\u2019s ultra-luxury segment.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">10. What makes Sobha City Gurgaon stand out from other luxury apartments?<\/button>\n      <div class=\"faq-answer\">\n        <p>Sobha City Sector 108 Gurgaon is distinct for its scale, design, and integrated community experience. Unlike most luxury projects that focus only on interiors, Sobha City emphasizes wellness, recreation, and open spaces. The project features over 85% open area, large balconies, cross-ventilated apartments, and abundant sunlight. With two clubhouses, multiple sports zones, and leisure amenities spread across 8.5 acres, it\u2019s designed like a resort community. The in-house quality control and architectural precision ensure lasting durability and minimal maintenance. Additionally, its location on Dwarka Expressway connects residents quickly to Delhi and other key Gurgaon areas. Sobha City represents a lifestyle of sophistication and wellness rather than just high-end housing, which is why it remains one of the top-rated premium projects in the NCR region.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">11. Are Sobha Gurgaon projects sustainable and eco-friendly?<\/button>\n      <div class=\"faq-answer\">\n        <p>Yes, Sobha Limited Gurgaon integrates sustainability deeply into its design philosophy. Both Sobha City and Sobha International City incorporate green architecture principles such as rainwater harvesting, solar-powered lighting, water recycling, and energy-efficient construction materials. The vast green landscapes, shaded walkways, and biodiversity parks reduce urban heat and promote ecological balance. The company also implements waste management and sewage treatment systems within its communities to minimize environmental impact. Additionally, Sobha encourages responsible living among residents through eco-awareness programs and community initiatives. This dedication to sustainability not only reduces the carbon footprint but also enhances long-term property value and livability, making Sobha\u2019s Gurgaon projects a model of environmentally responsible luxury housing in India.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">12. How is the rental potential of Sobha City Gurgaon?<\/button>\n      <div class=\"faq-answer\">\n        <p>The rental market around Sobha City Sector 108 Gurgaon is robust, driven by its location near major employment hubs like Cyber City, Udyog Vihar, and Ambience Island. Corporate professionals, expatriates, and families prefer this area for its connectivity to Delhi and high-end amenities. Rental yields are strong, with 2 BHK units fetching \u20b955,000\u2013\u20b975,000 per month and 3 BHK units averaging \u20b980,000\u2013\u20b91.2 lakh per month. The premium positioning, brand reputation, and maintenance quality ensure steady demand. Investors also benefit from minimal vacancy periods and appreciation in rental income as infrastructure improves. Sobha\u2019s name adds credibility, attracting high-profile tenants who value luxury, security, and reliability.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">13. What financing options are available for Sobha Limited Gurgaon projects?<\/button>\n      <div class=\"faq-answer\">\n        <p>Buyers can avail home loans from all major nationalized and private banks, as Sobha Limited Gurgaon projects are pre-approved by leading financial institutions. The developer also provides flexible payment plans for under-construction towers. Banks like HDFC, ICICI, SBI, and Axis Bank offer competitive interest rates and faster approvals for Sobha projects due to the brand\u2019s credibility. Additionally, Sobha\u2019s sales team assists buyers in documentation and coordination for loan processing. For NRIs, dedicated property advisors provide end-to-end support in financing, registration, and property management. Given Sobha Limited\u2019s transparent dealings and legal compliance, obtaining financing for its Gurgaon projects is smooth and hassle-free, allowing buyers to invest confidently in a long-term asset.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">14. What are the nearby landmarks and social infrastructure around Sobha City?<\/button>\n      <div class=\"faq-answer\">\n        <p>Sobha City Gurgaon benefits from an established ecosystem of top-tier schools, hospitals, retail hubs, and business centres. Reputed institutions such as Delhi Public School, Blue Bells International, and Columbia Asia Hospital are within a 15-minute drive. For shopping and leisure, Ambience Mall, DLF CyberHub, and Sapphire 83 Mall offer premium experiences. The project is also close to Palam Vihar, Dwarka Sector 21 Metro Station, and IGI Airport, enhancing convenience for frequent travellers. The area is evolving into a high-end residential belt along Dwarka Expressway, with upcoming commercial projects and green corridors adding immense lifestyle value. This strategic location ensures residents of Sobha City enjoy both peace and proximity to urban conveniences.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">15. How does Sobha Limited ensure construction quality in Gurgaon projects?<\/button>\n      <div class=\"faq-answer\">\n        <p>Sobha Limited\u2019s hallmark is its in-house backward integration model, meaning every construction element\u2014from concrete production to interior carpentry\u2014is handled internally. This level of control eliminates dependence on external contractors, ensuring consistent quality and timely execution. The company employs advanced technologies such as pre-cast construction, Project Management Information Systems (PMIS), and stringent multi-stage quality audits. At Sobha City Gurgaon and Sobha International City Gurgaon, precision engineering and premium materials ensure long-lasting durability, minimal seepage, and fine finishing. The result is homes that not only look luxurious but also retain their structural integrity for decades, setting Sobha Limited apart as India\u2019s most trusted real estate brand.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n.sobha-faq {\n  background: linear-gradient(180deg, #F4F1E6, #fff);\n  padding: 80px 20px;\n  font-family: 'Poppins', sans-serif;\n}\n.faq-container { max-width: 1100px; margin: auto; }\n.faq-title {\n  text-align: center;\n  font-size: clamp(26px,4vw,38px);\n  font-weight: 800;\n  color: #800020;\n  margin-bottom: 40px;\n  position: relative;\n}\n.faq-title::after {\n  content: \"\";\n  display: block;\n  width: 80px;\n  height: 4px;\n  background: linear-gradient(90deg,#800020,#8B8000);\n  margin: 12px auto 0;\n  border-radius: 2px;\n}\n.faq-item {\n  background: #fff;\n  border-radius: 10px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n  margin-bottom: 16px;\n  overflow: hidden;\n  transition: all 0.3s ease;\n}\n.faq-item.active {\n  box-shadow: 0 8px 25px rgba(128,0,32,0.25);\n}\n.faq-question {\n  width: 100%;\n  background: #fff;\n  color: #800020;\n  font-size: 16px;\n  font-weight: 600;\n  text-align: left;\n  border: none;\n  padding: 18px 20px;\n  cursor: pointer;\n  position: relative;\n  transition: all 0.3s ease;\n}\n.faq-question::after {\n  content: \"+\";\n  position: absolute;\n  right: 20px;\n  font-size: 20px;\n  transition: transform 0.3s ease;\n}\n.faq-item.active .faq-question::after { content: \"\u2212\"; }\n.faq-question:hover {\n  background: #F4F1E6;\n}\n.faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  background: #fff;\n  color: #333;\n  font-size: 15px;\n  line-height: 1.8;\n  padding: 0 20px;\n  transition: max-height 0.6s ease, padding 0.6s ease;\n}\n.faq-item.active .faq-answer {\n  max-height: 1000px;\n  padding: 18px 20px 25px;\n}\n@media (max-width:768px){\n  .faq-question{font-size:15px;}\n  .faq-answer{font-size:14px;}\n}\n<\/style>\n\n<script>\n(function(){\n  const faqs = document.querySelectorAll('.faq-item');\n  faqs.forEach(item => {\n    const btn = item.querySelector('.faq-question');\n    btn.addEventListener('click', ()=>{\n      faqs.forEach(f => f !== item && f.classList.remove('active'));\n      item.classList.toggle('active');\n    });\n  });\n})();\n<\/script>\n\n\n\n<!-- ===== WHATSAPP SECTION ===== -->\n<section class=\"whatsapp-section\">\n  <div class=\"whatsapp-container\">\n    <h2 class=\"whatsapp-heading\">Need Assistance?<\/h2>\n    <p class=\"whatsapp-subtext\">Connect with our expert instantly on WhatsApp<\/p>\n\n    <a href=\"https:\/\/wa.me\/919958807332\" class=\"whatsapp-btn\" target=\"_blank\" title=\"Chat On WhatsApp\" aria-label=\"Chat On WhatsApp\" rel=\"noopener\">\n      <i class=\"fa-brands fa-whatsapp\"><\/i>\n      <span>Chat on WhatsApp<\/span>\n    <\/a>\n  <\/div>\n<\/section>\n\n<style>\n\/* ===== SECTION BASE ===== *\/\n.whatsapp-section {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  text-align: center;\n  padding: 100px 20px;\n  background: linear-gradient(180deg, #F4F1E6 0%, #ffffff 100%);\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* ===== HEADING ===== *\/\n.whatsapp-heading {\n  font-size: clamp(26px, 4vw, 34px);\n  color: #075E54;\n  font-weight: 800;\n  margin-bottom: 10px;\n}\n\n.whatsapp-subtext {\n  color: #333;\n  font-size: 16px;\n  margin-bottom: 35px;\n}\n\n\/* ===== BUTTON ===== *\/\n.whatsapp-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  background-color: #25D366;\n  color: #fff;\n  padding: 16px 38px;\n  border-radius: 60px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 17px;\n  letter-spacing: 0.3px;\n  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);\n  transition: all 0.35s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* WhatsApp Icon *\/\n.whatsapp-btn i {\n  font-size: 22px;\n  color: #fff;\n  transition: transform 0.3s ease;\n}\n\n\/* Hover Effects *\/\n.whatsapp-btn:hover {\n  background-color: #128C7E; \/* Dark WhatsApp Green *\/\n  transform: translateY(-4px) scale(1.05);\n  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.55);\n}\n.whatsapp-btn:hover i {\n  transform: rotate(18deg) scale(1.15);\n}\n\n\/* Light Sweep Effect *\/\n.whatsapp-btn::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: rgba(255, 255, 255, 0.25);\n  transform: skewX(-25deg);\n  transition: left 0.7s ease;\n}\n.whatsapp-btn:hover::before {\n  left: 100%;\n}\n\n\/* Entry Animation *\/\n.whatsapp-container {\n  animation: fadeInUp 1.2s ease both;\n}\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(25px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 768px) {\n  .whatsapp-btn {\n    padding: 14px 28px;\n    font-size: 15px;\n  }\n  .whatsapp-btn i { font-size: 20px; }\n  .whatsapp-heading { font-size: 22px; }\n  .whatsapp-subtext { font-size: 14px; }\n}\n<\/style>\n\n<!-- FontAwesome -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-o8fH+2HjKyKXGmWf5w+kbVjPBV6Bsb4twv5UN8u0yPbFnbZPa4aWzS3CChWbAF3+XTT1k2M9zbdP6LUDeQzYjw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\n\n\n\n<!-- ===== PAGE REFRESH BUTTON (Desktop Only) ===== -->\n<a href=\"https:\/\/gurgaonestate.in\/sobha-limited\/\" class=\"refresh-btn\" title=\"Refresh Page\" aria-label=\"Refresh Page\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v6h6M20 20v-6h-6m6-4a8 8 0 11-8-8 8 8 0 018 8z\" \/>\n  <\/svg>\n<\/a>\n\n<style>\n.refresh-btn {\n  position: fixed;\n  right: 25px;\n  bottom: 25px;\n  width: 55px;\n  height: 55px;\n  background: linear-gradient(135deg, #800020, #8B8000);\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-decoration: none;\n  box-shadow: 0 8px 25px rgba(128,0,32,0.3);\n  transition: all 0.3s ease;\n  z-index: 9999;\n}\n.refresh-btn:hover {\n  transform: scale(1.12) rotate(12deg);\n  box-shadow: 0 10px 30px rgba(128,0,32,0.45);\n}\n.refresh-btn svg {\n  stroke: #fff;\n  width: 26px;\n  height: 26px;\n  transition: transform 0.3s ease;\n}\n.refresh-btn:hover svg {\n  transform: rotate(180deg);\n}\n@media (max-width: 1024px) {\n  .refresh-btn { display: none; }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Overview Projects About Know More FAQs Call Book Free Site Visit Call Now &times; Overview Projects About Know More FAQs Sobha Limited Crafted Luxury Residences in Gurgaon Experience the art of fine living through premium ready &#038; upcoming Sobha projects \u2014 where world-class architecture meets timeless craftsmanship. Book Free Site Visit Call Now 20+Years Legacy [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":52,"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":203,"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/pages\/10\/revisions\/203"}],"wp:attachment":[{"href":"https:\/\/gurgaonestate.in\/sobha-limited\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}