צור קשר
.contact-section-container {
padding: 60px 20px;
text-align: center;
direction: rtl;
font-family: sans-serif;
}
.section-title {
color: #1B365D;
margin-bottom: 40px;
font-size: 28px;
font-weight: bold;
}
.contact-cards-wrapper {
display: flex;
justify-content: center;
}
.unified-card {
background: #ffffff;
border: 1px solid #e1e1e1;
border-radius: 16px;
padding: 40px;
width: 100%;
max-width: 600px; /* רוחב מותאם לשני אנשים */
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
}
.team-photos-container {
display: flex;
justify-content: space-around;
margin-bottom: 30px;
gap: 20px;
}
.team-member {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.contact-image {
width: 200px; /* הגדלתי מ-150 כדי שיהיה דומיננטי כמו בתמונה */
height: 200px;
border-radius: 50%;
object-fit: cover;
object-position: center top; /* מבטיח שהפוקוס יהיה על הפנים */
margin-bottom: 25px; /* הגדלתי את הריוח מהשם שמתחת */
border: 4px solid #1B365D; /* עיביתי מעט את המסגרת למראה יוקרתי יותר */
box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* הוספתי צל עדין מתחת לעיגול */
display: block;
}
/* שדרוג קטן לשמות שמתחת לתמונות */
.team-member h3 {
color: #1B365D;
font-size: 22px;
font-weight: bold;
margin-top: 10px;
}
.contact-info-footer {
border-top: 1px solid #eee;
padding-top: 25px;
margin-top: 10px;
}
.contact-detail {
margin: 10px 0;
font-size: 16px;
color: #444;
}
.contact-detail a {
text-decoration: none;
color: #1B365D;
font-weight: 500;
}
.whatsapp-btn {
display: inline-block;
margin-top: 25px;
background-color: #25D366;
color: white !important;
padding: 12px 35px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.whatsapp-btn:hover {
background-color: #128C7E;
transform: scale(1.05);
}
@media (max-width: 500px) {
.team-photos-container {
flex-direction: column;
gap: 30px;
}
.unified-card {
padding: 30px 20px;
}
}
להשארת פניה: