/* Contact Page Styling - Inspired by Industries Matrix */

.contact-us .section-heading h3 {
    font-size: 4rem;
    font-weight: 300;
    color: #131617;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.contact-us .section-heading p {
    font-size: 1.25rem;
    color: #4a5568;
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Office Info Styling */
.footer-address h6 {
    font-family: 'Tomorrow', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #6C3BFF;
    margin-bottom: 0.5rem;
}

.footer-address p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #131617;
    margin-bottom: 1.5rem;
}

/* Form Polish - Keeping it Sharp as requested earlier */
.contact-us-form h5 {
    font-size: 1.5rem;
    font-weight: 300; /* Consistent light weight */
    margin-bottom: 2rem;
    color: #131617;
}

.contact-us-form .form-control {
    border-radius: 0 !important;
    border: 1px solid #e2e8f0;
    padding: 1rem;
    transition: all 0.3s ease;
}

.contact-us-form .form-control:focus {
    border-color: #6C3BFF;
    box-shadow: none;
}

.contact-us-form .solid-btn {
    border-radius: 0 !important;
    padding: 1rem 2.5rem;
    font-weight: 700;
    background: #6C3BFF;
    border: none;
}
