Package

Build Your Custom
Wedding Package

Select your wedding functions and deliverables. Get an instant estimated package value and download a simple branded proposal.

Your Details

Please enter the basic details before generating your package.


Select Functions

Choose the events you want us to cover.



Add Deliverables

Select optional premium deliverables.

Estimated Package Value

0

This is an estimated value. Final package can be customized after discussion.

Kerala Wedding Photography® | www.keralawedding.co.in | WhatsApp: 9961395895

const kwpItems = document.querySelectorAll('.kwp-item'); const kwpTotal = document.getElementById('kwpTotal'); function calculateKwpTotal() { let total = 0; kwpItems.forEach(item => { if (item.checked) { total += Number(item.dataset.price); } }); kwpTotal.innerText = total.toLocaleString('en-IN'); } kwpItems.forEach(item => { item.addEventListener('change', calculateKwpTotal); }); function downloadKwpPDF() { const name = document.getElementById('clientName').value || 'Client'; const phone = document.getElementById('clientPhone').value || ''; const date = document.getElementById('weddingDate').value || ''; const place = document.getElementById('weddingPlace').value || ''; let selectedItems = ''; kwpItems.forEach(item => { if (item.checked) { selectedItems += `
  • ${item.dataset.name} - ₹${Number(item.dataset.price).toLocaleString('en-IN')}
  • `; } }); const total = kwpTotal.innerText; const pdfContent = document.createElement('div'); pdfContent.style.padding = '40px'; pdfContent.style.fontFamily = 'Arial, sans-serif'; pdfContent.style.color = '#222'; pdfContent.innerHTML = `

    Kerala Wedding Photography®

    Custom Wedding Photography Proposal

    Prepared for ${name}

    WhatsApp: ${phone}

    Wedding Date: ${date}

    Venue / Place: ${place}

    Selected Package Details

      ${selectedItems || '
    • No package item selected
    • '}

    Estimated Package Value

    ₹${total}

    Note: This is an estimated package value. Final pricing, crew allocation, travel, venue permissions, and deliverables will be confirmed after discussion.

    Website: www.keralawedding.co.in
    WhatsApp: 9961395895

    `; const options = { margin: 0.4, filename: `${name}-KWP-Wedding-Package.pdf`, image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'a4', orientation: 'portrait' } }; html2pdf().set(options).from(pdfContent).save(); }

    Private Client Access

    Access Your Client Portal

    If you are a booked client, you can log in here to view your questionnaires, planning details, and important updates.