/* Force visibility for Elementor animated elements in static export */
.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
}
[data-settings*="animation"] .elementor-widget-container {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Force HappyAddons tabs to be visible and functional */
.ha-tabs__content .ha-tab__content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.ha-tabs__content .ha-tab__content[data-tab] {
  display: none !important;
}

.ha-tabs__content .ha-tab__content[data-tab="1"] {
  display: block !important;
}

.ha-tabs__content .ha-tab__content.ha-tab--active {
  display: block !important;
}

.ha-tabs__nav .ha-tab__title {
  cursor: pointer;
}

.ha-tab__title.ha-tab--active {
  font-weight: 700;
  border-left: 3px solid #333;
}
