/* ========= هوية شيراز ========= */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

body {
    font-family: 'Cairo', sans-serif;
    background: linear-gradient(180deg, #f7f9f6 0%, #eef3ef 100%);
    margin: 0;
    padding: 0;
}

/* العناوين */
h1, h2, h3, h4 {
    color: #2f3e35;
    font-weight: 700;
}

/* الكروت */
.card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
    transition: all .3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

/* الأزرار */
.btn-primary,
.btn-success {
    background: #2d7d4f;
    border: none;
    border-radius: 12px;
    padding: 12px 28px;
    font-weight: 600;
    transition: .3s ease;
}

.btn-primary:hover,
.btn-success:hover {
    background: #236a41;
    transform: translateY(-2px);
}

/* الفورم */
.form-control {
    border-radius: 12px;
    border: 1px solid #e4e9e6;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #2d7d4f;
    box-shadow: 0 0 0 3px rgba(45,125,79,.15);
}

/* الهيدر */
.navbar {
    background: #ffffff;
    box-shadow: 0 6px 25px rgba(0,0,0,.04);
    border-radius: 0 0 20px 20px;
}

/* قسم مميز بخلفية زيتونية */
.section-soft {
    background: #dce6df;
    padding: 60px 0;
    border-radius: 30px;
}

/* زر الدفع الكبير */
.pay-btn {
    background: #2d7d4f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 14px;
    padding: 15px;
    width: 100%;
}

.pay-btn:hover {
    background: #236a41;
}
