
.contact-container .section-title {
    font-size: 2rem;
    color: #125a42;
    margin-bottom: 40px;
}

.contact-card {
    background-color: #ffffff;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .contact-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

.card-body {
    padding: 20px;
    text-align: center;
}

.card-title {
    font-size: 1.5rem;
    color: #125a42;
    font-weight: bold;
}

.card-text {
    font-size: 1.2rem;
    color: #333;
}
.contact-card .card-body i {
    color: #125a42; /* ????? ?????? ???? ????? */
}
[lang="ar"] .card-text-phone {
    direction: ltr;
}

[lang="en"] .card-text-phone {
    direction: ltr;
}

