body {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.service-area-section {
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}

.video-background-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background {
    position: relative;
    height: 100%;
    width: 100%;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.service-bg-dark {
    background-color: rgb(15 18 33 / 1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-repeat: no-repeat;
    filter: brightness(40%);
    background-size: cover;
}

.service-area-main-box {
    max-width: 1280px;
    padding: 40px 32px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    width: 90%;
}

.rating-box {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.rating-box .left {
    display: flex;
    gap: 8px;
}

.rating-box .left img {
    height: 40px;
}

.rating-box .left p {
    font-size: 14px;
    line-height: 17px;
    color: white;
    margin: 0;
}

.bold {
    font-weight: 600;
}

.rating-box .right {
    display: flex;
    gap: 8px;
}

.rating-box .right img {
    height: 40px;
}

.rating-box .right p {
    font-size: 14px;
    line-height: 17px;
    color: white;
    margin: 0;
}

.service-area-main-box .left {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.first-section-heading {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 60px;
    font-weight: 900;
    color: white;
    margin-top: 40px;
    line-height: 64px;
}

.green {
    color: #2A7D2E;
}

.first-section-para {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: white;
    margin-top: 40px;
}

.tag {
    background-color: #2A7D2E;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.first-section-tags {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.first-section-right-form {
    padding: 32px 40px;
    background-color: rgb(15 18 33 / 0.8);
    border: 1px solid rgb(75 85 99 / 1);
    border-radius: 0.75rem;
}

.form-first-heading {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.form-first-heading a {
    text-decoration: none;
    color: white;
}

.form-second-heading {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.first-section-form-inner {
    position: relative;
    z-index: 1;
}

.input-boxes {
    width: 366px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.input-boxes input {
    width: 100%;
    padding: 9px 15px;
    background-color: rgb(228 224 213 / 1);
    border: none;
    border-radius: 0.375rem;
    font-size: 14px;
}

.input-boxes select {
    width: 100%;
    padding: 14px 15px;
    background-color: rgb(228 224 213 / 1);
    border: none;
    border-radius: 0.375rem;
    font-size: 14px;
    outline: none;
}

.input-boxes select:focus {
    outline: 2px solid #2A7D2E;
}

.scheduleBtn {
    border: none;
    font-size: 16px;
    color: white;
    padding: 9px 15px;
    border-radius: 0.375rem;
    background-color: #2A7D2E;
}

.scheduleBtn:hover {
    opacity: 0.8;
}

.first-section-form-review {
    margin-top: 20px;
}

.first-section-form-last-box-right {
    display: flex;
    align-items: center;
}

.first-section-form-last-box {
    display: flex;
    justify-content: space-evenly;
}

.first-section-form-last-box-left {
    display: flex;
    align-items: center;
}

.custom-google-rating-2 {
    display: flex;
    gap: 5px;
}

.left-rating-2 {
    display: flex;
    align-items: center;
}

.left-rating-2 img {
    width: 35px;
}

.right-rating-2 .text-box-2 {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 0px;
}

.stars-box-2 {
    display: flex;
}

.star-2 img {
    width: 17px;
}

.bold-1 {
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.disclaimer {
    font-size: 0.8em;
    color: #666;
}


.tag-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 120px;
}

.tag-sec-2 {
    color: #111827;
    padding: 8px;
    border: 1px solid #6b7280;
    border-radius: 0.75rem;
    font-size: 12px;
    line-height: 16px;
}

.top-content-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 992px;
    margin: 0 auto;
}

.top-content-box .heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;
    margin-top: 10px;
    line-height: 40px;
}

.top-content-box .paragraph {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 35px;
}

.process-box {
    position: relative;
    padding-top: 70px;
}

.process-line {
    position: absolute;
    height: 3px;
    width: 70%;
    top: 0;
    background-color: #2A7D2E;
    left: 50%;
    transform: translateX(-50%);
}

.process-block {
    position: relative;
    padding: 60px 0px;
}

.process-block h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 17px;
}

.process-block p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.process-block .process-number {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A7D2E;
    color: white;
}

.third-section {
    background-color: rgb(228 224 213);
}

.service-card {
    border: 1px solid #007a48;
    border-radius: 10px;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.service-card .top-image img {
    width: 100%;
    border-bottom: 1px solid #007a48;
}

.service-card .service-card-content {
    padding: 20px;
    background-color: white;
}

.service-card-content .heading {
    font-size: 24px;
    font-weight: 700;
}

.service-card-content .paragraph {
    font-size: 16px;
    margin-top: 10px;
}

.service-card-content button {
    background-color: #ffffff;
    color: black;
    border: 1px solid #2A7D2E;
    border-radius: 10px;
    padding: 7px 13px;
    margin-top: 10px;
}

.button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.button-box button {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #2A7D2E;
    padding: 16px 48px;
    color: white;
    gap: 5px;
    border-radius: 0.375rem;
    font-weight: 600;
}

.rating-box-section-three {
    display: flex;
    gap: 20px;
    margin-top: 27px;
    justify-content: center;
}

.rating-box-section-three .left {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rating-box-section-three .left img {
    height: 40px;
}

.rating-box-section-three .left p {
    font-size: 14px;
    line-height: 17px;
    color: rgb(0, 0, 0);
    margin: 0;
}

.bold {
    font-weight: 700;
}

.rating-box-section-three .right {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rating-box-section-three .right img {
    height: 40px;
}

.rating-box-section-three .right p {
    font-size: 14px;
    line-height: 17px;
    color: rgb(0, 0, 0);
    margin: 0;
}

/* service-section-end */


/* review-section */

.review-card {
    border: 1px solid #007a48;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    height: 100%;
}

.review-card .top-image {
    display: flex;
    justify-content: center;
}

.review-card .top-image img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

.review-card .review-card-content {
    background-color: white;
    text-align: center;
}

.review-card-content .heading {
    font-size: 24px;
    font-weight: 700;
}

.review-card-content .paragraph {
    font-size: 15px;
    margin-top: 10px;
}

.review-card-content button {
    background-color: #ffffff;
    color: black;
    border: 1px solid #2A7D2E;
    border-radius: 10px;
    padding: 7px 13px;
    margin-top: 10px;
}

.review-stars {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 15px 0px;
}

.review-star img {
    width: 20px;
}

/* review-section-end */

/* about-section */

.fifth-section {
    padding-top: 120px;
    background-color: rgb(228 224 213);
}

.fifth-section-right {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.fifth-section-right img {
    width: 100%;
    border-radius: 10px;
}

.fifth-section-left {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.fifth-section-left h5 {
    font-size: 18px;
    font-weight: 700;
    color: #2A7D2E;
}

.fifth-section-left h2 {
    font-size: 36px;
    color: black;
    font-weight: 700;
    margin-bottom: 20px;

}

.fifth-section-left p {
    font-size: 16px;
}

/* about-section-end */

/* contact-section */

.form-main-box {
    display: flex;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 0.375rem;
}

.form-main-box .form-left {
    width: 30%;
    background-color: #007a48;
    padding: 48px;
    color: white;
    border-radius: 0.375rem;
}

.form-main-box .form-right {
    width: 70%;
    padding: 48px;
    border-radius: 0.375rem;
}

.form-left {
    position: relative;
}

.form-left .heading {
    font-size: 18px;
    font-weight: 500;
}

.form-left .para {
    font-size: 16px;
    margin-top: 25px;
    line-height: 22px;
}

.form-left .contact-details {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.form-left .element {
    position: absolute;
    right: 0;
}

.form-left .contact-details p {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.form-left .contact-details p img {
    width: 20px;
}

.form-right p {
    font-size: 18px;
}

.form-box {
    margin-top: 20px;
    width: 100%;
}

.form-box label {
    font-size: 14px;
    color: #111827;
}

.form-box input {
    border: 1px solid rgb(209 213 219 / 1);
    border-radius: 0.375rem;
    width: 100%;
    padding: 12px 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.form-box textarea {
    border: 1px solid rgb(209 213 219 / 1);
    border-radius: 0.375rem;
    width: 100%;
    padding: 12px 16px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.main-form-box {
    display: flex;
    gap: 20px;
    width: 100%;
}

.form-button-box {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.form-button-box button {
    border: none;
    font-size: 16px;
    padding: 12px 24px;
    background-color: #2A7D2E;
    color: white;
    border-radius: 0.375rem;
}

.label-main-box {
    display: flex;
    justify-content: space-between;
}

.label-main-box p {
    color: #6b7280;
    font-size: 14px;
}

.check-box-main {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.custom-google-rating {
    display: flex;
    gap: 18px;
    margin-top: 25px;
    margin-left: 8px;
}

.left-rating {
    display: flex;
    align-items: center;
}

.left-rating img {
    width: 35px;
}

.right-rating .text-box {
    text-align: center;
    font-size: 13px;
}

.stars-box {
    display: flex;
}

.star img {
    width: 20px;
}

.showMessage {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
}

.form-logo {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* contact-section-end */

@media only screen and (max-width: 1300px) {
    .service-area-main-box {
        gap: 100px;
    }
}

@media only screen and (max-width: 1150px) {
    .service-area-main-box {
        flex-direction: column;
    }

    .left-main-box {
        width: 100%;
    }

    .rating-box {
        justify-content: center;
    }

    .first-section-heading {
        text-align: center;
    }

    .first-section-para {
        text-align: center;
    }

    .first-section-tags {
        justify-content: center;
    }

    .input-boxes {
        width: 100%;
    }

    .section-3-main-box {
        gap: 50px;
    }

    .section-4-main-box {
        gap: 50px;
    }
}

@media only screen and (max-width: 1100px) {
    .form-main-box {
        flex-direction: column;
    }

    .form-main-box .form-left {
        width: 100%;
    }

    .form-main-box .form-right {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {

    .section-3-right,
    .section-3-left,
    .section-4-right,
    .section-4-left {
        width: 100%;
    }

    .section-3-main-box {
        flex-direction: column;
    }

    .section-4-main-box {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 768px) {
    .main-form-box {
        display: flex;
        gap: 0px;
        width: 100%;
        flex-direction: column;
    }

    .check-box-main {
        display: flex;
        gap: 0px;
        margin-top: 25px;
        flex-direction: column;
    }

    .service-area-main-box {
        padding: 40px 0px;
    }

    .process-line {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .first-section-heading {
        font-size: 32px;
        line-height: 38px;
    }

    .first-section-para {
        font-size: 14px;
        line-height: 22px;
    }

    .rating-box .left p {
        font-size: 11px;
    }

    .rating-box .right p {
        font-size: 11px;
    }

    .first-section-tags {
        justify-content: center;
        flex-wrap: wrap;
    }

    .first-section-right-form {
        padding: 32px 10px;
    }

    .section-3-left .heading {
        font-size: 28px;
        line-height: 35px;
    }

    .section-3-left .mini-heading {
        font-size: 13px;
    }

    .section-3-right img {
        height: auto;
    }

    .section-4-left .heading {
        font-size: 28px;
        line-height: 30px;
    }

    .section-4-main-box {
        margin-top: 10px;
    }

    .section-3-main-box {
        margin-top: 10px;
    }

    .section-4-right img {
        height: auto;
    }

    .question p {
        line-height: 20px;
    }

    .service-card-content .heading {
        font-size: 20px;
    }

    .service-card-content .paragraph {
        font-size: 14px;
    }

    .service-card-content button {
        font-size: 13px;
    }

    .button-box button {
        font-size: 15px;
        padding: 16px 32px;
    }

    .review-card {
        padding: 15px;
    }

    .review-card-content .paragraph {
        font-size: 14px;
    }

    .review-card-content .heading {
        font-size: 22px;
    }

    .fifth-section-left h2 {
        font-size: 28px;
    }

    .fifth-section-left p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    /* .service-area-main-box {
        width: 97%;
    } */

    .form-main-box .form-left {
        padding: 25px 20px;
    }

    .form-main-box .form-right {
        padding: 48px 20px;
    }

    .top-content-box .heading {
        font-size: 28px;
        line-height: 30px;
    }

    .top-content-box .paragraph {
        font-size: 16px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 350px) {
    .rating-box-section-three {
        flex-direction: column;
        margin-top: 35px;
    }

    .rating-box-section-three .left,
    .rating-box-section-three .right {
        justify-content: center;
    }
}