/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2025 | 22:33:41 */
.page-id-596 .e-con.e-child > .e-con.e-child {
    position: relative;
    overflow: hidden;
}

.page-id-596 .e-con.e-child > .e-con.e-child p.elementor-heading-title {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition:
        max-height 0.45s ease,
        opacity 0.35s ease,
        transform 0.35s ease;
}

.page-id-596 .e-con.e-child > .e-con.e-child:hover p.elementor-heading-title {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
}
