/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1770614698
Updated: 2026-02-09 05:24:58

*/

/* Inner elements animation */
.et_pb_section .reveal-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

/* Active state */
.et_pb_section .reveal-item.active {
  opacity: 1;
  transform: translateY(0);
}