/* body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fefefe;
} */

section {
    padding: 40px 20px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 1;
}

h2,
h3 {
    text-align: center;
    color: #ffffff;
    margin: 20px;
    position: relative;
    z-index: 1;
}

.partners-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.partners-group {
    /* flex: 1 1 1px; */
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    height: 50%;
}

/* .cards-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;
    width: 90%;
    height: 90%;
} */

/* .card {
    width: 90%;
    height: 90%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 10px rgb(255, 255, 255);

} */

/* .card img {
    width: 100%;
    height: 30;
    border-radius: 6px;
    margin-bottom: 50px;
    z-index: 1;
    box-shadow: 0 10px 10px rgb(255, 0, 0);

} */

/* القسم العام */
.partners-section {
    padding: 60px 30px;
    background-color: #f4f6f8;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
}

.partners-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #ffffff;
}

/* ترتيب الأقسام جنب بعض */
.partners-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* كل مجموعة شركاء */
.partners-group {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.partners-group h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #007acc;
}

/* الشبكة داخل البطاقة */
.cards-grid {
    display: grid;
    place-items: center;
}

/* تصميم الصورة */
.card img {
    width: 100%;
    max-width: 240px;
    border-radius: 10px;
    border: 1px solid #ccc;
    object-fit: cover;
}


.products-section {
    max-width: 500px;
    margin: auto;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.product-row {
    background: #f9f9f9;
    padding: 15px 20px;
    /* border-left: 4px solid #0d4919;
    border-right: 4px solid #0d4919; */
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}


.product-row h4 {
    margin: 0;
    font-size: 1.1em;
    color: #222;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.product-row p {
    text-align: center;
    position: relative;
    z-index: 1;
}

.divider {
    border: none;
    height: 2px;
    background-color: #ccc;
    margin: 40px auto;
    width: 80%;
    position: relative;
    z-index: 1;
}