    <style>
      
      /* Events & Partnerships Styles */
.vlt-event-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.event-badge {
    background: var(--gold-accent);
    color: var(--black-primary);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -10px;
    left: 30px;
}

.event-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0 15px;
    color: var(--gray-text);
}

.event-date {
    color: var(--gold-accent);
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-description {
    color: var(--gray-light);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.event-features {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray-text);
    font-weight: 500;
}

.feature-item i {
    color: var(--gold-accent);
}

/* Upcoming Events */
.vlt-upcoming-event {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.vlt-upcoming-event:hover {
    transform: translateY(-5px);
    border-color: var(--gold-accent);
}

.event-header {
    margin-bottom: 15px;
}

.event-category {
    background: rgba(212, 175, 55, 0.2);
    color: var(--gold-accent);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vlt-upcoming-event .event-title {
    font-size: 1.3rem;
    margin: 10px 0;
}

.vlt-upcoming-event .event-date {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.event-excerpt {
    color: var(--gray-light);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.event-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: var(--gray-light);
}

.event-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Partners Grid */
.vlt-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.partner-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.partner-item:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.05);
}

.partner-item img {
    height: 60px;
    margin-bottom: 15px;
    
    opacity: 0.8;
    transition: all 0.3s ease;
}

.partner-item:hover img {
    opacity: 1;
   
}

.partner-name {
    color: var(--gray-text);
    font-weight: 600;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .vlt-event-card {
        padding: 30px 20px;
    }
    
    .event-title {
        font-size: 1.5rem;
    }
    
    .event-features {
        gap: 15px;
    }
    
    .vlt-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Financial Articles Section Mobile */
    .vlt-timeline-item__title {
        font-size: 1.2rem !important;
    }
    
    .vlt-timeline-item {
        padding: 20px 15px;
    }
    
    .vlt-btn--md {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }
    
    /* FAQ Section Mobile */
    [data-anchor="FAQ"] .vlt-event-card {
        margin-bottom: 30px;
        height: auto !important;
    }
    
    [data-anchor="FAQ"] .vlt-event-card h3 {
        font-size: 1.5rem;
    }
    
    [data-anchor="FAQ"] .vlt-event-card p {
        font-size: 0.95rem;
    }
    
    [data-anchor="FAQ"] .vlt-simple-image {
        margin-top: 20px;
    }
    
    [data-anchor="FAQ"] .vlt-simple-image img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .vlt-partners-grid {
        grid-template-columns: 1fr;
    }
    
    .event-features {
        flex-direction: column;
        gap: 10px;
    }
    
    /* Financial Articles Section Small Mobile */
    .vlt-timeline-item__title {
        font-size: 1.1rem !important;
        line-height: 1.4;
    }
    
    .vlt-timeline-item p {
        font-size: 0.85rem !important;
    }
    
    /* FAQ Section Small Mobile */
    [data-anchor="FAQ"] .vlt-event-card {
        padding: 25px 15px;
    }
    
    [data-anchor="FAQ"] .vlt-event-card h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    [data-anchor="FAQ"] .vlt-event-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    [data-anchor="FAQ"] .vlt-btn--md {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}


    

            .floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,215,0,0.3), rgba(255,215,0,0.1));
    box-shadow: 
        0 0 15px rgba(255,215,0,0.3),
        inset 0 0 10px rgba(255,215,0,0.2),
        0 0 30px rgba(255,215,0,0.2);
    border: 1px solid rgba(255,215,0,0.3);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

/* حالت فعال - روشن */
.floating-shapes.active .shape {
    opacity: 0.8;
}

/* شکل اول - ستاره مرکزی */
.shape-1 {
    width: 10px;
    height: 10px;
    top: 15%;
    left: 10%;
    animation: floatGalaxy1 8s ease-in-out infinite, glowPulse 3s ease-in-out infinite;
    background: radial-gradient(circle at 60% 40%, rgba(180, 179, 174, 0.4), rgba(255,215,0,0.1));
}

/* شکل دوم - کهکشان بالا راست */
.shape-2 {
    width: 10px;
    height: 10px;
    top: 20%;
    right: 15%;
    animation: floatGalaxy2 10s ease-in-out infinite reverse, spiralRotate 15s linear infinite;
    background: radial-gradient(circle at center, rgba(163, 141, 16, 0.4), transparent 70%);
}

/* شکل سوم - ستاره پایین چپ */
.shape-3 {
    width: 5px;
    height: 5px;
    bottom: 25%;
    left: 15%;
    animation: meteorFloat 12s ease-in-out infinite 2s, twinkle 4s ease-in-out infinite;
    background: radial-gradient(circle at 60% 40%, rgba(163, 140, 8, 0.4), rgba(255,215,0,0.1));
}

/* شکل چهارم - ستاره بالا وسط */
.shape-4 {
    width: 3px;
    height: 3px;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    animation: floatGalaxy1 9s ease-in-out infinite 1s, glowPulse 2.5s ease-in-out infinite;
    background: radial-gradient(circle at 60% 40%, rgba(255,215,0,0.4), rgba(255,215,0,0.1));
}

/* شکل پنجم - کهکشان پایین راست */
.shape-5 {
    width: 4px;
    height: 4px;
    bottom: 15%;
    right: 20%;
    animation: floatGalaxy2 11s ease-in-out infinite 0.5s, spiralRotate 18s linear infinite reverse;
    background: radial-gradient(circle at 60% 40%, rgba(255,215,0,0.4), rgba(255,215,0,0.1));
}

/* شکل ششم - ستاره کوچک مرکزی */
.shape-6 {
    width: 7px;
    height: 7px;
    top: 60%;
    left: 45%;
    animation: meteorFloat 14s ease-in-out infinite 3s, twinkle 3s ease-in-out infinite;
    background: linear-gradient(45deg, rgba(255,215,0,0.3), rgba(255,140,0,0.2));
}

/* شکل های اضافی برای پرتر شدن */
.shape-7 {
    width: 3px;
    height: 3px;
    top: 40%;
    left: 25%;
    animation: floatGalaxy1 7s ease-in-out infinite 0.3s, twinkle 2s ease-in-out infinite;
}

.shape-8 {
    width: 5px;
    height: 5px;
    top: 70%;
    right: 30%;
    animation: meteorFloat 10s ease-in-out infinite 1.5s, glowPulse 3.5s ease-in-out infinite;
}

.shape-9 {
    width: 5px;
    height: 5px;
    bottom: 40%;
    left: 70%;
    animation: floatGalaxy2 13s ease-in-out infinite 0.8s, twinkle 2.8s ease-in-out infinite;
}

.shape-10 {
    width: 5px;
    height: 5px;
    top: 10%;
    left: 80%;
    animation: spiralRotate 20s linear infinite, glowPulse 4s ease-in-out infinite;
}

/* انیمیشن ها */


/* کنترل ها */
.floating-shapes.paused .shape {
    animation-play-state: paused;
}

/* انیمیشن ها */
@keyframes floatGalaxy1 {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    25% { 
        transform: translateY(-40px) rotate(90deg) scale(1.1);
    }
    50% { 
        transform: translateY(-60px) rotate(180deg) scale(1.2);
    }
    75% { 
        transform: translateY(-30px) rotate(270deg) scale(1.1);
    }
}

@keyframes floatGalaxy2 {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    33% { 
        transform: translateY(-50px) translateX(20px) rotate(120deg);
    }
    66% { 
        transform: translateY(30px) translateX(-30px) rotate(240deg);
    }
}

@keyframes meteorFloat {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    20% { 
        transform: translateY(-60px) translateX(30px) rotate(72deg);
    }
    40% { 
        transform: translateY(-30px) translateX(-20px) rotate(144deg);
    }
    60% { 
        transform: translateY(-70px) translateX(15px) rotate(216deg);
    }
    80% { 
        transform: translateY(-15px) translateX(-25px) rotate(288deg);
    }
}

@keyframes spiralRotate {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

@keyframes glowPulse {
    0%, 100% { 
        box-shadow: 
            0 0 30px rgba(255,215,0,0.4),
            inset 0 0 20px rgba(255,215,0,0.2),
            0 0 60px rgba(255,215,0,0.2);
    }
    50% { 
        box-shadow: 
            0 0 50px rgba(255,215,0,0.6),
            inset 0 0 30px rgba(255,215,0,0.3),
            0 0 90px rgba(255,215,0,0.4);
    }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.6; filter: brightness(1); }
    50% { opacity: 1; filter: brightness(1.5); }
}

/* کنترل ها */
.floating-shapes.paused .shape {
    animation-play-state: paused;
}



        :root {
            --black-primary: #0A0A0A;
            --black-light: #1A1A1A;
            --gold-accent: #cf000f;
            --gold-light: #F4E4A6;
            --gold-dark: #cf000f;
            --gray-text: #ffffff;
            --gray-light: #A0A0A0;
            --gray-dark: #404040;
        }

        /* Reset and base styles */
        body {
            background-color: var(--black-primary);
            color: var(--gray-text);
        }

        /* Navigation Styling - Updated for fullpage sections */

        /* Dark Theme Navigation */
        .vlt-navbar--main {
          
            backdrop-filter: blur(10px);
        }

        .vlt-navbar-background {
            background: var(--black-primary) !important;
        }

        .vlt-offcanvas-menu {
            background: var(--black-primary) !important;
        }

        /* Modern Black Hero Section */
        .hayalco-hero {
            background: linear-gradient(135deg, var(--black-dark) 0%, var(--black-primary) 100%);
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .hayalco-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(212, 175, 55, 0.07) 0%, transparent 50%);
            background-size: cover;
        }



        .hero-badge {
            display: inline-block;
            background: rgba(212, 175, 55, 0.1);
            color: var(--gold-accent);
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 2rem;
            border: 1px solid rgba(212, 175, 55, 0.3);
            backdrop-filter: blur(10px);
        }

        /* Stats Grid */
        .vlt-stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }
        .stat-card {
            background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1);
            transition: all 0.3s ease;
        }
        .stat-card:hover {
            transform: translateY(-10px);
            border-color: var(--gold-accent);
        }
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--gold-accent);
            display: block;
            line-height: 1;
        }
        .stat-label {
            font-size: 1.1rem;
            color: var(--gray-text);
            margin-top: 10px;
        }

        /* Buttons */


        /* Focus Areas Section - Dark Theme */
        .focus-areas-section {
            background: var(--black-light) !important;
            padding: 6rem 0;
        }

        .focus-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .focus-card {
            background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
            padding: 2.5rem 2rem;
            border-radius: 15px;
            border: 1px solid rgba(255,255,255,0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .focus-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .focus-card:hover::before {
            left: 100%;
        }

        .focus-card:hover {
            transform: translateY(-10px);
            border-color: var(--gold-accent);
        }

        .focus-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }

        .focus-icon i {
            font-size: 2rem;
            color: var(--black-dark);
        }

        .focus-title {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--gray-text);
        }

        .focus-description {
            color: var(--gray-light);
            line-height: 1.6;
        }

        /* Section Titles */
        .section-title {
            text-align: center;
            
        }

        .section-subtitle {
            color: var(--gold-accent);
            font-weight: 600;
            margin-bottom: 1rem;
            display: block;
            font-size: 1.1rem;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .section-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--gray-text);
            margin-bottom: 1.5rem;
            position: relative;
        }

        .section-heading::after {
            content: '';
                position: absolute;
                bottom: -25px;
                left: 50%;
                transform: translateX(-50%);
                width: 80px;
            
                height: 3px;
                background: linear-gradient(90deg, var(--gold-accent), var(--gold-light));
                border-radius: 2px;
        }

        .section-heading span {
            color: var(--gold-accent);
        }

        .section-description {
            color: var(--gray-light);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }



        /* Text Colors for Dark Theme */
        .has-accent-color {
            color: var(--gold-accent) !important;
        }

        .has-white-color {
            color: var(--gray-text) !important;
        }

        /* Contact Form Dark Theme */
        .vlt-contact-form input,
        .vlt-contact-form textarea {
            background: rgba(255, 255, 255, 0.05) !important;
            border: 1px solid rgba(255, 255, 255, 0.1) !important;
            color: var(--gray-text) !important;
        }

        .vlt-contact-form input:focus,
        .vlt-contact-form textarea:focus {
            border-color: var(--gold-accent) !important;
        }

        .vlt-contact-form input::placeholder,
        .vlt-contact-form textarea::placeholder {
            color: var(--gray-light) !important;
        }

        /* Footer Dark Theme */
        .vlt-footer {
            background: var(--black-dark) !important;
        }
               .vlt-offcanvas-menu__navigation .sf-menu {
    display: block !important; /* جایگزین flex یا float */
    padding: 0;
    margin: 0;
}

