Get in Touch

Have questions about volleyball gear, need help with an order, or just want to talk shop? We’re here to help you elevate your game.

Our Address

123 Volleyball Court Drive
Sports District, CA 90210
United States

Call Us

+1 (555) 123-4567

Send Us a Message


.contact-page-container {
max-width: 1100px;
margin: 0 auto;
padding: 40px 20px;
font-family: sans-serif;
color: #333;
}
.contact-header {
text-align: center;
margin-bottom: 50px;
}
.contact-header h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
.contact-grid {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 50px;
}
@media (max-width: 768px) {
.contact-grid {
grid-template-columns: 1fr;
}
}
.info-group {
margin-bottom: 30px;
}
.info-group h2 {
font-size: 1.5rem;
margin-bottom: 10px;
color: #0056b3;
}
.info-group p, .info-group a {
line-height: 1.6;
text-decoration: none;
color: #555;
}
.contact-form-wrapper h2 {
margin-bottom: 20px;
}
.contact-form {
display: flex;
flex-direction: column;
}
.form-group {
margin-bottom: 15px;
}
.form-group label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.form-group input, .form-group textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 1rem;
box-sizing: border-box;
}
.submit-btn {
background-color: #0056b3;
color: white;
padding: 15px 25px;
border: none;
border-radius: 4px;
font-size: 1rem;
cursor: pointer;
transition: background 0.3s ease;
}
.submit-btn:hover {
background-color: #003d7a;
}