/* Start custom CSS *//* PepperAid Global Background - Subtle Version */

html,
body,
.site,
.site-content,
#content,
main,
.elementor-page {

    background: linear-gradient(
        180deg,
        #050505 0%,
        #080808 50%,
        #0A0A0A 100%
    ) !important;

}
.pa-section-transition {
  height: 120px;
  background: linear-gradient(
    180deg,
    #050505 0%,
    #080808 50%,
    #0A0A0A 100%
  );
}/* End custom CSS */