/* ====================================
   Visibility Fixes
   Targeted fixes for Porto template
   conflicts - NO wildcards
   ==================================== */

/* Porto's opacity-3 class on decorative elements
   should not block interaction */
.opacity-3 {
  pointer-events: none;
}

/* Ensure Porto's fade animations don't
   permanently hide elements */
.appear-animation {
  opacity: 1;
}

/* Fix Porto modal backdrop - needs controlled opacity */
.modal-backdrop.show {
  opacity: 0.6;
}

/* Fix Porto's .fade not showing */
.fade.show {
  opacity: 1;
}
