﻿/*=========================================================
  ENMODÜLER YAZILIM — ÖNE ÇIKAN MODÜLLER (Swiper carousel)
=========================================================*/

.en-modules-swiper {
    padding: 10px 5px 40px;
}

.en-modules-swiper .swiper-slide {
    height: auto;
}

.en-module-parent {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: var(--gray-500);
    margin-bottom: 6px;
}

.en-swiper-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

    .en-swiper-nav button {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid var(--gray-300);
        background: #fff;
        color: var(--title);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
    }

        .en-swiper-nav button:hover {
            background: var(--primary);
            border-color: var(--primary);
            color: #fff;
        }
