/* سكشن بلون فاتح */
.holding-final.light {
    background: #f7f7f7; /* رمادي ثلجي أنيق جداً */
    padding: 80px 0;
    text-align: center;
    color: #111;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.holding-final.light h2 {
    font-size: 30px;
    font-weight: 800;
    color: #c49b2d; /* ذهبي راقي */
    margin-bottom: 18px;
}

.holding-final.light p {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 35px;
}

.final-box {
    max-width: 750px;
    margin: 0 auto;
}

/* الروابط */
.contact-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.contact-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
}

/* زر الإيميل بلون ذهبي فاتح */
.contact-btn.email {
    background: #c49b2d;
    color: #fff;
}

.contact-btn.email:hover {
    background: #b18926;
}

/* زر الواتساب */
.contact-btn.whatsapp {
    background: #25D366;
    color: #fff;
}

.contact-btn.whatsapp:hover {
    background: #1eb858;
}
