body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    margin: 0px;
}

body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #1A1A1A;
}

body .elementor-element a {
    text-decoration: none;
    transition: all 0.5s;
}

body p {
    margin: 0;
    padding-bottom: 26px;
}

body p:last-of-type {
    padding-bottom: 0;
}


/*Hero Banner css*/
.hero-section::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(270deg, rgba(23, 47, 30, 0.00) 0%, rgba(23, 47, 30, 0.70) 33.65%, #172F1E 67.79%);
    z-index: 0;
}

.hero-section p {
    margin: 0px;
}

/*Hero Banner css*/



/*How It Works css*/
.section-title h2 {
    text-align: center;
    color: #1A1A1A;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 span {
    font-weight: 400;
    color: #2D6A3F;
}

.works-row {
    counter-reset: section;
}

.works-row .worls-col::before {
    counter-increment: section;
    content: counter(section);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #7EDC99;
    background: #ECFFF2;
    box-shadow: 0 3px 18px 0 rgba(45, 106, 63, 0.12);
    font-size: 40px;
    line-height: normal;
    color: #2D6A3F;
    font-weight: 700;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.works-row .worls-col {
    width: calc(100% / 3 - 20px);
}

.works-row::after {
    content: '';
    background: linear-gradient(90deg, rgba(45, 106, 63, 0.10) 0%, rgba(45, 106, 63, 0.70) 49.52%, rgba(45, 106, 63, 0.10) 100%);
    position: absolute;
    height: 4px;
    width: 63%;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 0;
}

.icon-btn::after {
    content: '';
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../../../../wp-content/uploads/2026/06/arrow_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
}

.icon-btn:hover::after {
    filter: brightness(0) invert(1);
}

body .elementor .icon-btn {
    padding-right: 55px;
}

/*How It Works css*/


/*Reviews css*/
.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide {
    background: transparent;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper {
    width: 100%;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header {
    width: fit-content;
    position: relative;
    margin: auto;
    padding: 0px 70px;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header::after,
.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 2px;
    background: #2D6A3F;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header::after {
    right: 0px;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header::before {
    left: 0px;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 30px;
    position: relative;
    padding-top: 86px;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 54px;
    background: url(../../../../wp-content/uploads/2026/06/quote_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

body .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button {
    opacity: 0.5;
    transition: all 0.5s;
    left: 0px;
}

body .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: auto;
    right: 0px;
}

body .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button:hover {
    opacity: 1;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button::after {
    content: '';
    width: 18px;
    height: 37px;
    background: url(../../../../wp-content/uploads/2026/06/arrow-slider.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button.elementor-swiper-button-next::after {
    transform: rotateY(180deg);
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button svg {
    display: none;
}

body .elementor-element.reviews-section .e-con>.elementor-widget-reviews {
    max-width: 1165px;
    margin: auto;
}

.reviews-section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 263px;
    background: url(../../../../wp-content/uploads/2026/06/review-bg-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.elementor-element.reviews-section .elementor-widget-reviews .elementor-testimonial__text {
    overflow-y: auto;
    max-height: 225px;
    padding-right: 2px;
}

.elementor-element.reviews-section .elementor-widget-reviews .swiper-wrapper {
    align-items: center;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #8c8c8c;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2D6A3F;
}

/*Reviews css*/


/*Blog Css*/
.elementor-loop-container .e-loop-item .blog-col .blog-title a {
    color: #1A1A1A;
    transition: all 0.5s;
}

.elementor-loop-container .e-loop-item .blog-col .blog-title a:hover {
    color: #2D6A3F;
}

.blog-col {
    transition: all 0.5s;
}

.elementor-loop-container .e-loop-item .blog-col a:has(img) {
    width: 100%;
}

.blog-row .elementor-loop-container .e-loop-item {
    width: calc(100% / 3 - 28px);
}

.elementor-element .elementor-element .blog-row .elementor-loop-container {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    justify-content: center;
}

.blog-col .blog-category a:hover {
    color: #1A1A1A;
}

.blog-col .blog-category span {
    padding: 4px 12px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(20px);
}

/*Blog Css*/


/*How It Works page css*/
.elementor .common-row:nth-child(even) {
    flex-direction: row-reverse;
}

.common-content-col ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 20px;
}

.common-content-col ul li {
    position: relative;
    width: 100%;
    padding-left: 24px;
    color: #364153;
}

.common-content-col ul li::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 14px;
    height: 10px;
    background: url(../../../../wp-content/uploads/2026/06/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.common-row .common-content-col p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.449px;
    color: #364153;
}

.common-row .common-content-col .common-icon {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 1px solid #7EDC99;
    background: #ECFFF2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-row .common-content-col .common-icon svg {
    width: auto !important;
    height: auto !important;
    fill: transparent;
}

.common-row .common-content-col h2::before {
    counter-increment: section;
    content: "STEP - " counter(section);
    font-size: 22px;
    line-height: normal;
    color: #2D6A3F;
    font-weight: 600;
    letter-spacing: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.zigzag-section {
    counter-reset: section;
}

.box-row .box-col .box-icon svg {
    width: auto !important;
    height: auto !important;
    fill: transparent;
}

.box-row .box-col .box-icon {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #7EDC99;
    background: #ECFFF2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-section .cta-content h2 {
    color: #fff;
    padding-bottom: 20px;
}

.cta-section .cta-content .elementor-widget-text-editor {
    padding-bottom: 35px;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 190px;
    background: url(../../../../wp-content/uploads/2026/06/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;
}

.elementor-element.inner-banner-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #172F1E;
    opacity: 0.6;
    z-index: 0;
}

/*How It Works page css*/

/*About Us page page css*/
.bold-control strong {
    font-weight: 600;
}

.page-id-19 .cta-section::after {
    height: 200px;
}

/*About Us page page css*/


/*Careers page css*/
.elementor-element .cta-details-left .email-sec-icon {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    border: 1px solid #7EDC99;
    background: #ECFFF2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.elementor-element .cta-details-left .email-sec-icon svg {
    width: auto !important;
    height: auto !important;
    fill: transparent;
}

.cta-details-sec .elementor-element h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 12px;
}

.cta-details-sec::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 198px;
    background: url(../../../../wp-content/uploads/2026/06/cta-overlay2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 0;
}

.positions-list .positions-row .elementor-icon-list-items li {
    border-radius: 16px;
    background: #F1F1F1;
    padding: 0px 14px;
    line-height: 24px;
}

.positions-list .positions-row .elementor-icon-list-items li svg {
    fill: none;
    margin: 0px;
    width: auto;
    height: auto;
}

.positions-list .positions-row .elementor-icon-list-items li .elementor-icon-list-text {
    padding-left: 5px;
}

.positions-list .positions-row .elementor-icon-list-items {
    margin-bottom: 15px;
    gap: 10px;
}

.positions-list .positions-row .elementor-icon-list-items li .elementor-icon-list-text {
    padding-left: 5px;
}

/*Careers page css*/


/*Contact page css*/
.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.439px;
    color: #1A1A1A;
    margin-top: -1px;
}

.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description a {
    color: #1A1A1A;
}

.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description a:hover {
    color: #2D6A3F;
}

.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description .bottom-line {
    font-weight: 400;
    display: block;
    font-size: 16px;
}

.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
    padding-top: 2px;
    display: flex;
}

.contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.emergency-boxs {
    border-radius: 15px;
    border: 1px solid #7EDC99;
    background: #ECFFF2;
}

.elementor-element .elementor-element .hours-list .hours-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.elementor-element .elementor-element .elementor-element .elementor-element.hours-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 311px;
}

.hours-list .hours-row span {
    font-size: 16px;
    color: #4A5565;
    line-height: 24px;
    letter-spacing: -0.312px;
}

.hours-list .hours-row span strong {
    font-weight: 600;
}

/* Contact us page section */
.contact-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid #d63637 !important;
}

.contact-button p {
    line-height: 0;
    font-size: 0;
}

.contact-form .contact-form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 21px 20px;
}

.contact-form .contact-form-field label {
    color: #364153;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
    margin-bottom: 8px;
}

.contact-form .contact-form-field label span {
    color: #FB2C36;
}

.contact-form .contact-form-field .row-field {
    width: calc(50% - 10px);
}

.contact-form .contact-form-field .row-field.width-full {
    width: 100%;
}

.contact-form .contact-form-field .textarea-field {
    width: 100%;
}

.contact-form .contact-form-field textarea {
    resize: none;
    max-height: 130px !important;
}

.contact-form .contact-form-field input::placeholder,
.contact-form .contact-form-field textarea::placeholder {
    color: rgba(26, 26, 26, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.312px;
    font-family: "Inter", Sans-serif;
}

.contact-form .contact-form-field input,
.contact-form .contact-form-field textarea,
.contact-form .contact-form-field select {
    width: 100%;
    max-width: 100%;
    transition: 0.5s;
    padding: 14px 16px;
    outline: none;
    color: #364153;
    font-size: 16px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.312px;
    border-radius: 6px;
    border: 1px solid #D1D5DC;
}

.contact-form .contact-form-field input:focus,
.contact-form .contact-form-field input:hover,
.contact-form .contact-form-field select:focus,
.contact-form .contact-form-field select:hover,
.contact-form .contact-form-field textarea:focus,
.contact-form .contact-form-field textarea:hover {
    border-color: #364153;
}

.contact-button {
    line-height: 0;
    padding-top: 40px;
}

.contact-form>.contact-button>p {
    width: 100%;
    display: flex;
    align-items: center;
}

.contact-button input[type="submit"] {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.439px;
    line-height: 28px;
    text-align: center;
    padding: 15px 40px;
    border-radius: 6px;
    color: #fff;
    background-color: #2D6A3F;
    border: 1px solid #2D6A3F;
    outline: 0;
    transition: 0.5s;
}

.contact-button input[type="submit"]:focus,
.contact-button input[type="submit"]:hover {
    background-color: transparent;
    color: #2D6A3F;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #364153;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 20px;
    position: relative;
}

.wpcf7-form-control-wrap {
    display: flex;
}

body form .contact-form .contact-form-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    padding-right: 35px;
    cursor: pointer;
}

/* IE */
body form .contact-form .contact-form-field select::-ms-expand {
    display: none;
}

.contact-form .row-field.width-full .wpcf7-form-control-wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 12px;
    height: 6px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M1 1L7 7L13 1" stroke="%238C8C8C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*Contact page css*/



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

    /*Reviews css*/
    .reviews-section::after,
    .cta-details-sec::after,
    .cta-section::after {
        background-size: contain;
    }
}

@media screen and (max-width: 1199px) {
    body p {
        padding-bottom: 20px;
    }

    /*How It Works css*/
    .section-title {
        padding-bottom: 28px;
    }

    .works-row .worls-col::before {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }

    .works-row::after {
        top: 40px;
    }

    .icon-btn::after {
        right: 23px;
    }

    body .elementor .icon-btn {
        padding-right: 50px;
    }

    /*Reviews css*/
    .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial {
        padding-top: 75px;
    }

    .elementor-element.reviews-section .elementor-widget-reviews .elementor-testimonial__text {
        max-height: 193px;
    }

    /*Blog Css*/
    .elementor-element .elementor-element .blog-row .elementor-loop-container {
        gap: 30px;
    }

    .blog-row .elementor-loop-container .e-loop-item {
        width: calc(100% / 3 - 20px);
    }

    /*How It Works page css*/
    .common-row .common-content-col p {
        font-size: 18px;
        line-height: 28px;
    }

    .common-content-col ul {
        gap: 8px;
        padding-top: 15px;
    }

    .common-row .common-content-col h2::before {
        font-size: 20px;
    }

    .box-row .box-col .box-icon {
        width: 80px;
        height: 80px;
    }

    .box-row .box-col .box-icon svg {
        max-width: 38px;
    }

    .cta-section .cta-content h2 {
        padding-bottom: 15px;
    }

    .cta-section .cta-content .elementor-widget-text-editor {
        padding-bottom: 28px;
    }

    /*Careers page css*/
    .cta-details-sec .elementor-element h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .positions-list .positions-row .elementor-icon-list-items li .elementor-icon-list-text {
        font-size: 15px;
    }

    /*Request a Consultation page css*/
    .contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 17px;
        line-height: 27px;
    }

    .contact-button {
        padding-top: 30px;
    }

    .contact-button input[type="submit"] {
        font-size: 16px;
        line-height: 26px;
        padding: 11px 30px;
    }
}

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

    /*Blog Css*/
    .blog-row .elementor-loop-container .e-loop-item {
        width: calc(100% / 2 - 15px);
    }

    /*Hero Banner css*/
    .hero-section::after {
        width: 100%;
        height: 76%;
        background: linear-gradient(0deg, rgba(23, 47, 30, 0.00) 0%, rgba(23, 47, 30, 0.70) 33.65%, #172F1E 67.79%);
    }

    /*Contact Page css*/
    .contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 767px) {
    body p {
        padding-bottom: 16px;
    }

    /*How It Works css*/
    .works-row .worls-col {
        width: 100%;
    }

    .works-row .worls-col::before {
        width: 50px;
        height: 50px;
        font-size: 20px;
        left: 0px;
        top: 0px;
        transform: none;
    }

    .works-row::after {
        height: 77%;
        width: 4px;
        left: 25px;
        transform: none;
        top: 0px;
    }

    .section-title {
        padding-bottom: 22px;
    }

    .icon-btn::after {
        right: 18px;
        width: 17px;
        height: 17px;
    }

    body .elementor .icon-btn {
        padding-right: 41px;
    }

    /*Reviews css*/
    .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .elementor-swiper-button::after {
        width: 14px;
        height: 28px;
    }

    .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial::after {
        width: 48px;
        height: 40px;
    }

    .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial {
        padding-top: 55px;
        gap: 18px;
    }

    .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header::after,
    .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header::before {
        width: 30px;
    }

    .elementor-element.reviews-section .elementor-widget-reviews .elementor-main-swiper .swiper-wrapper .swiper-slide .elementor-testimonial .elementor-testimonial__header {
        padding: 0px 40px;
    }

    .elementor-element.reviews-section .elementor-widget-reviews .elementor-testimonial__text {
        max-height: 197px;
    }

    /*Blog Css*/
    .elementor-element .elementor-element .blog-row .elementor-loop-container {
        gap: 20px;
    }

    .blog-row .elementor-loop-container .e-loop-item {
        width: calc(100% / 2 - 10px);
    }

    /*How It Works page css*/
    .common-row .common-content-col p {
        font-size: 16px;
        line-height: 26px;
    }

    .common-content-col ul {
        padding-top: 12px;
    }

    .common-row .common-content-col h2::before {
        font-size: 17px;
    }

    .common-row .common-content-col .common-icon {
        width: 62px;
        height: 62px;
    }

    .common-content-col ul li::after {
        top: 8px;
    }

    .common-row .common-content-col .common-icon svg {
        max-width: 25px;
    }

    .box-row .box-col .box-icon svg {
        max-width: 30px;
    }

    .box-row .box-col .box-icon {
        width: 62px;
        height: 62px;
    }

    .cta-section .cta-content h2 {
        padding-bottom: 8px;
    }

    .cta-section .cta-content .elementor-widget-text-editor {
        padding-bottom: 22px;
    }

    /*Careers page css*/
    .cta-details-sec .elementor-element h2 {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 8px;
    }

    .elementor-element .cta-details-left .email-sec-icon {
        width: 62px;
        height: 62px;
    }

    .elementor-element .cta-details-left .email-sec-icon svg {
        max-width: 30px;
    }

    .positions-list .positions-row .elementor-icon-list-items {
        margin-bottom: 12px;
    }

    .positions-list .positions-row .elementor-icon-list-items li .elementor-icon-list-text {
        font-size: 14px;
    }

    /*Contact page css*/
    .hours-list .hours-row span {
        font-size: 15px;
        line-height: 23px;
    }

    .contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
        font-size: 13px;
    }

    .contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description .bottom-line {
        font-size: 14px;
    }

    .contact-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
        width: 40px;
        height: 40px;
    }

    .hours-list .hours-row span {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-form .contact-form-field {
        gap: 15px;
    }

    .contact-form .contact-form-field label {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .contact-form .contact-form-field input,
    .contact-form .contact-form-field textarea,
    .contact-form .contact-form-field select {
        padding: 12px 14px;
        font-size: 15px;
    }

    .contact-form .contact-form-field input::placeholder,
    .contact-form .contact-form-field textarea::placeholder {
        font-size: 15px;
    }

    .contact-button {
        padding-top: 25px;
    }

    .contact-button input[type="submit"] {
        font-size: 15px;
        line-height: 25px;
        padding: 7.5px 20px;
    }

    .contact-form .contact-form-field .row-field {
        width: calc(50% - 7.5px);
    }
}

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

    /*Blog Css*/
    .blog-row .elementor-loop-container .e-loop-item {
        width: 100%;
    }

    .contact-form .contact-form-field .row-field {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    body .elementor .hero-section {
        padding-bottom: 275px;
    }
}