.vlt-offcanvas-menu__navigation .sf-menu li {
    display: block !important; /* هر آیتم یک خط */
    width: 100%;
    float: none !important;
    margin: 0;
    padding: 8px 0; /* فاصله عمودی بین آیتم‌ها */
}

.vlt-offcanvas-menu__navigation .sf-menu li a {
    display: block;
    width: 100%;
    padding: 5px 5px !important; /* فضای داخلی لینک */
    color: inherit;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 20px !important;
    direction: rtl;
    text-align: right;
       
}

.vlt-offcanvas-menu__navigation .sf-menu li a:hover {
    background: rgba(255, 255, 255, 0.1); /* افکت هاور */
    border-radius: 8px;
}

        /* Responsive Design */
        @media (min-width: 992px) {
            .back-to-home {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .vlt-stats-grid {
                grid-template-columns: 1fr;
            }
            .back-to-home {
                top: 18px;
                left: 10px;
                padding: 8px 16px;
                font-size: 12px;
            }
            .section-heading {
                font-size: 2.2rem;
            }
            .focus-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Integration with existing template */
        .vlt-section.hayalco-section {
            padding: 0;
        }

        .vlt-section.hayalco-section .vlt-section__content {
            padding: 0;
        }

        .consulting-content {
            max-width: 100%;
            margin: 0 auto;
        }
        .floating-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.particle {
    position: absolute;
    background: var(--gold-accent);
    border-radius: 50%;
    opacity: 0.1;
    animation: floatParticle 8s ease-in-out infinite;
}

.particle-1 {
    width: 6px;
    height: 6px;
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.particle-2 {
    width: 4px;
    height: 4px;
    top: 40%;
    right: 20%;
    animation-delay: 1s;
}

.particle-3 {
    width: 8px;
    height: 8px;
    bottom: 30%;
    left: 25%;
    animation-delay: 2s;
}

.particle-4 {
    width: 5px;
    height: 5px;
    bottom: 20%;
    right: 30%;
    animation-delay: 3s;
}

.particle-5 {
    width: 7px;
    height: 7px;
    top: 60%;
    left: 40%;
    animation-delay: 4s;
}

.particle-6 {
    width: 3px;
    height: 3px;
    top: 30%;
    right: 35%;
    animation-delay: 5s;
}

@keyframes floatParticle {
    0%, 100% { 
        transform: translate(0, 0) scale(1);
        opacity: 0.1;
    }
    25% { 
        transform: translate(20px, -15px) scale(1.2);
        opacity: 0.3;
    }
    50% { 
        transform: translate(-15px, 10px) scale(0.8);
        opacity: 0.2;
    }
    75% { 
        transform: translate(10px, 20px) scale(1.1);
        opacity: 0.4;
    }
}
        /* About Stats - Updated Cards */

        /* Buttons */
        .vlt-btn--primary {
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-dark)) !important;
            color: var(--black-dark) !important;
            border: none !important;
            transition: all 0.3s ease !important;
        }

        .vlt-btn--secondary {
            background: transparent !important;
            color: var(--gold-accent) !important;
            border: 2px solid var(--gold-accent) !important;
            transition: all 0.3s ease !important;
        }

        .vlt-btn--primary:hover,
        .vlt-btn--secondary:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
        }

        /* Text Colors */
        .has-accent-color {
            color: var(--gold-accent) !important;
        }

        .has-white-color {
            color: var(--gray-text) !important;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .about-stats {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .stat-item {
                padding: 25px 15px;
            }
            
            .stat-number {
                font-size: 2rem;
            }
            
            .vlt-large-heading {
                font-size: 2.5rem !important;
            }
        }

        @media (max-width: 576px) {
            .about-stats {
                grid-template-columns: 1fr;
            }
            
            .stat-item {
                padding: 20px 15px;
            }
        }
     
        
   
        /* استایل مخصوص برای header داخل کارت‌ها - تصویر همیشه نمایش داده شود */
        .vlt-post-header {
            display: block !important;
            opacity: 1 !important;
            visibility: visible !important;
            transition: all 0.3s ease !important;
        }

        .vlt-post:hover .vlt-post-header {
            transform: translateY(-5px);
        }

        .vlt-post-title {
            font-size: 1.4rem !important;
            font-weight: 700 !important;
            color: var(--gray-text) !important;
            margin-bottom: 15px !important;
            transition: all 0.3s ease !important;
            position: relative !important;
            display: inline-block !important;
        }

        .vlt-post:hover .vlt-post-title {
            color: var(--gold-accent) !important;
            transform: translateX(5px);
        }

        .vlt-post-title::after {
            content: '' !important;
            position: absolute !important;
            bottom: -5px !important;
            left: 0 !important;
            width: 0 !important;
            height: 2px !important;
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-light)) !important;
            transition: width 0.4s ease !important;
        }

        .vlt-post:hover .vlt-post-title::after {
            width: 100% !important;
        }

        /* استایل کلی کارت‌ها - تصویر همیشه نمایش داده شود */
        .vlt-post {
            position: relative !important;
            background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%) !important;
            border-radius: 16px !important;
            overflow: hidden !important;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
            height: 100% !important;
            border: 1px solid rgba(255,255,255,0.1) !important;
            backdrop-filter: blur(10px) !important;
        }

        .vlt-post:hover {
            transform: translateY(-12px) !important;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
            border-color: var(--gold-accent) !important;
        }

        /* حاشیه‌های متحرک */
        .vlt-post-border {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            z-index: 2 !important;
            pointer-events: none !important;
            border-radius: 16px !important;
        }

        .vlt-post-border span {
            position: absolute !important;
            background: linear-gradient(135deg, var(--gold-accent) 0%, var(--gold-dark) 100%) !important;
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
            opacity: 0 !important;
        }

        .vlt-post-border .top,
        .vlt-post-border .bottom {
            height: 3px !important;
            width: 0 !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
        }

        .vlt-post-border .left,
        .vlt-post-border .right {
            width: 3px !important;
            height: 0 !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
        }

        .vlt-post-border .top {
            top: 0 !important;
        }

        .vlt-post-border .bottom {
            bottom: 0 !important;
        }

        .vlt-post-border .left {
            left: 0 !important;
        }

        .vlt-post-border .right {
            right: 0 !important;
        }

        .vlt-post:hover .vlt-post-border .top,
        .vlt-post:hover .vlt-post-border .bottom {
            width: 100% !important;
            opacity: 1 !important;
        }

        .vlt-post:hover .vlt-post-border .left,
        .vlt-post:hover .vlt-post-border .right {
            height: 100% !important;
            opacity: 1 !important;
        }

        /* بخش تصویر - تصویر همیشه نمایش داده شود */
        .vlt-post-media {
            position: relative !important;
            overflow: hidden !important;
            height: 220px !important;
        }

        .vlt-post-media img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            transition: all 0.7s ease !important;
            filter: brightness(0.9) !important;
            /* تصویر همیشه نمایش داده شود */
            opacity: 1 !important;
            visibility: visible !important;
        }

        .vlt-post:hover .vlt-post-media img {
            transform: scale(1.08) !important;
            filter: brightness(1) !important;
        }

        /* افکت overlay روی تصویر */
        .vlt-post-media::after {
            content: '' !important;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%) !important;
            opacity: 0 !important;
            transition: opacity 0.4s ease !important;
        }

        .vlt-post:hover .vlt-post-media::after {
            opacity: 1 !important;
        }

        /* بخش محتوا */
        .vlt-post-content {
            padding: 25px !important;
            position: relative !important;
            z-index: 1 !important;
            background: transparent !important;
            transition: all 0.3s ease !important;
        }

        .vlt-post-excerpt p {
            color: var(--gray-light) !important;
            line-height: 1.6 !important;
            margin-bottom: 0 !important;
            font-size: 0.95rem !important;
            transition: all 0.3s ease !important;
        }

        .vlt-post:hover .vlt-post-excerpt p {
            color: var(--gray-text) !important;
        }

        /* افکت‌های اضافی */
        .vlt-post::before {
            content: '' !important;
            position: absolute !important;
            top: 10px !important;
            left: 10px !important;
            right: 10px !important;
            bottom: -10px !important;
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(184, 134, 11, 0.05) 100%) !important;
            border-radius: 16px !important;
            opacity: 0 !important;
            transition: all 0.4s ease !important;
            z-index: 0 !important;
            filter: blur(15px) !important;
        }

        .vlt-post:hover::before {
            opacity: 1 !important;
            transform: translateY(8px) !important;
        }

        /* Training Features Section Styles */
        .training-section-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .training-badge {
            display: inline-block;
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-dark));
            color: var(--black-primary);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
        }

        .training-title {
            font-size: 3rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
            position: relative;
        }

        .training-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-light));
            border-radius: 2px;
        }

        .has-accent-color {
            color: var(--gold-accent);
            background: linear-gradient(45deg, var(--gold-accent), var(--gold-light));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .training-subtitle {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.8);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Training Feature Cards */
        .training-feature-card {
            position: relative;
            background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            border: 1px solid rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
        }

        .training-feature-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            border-color: var(--gold-accent);
        }

        .feature-content {
            padding: 30px 25px;
            position: relative;
            z-index: 2;
            text-align: center;
            align-items: center;
        }

        .feature-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            width: 100%;
            text-align: center;
            box-sizing: border-box; /* برای در نظر گرفتن padding */
        }

        .feature-title::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-light));
            transition: width 0.4s ease;
        }

        .training-feature-card:hover .feature-title::after {
            width: 100%;
        }

        .feature-description {
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.6;
            margin-bottom: 20px;
            font-size: 0.95rem;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            transition: all 0.4s ease;
        }

        .service-icon i {
            font-size: 2rem;
            color: var(--black-dark);
        }

        .training-feature-card:hover .service-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
        }

        /* Services Section - Equal Height Cards */
        .row.align-items-stretch > div {
            display: flex;
            flex-direction: column;
        }

        .row.align-items-stretch .vlt-animated-block {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        /* Responsive Styles for Services Section */
        @media (max-width: 1199px) {
            .row.align-items-stretch .vlt-animated-block {
                height: auto;
            }
            
            .training-feature-card {
                margin-bottom: 30px;
            }
        }

        @media (max-width: 991px) {
            .training-section-header {
                margin-top: 60px !important;
            }
            
            .training-title {
                font-size: 2.5rem;
            }
            
            .training-subtitle {
                font-size: 1.1rem;
            }
            
            .service-icon {
                width: 70px;
                height: 70px;
            }
            
            .service-icon i {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 767px) {
            .training-section-header {
                margin-top: 40px !important;
            }
            
            .training-title {
                font-size: 2rem;
            }
            
            .training-subtitle {
                font-size: 1rem;
                padding: 0 15px;
            }
            
            .vlt-gap-80 {
                margin-bottom: 40px !important;
            }
            
            .row.align-items-stretch > div {
                margin-bottom: 25px;
            }
            
            .row.align-items-stretch .vlt-animated-block {
                height: auto !important;
            }
            
            .training-feature-card {
                height: auto !important;
                margin-bottom: 25px;
            }
            
            .feature-content {
                padding: 25px 20px !important;
            }
            
            .feature-title {
                font-size: 1.3rem;
            }
            
            .feature-description {
                font-size: 0.9rem;
            }
            
            .service-icon {
                width: 60px;
                height: 60px;
                margin-bottom: 20px;
            }
            
            .service-icon i {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 576px) {
            .training-title {
                font-size: 1.75rem;
            }
            
            .training-subtitle {
                font-size: 0.95rem;
            }
            
            .feature-content {
                padding: 20px 15px !important;
            }
            
            .feature-title {
                font-size: 1.2rem;
                margin-bottom: 12px;
            }
            
            .feature-description {
                font-size: 0.85rem;
                line-height: 1.5;
            }
            
            .service-icon {
                width: 55px;
                height: 55px;
                margin-bottom: 15px;
            }
            
            .service-icon i {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 375px) {
            .training-title {
                font-size: 1.5rem;
            }
            
            .feature-content {
                padding: 18px 12px !important;
            }
            
            .feature-title {
                font-size: 1.1rem;
            }
            
            .feature-description {
                font-size: 0.8rem;
            }
        }

        /* Testimonial Logo Section Styles */
        .testimonial-logo-section {
            text-align: center;
            margin-bottom: 30px;
        }

        .testimonial-logo-icon {
            display: inline-block;
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, var(--gold-accent), var(--gold-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
            transition: all 0.4s ease;
        }

        .testimonial-logo-icon:hover {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);
        }

        .testimonial-logo-icon i {
            font-size: 2.5rem;
            color: var(--black-dark);
        }

        .testimonial-logo-title {
            color: #fff;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .testimonial-logo-subtitle {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
            margin: 0;
        }

        /* Responsive Styles for Testimonial Logo */
        @media (max-width: 991px) {
            .testimonial-logo-icon {
                width: 80px;
                height: 80px;
            }
            
            .testimonial-logo-icon i {
                font-size: 2rem;
            }
        }

        @media (max-width: 767px) {
            .testimonial-logo-section {
                margin-bottom: 25px;
            }
            
            .testimonial-logo-icon {
                width: 70px;
                height: 70px;
                margin-bottom: 15px;
            }
            
            .testimonial-logo-icon i {
                font-size: 1.8rem;
            }
            
            .testimonial-logo-section h4 {
                font-size: 1.1rem !important;
            }
            
            .testimonial-logo-section p {
                font-size: 0.85rem !important;
            }
        }

        @media (max-width: 576px) {
            .testimonial-logo-icon {
                width: 60px;
                height: 60px;
            }
            
            .testimonial-logo-icon i {
                font-size: 1.5rem;
            }
        }

        /* کادر قرمز با افکت حرکت از یک سمت */
        .feature-border {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 20px;
            overflow: hidden;
            z-index: 1;
            pointer-events: none;
        }

        .feature-border::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--gold-accent), var(--gold-dark));
            transition: left 0.6s ease;
        }

        .feature-border::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: -100%;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, var(--gold-dark), var(--gold-accent), transparent);
            transition: right 0.6s ease;
        }

        .training-feature-card:hover .feature-border::before {
            left: 0;
        }

        .training-feature-card:hover .feature-border::after {
            right: 0;
        }

        /* اضافه کردن خطوط عمودی */
        .feature-border .left-line,
        .feature-border .right-line {
            position: absolute;
            width: 3px;
            height: 0;
            background: linear-gradient(to bottom, var(--gold-accent), var(--gold-dark));
            transition: height 0.6s ease 0.3s;
        }

        .feature-border .left-line {
            top: 0;
            left: 0;
        }

        .feature-border .right-line {
            bottom: 0;
            right: 0;
        }

        .training-feature-card:hover .feature-border .left-line,
        .training-feature-card:hover .feature-border .right-line {
            height: 100%;
        }

        /* دکمه جدید */
        .button-container {
            display: flex;
            justify-content: center;
            margin-top: 60px;
            width: 100%;
        }

        
