section#gym-design-consulting {
    position: relative;
}
.gym-design-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.gym-design-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#stats{
    background: var(--third);
}
.stats-item {
    background: var(--third);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
span.num {
    font-size: 60px;
    font-weight: bold;
    color: var(--primary);
}
.stats-item p {
    color: var(--primary);
}
.solutions-item {
    padding: 30px;
    background: #F0F6FB;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.solution-icon img {
    width: 100%;
    max-width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 20px;
}
.testimonial-container h4, .testimonial-item > span{
    color: var(--secondary);
}
.testimonial-item > p {
    color: var(--primary);
}
.testimonial-item p {
    display: inline;
}
.testimonial-item > span {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.testimonial-container .owl-dots {
    display: flex;
}
.owl-dots button.active {
    width: 50px;
    display: flex !important;
}
.owl-dots button.active >span {
    width: 100% !important;
    background: var(--secondary) !important;
    transition: 0.7s ease !important;
}
.testimonial-container {
    position: relative;
}
.testimonial-container > img{
    position: absolute;
    width: 100%;
    max-width: 50px;
}
.testimonial-container > img:first-child {
    left: 0;
    top: 0;
}
.testimonial-container > img:nth-child(2) {
    right: 0;
    bottom: 0;
    transform: rotate(180deg) translateX(calc(-100% + -20px));
}
section#partners .owl-nav {
    display: none;
}
.partner-img img {
    width: 100%;
    object-fit: contain;
}
div.partner-carousel-nav svg {
    width: 10px;
    fill: #fff;
}
div.partner-carousel-nav {
    width: 25px;
    height: 25px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border: 1px solid var(--primary);
}
div.partner-carousel-nav:hover {
    background: transparent;
}
div.partner-carousel-nav:hover svg{
    fill: var(--primary);;
}
.partners-carousel {
    position: relative;
}
div#pc-nav-left {
    left: 0;
    transform: translate(calc(-100% + -10px), -50%);
}
div#pc-nav-right {
    right: 0;
    transform: translate(calc(100% + 10px), -50%);
}
section#partners{
    padding-left: 50px;
    padding-right: 50px;
    background: var(--third);
}
section#case-study .d-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.principles-carousel .owl-dots {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 991.5px){

    /*------------*/
    .gym-design-img {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 767.5px){
    .stats-item {
        height: 180px;
        width: 100%;
        max-width: 250px;
        margin: 0 auto 20px;
    }
    .testimonial-container > img {
        display: none;
    }
}