/* -----------------------------------------------------------------------------
   Backgrounds — section background utility classes
----------------------------------------------------------------------------- */

.section-custom-bg-white {
    position: relative;
    overflow: hidden;
    background-color: #ffffff !important;
}

.section-custom-bg-lightgray {
    position: relative;
    overflow: hidden;
    background-color: var(--neutral-100) !important;
}

.section-custom-bg-lighter-green {
    position: relative;
    overflow: hidden;
    background-color: var(--lighter-green) !important;
}

.section-custom-bg-light-green {
    position: relative;
    overflow: hidden;
    background-color: var(--light-green) !important;
}
