704-563-4343
Pegram Insurance
4420-C THE PLAZA
CHARLOTTE, NC 28215
QUOTE
START YOUR QUOTE TODAY!
Fill out the information below and we'll get to work on your quote right away! For one-on-one customer service, please call our dealership hotline at 704-563-4343.
Customer Info
Vehicle Info
Dealer Info
window.showConfetti = function() { var container = document.createElement('div'); container.className = 'confetti-container'; var colors = ['#ff6b6b','#feca57','#48dbfb','#ff9ff3','#54a0ff','#5f27cd','#00d2d3','#ff9f43','#ee5a24','#10ac84']; for (var i = 0; i < 100; i++) { var piece = document.createElement('div'); piece.className = 'confetti-piece'; piece.style.left = (Math.random() * 100) + '%'; piece.style.backgroundColor = colors[Math.floor(Math.random() * colors.length)]; piece.style.animationDelay = (Math.random() * 2.5) + 's'; piece.style.animationDuration = (Math.random() * 2 + 2) + 's'; piece.style.borderRadius = Math.random() > 0.5 ? '50%' : '0'; piece.style.width = (Math.random() * 10 + 8) + 'px'; piece.style.height = (Math.random() * 10 + 8) + 'px'; piece.style.opacity = (Math.random() * 0.5 + 0.5).toString(); container.appendChild(piece); } document.body.appendChild(container); setTimeout(function() { container.remove(); }, 6000); };