/*
Theme Name: Enterpret
Theme URI: https://enterpret.com
Author: Enterpret
Description: Enterpret - Customer Feedback Analytics landing page theme
Tags: full-site-editing, block-patterns, template-editing, block-styles
Version: 1.5.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enterpret
*/

/* Minimal theme header - rest is handled via theme.json */

.wp-block-list li {
  margin-bottom: var(--wp--preset--spacing--20);
  padding-left: 1.5rem;
  position: relative;
}

.integration-logo {
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 100% !important;
  min-height: 0 !important;
}






.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-stagger > .animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.animate-on-scroll.animate-in,
.animate-stagger > .animate-on-scroll.animate-in,
.hero-animate.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.header-cta-group{
    display: none !important;
  }
@media (min-width: 783px) {
  .mobile-only {
    display: none !important;
  }

  .header-cta-group{
    display: flex !important;
  }
}