EXACT INSERTION INSTRUCTIONS ============================= INSERTION #1: Learn More Modal HTML ------------------------------------ FIND THIS (around line 5041): INSERT THE MODAL HTML BETWEEN preview_modals.js AND :

About the "Learn More" Button

ℹ️

This is a Demo Preview

In a production website, the "Learn More" button will display detailed information about the selected service or take you to a dedicated page that fully describes the service, pricing, and options.

This preview focuses on showing you the design and layout. The full functionality would be implemented in your live site.

INSERTION #2: JavaScript for Mobile Menu & Learn More ------------------------------------------------------ FIND THIS (around line 5034): })(); INSERT THE NEW SCRIPT BETWEEN })(); AND fontawesome: })(); FINAL FILE STRUCTURE: ===================== Line ~5033: })(); Line ~5034: Line ~5035: Line ~5037: Line ~5038: Line ~5039: Line ~5040: Line ~5041: Line ~5042: Line ~5043: VERIFICATION CHECKLIST: ======================= After editing, verify: □ No duplicate □ HTML modal is NOT inside tag ❌ Adding script AFTER tag ❌ Duplicate function names ❌ Forgetting to save file after editing ❌ Not refreshing browser cache after saving IF SOMETHING BREAKS: ==================== 1. Check PHP errors: - Look at page in browser - Any "Parse error" or "Syntax error"? - Check line number in error message 2. Check JavaScript errors: - F12 → Console tab - Any red errors? - Look for line numbers 3. Verify file saved: - Re-open preview.php - Search for "learnMoreModal" - If not found, file didn't save 4. Clear browser cache: - Hard refresh: Ctrl+F5 - Or clear cache in settings 5. Test on desktop first: - Easier to debug - Check console for errors - Then test on mobile