.contact-container {
direction: rtl;
font-family: "Tajawal", sans-serif;
color: #2b1b0f;
padding: 20px 30px;
font-size: 1.2rem;
line-height: 1.9;
max-width: 600px;
margin: auto;
}
.contact-header h2 {
font-size: 2.2rem;
font-weight: 800;
margin-bottom: 8px;
}
.contact-header p {
color: #7b6e61;
margin-bottom: 25px;
font-size: 1rem;
}
.contact-item {
display: flex;
align-items: flex-start;
margin-bottom: 25px;
gap: 15px;
}
.icon {
background-color: #f47b2a;
color: white;
border-radius: 50%;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3rem;
flex-shrink: 0;
}
.contact-item h4 {
margin: 0;
font-weight: 700;
font-size: 1.1rem;
}
.separator {
border-bottom: 1px solid #e5d2b5;
margin: 15px 0;
}
@media (min-width: 1024px) {
.contact-container {
font-size: 1.4rem;
max-width: 750px;
padding: 30px 40px;
}
.contact-header h2 {
font-size: 2.6rem;
}
.contact-item h4 {
font-size: 1.3rem;
}
.icon {
width: 48px;
height: 48px;
font-size: 1.5rem;
}
}