﻿.high-line-height {
    line-height: 2;
}
.build-text {
    font-weight: 600;
    font-size: 48px;
    line-height: 58.09px;
}

.project-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19.36px;
}


.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;
}

.project-text {
    font-size: 19px;
}

.free-quote-button {
    background-color: #f99000;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-weight: bold;
    align-items: center;
    width: 199px;
    height: 52px;
    margin-top: 12%;
}

.let-us-info {
    align-content: center;
}


.contact-container {
    padding: 30px 0;
}

form input {
    width: 331px;
    height: 60px;
}

form {
    display: flex;
    flex-direction: column;
}

/*label {
    margin-bottom: 10px;
}*/

input, textarea {
    width: 328px;
    height: 36px;
    padding: 6px;
    margin-bottom: 20px;
    border: none;
    background-color: #F1F1F1;
    border-radius: 11px;
}

a {
    color: black;
}

.me-3 {
    margin-right: 1rem !important;
}

/*.card {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);   
    margin-bottom: 20px;
    text-align: center;
    width: 348px;
}*/
.cards {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    width: 348px;
    height: 122px;
}

.card h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.card p {
    font-size: 16px;
    color: #777;
}

.card-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-info {
    font-size: 24px;
}

.card-text {
    font-size: 30px;
    font-weight: 600;
}

.img-container {
    text-align: end !important;
}
textarea.form-control {
     min-height: 95px !important; 
}
.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;
        color: #fff;
    }
@media (max-width: 767px) {
    .section-first-content {
        display: block;
    }
}

@media (max-width: 991px) {
    .card-img {
        width: 100%;
        max-width: 716px;
    }
}

