.elementor-kit-612{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-612 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* استایل اصلی منو */
.main-header-menu {
    display: flex;
    align-items: center;
}

.main-header-menu .menu-item {
    position: relative;
    margin: 0 10px;
}

.main-header-menu .menu-item a.menu-link {
    font-family: 'Vazirmatn', 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* افکت هاور */
.main-header-menu .menu-item a.menu-link:hover,
.main-header-menu .current-menu-item a.menu-link {
    color: #FB5C4B;
}

.main-header-menu .menu-item a.menu-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FB5C4B;
    transition: width 0.3s ease;
}

.main-header-menu .menu-item a.menu-link:hover:after,
.main-header-menu .current-menu-item a.menu-link:after {
    width: 100%;
}

/* استایل دکمه Get A Quote */
.ast-custom-button {
    background-color: #FB5C4B;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ast-custom-button:hover {
    background-color: #e64a3a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(251, 92, 75, 0.3);
}

.ast-builder-button-wrap .menu-link {
    display: none; /* پنهان کردن لینک اضافی */
}

/* بهینه‌سازی برای موبایل */
@media (max-width: 921px) {
    .main-header-menu {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .main-header-menu .menu-item {
        margin: 5px 0;
        width: 100%;
    }
}/* End custom CSS */