.contact-us {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.contact-us form {
    max-width: 500px;
    width: 100%;
}

.contact-us h1,
.contact-us h2 {
    color: #333;
    margin-bottom: 20px;
}

.contact-us .intro-text {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-us .intro-description {
    font-size: 1rem;
    margin-bottom: 30px;
}

.contact-us .call-email-section .contact-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    flex-direction: column;
}

.contact-us .call-email-section ul {
    list-style: none;
    padding: 0;
}

.contact-us .call-email-section ul li {
    margin-bottom: 10px;
}

.contact-us ul {
    list-style: none;
    padding: 0;
}

.contact-us ul li {
    margin-bottom: 10px;
}

.contact-us a {
    color: #e01d48;
    text-decoration: none;
}

.contact-us a:hover {
    text-decoration: underline;
}

.contact-us .form-group {
    margin-bottom: 15px;
}

.contact-us .submit-btn {
    background: #b32120;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.contact-us .submit-btn:hover {
    background: #b32120;
    color: white;
}

.contact-us .submit-btn:focus {
    box-shadow: none;
}

.contact-us .hours {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.contact-us .hours-day {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.map iframe {
    width: 100%;
    min-height: 300px;
    border-radius: 5px;
}

.contact-us .row {
    justify-content: center;
}