/**
 * تم رنگ‌بندی آوید سلامت پارس
 * سبز سلامت + طلایی/کهربایی (طبیعت، اعتماد، کیفیت ایرانی)
 *
 * رنگ اصلی: سبز #1B7F3A (سلامت، طبیعت، رشد)
 * رنگ تأکید: کهربایی #C49000 (زعفران، premium، گرم)
 * رنگ ثانویه: سبز تیره‌تر برای hover
 */

/* ---- خط زیر لینک‌های منو ---- */
.hover-underline.red-underline::before {
    background: #1B7F3A;
}

/* ---- رنگ متن‌های تأکید (عنوان‌ها، لینک‌های قرمز قبلی) ---- */
.color.color-red {
    color: #1B7F3A;
}

.color.color-terracotta {
    color: #1B7F3A;
}

.text-danger {
    color: #1B7F3A !important;
}

/* ---- دکمه‌های قرمز (پرکننده) ---- */
.theme-btn.red::before,
.theme-btn.fill.red,
.theme-btn.fill.red::before {
    background: #1B7F3A !important;
}

.theme-btn.fill.red::before {
    background: #155A2C !important; /* تیره‌تر برای hover */
}

/* ---- دکمه‌های نارنجی (معرفی بیشتر، بازگشت به بالا و ...) ---- */
.theme-btn.fill.orange,
.theme-btn.fill.orange::before {
    background: #C49000 !important; /* کهربایی */
}

.theme-btn.fill.orange::before {
    background: #A67C00 !important; /* کهربایی تیره برای hover */
}

/* ---- دکمه outline (معرفی بیشتر در صفحه اول) ---- */
.btn-outline-orange {
    color: #1B7F3A;
    border-color: #1B7F3A;
    background-color: transparent;
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #1B7F3A;
    border-color: #1B7F3A;
}

.btn-outline-orange:focus {
    box-shadow: 0 0 0 0.25rem rgba(27, 127, 58, 0.5);
}

.btn-outline-orange:active,
.btn-outline-orange.active {
    color: #fff;
    background-color: #155A2C;
    border-color: #155A2C;
}

.btn-outline-orange:disabled,
.btn-outline-orange.disabled {
    color: #1B7F3A;
}

/* ---- هاور لینک‌ها (قرمز قبلی) ---- */
.hover.red-hover:hover {
    color: #1B7F3A !important;
}

.hover-terracotta:hover {
    color: #1B7F3A !important;
}

@media (max-width: 991px) {
    .hover.red:active {
        color: #1B7F3A;
    }
}

/* ---- متن نارنجی (ادامه مطلب و مشابه) ---- */
.text-orange {
    color: #1B7F3A !important;
}

a.text-orange:hover,
a.text-orange:focus {
    color: #155A2C !important;
}

/* ---- لینک‌های فوتر و کپی‌رایت ---- */
footer .color-terracotta,
footer a.color.color-terracotta,
.footer a.color.color-terracotta {
    color: #1B7F3A !important;
}

footer a.color.color-terracotta:hover {
    color: #155A2C !important;
}

/* ---- دکمه بازگشت به بالا (back-top) ---- */
#back-top .theme-btn.fill.red,
#back-top .theme-btn.fill.orange {
    background: #1B7F3A !important;
}

#back-top .theme-btn.fill.red:hover,
#back-top .theme-btn.fill.orange:hover {
    background: #155A2C !important;
}

/* ---- آیکون چک و المان‌های سبز موجود (یکدست با تم) ---- */
.ri-checkbox-circle-line.text-danger {
    color: #1B7F3A !important;
}

/* ---- اختیاری: رنگ کهربایی برای یک دکمه CTA خاص (مثلاً تماس یا سفارش) ---- */
.theme-btn.fill.orange.avid-accent {
    background: #C49000 !important;
}

.theme-btn.fill.orange.avid-accent::before {
    background: #A67C00 !important;
}

/* ---- ردیف «کارشناسان ما» در صفحه اول ---- */
main.main .call-us {
    background: linear-gradient(135deg, #1B7F3A 0%, #155A2C 50%, #0f4420 100%);
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 2.5rem 1rem !important;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(27, 127, 58, 0.25);
}

main.main .call-us::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/background/callus-wave.svg") no-repeat center / cover;
    opacity: 0.15;
    z-index: -1;
}

main.main .call-us h4 {
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

main.main .call-us p {
    opacity: 0.95;
}

main.main .call-us .theme-btn.orange.fill {
    background: #fff !important;
    color: #1B7F3A !important;
    border: 2px solid #fff;
}

main.main .call-us .theme-btn.orange.fill:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #155A2C !important;
    border-color: #fff;
}