/* 📱 استایل‌های ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .button-container {
        margin-top: 40px;
        padding: 0 15px;
    }
    
    .training-button {
        padding: 14px 40px !important; /* کاهش padding افقی */
        font-size: 1rem !important; /* کاهش سایز فونت */
        width: 100% !important; /* عرض کامل */
        max-width: 400px;
        
        margin: 0 auto; /*居中 سازی*/
        display: block; /* تبدیل به بلوک برای居中 سازی*/
        text-align: center;
        letter-spacing: 0.3px; /* کاهش فاصله حروف */
    }
}

@media (max-width: 576px) {
    .button-container {
        margin-top: 30px;
        padding: 0 10px;
    }
    
    .training-button {
        padding: 12px 30px !important; /* padding کمتر */
        font-size: 0.95rem !important; /* فونت کوچکتر */
        width: 100% !important; /* عرض کامل */
       
        border-radius: 45px; /* انحناء کمتر */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); /* سایه سبکتر */
    }
    
    /* بهبود افکت‌های hover برای تاچ */
    .training-button:active {
        transform: translateY(-1px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
    }
    
    /* جایگزین hover برای موبایل */
    .training-button.touch-active {
        transform: translateY(-1px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
        background: linear-gradient(45deg, var(--gold-light), var(--gold-accent));
    }
}

/* 📱 استایل برای گوشی‌های بسیار کوچک */
@media (max-width: 375px) {
    .button-container {
        margin-top: 25px;
        padding: 0 5px;
    }
    
    .training-button {
        padding: 11px 25px !important;
        font-size: 0.9rem !important;
        width: 100% !important;
        
        border-radius: 40px;
    }
}

/* بهبود برای تبلت‌ها */
@media (min-width: 769px) and (max-width: 1024px) {
    .button-container {
        margin-top: 50px;
    }
    
    .training-button {
        padding: 15px 150px !important; /* padding متوسط */
        font-size: 1.05rem !important;
    }
}

        .training-button {
            background: linear-gradient(45deg, var(--gold-accent), var(--gold-dark));
            color: var(--black-primary);
            border: none;
            padding: 15px 220px;
            font-size: 1.1rem;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            font-weight: 700;
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
        }

        .training-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
            background: linear-gradient(45deg, var(--gold-light), var(--gold-accent));
        }

        .training-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }

        .training-button:hover:before {
            left: 100%;
        }

        /* استایل‌های ریسپانسیو */
        @media (max-width: 1199px) {
            .vlt-post-media {
                height: 200px !important;
            }
            
            .vlt-post-content {
                padding: 20px !important;
            }
            
            .training-title {
                font-size: 2.5rem;
            }
            
            .feature-content {
                padding: 25px 20px;
            }
        }

        @media (max-width: 767px) {
            .vlt-post-media {
                height: 180px !important;
            }
            
            .vlt-post-content {
                padding: 15px !important;
            }
            
            .vlt-post-title {
                font-size: 1.2rem !important;
            }
            
            .training-title {
                font-size: 2rem;
            }
            
            .training-subtitle {
                font-size: 1rem;
            }
            
            .feature-content {
                padding: 20px;
            }
        }

      
