home
portfolio
Pricing
Book free web audit
contact form
Let's talk!
Name
Message
Your Email
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
.cookie-banner { background-color: #dcf0e5; color: #393b35; padding: 20px; display: flex; justify-content: space-between; align-items: center; font-family: sans-serif; } .cookie-text a { color: #393b35; text-decoration: underline; } .cookie-buttons { display: flex; gap: 10px; } /* Secondary buttons (Reject + Choose) */ .cookie-btn-secondary { background-color: #fae382; color: #393b35; border: none; padding: 10px 16px; border-radius: 8px; cursor: pointer; font-weight: 500; } /* Primary button (Accept) */ .cookie-btn-primary { background-color: #393b35; color: #dcf0e5; border: none; padding: 10px 18px; border-radius: 8px; cursor: pointer; font-weight: 600; } /* Optional: subtle hover polish */ .cookie-btn-primary:hover { opacity: 0.9; } .cookie-btn-secondary:hover { opacity: 0.9; }