/*!
Theme Name: UiCore Pro Child
Theme URI: https://uicore.co
Description: One framework for all your website needs.
Author: UiCore
Author URI: https://uicore.co
Template: uicore-pro
Version: 1.0.0
Text Domain: uicore-pro
*/

 /* Add your custom style here */
/* === Dual Design fix: Elementor "elementor-invisible" override (eklendi 2026-04-27)
   Sebep: Plesk ortaminda Elementor webpack chunk 557 (shared-frontend-handlers)
   bazen ilk yuklemede ChunkLoadError aliyor -> IntersectionObserver kurulamiyor
   -> entrance animation tetiklenmiyor -> .elementor-invisible class'i hep
   visibility:hidden kaliyor -> beyaz sayfa.
   Geri almak icin: bu blok'u sil. */
.elementor-invisible {
    visibility: visible !important;
    opacity: 1 !important;
}
.elementor-element[data-settings*="_animation"] {
    animation: none !important;
}