/* Events & Partnerships Styles - Custom Namespace */
.my-custom-event-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.my-custom-event-badge {
    background: var(--gold-accent);
    color: var(--black-primary);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -10px;
    left: 30px;
}

.my-custom-event-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0 15px;
    color: var(--gray-text);
}

.my-custom-event-date {
    color: var(--gold-accent);
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.my-custom-event-description {
    color: var(--gray-light);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.my-custom-event-features {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.my-custom-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gray-text);
    font-weight: 500;
}

.my-custom-feature-item i {
    color: var(--gold-accent);
}

/* Upcoming Events */
.my-custom-upcoming-event {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.my-custom-upcoming-event:hover {
    transform: translateY(-5px);
    border-color: var(--gold-accent);
}

.my-custom-event-header {
    margin-bottom: 15px;
}

.my-custom-event-category {
    background: rgba(212, 175, 55, 0.2);
    color: var(--gold-accent);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.my-custom-upcoming-event .my-custom-event-title {
    font-size: 1.3rem;
    margin: 10px 0;
}

.my-custom-upcoming-event .my-custom-event-date {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.my-custom-event-excerpt {
    color: var(--gray-light);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.my-custom-event-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: var(--gray-light);
}

.my-custom-event-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Partners Grid */
.my-custom-partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.my-custom-partner-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.my-custom-partner-item:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.05);
}

.my-custom-partner-item img {
    height: 60px;
    margin-bottom: 15px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.my-custom-partner-item:hover img {
    opacity: 1;
}

.my-custom-partner-name {
    color: var(--gray-text);
    font-weight: 600;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .my-custom-event-card {
        padding: 30px 20px;
    }
    
    .my-custom-event-title {
        font-size: 1.5rem;
    }
    
    .my-custom-event-features {
        gap: 15px;
    }
    
    .my-custom-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .my-custom-partners-grid {
        grid-template-columns: 1fr;
    }
    
    .my-custom-event-features {
        flex-direction: column;
        gap: 10px;
    }
    
    /* Financial Articles Section Small Mobile */
    .vlt-timeline-item__title {
        font-size: 1.1rem !important;
        line-height: 1.4;
    }
    
    .vlt-timeline-item p {
        font-size: 0.85rem !important;
    }
    
    /* FAQ Section Small Mobile */
    [data-anchor="FAQ"] .vlt-event-card {
        padding: 25px 15px;
    }
    
    [data-anchor="FAQ"] .vlt-event-card h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    [data-anchor="FAQ"] .vlt-event-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    [data-anchor="FAQ"] .vlt-btn--md {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}
/* Custom CSS reza*/
.h1-head-block-text{
    font-size: 2rem;
    font-weight: 700;
}
.vlt-social-icon--style-1{
    margin-top: 3rem;
}

 /* افزایش فاصله بین آیتم‌های منوی اصلی */
 .vlt-default-menu__navigation .sf-menu {
            display: flex;
            justify-content: right;
            gap: 0.5rem; /* فاصله بین آیتم‌ها */
        }

        .vlt-default-menu__navigation .sf-menu li {
            margin: 0; /* حذف marginهای پیش‌فرض */
        }

        .vlt-default-menu__navigation .sf-menu li a {
            font-size: 1.1rem;
            font-weight: 600;
            padding: 0.5rem 0;
            position: relative;
            transition: all 0.3s ease;
        }

        /* برای hover effect */
        .vlt-default-menu__navigation .sf-menu li a:hover {
            color: var(--gold-accent) !important;
        }

        .vlt-default-menu__navigation .sf-menu li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 2px;
            background: var(--gold-accent);
            transition: width 0.3s ease;
            font-weight: 900;
        }

        .vlt-default-menu__navigation .sf-menu li a:hover::after {
            width: 100%;
        }
        /* Progress Bar - سمت راست برای LTR (انگلیسی) */
html[lang="en"] .vlt-fullpage-slider-progress-bar,
html:not([dir="rtl"]) .vlt-fullpage-slider-progress-bar {
    right: 1.875rem !important;
    left: auto !important;
}

html[lang="en"] .vlt-fullpage-slider-progress-bar span,
html:not([dir="rtl"]) .vlt-fullpage-slider-progress-bar span {
    right: 0;
    left: 0;
}

/* Progress Bar - سمت چپ برای RTL */
html[dir="rtl"] .vlt-fullpage-slider-progress-bar,
html[lang="fa"] .vlt-fullpage-slider-progress-bar,
html[lang="ar"] .vlt-fullpage-slider-progress-bar {
    right: auto !important;
    left: 1.875rem !important;
}

html[dir="rtl"] .vlt-fullpage-slider-progress-bar span,
html[lang="fa"] .vlt-fullpage-slider-progress-bar span,
html[lang="ar"] .vlt-fullpage-slider-progress-bar span {
    right: 0;
    left: 0;
}

    </style>