.btn-primary,
.sppb-btn-primary {
    border-color: #2a3a70 !important;
    background-color: #2a3a70 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
    border-color: #ecc061 !important;
    background-color: #ecc061 !important;
    color: #2a3a70 !important;
    transform: translateY(-2px) !important;
}

/* swiper global setup */
.u-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.c-carousel {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: none !important;
    content: "" !important;
}

.swiper-button-prev,
.swiper-button-next {
    transform: translateY(-12px);
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 25px;
}

/* carousel arrow position */

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* end swiper global setup */

/* swiper for testi */

.swiper-testi {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

.swiper-testi .swiper-slide {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: transform 1.5s ease-in-out;
}

.swiper-testi .swiper-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.swiper-testi .swiper-slide-active img {
    transform: scale(1);
}

.swiper-testi .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease;
}

.swiper-testi .swiper-slide.swiper-slide-active {
    filter: none;
    opacity: 1;
}

/* swiper for logo */
.swiper-client .swiper-slide img {
    height: auto;
    max-height: 40px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.swiper-client .swiper-slide {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    width: auto; /* this is key */
    padding: 0.5rem;
}

/* logo vertical position - default center */

/* swiper for logo medium*/
.swiper-client-m .swiper-slide img {
    max-width: 100%;
    display: block;
    padding-right: 0;
    max-height: 120px;
}

/* swiper for wave */
.swiper-wave .swiper-slide img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    padding-right: 0;
}

.swiper-testi [class^="swiper-button-"],
.swiper-wave [class^="swiper-button-"] {
    color: #ffa81c;
}

.c-carousel__wrapper.swiper {
    margin: 0 48px;
    position: static;
}

.c-carousel__inner-wrapper.swiper-wrapper {
    display: flex;
    align-items: center;
}

.c-carousel img {
    margin: 0 auto;
}

.wave-info {
    margin-top: 8px;
    padding: 0 3px;
}

.wave-title {
    font-size: 16px;
    color: #ff6600;
    margin: 4px 0 2px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.wave-designation {
    font-size: 13px;
    color: #666;
    margin: 0;
    min-height: 5.5em;
    font-family: "Roboto", sans-serif;
}

.wave-box {
    position: relative;
    padding: 1px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* Gradient overlay shadow fading */
.wave-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
    z-index: 0;
    border-radius: 8px;
}

.partnership-logo {
    height: 80px;
    object-fit: contain;
    padding: 10px 0 15px 0;
}

.partnership-name p {
    color: #ff6600;
    font-size: 20px;
}