Contact Us
We would love to hear from you. Whether you have a question about our skincare products, need assistance with an order, or simply want to share your experience, our team is here to help.
Our Address
123 Beauty Lane, Skincare District
Aesthetic City, AC 54321
United States
Email Us
Call Us
+1 (555) 123-4567
Send Us a Message
.contact-page-container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
color: #333;
}
.contact-header {
text-align: center;
margin-bottom: 50px;
}
.contact-header h1 {
font-size: 2.5rem;
margin-bottom: 15px;
color: #2c3e50;
}
.contact-header p {
font-size: 1.1rem;
color: #666;
max-width: 700px;
margin: 0 auto;
}
.contact-content-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
@media (max-width: 768px) {
.contact-content-grid {
grid-template-columns: 1fr;
}
}
.info-group {
margin-bottom: 30px;
}
.info-group h2 {
font-size: 1.5rem;
margin-bottom: 10px;
color: #2c3e50;
}
.info-group p, .info-group a {
font-size: 1rem;
line-height: 1.6;
color: #555;
text-decoration: none;
}
.info-group a:hover {
text-decoration: underline;
}
.contact-form-wrapper {
background: #f9f9f9;
padding: 30px;
border-radius: 8px;
}
.contact-form-wrapper h2 {
margin-bottom: 25px;
font-size: 1.8rem;
text-align: center;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
}
.form-group input, .form-group textarea {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
font-size: 1rem;
}
.submit-button {
width: 100%;
padding: 15px;
background-color: #2c3e50;
color: #fff;
border: none;
border-radius: 4px;
font-size: 1.1rem;
cursor: pointer;
transition: background 0.3s ease;
}
.submit-button:hover {
background-color: #34495e;
}