.elementor-1928 .elementor-element.elementor-element-8459dfb{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-8459dfb *//* ===== REMOVE FADE FROM ALL ELEMENTOR CONTAINERS ===== */
.elementor-section,
.elementor-column,
.elementor-widget,
.elementor-widget-wrap {
  opacity: 1 !important;
}

/* ===== FORCE IMAGE FULL VISIBILITY ===== */
img {
  opacity: 1 !important;
  filter: none !important;
}

/* ===== REMOVE OVERLAY IF ANY ===== */
.elementor-section::before,
.elementor-section::after,
.elementor-column::before,
.elementor-column::after {
  display: none !important;
}

/* ===== REMOVE BACKGROUND OVERLAY ===== */
.elementor-background-overlay {
  opacity: 0 !important;
}

/* ===== FIX CUSTOM CARD (IF YOU USED .card CLASS) ===== */
.card,
.product-card,
.box {
  opacity: 1 !important;
}/* End custom CSS */