﻿.high-line-height {
    line-height: 2;
}
.section_first {
    background-image: url('../images/BGrequest-a-quote.svg'); 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
}
.section_first_content {
    display: flex;
}
.build-text {
    font-size: 48px;
    font-weight: 600;
}

.project-text {
    font-size: 19px;
}

.free-quote-button {
    background-color: #f99000;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    align-items: center;
    width: 199px;
    height: 52px;
}

.let-us-info {
    align-content: center;
}


.contact-container {
    padding: 30px 0;
}

.form-section {
    background-color: #fff;
    padding: 36px;
    border-radius: 10px;
    box-shadow: 0 2px 8px #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-section_text h2 {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 24px;
    }

    .form-section p {
        font-size: 16px;
        color: #777;
        margin-bottom: 20px;
    }

.form-control {
    background-color: #f7f7f7 !important;
    border: none !important;
    height: 50px !important;
    width: 100% !important;
    font-size: 16px !important;
    border-radius: 10px !important;
}
.send-your-message-text {
    background-color: #f7f7f7 !important;
    border: none !important;
    width: 100% !important;
    font-size: 16px !important;
    border-radius: 10px !important;
}
textarea.send-your-message-text {
    height: 150px;
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
}

.send-button {
    background-color: #f99000;
    color: #fff;
    font-weight: 600;
    border: none;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    transition: background-color 0.3s ease;
}

    .send-button:hover {
        background-color: #f99000;
    }


a {
    color: black;
}
/*.nav-item-gap {
    margin-right: 26px !important;
}*/
.me-3 {
    margin-right: 1rem !important;
}
@media (max-width: 576px) {
    .build-text {
        font-size: 28px;
        line-height: 26px;
    }
}
