.home .featured-section .d-mobile {
    display: none;
    margin-top: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.home .wp-block-post-featured-image{
    position: relative;
    margin-bottom: var(--wp--preset--spacing--20) !important;
    padding-bottom: 0px !important;
}

.home .mobile-slider-block .wp-block-post-featured-image{
    margin-bottom: 0 !important;
}

.home .wp-block-post-featured-image a:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.5);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
}
.home .wp-block-post-featured-image a:hover::after{
    opacity: 1;
}


.home .wp-block-button .wp-block-button__link:hover {
    background-color: transparent !important;
}


.home .wp-block-group .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link:hover {
    background-color: transparent;
}

.home .view-all-btn .wp-element-button {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    font-weight: 600;
    /* space for the image */
}

.home .view-all-btn .wp-element-button:hover {
    color: #007A33 !important;
}

.home .view-all-btn .wp-element-button:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M8.29956 0.170095C8.07276 -0.0566983 7.70506 -0.0566983 7.47827 0.170095C7.25147 0.396888 7.25147 0.764592 7.47827 0.991385L9.90605 3.41916L0.580821 3.41137C0.260088 3.41137 8.14394e-05 3.67137 8.16016e-05 3.99211C8.13813e-05 4.31284 0.260087 4.57285 0.580822 4.57285L9.90624 4.58064L7.47827 7.00862C7.25147 7.23541 7.25147 7.60311 7.47827 7.82991C7.70506 8.0567 8.07276 8.0567 8.29956 7.82991L11.7188 4.41065C11.9456 4.18385 11.9456 3.81615 11.7188 3.58935L8.29956 0.170095Z' fill='%23007A33'/%3E%3C/svg%3E");
}

.home .ds-form-group .ds-button {
    cursor: pointer;
}

.home .view-all-btn .wp-element-button::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M8.29956 0.170095C8.07276 -0.0566983 7.70506 -0.0566983 7.47827 0.170095C7.25147 0.396888 7.25147 0.764592 7.47827 0.991385L9.90605 3.41916L0.580821 3.41137C0.260088 3.41137 8.14394e-05 3.67137 8.16016e-05 3.99211C8.13813e-05 4.31284 0.260087 4.57285 0.580822 4.57285L9.90624 4.58064L7.47827 7.00862C7.25147 7.23541 7.25147 7.60311 7.47827 7.82991C7.70506 8.0567 8.07276 8.0567 8.29956 7.82991L11.7188 4.41065C11.9456 4.18385 11.9456 3.81615 11.7188 3.58935L8.29956 0.170095Z' fill='%231C2535'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;

}

.home .ds-form-group .ds-button:hover {
    background: #036c38;
}

@media (max-width: 1024px) {


    .home .featured-section .wp-block-post-title {
        color: var(--secondary-grey-base-text-black, #1C2535);
        font-feature-settings: 'liga' off, 'clig' off;

        /* Subhead/Sub-3-Small */
        font-family: "Open Sans";
        font-size: 18px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 26px !important;
        /* 144.444% */
    }

    .home .wp-block-post-title {
        color: var(--secondary-grey-base-text-black, #1C2535);
        font-feature-settings: 'liga' off, 'clig' off;

        /* Subhead/Sub-3-Small */
        font-family: "Open Sans";
        font-size: 18px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 26px !important;
        /* 144.444% */

    }

    .home .has-deep-green-background-color {
        padding-left: 31px;
        padding-right: 31px;
    }


    .home .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
        color: var(--secondary-grey-base-text-black, #1C2535);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        /* 150% */
        text-transform: uppercase;
    }

    .home a.wp-block-button__link.wp-element-button {
        padding-right: 22px !important;
    }

    .herro_sub_images {
        display: none;
    }


}



@media (max-width: 781px) {
    .carousel-track {
        overflow: hidden;
        width: 100%;
        position: relative;
        max-width: 100%;
        cursor: pointer;
    }

    .carousel-track ul {
        display: flex;
        transition: transform 0.4s ease-in-out;
        width: 300%;
    }

    .carousel-track li {
        min-width: 100%;
        list-style: none;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .carousel-dots span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border: 3px solid #848A95;
        padding: 7px;
    }

    .carousel-dots span.active {
        border: 3px solid #007A33;
        position: relative;
    }

    .carousel-dots span.active:after {
        content: '';
        width: 6px;
        height: 6px;
        background: #007A33;
        border: 3px solid #007A33;
        position: absolute;
        border-radius: 50%;
        top: 4px;
        left: 4px;
    }

    .featured-section {
        margin-top: 30px !important;
    }

    .home .featured-section .d-mobile {
        display: block;
    }

    .home .featured-section .d-desktop {
        display: none;
    }

    .featured-section .wp-block-post-title {
        width: auto;
        margin-bottom: 24px;
        color: #1C2535;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Headline/Headline-3 */
        font-family: "Open Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        /* 145.833% */
    }

    .featured-big > ul > li {
        display: flex;
        flex-direction: column-reverse;
    }

    .heading-sec {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .heading-sec h2 {
        text-align: center;
    }

    a.wp-block-button__link.wp-element-button {
        padding: 0px 24px 0px 0px !important;
        margin-bottom: 30px;
    }

    .wp-block-post-featured-image :where(img) {
        margin-bottom: 24px;
    }

    .has-deep-green-background-color {
        padding: 40px 14px !important;
        margin-top: 50px !important;
    }

   

    .wp-block-heading {
        font-size: 24px !important;
        line-height: 35px !important;
        font-weight: 700 !important;
        margin-top: 80px !important;
    }

    .home .wp-element-button::after {
        top: 63%;
    }

    .wp-block-spacer {
        display: none;
    }

    .mobile-center-head {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    .tab-featured-no-image>div.is-vertical {
        flex-direction: column-reverse;
        gap: 0;
    }

    .tab-featured-no-image h2{
        margin-bottom: 5px !important;
    }

    .ns-expert-section-container {
        flex-direction: column-reverse;
        gap: 0;
    }

    .ns-expert-section-container h3 {
        margin-top: 30px !important;
        text-align: center;
    }

    .ns-expert-section-container p {
        text-align: center;
    }

    .ns-expert-section-container .has-brand-green-color{
        margin-top: 10px !important;
    }

}

@media (max-width: 992px) {
    .tab-featured-no-image {
        flex-basis: 100% !important;
    }

    .featured-section p.wp-block-post-excerpt__excerpt {
        display: none;
    }
}