@media (max-width: 991px) {
  .header-area.header-2.header-absolute .header-wrapper,
  .header-area.header-2.header-absolute .search_popup,
  .footer-subscribe,
  .footer-subscribe .subscribe-form input[type="email"],
  .widget-subscribe,
  .widget-subscribe .subscribe-form input[type="email"],
  .widget-subscribe-2,
  .widget-subscribe-2 .subscribe-form input[type="email"],
  .body-overlay,
  .tj-overlay,
  .hamburger_wrapper,
  .growth-box,
  .client-content .sec-title,
  .about-img-area.style-2 .box-area.style-2 .progress-box,
  .video-overlay {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .header-area.header-2.header-absolute .header-wrapper,
  .header-area.header-2.header-absolute .search_popup,
  .footer-subscribe,
  .widget-subscribe,
  .widget-subscribe-2 {
    background-color: rgba(255, 255, 255, 0.96) !important;
  }

  .tj-footer-section.footer-2 .footer-col-1::before,
  .banner-left-box::before,
  .hamburger_wrapper::before {
    display: none !important;
  }

  .client-slider .swiper-wrapper,
  .marquee-slider .swiper-wrapper,
  .h7-team-marquee .swiper-wrapper {
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }

  .tj-anim-move-var-big,
  .tj-anim-move-var-big-reverse,
  .tj-zoom-in-out-anim {
    animation: none !important;
  }

  * {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

@media (max-width: 767px) {
  .footer-subscribe .subscribe-form input[type="email"],
  .widget-subscribe .subscribe-form input[type="email"],
  .widget-subscribe-2 .subscribe-form input[type="email"] {
    background-color: rgba(255, 255, 255, 0.96) !important;
  }
}

@media (max-width: 575px) {
  .hamburger_wrapper {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tj-preloader .tj-preloader-ball-shadow,
  .tj-preloader .tj-preloader-ball-inner {
    animation: none !important;
  }
}
