/* =============================================== */
.services-section {
    background: #fff;
}

.section-title h6 {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
}

.service-item {
    padding: 40px 0;
}

.service-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: .4s;
    border-radius: 0px !important;
}

.service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #eef8f0;
    color: var(--primary);
    font-size: 22px;
    margin-bottom: 20px;
}

.service-item h3 {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 20px;
    font-weight: 600;
}

.service-item p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 30px;
}

.service-btn {
    display: inline-block;
    padding: 13px 38px;
    border: 2px solid var(--secondary);
    border-radius: 50px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: .4s;
}

.service-btn:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

/* ============================================= */
.quote-section {
    padding: 100px 0;
    background: #f9f8f5;
}

.quote-section .container {
    max-width: 1200px;
}

.quote-content {
    background: #fff;
    padding: 70px 60px;
    height: 100%;
}

.quote-content h2 {
    font-size: 35px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 20px;
}

.quote-content p {
    font-size: 14px;
    color: #124a2f;
    margin-bottom: 35px;
}

.form-control,
.form-select {
    height: 45px;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 0 22px;
    box-shadow: none;
}

textarea.form-control {
    height: 160px;
    border-radius: 25px;
    padding-top: 18px;
    resize: none;
}

.form-control:hover,
.form-select:hover {
    box-shadow: none;
    border-color: #4c8b2b;
}

.quote-btn {
    background: #4c8b2b;
    color: #fff;
    border-radius: 30px;
    padding: 14px 40px;
    font-size: 17px;
}

.quote-btn:hover {
    background: #396d1f;
    color: #fff;
}

.quote-image {
    height: 100%;
}

.quote-image img {
    width: 100%;
    height: 100%;
    min-height: 720px;
    object-fit: cover;
}

/*=========================================
    SERVICES + QUOTE RESPONSIVE
=========================================*/

@media (max-width:1200px) {

    .services-section {
        padding: 90px 0;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .service-item {
        padding: 35px 0;
    }

    .service-item img {
        height: 430px;
    }

    .service-item h3 {
        font-size: 30px;
    }

    .quote-section {
        padding: 90px 0;
    }

    .quote-content {
        padding: 55px 45px;
    }

    .quote-content h2 {
        font-size: 32px;
    }

    .quote-image img {
        min-height: 620px;
    }

}

@media (max-width:992px) {

    .services-section {
        padding: 80px 0;
    }

    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .service-item {
        padding: 30px 0;
    }

    .service-item .row {
        row-gap: 35px;
    }

    .service-item img {
        height: 380px;
    }

    .service-item h3 {
        font-size: 28px;
    }

    .service-item p {
        font-size: 15px;
    }

    .service-btn {
        width: 100%;
        text-align: center;
    }

    .quote-section {
        padding: 80px 0;
    }

    .quote-content {
        padding: 45px 35px;
    }

    .quote-content h2 {
        font-size: 28px;
    }

    .quote-image {
        margin-top: 30px;
    }

    .quote-image img {
        min-height: 480px;
    }

}

@media (max-width:768px) {

    .services-section {
        padding: 70px 0;
    }

    .section-title h6 {
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .service-item {
        text-align: center;
    }

    .service-icon {
        margin: 0 auto 20px;
    }

    .service-item img {
        height: 320px;
    }

    .service-item h3 {
        font-size: 25px;
    }

    .service-item p {
        font-size: 15px;
        line-height: 1.8;
    }

    .service-btn {
        padding: 12px 30px;
    }

    .quote-section {
        padding: 70px 0;
    }

    .quote-content {
        padding: 35px 25px;
    }

    .quote-content h2 {
        text-align: center;
        font-size: 25px;
    }

    .quote-content p {
        text-align: center;
        font-size: 15px;
    }

    .quote-image img {
        min-height: 400px;
    }

}

@media (max-width:576px) {

    .services-section {
        padding: 60px 0;
    }

    .section-title h6 {
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .service-item {
        padding: 25px 0;
    }

    .service-item img {
        height: 250px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
    }

    .service-item h3 {
        font-size: 22px;
    }

    .service-item p {
        font-size: 14px;
    }

    .service-btn {
        width: 100%;
    }

    .quote-content {
        padding: 30px 20px;
    }

    .quote-content h2 {
        font-size: 22px;
    }

    .quote-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .form-control,
    .form-select {
        height: 46px;
        font-size: 14px;
    }

    textarea.form-control {
        height: 140px;
    }

    .quote-btn {
        width: 100%;
        padding: 13px;
    }

    .quote-image img {
        min-height: 320px;
    }

}

@media (max-width:400px) {

    .section-title h2 {
        font-size: 22px;
    }

    .service-item img {
        height: 200px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .service-item h3 {
        font-size: 20px;
    }

    .service-item p {
        font-size: 13px;
    }

    .quote-content {
        padding: 25px 18px;
    }

    .quote-content h2 {
        font-size: 20px;
    }

    .quote-content p {
        font-size: 13px;
    }

    .quote-image img {
        min-height: 260px;
    }

}

@media (max-width:320px) {

    .section-title h2 {
        font-size: 19px;
    }

    .service-item img {
        height: 170px;
    }

    .service-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .service-item h3 {
        font-size: 18px;
    }

    .service-item p {
        font-size: 12px;
    }

    .service-btn {
        font-size: 13px;
        padding: 10px;
    }

    .quote-content {
        padding: 20px 15px;
    }

    .quote-content h2 {
        font-size: 18px;
    }

    .quote-content p {
        font-size: 12px;
    }

    .form-control,
    .form-select {
        font-size: 13px;
    }

    textarea.form-control {
        height: 120px;
    }

    .quote-btn {
        font-size: 13px;
    }

    .quote-image img {
        min-height: 220px;
    }

}

@media (max-width:240px) {

    .section-title h2 {
        font-size: 16px;
    }

    .service-item img {
        height: 120px;
    }

    .service-icon {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .service-item h3 {
        font-size: 15px;
    }

    .service-item p {
        font-size: 11px;
    }

    .service-btn {
        font-size: 11px;
        padding: 8px;
    }

    .quote-content {
        padding: 15px 10px;
    }

    .quote-content h2 {
        font-size: 16px;
    }

    .quote-content p {
        font-size: 11px;
    }

    .form-control,
    .form-select {
        height: 38px;
        font-size: 11px;
        padding: 0 10px;
    }

    textarea.form-control {
        height: 90px;
    }

    .quote-btn {
        font-size: 11px;
        padding: 10px;
    }

    .quote-image img {
        min-height: 160px;
    }

}