.elementor-3641 .elementor-element.elementor-element-1412443 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3641 .elementor-element.elementor-element-1412443{margin-top:5px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:99;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-3641 .elementor-element.elementor-element-1412443{margin-top:10px;margin-bottom:0px;}}/* Start custom CSS for column, class: .elementor-element-794b1ea *//* ===== Main Menu (English Version - LTR) ===== */
.main-menu {
    background-color: transparent;
    padding: 10px 0;
    font-family: "Arial", sans-serif;
    text-align: center;
    direction: ltr; /* چپ به راست */
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main-menu ul li {
    position: relative;
}

/* Menu Buttons */
.main-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #00afe0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    display: inline-block;
}

/* Active Item */
.main-menu ul li.current-menu-item > a {
    background-color: #64bb45;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */
.main-menu ul li a:hover {
    background-color: #0090c0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* ===== Disable Submenus ===== */
.main-menu ul li ul {
    display: none !important;
}

/* Remove dropdown arrow */
.main-menu ul li.menu-item-has-children > a::after {
    content: none !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .main-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .main-menu ul li a {
        width: 100%;
        max-width: 280px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1412443 */@media screen and (max-width: 1330px){
.aux-fs-popup .aux-panel-close {
    left: unset;
    right: calc(50% - 30px) !important;
}
.elementor-105 .elementor-element.elementor-element-268b012 .aux-menu-depth-0.current-menu-item .aux-item-content:after{    right: 49%;}
}
.aux-modern-search .aux-search-popup .aux-panel-close{right: auto;left: 0;}
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field{    text-align: right;}/* End custom CSS */