.elementor-16464 .elementor-element.elementor-element-f2d98ab{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1bd46a4 *//* --- کانتینر اصلی (Full Width Hack) --- */
.rex-top-bar-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f8f9fa; /* رنگ روشن (خاکستری خیلی ملایم) */
    border-bottom: 2px solid #e5e7eb; /* خط جداکننده ظریف */
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999;
    font-family: inherit;
    direction: rtl;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); /* سایه بسیار نرم */
}

/* --- کانتینر داخلی (محتوا) --- */
.rex-top-bar-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* تنظیم ارتفاع و حاشیه امن */
    min-height: 75px; /* حداقل ارتفاع برای بزرگتر دیده شدن */
    padding: 12px 20px; /* فضای امن از بالا و پایین */
}

/* --- استایل بخش‌ها --- */
.rtb-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* لینک‌های تماس */
.rtb-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151; /* رنگ متن خاکستری تیره */
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 8px;
}

.rtb-link:hover {
    color: #10b981; /* سبز در حالت هاور */
    background-color: rgba(16, 185, 129, 0.08); /* پس‌زمینه محو سبز */
}

/* دایره دور آیکون‌ها */
.rtb-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
}

/* خط جداکننده عمودی */
.rtb-divider {
    width: 1px;
    height: 24px;
    background-color: #d1d5db; /* رنگ خط */
    display: block;
}

/* --- بج وسط (Badge) --- */
.rtb-center-badge {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    padding: 8px 20px;
    border-radius: 50px;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    gap: 10px;
}

/* انیمیشن نقطه سبز */
.rtb-pulse-dot {
    width: 10px;
    height: 10px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 rgba(16, 185, 129, 0.7);
    animation: rexPulse 2s infinite;
}

@keyframes rexPulse {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* --- دکمه CTA (استعلام قیمت) --- */
.rtb-cta-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 10px 24px; /* دکمه بزرگتر */
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(16, 185, 129, 0.25);
}

.rtb-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(16, 185, 129, 0.35);
}

/* --- ریسپانسیو --- */
@media (max-width: 1024px) {
    .rtb-center-badge {
        display: none; /* حذف بج وسط در تبلت */
    }
}

@media (max-width: 600px) {
    .rex-top-bar-inner {
        padding: 10px 15px; /* کمی کاهش پدینگ در موبایل */
        min-height: auto;
    }
    
    .rtb-hide-mobile, .rtb-divider {
        display: none;
    }
    
    .rtb-link {
        padding: 0;
        background: none !important;
    }
    
    .rtb-cta-btn span {
        font-size: 12px;
    }
    
    .rtb-cta-btn {
        padding: 8px 16px;
    }
}/* End custom CSS */