.elementor-37 .elementor-element.elementor-element-cb80938{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f9f442f */.sg-contact {
    direction: rtl;
    text-align: right;
    font-family: "Cairo", sans-serif;
    padding: 40px 25px;
    background: #ffffff;
    border-radius: 24px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* العنوان الرئيسي */
.sg-contact h2 {
    font-size: 32px;
    font-weight: 800;
    color: #2d3e70;
    margin-bottom: 20px;
}

/* الفقرة التعريفية */
.sg-contact .intro {
    font-size: 17px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 25px;
}

/* الصناديق */
.sg-contact .contact-box {
    background: #f8f9ff;
    border: 1px solid #e3e6ff;
    border-radius: 20px;
    padding: 20px 18px;
    margin-bottom: 25px;
}

.sg-contact .contact-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #394b7a;
    margin-bottom: 16px;
}

/* عناصر التواصل */
.sg-contact .item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.sg-contact .item .icon {
    font-size: 28px;
    margin-left: 12px;
}

.sg-contact .label {
    font-size: 13px;
    color: #777;
    margin: 0;
}

.sg-contact .value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* الفورم */
.sg-contact form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.sg-contact input,
.sg-contact textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d8ddff;
    border-radius: 12px;
    font-size: 15px;
    margin-bottom: 15px;
}

.sg-contact input:focus,
.sg-contact textarea:focus {
    border-color: #4c60f5;
    outline: none;
    box-shadow: 0 0 6px rgba(76,96,245,0.2);
}

.sg-contact button {
    width: 100%;
    background: #4c60f5;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.sg-contact button:hover {
    background: #3b4ed6;
}/* End custom CSS */