body {
    background-color: #f8f9fa;
    color: #2c3e50;
    font-family: 'Lato', sans-serif;
}

#contact-page-section {
    padding-top: 160px !important;
    padding-bottom: 10rem;
}

.contact-title {
    font-size: clamp(2.8rem, 7vw, 4.5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.contact-title strong {
    font-weight: 700;
}

.manifesto-box {
    border-left: 3px solid #13c636;
    padding-left: 25px;
    margin-top: 2.5rem;
}

.lead-text {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1a1a;
}

.sub-text {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    line-height: 1.7;
}

.custom-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #adb5bd;
    margin-bottom: 0.5rem;
    display: block;
}

.form-group .form-control {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    padding-left: 0;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #13c636;
}

.btn-send {
    background-color: #2c3e50;
    color: #fff;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background-color: #1a2530;
    transform: translateY(-2px);
}

.direct-inquiry {
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .direct-inquiry {
        margin-bottom: 3rem;
    }
}

.email-link {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 5px;
}

.email-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #13c636;
    transition: all 0.3s ease;
}

.email-link:hover::after {
    width: 110%;
    left: -5%;
}



.extra-padding {
    padding-right: 4rem !important;
}

.form-container {
    padding-top: 0.5rem;
}

.align-form-top {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

@media (max-width: 1200px) {
    .contact-title {
        font-size: clamp(2.5rem, 6vw, 3.8rem);
    }
}
