.elementor-3035 .elementor-element.elementor-element-23b6398{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-17px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3035 .elementor-element.elementor-element-bf88ffe{width:var( --container-widget-width, 95.72% );max-width:95.72%;--container-widget-width:95.72%;--container-widget-flex-grow:0;}.elementor-3035 .elementor-element.elementor-element-bf88ffe.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-bf88ffe */.full-header {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

/* سمت راست */

.header-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* فقط دکمه زبان – بدون dropdown */
.lang-box {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #3b4a6b;
}

.flag {
    width: 20px;
}

.arrow {
    font-size: 12px;
    opacity: 0.7;
}

/* Dropdown برای ارتباط با ما */

.contact-dropdown {
    position: relative;
}

.trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #3b4a6b;
}

.menu {
    position: absolute;
    top: 32px;
    right: 0;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: none;
    min-width: 180px;
    z-index: 999;
}

.menu a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
}

.menu a:hover {
    background: #f5f5f5;
}

/* فعال‌سازی Dropdown با Hover */
.contact-dropdown:hover .menu {
    display: block;
}

/* سمت چپ */

.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.api-btn {
    background: #eef3ff;
    color: #3b4a6b;
    padding: 7px 18px;
    border-radius: 10px;
    text-decoration: none;
}

.order-btn {
    background: #ffe7d6;
    color: #ff7b00;
    padding: 7px 15px;
    border-radius: 10px;
    text-decoration: none;
}
.menu a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea; /* خط زیر هر آیتم */
}

.menu a:last-child {
    border-bottom: none; /* آخرین آیتم بدون خط */
}

.menu a:hover {
    background: #f5f5f5;
}/* End custom CSS */