﻿/* فلش‌ها */
.custom-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1.5px solid #5a8dee;
    border-radius: 50%;
    color: #5a8dee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .custom-swiper-button:hover {
        background: #5a8dee;
        color: #fff;
    }

.custom-swiper-button-prev {
    right: -55px;
}

.custom-swiper-button-next {
    left: -55px;
}

.custom-swiper-button i {
    font-size: 18px;
}

/* کارت‌ها */
.service-card {
    user-select: text !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* آیکون */
.icon-box-media {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    color: #5a8dee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
