dayal-paradise-v2/
│
├── index.html
├── robots.txt
├── sitemap.xml
├── .htaccess
├── favicon.ico
│
├── README.txt
│
├── config/
│   ├── config.php
│   ├── database.php
│   └── constants.php
│
├── includes/
│   ├── header.php
│   ├── footer.php
│   ├── hero.php
│   ├── experience.php
│   ├── shadipulse-demo.php
│   ├── gallery.php
│   ├── contact.php
│   ├── faq.php
│   ├── cta.php
│   └── venue-benefits.php
│
├── ajax/
│   ├── enquiry.php
│   ├── newsletter.php
│   ├── contact.php
│   └── analytics.php
│
├── assets/
│   │
│   ├── css/
│   │   ├── style.css
│   │   ├── responsive.css
│   │   ├── shadipulse-demo.css
│   │   ├── hero.css
│   │   ├── gallery.css
│   │   ├── contact.css
│   │   ├── faq.css
│   │   ├── animations.css
│   │   └── utilities.css
│   │
│   ├── js/
│   │   ├── utils.js
│   │   ├── header.js
│   │   ├── hero.js
│   │   ├── main.js
│   │   ├── animations.js
│   │   ├── gallery.js
│   │   ├── shadipulse-demo.js
│   │   ├── contact.js
│   │   ├── counter.js
│   │   ├── faq.js
│   │   ├── particles.js
│   │   ├── cursor.js
│   │   ├── lazyload.js
│   │   └── analytics.js
│   │
│   ├── images/
│   │   │
│   │   ├── hero/
│   │   │   ├── hero.jpg
│   │   │   ├── hero-overlay.webp
│   │   │   └── hero-bg.webp
│   │   │
│   │   ├── gallery/
│   │   │   ├── gallery1.jpg
│   │   │   ├── gallery2.jpg
│   │   │   ├── gallery3.jpg
│   │   │   ├── gallery4.jpg
│   │   │   ├── gallery5.jpg
│   │   │   └── gallery6.jpg
│   │   │
│   │   ├── shadipulse/
│   │   │   ├── mobile-preview.png
│   │   │   ├── dashboard.png
│   │   │   ├── qr-placeholder.png
│   │   │   ├── led-screen.jpg
│   │   │   ├── voting-screen.jpg
│   │   │   └── host-dashboard.jpg
│   │   │
│   │   ├── icons/
│   │   │   ├── qr.svg
│   │   │   ├── trophy.svg
│   │   │   ├── live.svg
│   │   │   ├── guests.svg
│   │   │   ├── vote.svg
│   │   │   ├── phone.svg
│   │   │   └── led.svg
│   │   │
│   │   ├── logos/
│   │   │   ├── logo.png
│   │   │   ├── logo-white.png
│   │   │   └── shadipulse-logo.png
│   │   │
│   │   ├── venue/
│   │   │   ├── exterior.jpg
│   │   │   ├── entrance.jpg
│   │   │   ├── hall.jpg
│   │   │   ├── stage.jpg
│   │   │   ├── dining.jpg
│   │   │   └── parking.jpg
│   │   │
│   │   ├── testimonials/
│   │   │   ├── bride1.jpg
│   │   │   ├── groom1.jpg
│   │   │   ├── family1.jpg
│   │   │   └── guest1.jpg
│   │   │
│   │   ├── backgrounds/
│   │   │   ├── luxury-pattern.png
│   │   │   ├── gold-texture.webp
│   │   │   ├── gradient.jpg
│   │   │   └── particles.png
│   │   │
│   │   └── misc/
│   │       ├── favicon.png
│   │       ├── loading-logo.png
│   │       └── placeholder.jpg
│   │
│   ├── fonts/
│   │   ├── CormorantGaramond-Regular.ttf
│   │   ├── CormorantGaramond-Bold.ttf
│   │   ├── Inter-Regular.ttf
│   │   └── Inter-Bold.ttf
│   │
│   └── video/
│       ├── hero.mp4
│       ├── intro.mp4
│       └── background.webm
│
├── privacy.php
├── terms.php
├── thank-you.php
├── 404.php
└── license.txt