﻿.call-banner {
    font-size:0.7rem;
    background-color: #f8fafc;
    color: #1e293b;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    max-width: 500px;
    margin: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .call-banner strong {
        color: #0ea5e9;
        font-size: 1.2em;
    }

.call-number {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #0f172a;
}

    .call-number a {
        color: #0f172a;
        text-decoration: none;
    }

        .call-number a:hover {
            text-decoration: underline;
        }
.phone-icon {
    width: 20px;
    height: 20px;
    margin:10px;
}
.mar-bot75{
    margin-bottom:60px !important;
}
.width40 {
    width: 40px;
    margin-top: 3px;
}
.width20 {
    width: 20px;
    margin-top: -5px;
}
.tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    font-size:0.85rem;
}

.tab {
    font-size: 1rem;
    padding: 10px 20px;
    cursor: pointer;
    background: #e2e8f0;
    margin-right: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
}

    .tab.active {
        background: #fff;
        border: 2px solid #ccc;
        border-bottom: none;
    }

.tab-content {
    background: #fff;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 0 0 8px 8px;
}

.order-list {
    list-style: none;
    padding: 0;
}

    .order-list li {
        margin-bottom: 10px;
    }

    .order-list a {
        text-decoration: none;
        color: #2563eb;
        font-weight: 500;
    }

        .order-list a:hover {
            text-decoration: underline;
        }
        .fs-85rem{
            font-size:0.85rem;
        }
.tab{
    font-size:0.85rem;
}