.container {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.our-values-wrapper {
    padding: 0px 0;
    width: 100%;
    margin-left: calc((100% - 1140px) / 2);
}

@media (width <=1140px) {
    .our-values-wrapper {
        margin-left: 0;
    }
}

.our-values-swiper .swiper-slide {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    gap: 120px;
}

.our-values-swiper .swiper-slide .img-wrapper {
    width: 50%;
    max-width: 500px;
    height: 100%;
    max-height: 500px;
}

.our-values-swiper .swiper-slide .img-wrapper img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-values-swiper .swiper-slwide .text-wrapper {
    width: 50%;
    height: 100%;
    max-height: 500px;
}

.our-values-swiper .swiper-slide .text-wrapper .text-wrapper-inner {
    max-width: 450px;
    width: 100%;
}

.our-values-swiper .swiper-slide .text-wrapper .text-wrapper-inner .title {
    font-size: 50px;
    line-height: 56px;
    color: #2F251F;
    font-weight: 700;
    margin: 0;
}

.our-values-swiper .swiper-slide .text-wrapper .text-wrapper-inner .description {
    font-size: 20px;
    line-height: 25px;
    color: #2F251F;
    margin-top: 24px;
    min-height: 90px;
}

.our-values-swiper .navigation-wrapper {
    width: 100%;
    display: flex;
    height: 48px;
    gap: 15px;
    /* background-color: white; */
}

.navigation-wrapper .button-prev {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
}

.navigation-wrapper .button-prev::before {
/*     content: url("http://ecoasishome.diizz.com/wp-content/uploads/2025/04/left-black.svg");
    position: absolute;
    width: 35px;
    height: 35px; */
	
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(http://ecoasishome.diizz.com/wp-content/uploads/2025/04/left-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.navigation-wrapper .button-next {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
}

.navigation-wrapper .button-next::before {
/*     content: url("http://ecoasishome.diizz.com/wp-content/uploads/2025/04/right-black.svg");
    position: absolute;
    width: 35px;
    height: 35px; */
	
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(http://ecoasishome.diizz.com/wp-content/uploads/2025/04/right-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (width <=1024px) {
    .our-values-swiper .swiper-slide {
        gap: 40px;
    }
}

@media (width <=768px) {
    .our-values-wrapper {
        padding: 0px 16px;
    }

    .our-values-swiper .swiper-slide {
        flex-direction: column;
        gap: 0;
    }

    .our-values-swiper .swiper-slide .img-wrapper {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: unset;
        padding-right: 0;
    }

    .our-values-swiper .swiper-slide .text-wrapper {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 300px;
        display: flex;
        margin-bottom: 20px;
        /* justify-content: center;
        align-items: center;
        padding-top: 50px; */
    }

    .our-values-swiper .swiper-slide .text-wrapper .text-wrapper-inner {
        padding-right: 0;
    }

    .our-values-swiper .swiper-slide .img-wrapper img {
        aspect-ratio: 16/9;
    }

    .our-values-swiper .swiper-slide .navigation-wrapper {
        display: none;
    }

    .our-values-swiper .swiper-slide .text-wrapper .text-wrapper-inner .title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 24px;
    }

    .our-values-swiper .swiper-slide .text-wrapper .text-wrapper-inner .description {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
        height: 40px;
        min-height: 48px;
    }
}

@media (width > 768px) {
    .navigation-wrapper.outside {
        display: none;
    }
}
