/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* nu folosi smooth scroll CSS */
html { scroll-behavior: auto !important; }

/* omoară parallax / bg fixed (cele mai dese cauze de jank) */
[class*="parallax"], .elementor-parallax, .elementor-motion-effects-layer,
.qodef-parallax-section-holder, .bg-fixed {
  background-attachment: scroll !important;
  transform: none !important;
  will-change: auto !important;
}

/* dezactivează efecte la scroll / sticky efecte costisitoare */
.elementor-sticky--effects, .elementor-sticky--active, .e-con-sticky,
.elementor-motion-effects-element, .elementor-motion-effects-container {
  filter: none !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  will-change: auto !important;
}

/* editorul elementor: fă-l snappy */
body.elementor-editor-active * {
  animation: none !important;
  transition: none !important;
  filter: none !important;
  transform: none !important;
}

/* pe mobile, evită position:sticky costisitor pe headere grele */
@media (max-width: 1024px) {
  header, .elementor-location-header, .elementor-sticky {
    position: relative !important;
    top: auto !important;
  }
}


