﻿body {
    font-family: 'Cairo', sans-serif;
    background: #f4f6f8;
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.pro-main-body {
    margin-top: 80px;
}

/* Main Bar */
.pro-main-bar-container {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.pro-main-logo img {
    height: 40px;
}

.pro-main-search {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f1f3f5;
    border-radius: 22px;
    padding: 8px 12px;
}

    .pro-main-search input {
        border: none;
        background: transparent;
        outline: none;
        font-size: 13px;
        width: 100%;
    }

.pro-brd {
    border: none;
    /*background: #0b03c6;*/
    background: linear-gradient(135deg,#f59e0b,#f97316);
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.pro-main-btn2 {
    border: none;
    /*background: #0b03c6;*/
    background: linear-gradient(135deg,#f59e0b,#f97316);
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.pro-main-btn {
    border: none;
    background: #f1f3f5;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.pro-lang-btn {
    border-radius: 18px;
    padding: 0 12px;
    width: auto;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
}

.pro-icon-btn i {
    font-size: 16px;
}

.pro-cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc2626;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 6px;
}

.pro-main-footer {
    background: #f8f9fb;
    padding: 60px 0 20px;
    color: #1f2937;
    font-size: 14px;
}

.pro-footer-box h5 {
    font-weight: 800;
    margin-bottom: 20px;
}

.pro-footer-box p {
    line-height: 1.8;
    color: #4b5563;
}

.pro-footer-links {
    list-style: none;
    padding: 0;
}

    .pro-footer-links li {
        margin-bottom: 10px;
    }

    .pro-footer-links a {
        text-decoration: none;
        color: #374151;
    }

        .pro-footer-links a:hover {
            color: #f59e0b;
        }

.pro-contact-list {
    list-style: none;
    padding: 0;
}

    .pro-contact-list li {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        gap: 10px;
    }

    .pro-contact-list i {
        width: 34px;
        height: 34px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
    }

.pro-social-icons {
    margin: 20px 0;
}

    .pro-social-icons a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        color: #111;
        box-shadow: 0 6px 15px rgba(0,0,0,.12);
    }

.pro-cr-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

    .pro-cr-box img {
        width: 45px;
    }

.pro-footer-bottom {
    border-top: 1px dashed #d1d5db;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.pro-payments img {
    height: 26px;
    margin: 0 6px;
}

.pro-whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,.3);
    z-index: 999;
}
.pro-dropdown-menu {
    display: none;
    position: fixed;
    bottom: -100%;
    right: 0;
    width: 20%;
    max-height: 100vh;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -3px 15px rgba(0,0,0,.2);
    overflow-y: auto;
    transition: bottom 0.3s ease, opacity 0.3s ease;
    z-index: 2000;
    /* Scrollbar customization */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(0,0,0,0.2) transparent; /* Firefox */
}

    .pro-dropdown-menu.show {
        display: block;
        bottom: 0;
        opacity: 1;
    }

.pro-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pro-dropdown-item {
    border-bottom: 1px solid #f1f1f1;
}

.pro-dropdown-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .pro-dropdown-link i {
        font-size: 20px;
        flex-shrink: 0;
    }

    .pro-dropdown-link:hover {
        background-color: #0d6efd;
        color: #fff;
        border-radius: 8px;
        transform: translateX(5px);
    }

.pro-logout {
    color: #dc2626;
}

@media (max-width: 768px) {
    .pro-dropdown-menu {
        display: none;
        position: fixed;
        bottom: -100%;
        right: 0;
        width: 70%;
        max-height: 100vh;
        background: #fff;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -3px 15px rgba(0,0,0,.2);
        overflow-y: auto;
        transition: bottom 0.3s ease, opacity 0.3s ease;
        z-index: 2000;
    }

        .pro-dropdown-menu.show {
            display: block;
            bottom: 0;
            opacity: 1;
        }

    .pro-dropdown-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .pro-dropdown-item {
        border-bottom: 1px solid #f1f1f1;
    }

    .pro-dropdown-link {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 16px 20px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        .pro-dropdown-link i {
            font-size: 20px;
            flex-shrink: 0;
        }

        .pro-dropdown-link:hover {
            background-color: #0d6efd;
            color: #fff;
            border-radius: 8px;
            transform: translateX(5px);
        }


}
