﻿/* Footer - QRBarber Elegant Footer */
.site-footer, .site-footer * {
    box-sizing: border-box;
    text-align: center;
}

.site-footer {
    background: #070707;
    color: #e9e9e9;
    font-family: 'Cairo', sans-serif;
    line-height: 1.4;
}

.section-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
}
/* إضافة خط ذهبي تحت العنوان */
.section-title::after {
    content: "";
    display: block;
    width: 180px;
    height: 3px;
    background-color: #fff;
    margin: 15px auto 0;
}


.text-gold {
    color: #d4af37 !important;
}

/* عناوين */
    .shop-name {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
}

/* gold button */
.btn-gold {
    background: linear-gradient(90deg, #d4af37, #c79c2f);
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 10px 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5);
    transition: transform .18s ease, box-shadow .18s ease;
}

    .btn-gold:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(212,175,55,0.22);
    }

/* QR thumb */
.qr-thumb {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #d4af37;
    display: block;
}

/* section titles */
.section-title {
    color: #d4af37;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

/* map */
.map-wrap iframe {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 10px;
}

/* social icons */
.social-list {
    margin-top: .8rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(212,175,55,0.08);
    color: #d4af37;
    text-decoration: none;
    font-size: 1.1rem;
    margin-right: 6px;
    transition: transform .15s ease, background .15s ease;
}

    .social-link:hover {
        transform: translateY(-3px);
        background: rgba(212,175,55,0.18);
        color: #fff;
    }

/* thin hr */
.footer-hr {
    margin: 2px;
    border: 0;
    height: 6px;
    background: #ffc107;
}

/* responsive */
@media (max-width: 767px) {
    .shop-name {
        font-size: 1.3rem;
    }
/*
    .qr-thumb {
        max-width: 200px;
        max-height: 200px;
        margin: 0 auto;
    }*/

    .social-link {
        margin: 0 6px 6px 0;
    }

    .site-footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
