﻿/*
 * mobile-fab-modern.css — دکمه‌های شناور استعلام قیمت و تماس
 * دسکتاپ: استایل قبلی style-fa.css (.support-call / .price-list)
 */

/* همیشه نمایان — override .speciallink { display:none } */
a.bmc-mobile-fab.speciallink.support-call,
a.bmc-mobile-fab.speciallink.price-list {
    opacity: .8 !important;
    visibility: visible !important;
}

@media (min-width: 768px) {
    a.bmc-mobile-fab.speciallink.support-call,
    a.bmc-mobile-fab.speciallink.price-list {
        display: block !important;
        position: fixed !important;
        z-index: 1040 !important;
    }
}

body.bmc-price-modal-open a.bmc-mobile-fab.speciallink,
body.bmc-price-modal-open #scrollUp {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .bmc-mobile-fab.support-call,
    .bmc-mobile-fab.price-list {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: fixed;
        left: 12px;
        right: auto;
        z-index: 1040;
        width: auto;
        min-width: 132px;
        max-width: calc(100vw - 24px);
        height: 44px;
        padding: 0 14px;
        margin: 0;
        border-radius: 22px;
        background: linear-gradient(135deg, #ef3a3a 0%, #d42e2e 100%) !important;
        border: 2px solid #fff !important;
        box-shadow: 0 6px 20px rgba(239, 58, 58, 0.38), 0 2px 8px rgba(0, 0, 0, 0.12);
        text-decoration: none;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .bmc-mobile-fab.support-call {
        bottom: calc(68px + 14px + env(safe-area-inset-bottom, 0px));
    }

    .bmc-mobile-fab.price-list {
        bottom: calc(68px + 14px + 44px + 10px + env(safe-area-inset-bottom, 0px));
    }

    .bmc-mobile-fab .icon-size-call-1 {
        font-size: 18px !important;
        line-height: 1 !important;
        margin: 0 !important;
        color: #fff !important;
        text-align: center;
        float: none;
    }

    .bmc-mobile-fab .tx-price-list {
        margin: 0 !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 700;
        line-height: 1.3 !important;
        white-space: nowrap;
        float: none;
    }

    .bmc-mobile-fab:active {
        transform: scale(0.97);
        box-shadow: 0 3px 12px rgba(239, 58, 58, 0.3);
    }

    .bmc-mobile-fab:hover {
        background: linear-gradient(135deg, #f24a4a 0%, #ef3a3a 100%) !important;
        color: #fff !important;
        border-color: #fff !important;
    }

    .bmc-mobile-fab:hover .icon-size-call-1,
    .bmc-mobile-fab:hover .tx-price-list {
        color: #fff !important;
    }

    /* دکمه برگشت به بالا — بالای منوی پایین، سمت راست */
    #scrollUp {
        bottom: calc(68px + 14px + env(safe-area-inset-bottom, 0px)) !important;
        right: 12px !important;
        z-index: 1040 !important;
        opacity: 1 !important;
        width: 44px !important;
        height: 44px !important;
        line-height: 44px !important;
        font-size: 20px !important;
        background: #03335b !important;
        border-color: #fff !important;
        box-shadow: 0 4px 14px rgba(3, 51, 91, 0.28);
    }

    #scrollUp:hover {
        background: #044e89 !important;
    }
}

@media (min-width: 768px) {
    #scrollUp {
        z-index: 1040 !important;
        opacity: 1 !important;
    }
}
