{"id":29,"date":"2026-08-09T18:19:10","date_gmt":"2026-08-09T18:19:10","guid":{"rendered":"https:\/\/www.anantlanddevelopers.com\/?page_id=29"},"modified":"2026-08-26T06:19:53","modified_gmt":"2026-08-26T06:19:53","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.anantlanddevelopers.com\/?page_id=29","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Playfair+Display:wght@500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<script>window.tailwind=window.tailwind||{};window.tailwind.config={\n      theme: {\n        extend: {\n          colors: {\n            brand: {\n              blue: '#1e3a8a',\n              'blue-dark': '#0f2354',\n              'blue-light': '#3b82f6',\n              'blue-soft': '#eff6ff',\n              gold: '#c9a227',\n              'gold-light': '#e8c66a',\n              'gold-dark': '#a0821d',\n              charcoal: '#1f2937'\n            }\n          },\n          fontFamily: {\n            sans: ['Inter', 'sans-serif'],\n            display: ['Playfair Display', 'serif'],\n          }\n        }\n      }\n    };<\/script>\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<style>#anant-contact-root{margin:0}#anant-contact-root,#anant-contact-root *{box-sizing:border-box}body.page-id-29,body.elementor-page-29{margin:0}body.page-id-29>header,body.page-id-29 header.site-header{display:none!important}body.page-id-29 .page-header{display:none!important}body.page-id-29 .site-main,body.page-id-29 .page-content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}body.admin-bar #anant-contact-root nav#navbar{top:32px}@media (max-width:782px){body.admin-bar #anant-contact-root nav#navbar{top:46px}}.elementor-29 .elementor-widget-container{margin:0}\n#anant-contact-root .font-sans{font-family:Inter,sans-serif}#anant-contact-root .font-display{font-family:\"Playfair Display\",serif}#anant-contact-root .text-brand-blue{color:#1e3a8a}#anant-contact-root .text-brand-blue-dark{color:#0f2354}#anant-contact-root .text-brand-blue-light{color:#3b82f6}#anant-contact-root .text-brand-gold{color:#c9a227}#anant-contact-root .text-brand-gold-light{color:#e8c66a}#anant-contact-root .text-brand-gold-dark{color:#a0821d}#anant-contact-root .text-brand-charcoal{color:#1f2937}#anant-contact-root .bg-brand-blue{background-color:#1e3a8a}#anant-contact-root .bg-brand-blue-dark{background-color:#0f2354}#anant-contact-root .bg-brand-blue-light{background-color:#3b82f6}#anant-contact-root .bg-brand-blue-soft{background-color:#eff6ff}#anant-contact-root .bg-brand-charcoal{background-color:#1f2937}#anant-contact-root .bg-brand-gold{background-color:#c9a227}#anant-contact-root .bg-brand-gold\\\/20{background-color:rgba(201,162,39,.2)}#anant-contact-root .bg-brand-blue\\\/20{background-color:rgba(30,58,138,.2)}#anant-contact-root .bg-white\\\/98{background-color:rgba(255,255,255,.98)}#anant-contact-root .border-brand-blue{border-color:#1e3a8a}#anant-contact-root .border-brand-gold{border-color:#c9a227}#anant-contact-root .border-brand-blue\\\/5{border-color:rgba(30,58,138,.05)}#anant-contact-root .border-brand-blue\\\/10{border-color:rgba(30,58,138,.10)}#anant-contact-root .hover\\:text-brand-blue:hover{color:#1e3a8a}#anant-contact-root .hover\\:text-brand-gold:hover{color:#c9a227}#anant-contact-root .hover\\:bg-brand-gold:hover{background-color:#c9a227}#anant-contact-root .hover\\:bg-brand-blue-soft:hover{background-color:#eff6ff}#anant-contact-root .hover\\:border-brand-gold:hover{border-color:#c9a227}\n\n    :root {\n      --gold: #c9a227;\n      --gold-light: #e8c66a;\n      --gold-dark: #a0821d;\n      --blue: #1e3a8a;\n    }\n    html { scroll-behavior: smooth; }\n    .gold-text {\n      background: linear-gradient(135deg, #c9a227 0%, #e8c66a 50%, #a0821d 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n    .gold-bg {\n      background: linear-gradient(135deg, #c9a227 0%, #e8c66a 50%, #a0821d 100%);\n    }\n    .hero-overlay {\n      background: linear-gradient(135deg, rgba(15, 35, 84, 0.94) 0%, rgba(30, 58, 138, 0.85) 50%, rgba(15, 35, 84, 0.94) 100%);\n    }\n    .reveal {\n      opacity: 0;\n      transform: translateY(40px);\n      transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .reveal.active {\n      opacity: 1;\n      transform: translateY(0);\n    }\n    .btn-primary {\n      background: linear-gradient(135deg, #c9a227 0%, #e8c66a 50%, #a0821d 100%);\n      transition: all 0.3s ease;\n      position: relative;\n      overflow: hidden;\n    }\n    .btn-primary::before {\n      content: '';\n      position: absolute;\n      top: 0; left: -100%;\n      width: 100%; height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);\n      transition: left 0.5s ease;\n    }\n    .btn-primary:hover::before { left: 100%; }\n    .btn-primary:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 12px 24px -6px rgba(201, 162, 39, 0.4);\n    }\n    .nav-link { position: relative; }\n    .nav-link::after {\n      content: '';\n      position: absolute;\n      bottom: -4px; left: 0;\n      width: 0; height: 2px;\n      background: linear-gradient(90deg, #c9a227, #e8c66a);\n      transition: width 0.3s ease;\n    }\n    .nav-link:hover::after,\n    .nav-link.active::after { width: 100%; }\n    .mobile-menu {\n      transform: translateX(100%);\n      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .mobile-menu.open { transform: translateX(0); }\n    .modal-backdrop {\n      opacity: 0; visibility: hidden;\n      transition: all 0.3s ease;\n    }\n    .modal-backdrop.open { opacity: 1; visibility: visible; }\n    .modal-content {\n      transform: scale(0.95) translateY(20px);\n      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .modal-backdrop.open .modal-content { transform: scale(1) translateY(0); }\n    .form-input {\n      transition: all 0.3s ease;\n    }\n    .form-input:focus {\n      border-color: #c9a227;\n      box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);\n      outline: none;\n    }\n    .contact-card {\n      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .contact-card:hover {\n      transform: translateY(-6px);\n      box-shadow: 0 20px 40px -10px rgba(30, 58, 138, 0.2);\n    }\n    .contact-card:hover .contact-icon {\n      transform: scale(1.1) rotate(5deg);\n    }\n    .contact-icon {\n      transition: transform 0.3s ease;\n    }\n    .map-container {\n      transition: all 0.3s ease;\n    }\n    .map-container:hover {\n      box-shadow: 0 20px 40px -10px rgba(201, 162, 39, 0.25);\n    }\n    @keyframes pulse-gold {\n      0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.4); }\n      50% { box-shadow: 0 0 0 12px rgba(201, 162, 39, 0); }\n    }\n    .pulse-gold { animation: pulse-gold 2s infinite; }\n    @keyframes float {\n      0%, 100% { transform: translateY(0px); }\n      50% { transform: translateY(-8px); }\n    }\n    .float-anim { animation: float 3s ease-in-out infinite; }\n    .call-btn {\n      transition: all 0.3s ease;\n      position: relative;\n      overflow: hidden;\n    }\n    .call-btn::before {\n      content: '';\n      position: absolute;\n      top: 0; left: -100%;\n      width: 100%; height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);\n      transition: left 0.5s ease;\n    }\n    .call-btn:hover::before { left: 100%; }\n    .call-btn:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 32px -8px rgba(30, 58, 138, 0.4);\n    }\n    .footer-link {\n      transition: all 0.2s ease;\n      position: relative;\n    }\n    .footer-link::after {\n      content: '';\n      position: absolute;\n      bottom: -2px; left: 0;\n      width: 0; height: 1px;\n      background: #c9a227;\n      transition: width 0.3s ease;\n    }\n    .footer-link:hover::after { width: 100%; }\n    .footer-link:hover { color: #c9a227; }\n    .form-success-checkmark {\n      stroke-dasharray: 100;\n      stroke-dashoffset: 100;\n      animation: draw 0.8s ease forwards 0.3s;\n    }\n    @keyframes draw {\n      to { stroke-dashoffset: 0; }\n    }\n    \/* Custom scrollbar for form textarea *\/\n    textarea::-webkit-scrollbar { width: 4px; }\n    textarea::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 4px; }\n    textarea::-webkit-scrollbar-thumb { background: #c9a227; border-radius: 4px; }\n  \n\/* Mobile layout hardening *\/\nhtml, body { max-width: 100%; overflow-x: hidden; }\n#anant-homepage-root, #anant-about-root, #anant-contact-root, #anant-projects-root, #anant-completed-root { max-width: 100%; overflow-x: hidden; }\n#anant-homepage-root *, #anant-about-root *, #anant-contact-root *, #anant-projects-root *, #anant-completed-root * { min-width: 0; }\n#anant-homepage-root nav img[alt=\"Anant Land Developers\"], #anant-about-root nav img[alt=\"Anant Land Developers\"], #anant-contact-root nav img[alt=\"Anant Land Developers\"], #anant-projects-root nav img[alt=\"Anant Land Developers\"], #anant-completed-root nav img[alt=\"Anant Land Developers\"] { max-width: 190px; max-height: 56px; object-fit: contain; }\n#anant-homepage-root .mobile-menu, #anant-about-root .mobile-menu, #anant-contact-root .mobile-menu, #anant-projects-root .mobile-menu, #anant-completed-root .mobile-menu { background: #ffffff !important; color: #1f2937 !important; opacity: 1 !important; width: min(20rem, 88vw) !important; max-width: 88vw !important; overflow-y: auto !important; -webkit-overflow-scrolling: touch; box-shadow: -24px 0 48px rgba(15, 35, 84, .22) !important; }\n#anant-homepage-root .mobile-menu:not(.open), #anant-about-root .mobile-menu:not(.open), #anant-contact-root .mobile-menu:not(.open), #anant-projects-root .mobile-menu:not(.open), #anant-completed-root .mobile-menu:not(.open) { pointer-events: none; }\n#anant-homepage-root .mobile-link, #anant-about-root .mobile-link, #anant-contact-root .mobile-link, #anant-projects-root .mobile-link, #anant-completed-root .mobile-link { color: #1f2937 !important; background: transparent; display: block; }\n#anant-homepage-root .mobile-link.text-brand-blue, #anant-about-root .mobile-link.text-brand-blue, #anant-contact-root .mobile-link.text-brand-blue, #anant-projects-root .mobile-link.text-brand-blue, #anant-completed-root .mobile-link.text-brand-blue { color: #1e3a8a !important; }\n#anant-homepage-root .mobile-link.btn-primary, #anant-about-root .mobile-link.btn-primary, #anant-contact-root .mobile-link.btn-primary, #anant-projects-root .mobile-link.btn-primary, #anant-completed-root .mobile-link.btn-primary { color: #ffffff !important; text-align: center; }\n#anant-homepage-root #menuOverlay, #anant-about-root #menuOverlay, #anant-contact-root #menuOverlay, #anant-projects-root #menuOverlay, #anant-completed-root #menuOverlay { background: rgba(0, 0, 0, .58) !important; }\n#anant-homepage-root iframe, #anant-about-root iframe, #anant-contact-root iframe, #anant-projects-root iframe, #anant-completed-root iframe { max-width: 100%; }\n#anant-homepage-root .overflow-x-auto, #anant-about-root .overflow-x-auto, #anant-contact-root .overflow-x-auto, #anant-projects-root .overflow-x-auto, #anant-completed-root .overflow-x-auto { overflow-x: auto !important; }\n@media (max-width: 767px) {\n  #anant-homepage-root nav .h-20, #anant-about-root nav .h-20, #anant-contact-root nav .h-20, #anant-projects-root nav .h-20, #anant-completed-root nav .h-20 { height: 4.75rem !important; }\n  #anant-homepage-root nav img[alt=\"Anant Land Developers\"], #anant-about-root nav img[alt=\"Anant Land Developers\"], #anant-contact-root nav img[alt=\"Anant Land Developers\"], #anant-projects-root nav img[alt=\"Anant Land Developers\"], #anant-completed-root nav img[alt=\"Anant Land Developers\"] { max-width: 148px; max-height: 44px; }\n  #anant-homepage-root h1, #anant-about-root h1, #anant-contact-root h1, #anant-projects-root h1, #anant-completed-root h1 { font-size: clamp(2.25rem, 11vw, 3.75rem) !important; line-height: 1.08 !important; overflow-wrap: anywhere; }\n  #anant-homepage-root h2, #anant-about-root h2, #anant-contact-root h2, #anant-projects-root h2, #anant-completed-root h2 { font-size: clamp(1.9rem, 8vw, 3rem) !important; line-height: 1.12 !important; overflow-wrap: anywhere; }\n  #anant-homepage-root h3, #anant-about-root h3, #anant-contact-root h3, #anant-projects-root h3, #anant-completed-root h3 { overflow-wrap: anywhere; }\n  #anant-homepage-root section, #anant-about-root section, #anant-contact-root section, #anant-projects-root section, #anant-completed-root section { overflow: hidden; }\n  #anant-homepage-root .rounded-2xl, #anant-about-root .rounded-2xl, #anant-contact-root .rounded-2xl, #anant-projects-root .rounded-2xl, #anant-completed-root .rounded-2xl { max-width: 100%; }\n  #anant-homepage-root table, #anant-about-root table, #anant-contact-root table, #anant-projects-root table, #anant-completed-root table { min-width: 640px; }\n}\n@media (max-width: 420px) {\n  #anant-homepage-root .mobile-menu, #anant-about-root .mobile-menu, #anant-contact-root .mobile-menu, #anant-projects-root .mobile-menu, #anant-completed-root .mobile-menu { width: 86vw !important; padding: 1.5rem !important; }\n  #anant-homepage-root nav img[alt=\"Anant Land Developers\"], #anant-about-root nav img[alt=\"Anant Land Developers\"], #anant-contact-root nav img[alt=\"Anant Land Developers\"], #anant-projects-root nav img[alt=\"Anant Land Developers\"], #anant-completed-root nav img[alt=\"Anant Land Developers\"] { max-width: 128px; max-height: 40px; }\n}\n\n#anant-homepage-root .mobile-menu, #anant-about-root .mobile-menu, #anant-contact-root .mobile-menu, #anant-projects-root .mobile-menu, #anant-completed-root .mobile-menu { position: fixed !important; top: 0 !important; right: 0 !important; height: 100vh !important; z-index: 9999 !important; padding: 2rem !important; transform: translateX(100%); transition: transform .35s ease; }\n#anant-homepage-root .mobile-menu.open, #anant-about-root .mobile-menu.open, #anant-contact-root .mobile-menu.open, #anant-projects-root .mobile-menu.open, #anant-completed-root .mobile-menu.open { transform: translateX(0) !important; }\n#anant-homepage-root #menuOverlay, #anant-about-root #menuOverlay, #anant-contact-root #menuOverlay, #anant-projects-root #menuOverlay, #anant-completed-root #menuOverlay { position: fixed !important; inset: 0 !important; z-index: 9998 !important; }\n#anant-homepage-root #menuOverlay.hidden, #anant-about-root #menuOverlay.hidden, #anant-contact-root #menuOverlay.hidden, #anant-projects-root #menuOverlay.hidden, #anant-completed-root #menuOverlay.hidden { display: none !important; }\n@media (max-width: 1023px) {\n  #anant-homepage-root nav .hidden.lg\\:flex, #anant-about-root nav .hidden.lg\\:flex, #anant-contact-root nav .hidden.lg\\:flex, #anant-projects-root nav .hidden.lg\\:flex, #anant-completed-root nav .hidden.lg\\:flex { display: none !important; }\n  #anant-homepage-root #menuBtn, #anant-about-root #menuBtn, #anant-contact-root #menuBtn, #anant-projects-root #menuBtn, #anant-completed-root #menuBtn { display: inline-flex !important; align-items: center; justify-content: center; }\n}\n@media (min-width: 1024px) {\n  #anant-homepage-root #menuBtn, #anant-about-root #menuBtn, #anant-contact-root #menuBtn, #anant-projects-root #menuBtn, #anant-completed-root #menuBtn, #anant-homepage-root .mobile-menu, #anant-about-root .mobile-menu, #anant-contact-root .mobile-menu, #anant-projects-root .mobile-menu, #anant-completed-root .mobile-menu, #anant-homepage-root #menuOverlay, #anant-about-root #menuOverlay, #anant-contact-root #menuOverlay, #anant-projects-root #menuOverlay, #anant-completed-root #menuOverlay { display: none !important; }\n}\n\n<\/style>\n<div id=\"anant-contact-root\" class=\"font-sans text-gray-800 antialiased bg-white\">\n  <nav id=\"navbar\" class=\"fixed top-0 left-0 right-0 z-50 transition-all duration-300 bg-white\/95 backdrop-blur-md shadow-sm\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\"><div class=\"flex items-center justify-between h-20\">\n      <a href=\"\/\" class=\"flex items-center group\" aria-label=\"Anant Land Developers Home\"><img decoding=\"async\" src=\"https:\/\/www.anantlanddevelopers.com\/wp-content\/uploads\/2026\/08\/ant-logo.png\" alt=\"Anant Land Developers\" class=\"h-12 sm:h-14 w-auto object-contain\"><\/a>\n      <div class=\"hidden lg:flex items-center gap-8\"><a href=\"\/\" class=\"nav-link text-sm font-medium hover:text-brand-blue text-gray-700\">Home<\/a><a href=\"\/?page_id=24\" class=\"nav-link text-sm font-medium hover:text-brand-blue text-gray-700\">About Us<\/a><div class=\"relative group\"><button class=\"nav-link text-gray-700 text-sm font-medium hover:text-brand-blue flex items-center gap-1\">Projects<svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M19 9l-7 7-7-7\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/button><div class=\"absolute top-full left-0 w-56 bg-white shadow-xl rounded-xl py-2 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-300 border border-gray-100\"><a href=\"\/?page_id=35\" class=\"block px-4 py-2 text-sm text-gray-700 hover:bg-brand-blue-soft hover:text-brand-blue\">Ongoing Projects<\/a><a href=\"\/?page_id=130\" class=\"block px-4 py-2 text-sm text-gray-700 hover:bg-brand-blue-soft hover:text-brand-blue\">Completed Projects<\/a><\/div><\/div><a href=\"\/?page_id=29\" class=\"nav-link text-sm font-medium hover:text-brand-blue text-brand-blue active\">Contact Us<\/a><a href=\"\/?page_id=29\" class=\"btn-primary text-white px-6 py-2.5 rounded-full text-sm font-semibold shadow-lg\">Enquire Now<\/a><\/div>\n      <button id=\"menuBtn\" class=\"lg:hidden p-2 rounded-lg text-brand-blue hover:bg-brand-blue-soft transition-colors\" aria-label=\"Open menu\"><svg id=\"menuIcon\" class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 12h16M4 18h16\"\/><\/svg><svg id=\"closeIcon\" class=\"w-6 h-6 hidden\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"\/><\/svg><\/button>\n    <\/div><\/div>\n    <div id=\"mobileMenu\" class=\"mobile-menu fixed top-0 right-0 h-full w-80 bg-white shadow-2xl z-50 p-8 lg:hidden\"><div class=\"flex justify-end mb-8\"><button id=\"closeMenuBtn\" class=\"p-2 rounded-lg text-brand-blue hover:bg-brand-blue-soft\" aria-label=\"Close menu\"><svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"\/><\/svg><\/button><\/div><div class=\"flex flex-col gap-6\"><a href=\"\/\" class=\"mobile-link text-lg font-medium text-gray-800 hover:text-brand-gold\">Home<\/a><a href=\"\/?page_id=24\" class=\"mobile-link text-lg font-medium text-gray-800 hover:text-brand-gold\">About Us<\/a><a href=\"\/?page_id=35\" class=\"mobile-link text-lg font-medium text-gray-800 hover:text-brand-gold\">Ongoing Projects<\/a><a href=\"\/?page_id=130\" class=\"mobile-link text-lg font-medium text-gray-800 hover:text-brand-gold\">Completed Projects<\/a><a href=\"\/?page_id=29\" class=\"mobile-link text-lg font-semibold text-brand-blue\">Contact Us<\/a><a href=\"\/?page_id=29\" class=\"mobile-link btn-primary text-white px-6 py-3 rounded-full text-center font-semibold mt-4\">Enquire Now<\/a><\/div><div class=\"mt-12 pt-8 border-t border-gray-200\"><p class=\"text-sm text-gray-600 mb-2\">Call us directly<\/p><a href=\"tel:+919823009933\" class=\"text-lg font-bold text-brand-blue hover:text-brand-gold\">+91 98230 09933<\/a><\/div><\/div><div id=\"menuOverlay\" class=\"fixed inset-0 bg-black\/50 z-40 hidden lg:hidden\"><\/div>\n  <\/nav>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 1: HERO BANNER \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"home\" class=\"relative h-[440px] flex items-center justify-center pt-20\">\n    <div class=\"absolute inset-0\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1497366811353-6870744d04b2?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=2070&#038;q=80\" alt=\"Contact Anant Land Developers\" class=\"w-full h-full object-cover\">\n      <div class=\"absolute inset-0 hero-overlay\"><\/div>\n      <!-- Decorative floating elements -->\n      <div class=\"absolute top-1\/3 left-10 w-32 h-32 rounded-full bg-brand-gold\/10 blur-3xl float-anim\"><\/div>\n      <div class=\"absolute bottom-1\/4 right-16 w-40 h-40 rounded-full bg-white\/5 blur-3xl float-anim\" style=\"animation-delay:1.5s\"><\/div>\n    <\/div>\n\n    <div class=\"relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center mt-8\">\n      <!-- Eyebrow -->\n      <div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white\/10 backdrop-blur-sm border border-white\/20 mb-5 reveal\">\n        <span class=\"w-2 h-2 rounded-full bg-brand-gold animate-pulse\"><\/span>\n        <span class=\"text-white\/90 text-sm font-medium tracking-widest uppercase\">Get In Touch<\/span>\n      <\/div>\n      <h1 class=\"font-display text-4xl sm:text-5xl md:text-6xl font-bold text-white tracking-wide mb-4 reveal\">\n        Contact Anant Land Developers\n      <\/h1>\n      <h2 class=\"text-lg sm:text-xl text-white\/80 font-light max-w-2xl mx-auto mb-6 reveal\">\n        Let&#8217;s Find the Right Industrial or Commercial Space for Your Business\n      <\/h2>\n      <!-- Breadcrumbs -->\n      <div class=\"flex items-center justify-center gap-2 text-sm text-white\/70 font-medium reveal\">\n        <a href=\"\/\" class=\"hover:text-brand-gold transition-colors\">Home<\/a>\n        <svg class=\"w-4 h-4 text-brand-gold\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.5\" d=\"M9 5l7 7-7 7\"\/>\n        <\/svg>\n        <span class=\"text-brand-gold font-semibold\">Contact<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 2: CONTACT DETAILS + FORM \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section id=\"enquiry-form\" class=\"py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"grid lg:grid-cols-5 gap-12 lg:gap-16\">\n\n        <!-- LEFT: CONTACT DETAILS (2 of 5 columns) -->\n        <div class=\"lg:col-span-2 space-y-8 reveal\">\n          <div>\n            <span class=\"text-brand-gold font-semibold text-sm uppercase tracking-widest\">Reach Us<\/span>\n            <h3 class=\"text-3xl sm:text-4xl font-bold text-brand-blue font-display mt-2 mb-2\">We&#8217;re Here for You<\/h3>\n            <div class=\"w-16 h-1 gold-bg rounded-full\"><\/div>\n          <\/div>\n\n          <p class=\"text-gray-600 leading-relaxed\">\n            Whether you&#8217;re looking for an industrial unit, commercial space, or want to learn more about our current projects \u2014 our team is happy to guide you every step of the way.\n          <\/p>\n\n          <!-- Contact Cards -->\n          <div class=\"space-y-4\">\n\n            <!-- Office Address -->\n            <div class=\"contact-card bg-brand-blue-soft p-5 rounded-2xl border border-brand-blue\/10 flex items-start gap-4\">\n              <div class=\"contact-icon w-12 h-12 rounded-xl gold-bg flex items-center justify-center shrink-0 shadow-md\">\n                <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"\/>\n                <\/svg>\n              <\/div>\n              <div>\n                <h4 class=\"font-bold text-brand-blue mb-1 text-sm uppercase tracking-wider\">Office Address<\/h4>\n                <p class=\"text-gray-700 text-sm leading-relaxed\">Anant Land Developers, 003, Ground Floor,<br>Prime Court, Opp. K.T. Signature,<br>Ambadi Road, Vasai (West)<\/p>\n              <\/div>\n            <\/div>\n\n            <!-- Vrindesh -->\n            <div class=\"contact-card bg-brand-blue-soft p-5 rounded-2xl border border-brand-blue\/10 flex items-center gap-4\">\n              <div class=\"contact-icon w-12 h-12 rounded-xl gold-bg flex items-center justify-center shrink-0 shadow-md\">\n                <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n                <\/svg>\n              <\/div>\n              <div>\n                <h4 class=\"font-bold text-brand-blue mb-0.5 text-sm uppercase tracking-wider\">Vrindesh P. Doshi<\/h4>\n                <a href=\"tel:+919823009933\" class=\"text-brand-blue font-bold text-lg hover:text-brand-gold transition-colors\">98230 09933<\/a>\n                <p class=\"text-xs text-gray-500 mt-0.5\">Founder &amp; Partner<\/p>\n              <\/div>\n            <\/div>\n\n            <!-- Hiren -->\n            <div class=\"contact-card bg-brand-blue-soft p-5 rounded-2xl border border-brand-blue\/10 flex items-center gap-4\">\n              <div class=\"contact-icon w-12 h-12 rounded-xl gold-bg flex items-center justify-center shrink-0 shadow-md\">\n                <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n                <\/svg>\n              <\/div>\n              <div>\n                <h4 class=\"font-bold text-brand-blue mb-0.5 text-sm uppercase tracking-wider\">Hiren D. Vora<\/h4>\n                <a href=\"tel:+919822795039\" class=\"text-brand-blue font-bold text-lg hover:text-brand-gold transition-colors\">98227 95039<\/a>\n                <p class=\"text-xs text-gray-500 mt-0.5\">Founder &amp; Partner<\/p>\n              <\/div>\n            <\/div>\n\n            <!-- Office Hours -->\n            <div class=\"contact-card bg-brand-blue-soft p-5 rounded-2xl border border-brand-blue\/10 flex items-start gap-4\">\n              <div class=\"contact-icon w-12 h-12 rounded-xl gold-bg flex items-center justify-center shrink-0 shadow-md\">\n                <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"\/>\n                <\/svg>\n              <\/div>\n              <div>\n                <h4 class=\"font-bold text-brand-blue mb-1 text-sm uppercase tracking-wider\">Office Hours<\/h4>\n                <div class=\"space-y-1\">\n                  <div class=\"flex items-center gap-2 text-sm text-gray-700\">\n                    <span class=\"w-2 h-2 rounded-full bg-green-500 inline-block shrink-0\"><\/span>\n                    <span><strong>Mon\u2013Sat:<\/strong> 10:00 AM \u2013 7:00 PM<\/span>\n                  <\/div>\n                  <div class=\"flex items-center gap-2 text-sm text-gray-500\">\n                    <span class=\"w-2 h-2 rounded-full bg-brand-gold inline-block shrink-0\"><\/span>\n                    <span><strong>Sunday:<\/strong> By Appointment<\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/div>\n\n        <!-- RIGHT: ENQUIRY FORM (3 of 5 columns) -->\n        <div class=\"lg:col-span-3 reveal\">\n          <div class=\"bg-white rounded-3xl shadow-2xl border border-gray-100 overflow-hidden\">\n            <!-- Form Header -->\n            <div class=\"bg-gradient-to-r from-brand-blue to-brand-blue-dark p-8\">\n              <span class=\"text-brand-gold font-semibold text-xs uppercase tracking-widest\">Direct Enquiry<\/span>\n              <h3 class=\"text-2xl sm:text-3xl font-bold text-white font-display mt-1\">Send Us an Enquiry<\/h3>\n              <p class=\"text-white\/70 text-sm mt-2\">We typically respond within 2 business hours.<\/p>\n            <\/div>\n\n            <!-- Form Body -->\n            <div class=\"p-8\">\n              <form id=\"contactForm\" class=\"space-y-5\">\n                <!-- Row 1: Name + Phone -->\n                <div class=\"grid sm:grid-cols-2 gap-5\">\n                  <div>\n                    <label class=\"block text-sm font-semibold text-gray-700 mb-1.5\">\n                      Full Name <span class=\"text-brand-gold\">*<\/span>\n                    <\/label>\n                    <div class=\"relative\">\n                      <div class=\"absolute inset-y-0 left-0 pl-4 flex items-center pointer-events-none\">\n                        <svg class=\"w-4 h-4 text-gray-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z\"\/>\n                        <\/svg>\n                      <\/div>\n                      <input type=\"text\" name=\"name\" required placeholder=\"Your full name\" class=\"form-input w-full pl-11 pr-4 py-3 rounded-xl border border-gray-200 bg-gray-50 text-gray-800 text-sm placeholder-gray-400\">\n                    <\/div>\n                  <\/div>\n                  <div>\n                    <label class=\"block text-sm font-semibold text-gray-700 mb-1.5\">\n                      Phone Number <span class=\"text-brand-gold\">*<\/span>\n                    <\/label>\n                    <div class=\"relative\">\n                      <div class=\"absolute inset-y-0 left-0 pl-4 flex items-center pointer-events-none\">\n                        <svg class=\"w-4 h-4 text-gray-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n                        <\/svg>\n                      <\/div>\n                      <input type=\"tel\" name=\"phone\" required pattern=\"[0-9]{10}\" placeholder=\"10-digit mobile\" class=\"form-input w-full pl-11 pr-4 py-3 rounded-xl border border-gray-200 bg-gray-50 text-gray-800 text-sm placeholder-gray-400\">\n                    <\/div>\n                  <\/div>\n                <\/div>\n\n                <!-- Email -->\n                <div>\n                  <label class=\"block text-sm font-semibold text-gray-700 mb-1.5\">Email Address<\/label>\n                  <div class=\"relative\">\n                    <div class=\"absolute inset-y-0 left-0 pl-4 flex items-center pointer-events-none\">\n                      <svg class=\"w-4 h-4 text-gray-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"\/>\n                      <\/svg>\n                    <\/div>\n                    <input type=\"email\" name=\"email\" placeholder=\"your@email.com\" class=\"form-input w-full pl-11 pr-4 py-3 rounded-xl border border-gray-200 bg-gray-50 text-gray-800 text-sm placeholder-gray-400\">\n                  <\/div>\n                <\/div>\n\n                <!-- Interested In + Unit Preference -->\n                <div class=\"grid sm:grid-cols-2 gap-5\">\n                  <div>\n                    <label class=\"block text-sm font-semibold text-gray-700 mb-1.5\">\n                      Interested In <span class=\"text-brand-gold\">*<\/span>\n                    <\/label>\n                    <div class=\"relative\">\n                      <div class=\"absolute inset-y-0 left-0 pl-4 flex items-center pointer-events-none\">\n                        <svg class=\"w-4 h-4 text-gray-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"\/>\n                        <\/svg>\n                      <\/div>\n                      <select name=\"interest\" required class=\"form-input w-full pl-11 pr-4 py-3 rounded-xl border border-gray-200 bg-gray-50 text-gray-800 text-sm appearance-none cursor-pointer\">\n                        <option value=\"\">Select a project<\/option>\n                        <option value=\"north-seven\">North Seven &#8211; Pelhar (Completed)<\/option>\n                        <option value=\"sai-sannidhi\">Sai Sannidhi (Ongoing)<\/option>\n                        <option value=\"future\">Future Project<\/option>\n                        <option value=\"general\">General Enquiry<\/option>\n                      <\/select>\n                      <div class=\"pointer-events-none absolute inset-y-0 right-0 pr-4 flex items-center\">\n                        <svg class=\"w-4 h-4 text-gray-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"\/>\n                        <\/svg>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                  <div>\n                    <label class=\"block text-sm font-semibold text-gray-700 mb-1.5\">Unit Preference<\/label>\n                    <div class=\"relative\">\n                      <div class=\"absolute inset-y-0 left-0 pl-4 flex items-center pointer-events-none\">\n                        <svg class=\"w-4 h-4 text-gray-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z\"\/>\n                        <\/svg>\n                      <\/div>\n                      <select name=\"unit\" class=\"form-input w-full pl-11 pr-4 py-3 rounded-xl border border-gray-200 bg-gray-50 text-gray-800 text-sm appearance-none cursor-pointer\">\n                        <option value=\"\">Select preference<\/option>\n                        <option value=\"ground-gala\">Ground Floor Gala<\/option>\n                        <option value=\"upper-floor\">Upper Floor Unit<\/option>\n                        <option value=\"full-building\">Full Building (G+3)<\/option>\n                        <option value=\"other\">Other<\/option>\n                      <\/select>\n                      <div class=\"pointer-events-none absolute inset-y-0 right-0 pr-4 flex items-center\">\n                        <svg class=\"w-4 h-4 text-gray-400\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"\/>\n                        <\/svg>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n\n                <!-- Message -->\n                <div>\n                  <label class=\"block text-sm font-semibold text-gray-700 mb-1.5\">Message<\/label>\n                  <textarea name=\"message\" rows=\"4\" placeholder=\"Tell us about your requirements, timeline, and any specific questions...\" class=\"form-input w-full px-4 py-3 rounded-xl border border-gray-200 bg-gray-50 text-gray-800 text-sm placeholder-gray-400 resize-none\"><\/textarea>\n                <\/div>\n\n                <!-- Submit -->\n                <button type=\"submit\" id=\"submitBtn\" class=\"btn-primary w-full text-white py-4 rounded-xl font-bold text-base flex items-center justify-center gap-3 shadow-lg\">\n                  <span>Send Enquiry<\/span>\n                  <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"\/>\n                  <\/svg>\n                <\/button>\n\n                <p class=\"text-center text-xs text-gray-400\">\n                  Your information is confidential and will never be shared.\n                <\/p>\n              <\/form>\n\n              <!-- Success State -->\n              <div id=\"formSuccess\" class=\"hidden py-8 text-center\">\n                <div class=\"w-20 h-20 rounded-full bg-green-50 border-2 border-green-400 flex items-center justify-center mx-auto mb-4\">\n                  <svg class=\"w-10 h-10 text-green-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path class=\"form-success-checkmark\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.5\" d=\"M5 13l4 4L19 7\"\/>\n                  <\/svg>\n                <\/div>\n                <h4 class=\"text-2xl font-bold text-brand-blue font-display mb-2\">Enquiry Sent!<\/h4>\n                <p class=\"text-gray-600 text-sm mb-6 max-w-xs mx-auto\">Thank you! Our team will reach out to you within 2 business hours.<\/p>\n                <button onclick=\"resetForm()\" class=\"btn-primary text-white px-8 py-3 rounded-full font-semibold text-sm\">Send Another Enquiry<\/button>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 3: MAPS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section class=\"py-20 lg:py-24 bg-[#0f2354]\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <!-- Section Header -->\n      <div class=\"text-center mb-14 reveal\">\n        <span class=\"text-brand-gold font-semibold text-sm uppercase tracking-widest\">Where to Find Us<\/span>\n        <h2 class=\"text-3xl sm:text-4xl font-bold text-white font-display mt-3 mb-3\">Our Locations<\/h2>\n        <p class=\"text-white\/60 text-base max-w-xl mx-auto\">Visit our office in Vasai West or our active project site in Nalasopara \u2014 both easily accessible from NH-8 and the Western Rail line.<\/p>\n      <\/div>\n\n      <div class=\"grid lg:grid-cols-2 gap-8\">\n        <!-- Office Map -->\n        <div class=\"reveal\">\n          <div class=\"mb-4 flex items-center gap-3\">\n            <div class=\"w-10 h-10 rounded-full gold-bg flex items-center justify-center shadow-lg\">\n              <svg class=\"w-5 h-5 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"\/>\n              <\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"text-xl font-bold text-white font-display\">Corporate Office<\/h3>\n              <p class=\"text-white\/60 text-sm\">Prime Court, Ambadi Road, Vasai West<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"map-container rounded-2xl overflow-hidden border border-white\/10 shadow-2xl\">\n            <iframe\n              src=\"https:\/\/www.google.com\/maps?q=19.3870355,72.826756&#038;z=19&#038;output=embed\"\n              width=\"100%\"\n              height=\"320\"\n              style=\"border:0;\"\n              allowfullscreen=\"\"\n              loading=\"lazy\"\n              referrerpolicy=\"no-referrer-when-downgrade\"\n              title=\"Anant Land Developers Office \u2013 Vasai West\">\n            <\/iframe>\n          <\/div>\n          <div class=\"mt-3 flex items-center gap-2\">\n            <svg class=\"w-4 h-4 text-brand-gold shrink-0\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"\/>\n            <\/svg>\n            <p class=\"text-white\/60 text-xs\">003, Ground Floor, Prime Court, Opp. K.T. Signature, Ambadi Road, Vasai (West)<\/p>\n          <\/div>\n          <div class=\"mt-3\">\n            <a href=\"https:\/\/www.google.com\/maps\/place\/Prime+Court\/@19.3870971,72.8262042,19z\/data=!4m6!3m5!1s0x3be7aeb8920fe629:0x49b0b88d1dcd2978!8m2!3d19.3870355!4d72.826756!16s%2Fg%2F11b7fv5zl7?entry=ttu&#038;g_ep=EgoyMDI2MDgxMi4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\" rel=\"noopener\" class=\"inline-flex items-center gap-2 text-brand-gold text-sm font-semibold hover:text-white transition-colors\">Open office location in Google Maps\n              <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Site Map -->\n        <div class=\"reveal\">\n          <div class=\"mb-4 flex items-center gap-3\">\n            <div class=\"w-10 h-10 rounded-full gold-bg flex items-center justify-center shadow-lg\">\n              <svg class=\"w-5 h-5 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7\"\/>\n              <\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"text-xl font-bold text-white font-display\">North Seven &#8211; Pelhar<\/h3>\n              <p class=\"text-white\/60 text-sm\">NH-8, Nalasopara, Dist. Palghar<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"map-container rounded-2xl overflow-hidden border border-white\/10 shadow-2xl\">\n            <iframe\n              src=\"https:\/\/www.google.com\/maps?q=19.451579,72.880496&#038;z=17&#038;output=embed\"\n              width=\"100%\"\n              height=\"320\"\n              style=\"border:0;\"\n              allowfullscreen=\"\"\n              loading=\"lazy\"\n              referrerpolicy=\"no-referrer-when-downgrade\"\n              title=\"North Seven - Pelhar Project Site \u2013 Nalasopara NH-8\">\n            <\/iframe>\n          <\/div>\n          <div class=\"mt-3 flex items-center gap-2\">\n            <svg class=\"w-4 h-4 text-brand-gold shrink-0\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"\/>\n            <\/svg>\n            <p class=\"text-white\/60 text-xs\">North 7, Plot No. 5, Viva Compound, Near Reliance Petrol Pump, NH-8, Nalasopara<\/p>\n          <\/div>\n          <div class=\"mt-3\">\n            <a href=\"https:\/\/www.google.com\/maps\/place\/19%C2%B027'05.7%22N+72%C2%B052'49.8%22E\/@19.451579,72.880496,17z\/data=!3m1!4b1!4m4!3m3!8m2!3d19.451579!4d72.880496?entry=ttu&#038;g_ep=EgoyMDI2MDgxMi4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\" rel=\"noopener\" class=\"inline-flex items-center gap-2 text-brand-gold text-sm font-semibold hover:text-white transition-colors\">Open North Seven &#8211; Pelhar in Google Maps\n              <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\"\/><\/svg>\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 4: QUICK CALL STRIP \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <section class=\"py-20 lg:py-24 relative overflow-hidden\">\n    <!-- Layered Background -->\n    <div class=\"absolute inset-0 bg-brand-charcoal\"><\/div>\n    <div class=\"absolute inset-0 opacity-5\">\n      <svg class=\"w-full h-full\" viewBox=\"0 0 100 100\" preserveAspectRatio=\"none\">\n        <pattern id=\"dots\" width=\"5\" height=\"5\" patternUnits=\"userSpaceOnUse\">\n          <circle cx=\"2.5\" cy=\"2.5\" r=\"0.8\" fill=\"white\"\/>\n        <\/pattern>\n        <rect width=\"100\" height=\"100\" fill=\"url(#dots)\"\/>\n      <\/svg>\n    <\/div>\n    <div class=\"absolute top-0 left-1\/2 -translate-x-1\/2 w-[600px] h-[300px] bg-brand-gold\/8 rounded-full blur-3xl\"><\/div>\n\n    <div class=\"relative z-10 max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 text-center reveal\">\n      <!-- Icon -->\n      <div class=\"w-16 h-16 rounded-full gold-bg flex items-center justify-center mx-auto mb-6 shadow-xl pulse-gold\">\n        <svg class=\"w-8 h-8 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n          <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n        <\/svg>\n      <\/div>\n\n      <span class=\"text-brand-gold font-semibold text-sm uppercase tracking-widest\">Direct Line<\/span>\n      <h2 class=\"text-3xl sm:text-4xl lg:text-5xl font-bold text-white font-display mt-3 mb-4\">Prefer a Quick Call?<\/h2>\n      <p class=\"text-white\/70 text-lg mb-10 max-w-xl mx-auto\">\n        Speak directly with one of our founders \u2014 no waiting, no middlemen. We&#8217;re available Mon\u2013Sat, 10AM to 7PM.\n      <\/p>\n\n      <div class=\"flex flex-col sm:flex-row gap-5 justify-center items-center\">\n        <!-- Vrindesh -->\n        <a href=\"tel:+919823009933\" class=\"call-btn bg-brand-blue border-2 border-brand-blue text-white px-8 py-4 rounded-2xl font-bold inline-flex items-center gap-3 min-w-[260px] justify-center shadow-lg\">\n          <div class=\"w-10 h-10 rounded-full bg-white\/15 flex items-center justify-center shrink-0\">\n            <svg class=\"w-5 h-5 text-brand-gold\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"text-left\">\n            <div class=\"text-xs text-white\/60 uppercase tracking-wider font-medium\">Vrindesh P. Doshi<\/div>\n            <div class=\"text-lg font-bold tracking-wide\">98230 09933<\/div>\n          <\/div>\n        <\/a>\n\n        <!-- Divider -->\n        <div class=\"hidden sm:flex flex-col items-center gap-1\">\n          <div class=\"w-px h-6 bg-white\/20\"><\/div>\n          <span class=\"text-white\/30 text-xs font-semibold uppercase\">or<\/span>\n          <div class=\"w-px h-6 bg-white\/20\"><\/div>\n        <\/div>\n\n        <!-- Hiren -->\n        <a href=\"tel:+919822795039\" class=\"call-btn bg-brand-blue border-2 border-brand-blue text-white px-8 py-4 rounded-2xl font-bold inline-flex items-center gap-3 min-w-[260px] justify-center shadow-lg\">\n          <div class=\"w-10 h-10 rounded-full bg-white\/15 flex items-center justify-center shrink-0\">\n            <svg class=\"w-5 h-5 text-brand-gold\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"text-left\">\n            <div class=\"text-xs text-white\/60 uppercase tracking-wider font-medium\">Hiren D. Vora<\/div>\n            <div class=\"text-lg font-bold tracking-wide\">98227 95039<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n\n      <!-- WhatsApp nudge -->\n      <p class=\"text-white\/40 text-sm mt-8\">\n        Prefer to message? You can also reach us on\n        <a href=\"https:\/\/wa.me\/919823009933\" target=\"_blank\" rel=\"noopener\" class=\"text-green-400 hover:text-green-300 font-semibold transition-colors\">WhatsApp<\/a>.\n      <\/p>\n    <\/div>\n  <\/section>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 GLOBAL FOOTER \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 FLOATING MOBILE CALL BTN \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <a href=\"tel:+919823009933\" class=\"fixed bottom-6 right-6 z-40 lg:hidden w-14 h-14 gold-bg rounded-full flex items-center justify-center shadow-2xl pulse-gold\" aria-label=\"Call now\">\n    <svg class=\"w-6 h-6 text-white\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\/>\n    <\/svg>\n  <\/a>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 SCRIPTS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <script>\n    \/\/ \u2500\u2500 Mobile Menu \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    const menuBtn = document.getElementById('menuBtn');\n    const closeMenuBtn = document.getElementById('closeMenuBtn');\n    const mobileMenu = document.getElementById('mobileMenu');\n    const menuOverlay = document.getElementById('menuOverlay');\n    const menuIcon = document.getElementById('menuIcon');\n    const closeIcon = document.getElementById('closeIcon');\n    const mobileLinks = document.querySelectorAll('.mobile-link');\n\n    function openMenu() {\n      mobileMenu.classList.add('open');\n      menuOverlay.classList.remove('hidden');\n      menuIcon.classList.add('hidden');\n      closeIcon.classList.remove('hidden');\n      document.body.style.overflow = 'hidden';\n    }\n    function closeMenu() {\n      mobileMenu.classList.remove('open');\n      menuOverlay.classList.add('hidden');\n      menuIcon.classList.remove('hidden');\n      closeIcon.classList.add('hidden');\n      document.body.style.overflow = '';\n    }\n    menuBtn.addEventListener('click', openMenu);\n    closeMenuBtn.addEventListener('click', closeMenu);\n    menuOverlay.addEventListener('click', closeMenu);\n    mobileLinks.forEach(link => link.addEventListener('click', closeMenu));\n\n    \/\/ \u2500\u2500 Navbar Scroll Effect \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    const navbar = document.getElementById('navbar');\n    window.addEventListener('scroll', () => {\n      if (window.scrollY > 50) {\n        navbar.classList.add('shadow-md');\n      } else {\n        navbar.classList.remove('shadow-md');\n      }\n    });\n\n    \/\/ \u2500\u2500 Scroll Reveal \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    const revealEls = document.querySelectorAll('.reveal');\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach((entry, i) => {\n        if (entry.isIntersecting) {\n          setTimeout(() => entry.target.classList.add('active'), i * 80);\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n    revealEls.forEach(el => observer.observe(el));\n\n    \/\/ \u2500\u2500 Contact Form Submit \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    const contactForm = document.getElementById('contactForm');\n    const formSuccess = document.getElementById('formSuccess');\n    const submitBtn = document.getElementById('submitBtn');\n\n    contactForm.addEventListener('submit', function(e) {\n      e.preventDefault();\n      const originalHTML = submitBtn.innerHTML;\n      submitBtn.innerHTML = `\n        <svg class=\"w-5 h-5 animate-spin\" fill=\"none\" viewBox=\"0 0 24 24\">\n          <circle class=\"opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\"><\/circle>\n          <path class=\"opacity-75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z\"><\/path>\n        <\/svg>\n        <span>Sending...<\/span>\n      `;\n      submitBtn.disabled = true;\n\n      setTimeout(() => {\n        contactForm.classList.add('hidden');\n        formSuccess.classList.remove('hidden');\n        submitBtn.innerHTML = originalHTML;\n        submitBtn.disabled = false;\n      }, 1800);\n    });\n\n    function resetForm() {\n      contactForm.reset();\n      contactForm.classList.remove('hidden');\n      formSuccess.classList.add('hidden');\n    }\n\n    \/\/ \u2500\u2500 Escape key handler \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    document.addEventListener('keydown', (e) => {\n      if (e.key === 'Escape') closeMenu();\n    });\n  <\/script>\n\n\n  <footer class=\"bg-brand-blue-dark text-white py-16\"><div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\"><div class=\"grid sm:grid-cols-2 lg:grid-cols-4 gap-10 mb-12\"><div><div class=\"mb-6\"><img decoding=\"async\" src=\"https:\/\/www.anantlanddevelopers.com\/wp-content\/uploads\/2026\/08\/ant-logo.png\" alt=\"Anant Land Developers\" class=\"h-16 w-auto object-contain\"><\/div><p class=\"text-white\/60 text-sm leading-relaxed\">Building industrial futures in Vasai-Virar with quality, trust, and long-term value.<\/p><\/div><div><h4 class=\"text-lg font-bold mb-6 font-display text-brand-gold\">Quick Links<\/h4><ul class=\"space-y-3\"><li><a href=\"\/\" class=\"text-white\/60 hover:text-brand-gold transition-colors text-sm\">Home<\/a><\/li><li><a href=\"\/?page_id=24\" class=\"text-white\/60 hover:text-brand-gold transition-colors text-sm\">About Us<\/a><\/li><li><a href=\"\/?page_id=35\" class=\"text-white\/60 hover:text-brand-gold transition-colors text-sm\">Ongoing Projects<\/a><\/li><li><a href=\"\/?page_id=130\" class=\"text-white\/60 hover:text-brand-gold transition-colors text-sm\">Completed Projects<\/a><\/li><li><a href=\"\/?page_id=29\" class=\"text-white\/60 hover:text-brand-gold transition-colors text-sm\">Contact Us<\/a><\/li><\/ul><\/div><div><h4 class=\"text-lg font-bold mb-6 font-display text-brand-gold\">Projects<\/h4><ul class=\"space-y-3 text-sm text-white\/60\"><li><a href=\"\/?page_id=130#pushkarni-apartments\" class=\"hover:text-brand-gold transition-colors\">Pushkarni Apartments<\/a><\/li><li><a href=\"\/?page_id=130#north-seven\" class=\"hover:text-brand-gold transition-colors\">North Seven<\/a><\/li><li><a href=\"\/?page_id=35#sai-sannidhi\" class=\"hover:text-brand-gold transition-colors\">Sai Sannidhi Industrial Park<\/a><\/li><li><a href=\"\/?page_id=35#nivant\" class=\"hover:text-brand-gold transition-colors\">Nivant<\/a><\/li><\/ul><\/div><div><h4 class=\"text-lg font-bold mb-6 font-display text-brand-gold\">Contact<\/h4><p class=\"text-white\/60 text-sm mb-4\">003, Ground Floor, Prime Court, Opp. K.T. Signature, Ambadi Road, Vasai (West)<\/p><div class=\"text-sm font-bold text-white\/80\">9823009933 \/ 9822795039<\/div><\/div><\/div><div class=\"border-t border-white\/10 pt-8 flex flex-col md:flex-row justify-between items-center gap-4 text-white\/40 text-xs\"><p>&copy; 2026 Anant Land Developers. All Rights Reserved.<\/p><p>Powered By <span class=\"text-brand-gold font-semibold\">DAM Networks<\/span><\/p><\/div><\/div><\/footer><\/div>\n","protected":false},"excerpt":{"rendered":"<p>HomeAbout Us Projects Ongoing ProjectsCompleted Projects Contact UsEnquire Now HomeAbout UsOngoing ProjectsCompleted ProjectsContact UsEnquire Now Call us directly +91 98230 09933 Get In Touch Contact Anant Land Developers Let&#8217;s Find the Right Industrial or Commercial Space for Your Business Home Contact Reach Us We&#8217;re Here for You Whether you&#8217;re looking for an industrial unit, commercial [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":23,"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":207,"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions\/207"}],"wp:attachment":[{"href":"https:\/\/www.anantlanddevelopers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}