========================================================================
Real Estate &amp; Healthcare Multispeciality (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) (Copy) - Multi-Page Website Package
Exported via Marketing Hub Automation Platform
========================================================================

Congratulations! Your multi-page website is fully compiled and ready to host.

INCLUDED FILES:
------------------------------------------------------------------------
- index.html           : Home Page with Hero, Feature Highlights, Stats & Lead Form
- about.html           : About Us Page with Company Mission, Vision & Values
- services.html        : Services / Solutions Page with Comprehensive Offerings
- contact.html         : Dedicated Contact Page with Interactive Inquiry Form
- privacy.html         : Complete Legal Privacy Policy
- terms.html           : Complete Terms & Conditions
- css/style.css        : Custom Styling with Brand Color Themes
- js/main.js           : Dynamic Interactive Scripts & AJAX Form Dispatcher
- contact-handler.php  : Server-side Contact Form Handler (saves to leads.csv & sends email)
- README.txt           : Deployment Guide (this file)

HOW TO DEPLOY ON YOUR SERVER:
------------------------------------------------------------------------
Method 1: cPanel / DirectAdmin / Plesk
1. Log in to your cPanel or Hosting Control Panel.
2. Open "File Manager" and navigate to `public_html` (or your domain folder).
3. Upload this entire ZIP file.
4. Click "Extract" to extract all files directly into `public_html`.
5. Your website is instantly live at your domain name!

Method 2: Apache / Nginx VPS or Cloud Server
1. Upload the extracted folder contents to `/var/www/html/` (or your virtual host root).
2. Ensure directory permissions allow write access to `leads.csv` for form submissions:
   `chmod 755 /var/www/html/`
3. Point your DNS A-record to your server IP.

Method 3: GitHub Pages / Netlify / Vercel / Cloudflare Pages
1. Drag and drop the extracted folder into Netlify Drop or Vercel.
2. The HTML/CSS/JS files will serve instantly at global edge speed.

CUSTOMIZATION & CONFIGURATION:
------------------------------------------------------------------------
- To update your notification email address, open `contact-handler.php` and adjust line 27.
- Leads submitted via forms will be securely stored in `leads.csv` in the same directory.