.parasciu-beganti-eilute {
    width: 100%;
    background: linear-gradient(180deg, #EAF4FB 0%, #FFFFFF 100%);
    padding: 80px 0;
}

.parasciu-beganti-eilute .inner-wrap {
    width: 1321px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.section-title {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #0045A6;
    margin: 0 0 10px 0;
}

.section-desc {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    max-width: 780px;
    margin: 0 auto 50px auto;
}

.parasciu-beganti-eilute .swiper {
    width: 100%;
    overflow: hidden;
}

.parasciu-beganti-eilute .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.parasciu-beganti-eilute .swiper-slide {
    width: auto;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.country-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    cursor: grab;
}

.country-circle {
    width: 128px;
    height: 128px;
    border-radius: 103px;
    background: #fff;
    box-shadow: 0px 8px 44px 0px #0060AC26;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.3s ease;
}

.country-item:hover .country-circle {
    transform: scale(1.05);
}

.country-outline,
.country-flag {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    transition: opacity 0.3s ease;
    position: absolute;
}

.country-flag {
    opacity: 0;
}

.country-item:hover .country-flag {
    opacity: 1;
}

.country-item:hover .country-outline {
    opacity: 0;
}

.country-badge {
    margin-top: 18px;
    padding: 6px 18px;
    border-radius: 50px;
    background: #fff;
    color: #1B4591;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    box-shadow: 0px 2px 8px rgba(0, 96, 172, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.country-item:hover .country-badge {
    opacity: 1;
}

.parasciu-beganti-eilute,
.parasciu-beganti-eilute .swiper,
.parasciu-beganti-eilute .swiper-wrapper {
    overflow: visible;
}

