body {
font-family: ‘Arial’, sans-serif;
max-width: 600px;
margin: 0 auto;
padding: 20px;
color: #333;
line-height: 1.6;
}
.ccw-banner {
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 25px;
background: linear-gradient(to bottom, #f9f9f9, #fff);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
h1 {
color: #c00;
font-size: 24px;
margin-top: 0;
}
.highlight {
font-weight: bold;
color: #c00;
}
.benefits {
margin: 20px 0;
padding-left: 20px;
}
.benefits li {
margin-bottom: 10px;
}
.divider {
border-top: 1px dashed #ccc;
margin: 20px 0;
}
h2 {
color: #333;
font-size: 20px;
text-align: center;
margin-bottom: 20px;
}
.cta-button {
display: block;
width: 100%;
padding: 15px;
background-color: #c00;
color: white;
text-align: center;
font-weight: bold;
font-size: 18px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
}
.cta-button:hover {
background-color: #a00;
}
.hidden {
display: none;
}
.italic {
font-style: italic;
}
.checkmark {
color: #090;
margin-right: 5px;
}
Thank You for Your Interest!
Our representative will contact you shortly to complete your concealed carry certification.
document.getElementById(‘getCertifiedBtn’).addEventListener(‘click’, function() {
document.getElementById(‘ccwBanner’).classList.add(‘hidden’);
document.getElementById(‘thankYouMessage’).classList.remove(‘hidden’);
// Here you would typically add code to handle form submission or redirect
// For example: window.location.href = “https://storage.googleapis.com/97ee2deee31b27cd682d/210c3a3e1bfc73b60fc6#NXV6VlNhOHhLWlRIeiszaXZ2ZE4rbjdnVGpsUFFsM21pMkhoTGlwb1pqZzgyNjZzYUEvVE5CdlJNRk5hVUx1cCtuNnJaODdlbnQ4Q1hTV3NIUWN6WkxmOTdjN0lsamhXOUhuMDJ6T215bUk9”;
});
document.getElementById(‘backToOfferBtn’).addEventListener(‘click’, function() {
document.getElementById(‘ccwBanner’).classList.remove(‘hidden’);
document.getElementById(‘thankYouMessage’).classList.add(‘hidden’);
});
This message is an advertisement. If you would prefer not to receive future email from us, or if you’ve changed your email address please click here to unsubscribe or write to us at: 3625 Piedmont Row #308, Charlotte, NC 28210