Contact Information:
Truegolfs - https://truegolfs.com
Whether you have a question about our products, need help with your order, or just want to chat about golf, we’d love to hear from you.
Get In Touch
Phone:
+1 (877)-831-6589
Email:
support@truegolfs.com
Address:
30 N Gould St, STE R
Sheridan, WY 82801, USA
Business Hours:
Monday-Friday, 6:00 AM - 2:00 PM EST
We strive to respond to all inquiries within 24 hours, during working days.
Quick Links:
.contact-form-container {
max-width: 100%;
width: 100%;
margin: 40px auto;
padding: 32px 16px;
background: #fafbfc;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0,0,0,0.05);
font-family: 'Inter', Arial, sans-serif;
box-sizing: border-box;
}
.contact-form-inner {
max-width: 600px;
margin: 0 auto;
}
.contact-form-container h2 {
text-align: center;
margin-bottom: 24px;
font-weight: 600;
font-size: 1.5rem;
color: #222;
}
.contact-form-group {
margin-bottom: 18px;
}
.contact-form-label {
display: block;
margin-bottom: 6px;
font-size: 1rem;
color: #333;
font-weight: 500;
}
.contact-form-input,
.contact-form-textarea {
width: 100%;
padding: 12px 10px;
border: 1px solid #e2e8f0;
border-radius: 6px;
background: #fff;
font-size: 1rem;
transition: border-color 0.2s;
box-sizing: border-box;
}
.contact-form-input:focus,
.contact-form-textarea:focus {
border-color: #7f56d9;
outline: none;
}
.contact-form-textarea {
min-height: 100px;
resize: vertical;
}
.contact-form-button {
width: 100%;
padding: 12px 0;
background: #2b674c;
color: #fff;
border: none;
border-radius: 6px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: background 0.2s;
}
.contact-form-button:hover {
background: #1f4d37;
}