.elementor-170 .elementor-element.elementor-element-592356b3{--display:flex;--min-height:480px;--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;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:5px 5px 5px 5px;box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.74);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:0px;}.elementor-170 .elementor-element.elementor-element-592356b3:not(.elementor-motion-effects-element-type-background), .elementor-170 .elementor-element.elementor-element-592356b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sydneydecors.com.au/wp-content/uploads/2026/02/bg4.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-170 .elementor-element.elementor-element-3576ba37 .elementor-heading-title{font-family:"Tenor Sans", Sans-serif;font-size:24px;font-weight:400;color:#000000;}.elementor-170 .elementor-element.elementor-element-4ba7928b .elementor-heading-title{font-family:"Tenor Sans", Sans-serif;font-size:30px;font-weight:400;color:#000000;}@media(max-width:1024px){.elementor-170 .elementor-element.elementor-element-592356b3{--min-height:300px;}.elementor-170 .elementor-element.elementor-element-3576ba37 .elementor-heading-title{font-size:20px;}.elementor-170 .elementor-element.elementor-element-4ba7928b .elementor-heading-title{font-size:26px;}}@media(min-width:768px){.elementor-170 .elementor-element.elementor-element-592356b3{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-170 .elementor-element.elementor-element-592356b3{--width:100%;}}@media(max-width:767px){.elementor-170 .elementor-element.elementor-element-592356b3{--width:100%;--min-height:380px;--gap:10px 0px;--row-gap:10px;--column-gap:0px;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-592356b3 *//* Initial container setup */
.wallpanels {
  position: relative;
  overflow: hidden;
}

/* Blur effect initially */
.wallpanels::before {
  content: "";
  position: absolute;
  background: inherit;   /* Duplicate background */
  filter: blur(4px);    /* Blurred by default */
  transition: filter 0.5s ease;
  z-index: 1;
}

/* Clear background on hover */
.wallpanels:hover::before {
  filter: blur(0px);
}

/* Content always visible */
.wallpanels > * {
  position: relative;
  z-index: 2;
  opacity: 1; /* always visible */
  transition: transform 0.5s ease;
}

/* Subtle bottom-to-up motion on hover */
.wallpanels:hover > * {
  transform: translateY(-10px); /* small upward shift */
}/* End custom CSS */