/* Services Section */
.services-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.service-card {
    background: white;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(23, 162, 184, 0.15);
}

.service-icon {
    width: 52px;
    height: 52px;
    background-color: var(--primary-color);
    border-radius: var(--main-raduis);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}


.service-icon i {
    font-size: 28px;
    color: white;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.service-description {
    color: var(--dark-color);
    font-size: 1rem;
    margin-bottom: 30px;
    text-align: start;
}

.services-modal-icon {
    width: 64px;
    height: 64px;
}

.dialog-services {
    border-radius: var(--main-radius);
}

.fancybox__nav button {
    display: none;
}

.service-card .main-btn {
    cursor: pointer;
}

.arabic-version .fancybox-arrows i {
    scale: 1 !important;
}
.services-head h3 {
    text-align: start;
}
.services-modal-content p {
    text-align: justify;
}
