Contact Us

.final-contact-wrapper { max-width: 1000px; margin: 0 auto; padding: 50px 20px; font-family: 'Poppins', sans-serif; }.contact-heading { text-align: center; font-size: 30px; font-weight: 600; color: #005c5c; margin-bottom: 10px; }.center-divider { display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 40px; } .center-divider::before, .center-divider::after { content: ""; height: 1px; width: 80px; background-color: goldenrod; } .center-divider span { font-size: 20px; color: goldenrod; font-weight: bold; }.contact-columns { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }/* Info Box */ .contact-info-box { flex: 1 1 40%; background-color: #f3f7f9; padding: 25px; border-radius: 12px; box-shadow: 0 0 10px rgba(0,0,0,0.05); min-width: 280px; }.contact-info-box h3 { font-size: 22px; color: #005c5c; margin-bottom: 10px; }.gold-line { width: 50px; height: 3px; background-color: goldenrod; margin-bottom: 20px; border-radius: 10px; }.contact-info-box p { font-size: 15px; margin: 12px 0; color: #333; } .contact-info-box a { color: #007bff; text-decoration: none; }.social-links a { display: inline-block; margin-top: 8px; font-weight: 500; }/* Contact Form */ .contact-form-box { flex: 1 1 55%; min-width: 280px; }.styled-contact-form { display: flex; flex-direction: column; gap: 15px; }.styled-contact-form input, .styled-contact-form textarea { padding: 12px; border: 1px solid #ccc; border-radius: 8px; font-size: 15px; width: 100%; transition: 0.3s; } .styled-contact-form input:focus, .styled-contact-form textarea:focus { outline: none; border-color: goldenrod; box-shadow: 0 0 5px rgba(218,165,32,0.5); }.styled-contact-form button { padding: 12px; background-color: goldenrod; color: white; font-size: 16px; font-weight: bold; border: none; border-radius: 8px; cursor: pointer; } .styled-contact-form button:hover { background-color: #daa520; }/* 🔧 Mobile Fix */ @media (max-width: 768px) { .contact-columns { flex-direction: column; align-items: stretch; }.contact-info-box, .contact-form-box { width: 100%; }.contact-heading { text-align: center; }.center-divider { justify-content: center; } }
Scroll to Top