.swiper-holder {
    overflow: hidden;
}

.swp-container-proj {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: visible;
    /* Ensures slides on the sides are visible */
}

.swp-container-partner {
    margin-top: auto;
    width: 100%;
    height: 140px;
    position: relative;
    overflow: visible;
    /* Ensures slides on the sides are visible */
}

.swiper-pagination-bullet {
    width: 33px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #61C7DB;
    /* Active color for the dash */
}

.swp-slide-partner {
    background-color: transparent !important;
    box-shadow: none !important;
    width: 190px !important;
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: scale(0.9) !important;
    transition: transform 0.3s ease !important;
}
.swp-slide-partner img {
    width: 80px;
}

/* Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    color: #087A9E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-prev {
    left: 10px;
    /* Position on the left */
}

.swiper-button-next {
    right: 10px;
    /* Position on the right */
}

/* Remove default button shadows or outlines */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 50px;
    /* Adjust arrow size */
}
.swp-container-proj .swiper-slide {
    overflow: hidden !important;
    width: 190px !important;
    height: 240px !important;
    border-radius: 14px;
}
.swp-container-proj .swiper-slide img {
    width: 100%;
    height: 74%;
    border-radius: 14px;
}
.swp-container-proj .proj-name {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity linear 1s;
}
.swp-container-proj .swiper-slide-active .proj-name {
    opacity: 1 !important;
}
.swp-container-proj .proj-link {
    color: #087a9e;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    transition: linear 200ms;
    position: absolute;
    /*top: 50px;*/
    right: 0;
    background: #dedede;
    padding: 6px 18px;
    width: 150px;
    text-align: right;
}
.swp-container-proj .swiper-slide-active:hover .proj-link {
    transform: translateY(-10px) !important;
    opacity: 1 !important;
}
.swp-container-proj .proj-link:hover {
    background: #c4c4c4;
}

.swp-container-proj:hover .swiper-button-prev,
.swp-container-proj:hover .swiper-button-next {
    opacity: 1;
    /* Ensure buttons are visible on hover */
}
.swp-nxt-02, .swp-prv-02 {
    top: auto;
    bottom: 27px;
}

.swiper-holder {
    overflow: hidden;
}

.swp-container-partner .swiper-slide {
    background: #fff;
    width: 190px !important;
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 0 29px 13px #3b4a62;
}

/* Navigation Buttons */
.swiper-button-prev-2,
.swiper-button-next-2 {
    /* Semi-transparent background */
    color: #087A9E;
    /* White arrows */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* Round buttons */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    /* Ensure vertical centering */
    z-index: 10;
}

.swiper-button-prev-2 {
    left: 10px;
    /* Position on the left */
}

.swiper-button-next-2 {
    right: 10px;
    /* Position on the right */
}

/* Remove default button shadows or outlines */
.swiper-button-prev-2::after,
.swiper-button-next-2::after {
    font-size: 50px;
    /* Adjust arrow size */
}

.swp-container-partner:hover .swiper-button-prev-2,
.swp-container-partner:hover .swiper-button-next-2 {
    opacity: 1;
    /* Ensure buttons are visible on hover */
}