.elementor-kit-8{--e-global-color-primary:#D1BFAE;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#9CA3AF;--e-global-color-accent:#D1BFAE;--e-global-color-7c9692b:#121212;--e-global-color-d1103a5:#6B7280;--e-global-typography-primary-font-family:"Vazirmatn";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Vazirmatn";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Vazirmatn";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Vazirmatn";--e-global-typography-accent-font-weight:500;--e-global-typography-13a773a-font-family:"Playfair";--e-global-typography-13a773a-font-weight:300;background-color:#010101;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.reveal-img {
    position: relative;
    overflow: hidden;
}

.reveal-img img {
    width: 100%;
    height: auto;
    display: block;
}

.reveal-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #0a0a0a;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: var(--delay, 0s); /* 👈 مهم */
}

.reveal-img.active::after {
    transform: scaleY(0);
}
.process-wrapper {
    position: relative;
}

.scroll-line {
    width: 100%;
    height: 0%;
    background: #D1BFAE;
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.3s ease;
}

.process-dot {
    background: #121212;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.5s ease;
}

.process-dot.active {
    background: #D1BFAE;
    border-color: #D1BFAE;
    box-shadow: 0 0 15px rgba(209,191,174,0.4);
}
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */