/* ==========================================================================
   استایل‌های حداقلی اختصاصی صفحه قیمت روز
   (فقط چیزهایی که با Bootstrap 5 قابل پیاده‌سازی نبودند)
   ========================================================================== */

/* پنهان کردن هدر پیش‌فرض صفحه‌های داخلی در این صفحه */
body .about_header {
    display: none !important;
}

.position-absolute{
    background: url(../images/header_prices.jpg);
    background-size: cover;
}

/* ------------- بهبود نمایش select روی پس‌زمینه تیره ------------- */
.prices_filter select.form-select:focus {
    outline: none;
    border-color: rgba(244, 122, 32, 0.6) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: none;
}

.prices_filter select.form-select option {
    color: #082340;
    background: #ffffff;
}

/* ------------- ریسپانسیو برای موبایل ------------- */
@media (max-width: 992px) {
    header h1 {
        font-size: 32px !important;
    }
}

@media (max-width: 768px) {
    header h1 {
        font-size: 24px !important;
        line-height: 1.55 !important;
    }
    header p {
        font-size: 13px !important;
    }
    section h2 {
        font-size: 22px !important;
    }
    .prices_faq_question h6 {
        font-size: 13.5px !important;
    }
    .prices_faq_question {
        padding: 18px !important;
    }
}