.swiper-container-1 {
    width: 75%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    overflow-x: hidden;
}

.swiper-container-1 .swiper-slide {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 470px !important;
}

.swiper-pagination {
    margin-top: 15px;
}

.custom-pagination-1 .swiper-pagination-bullet {
    background: var(--metallic-sunburst);
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    outline-offset: 2px;
    outline: 2px solid var(--metallic-sunburst);
    background: var(--metallic-sunburst);
}

.swiper-container-2 {
    width: 350px;
    position: relative;
    top: -20px;
    overflow-x: hidden;
}

.swiper-container-2 .swiper-slide {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px !important;
}

.custom-pagination-2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.swiper-container-3 {
    width: 50%;
    overflow-x: hidden;
}

.swiper-container-3 .swiper-slide {
    padding: 15px;
    width: 710px !important;
}

.custom-navigation {
    text-align: center;
    margin-top: 15px;
}

.custom-prev-1 {
    margin-right: 10px;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: -14px;
}

.custom-next-1 {
    margin-left: 10px;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 41px;
}

.custom-prev-1 img,
.custom-next-1 img {
    width: 40px;
}

.swiper-container-4 {
    width: 350px;
    overflow: hidden;
}

.swiper-container-4 .swiper-slide {
    width: 350px !important;
    height: 150px !important;
}

.swiper-container-4 .custom-navigation {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    left: 46%;
}

.custom-prev-2 {
    margin-right: 10px;
    border: none;
    background: none;
    cursor: pointer;
}

.custom-next-2 {
    margin-left: 10px;
    border: none;
    background: none;
    cursor: pointer;
}

.custom-prev-2 img,
.custom-next-2 img {
    width: 30px;
}