.elementor-16849 .elementor-element.elementor-element-77a6151{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}body.elementor-page-16849:not(.elementor-motion-effects-element-type-background), body.elementor-page-16849 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F4;}/* Start custom CSS *//* Fix the Load More button visibility and styling */
#ns-load-more {
    background-color: #12723a !important; /* Solid green background */
    color: #ffffff !important; /* Forces text to be white */
    border: 2px solid #12723a !important; 
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px; /* Slight rounding to match the cards */
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Hover effect for better user interaction */
#ns-load-more:hover {
    background-color: #0e5a2d !important; /* Slightly darker green on hover */
    border-color: #0e5a2d !important;
    color: #ffffff !important;
}

/* Ensures the button stays centered */
.ns-load-more-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}/* End custom CSS */