.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-671 .elementor-element.elementor-element-a075f10{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS *//* ================================
   KORLA PAGE CSS — MASTER
================================ */

/* ---- FLUID BACKGROUND ---- */
@keyframes korlaFluid {
    0% { background-position: 0% 50%; }
    25% { background-position: 100% 50%; }
    50% { background-position: 100% 0%; }
    75% { background-position: 0% 100%; }
    100% { background-position: 0% 50%; }
}

.korla-fluid-bg {
    background: linear-gradient(
        135deg,
        #FF5A57,
        #E02F75,
        #6700A3,
        #1B2062,
        #050C38,
        #6700A3,
        #E02F75,
        #FF5A57
    ) !important;
    background-size: 400% 400% !important;
    animation: korlaFluid 12s ease infinite !important;
}

/* ---- NAV ---- */
.korla-nav {
    transition: background 0.4s ease,
                backdrop-filter 0.4s ease !important;
}

.korla-nav.scrolled {
    background: rgba(5, 12, 56, 0.85) !important;
    backdrop-filter: blur(16px) !important;
}

/* ---- SCROLL TRANSITIONS ---- */
.korla-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.korla-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.korla-reveal-d1 { transition-delay: 0.1s; }
.korla-reveal-d2 { transition-delay: 0.2s; }
.korla-reveal-d3 { transition-delay: 0.3s; }
.korla-reveal-d4 { transition-delay: 0.4s; }
.korla-reveal-d5 { transition-delay: 0.5s; }

.korla-reveal-fade {
    opacity: 0;
    transition: opacity 1s ease;
}

.korla-reveal-fade.visible {
    opacity: 1;
}

.korla-reveal-scale {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.korla-reveal-scale.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ---- ACCESSIBILITY ---- */
@media (prefers-reduced-motion: reduce) {
    .korla-reveal,
    .korla-reveal-fade,
    .korla-reveal-scale {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}/* End custom CSS */