/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2025 | 18:22:24 */
.section-item.section-two-blocks.blocks-right.parallax {
  position: relative !important;
  overflow: hidden !important;
  background-image: url("https://develon.si/wp-content/uploads/2025/05/innovation-develon.webp") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;  /* <== This makes the parallax */
  background-position: center center !important;
  min-height: 500px !important;
}

/* Section #section_5ZtkF - show only on desktop (hide on mobile/tablet) */
#section_5ZtkF {
  display: block !important; /* Visible on desktop */
}

@media (max-width: 1023px) {
  #section_5ZtkF {
    display: none !important; /* Hide on tablet and mobile */
  }
}

/* Section #section_LBfyb - show only on mobile/tablet (hide on desktop) */
#section_LBfyb {
  display: block; /* Visible by default */
}

@media (min-width: 1024px) {
  #section_LBfyb {
    display: none !important; /* Hide on desktop */
  }
}