/* <><><><><><><><><>slider css<><><><> */
.our-approach-desktop {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1494px;
    margin: 0 auto;
}
.approach-item {
    text-align: center;
    max-width: 400px;
}
.approach-item img {
    width: 100%;
    border-radius: 10px;
}
.our-approach-slider {
    display: none;
}
@media (max-width: 1024px) {
    .our-approach-desktop {
        display: none;
    }
    .our-approach-slider {
        display: block;
    }
}
/* <><><><><><><><><>slider css<><><><> */ 

/* General Styles */
        .wp-approach-section {
            font-family: Arial, sans-serif;
background-color: #F0F8FB;
    text-align: center;
    padding: 105px 40px 130px;
	    position: relative;
        }

        /* Title & Description */
        .wp-approach-title {
    text-align: start;
    padding: 0 6%;
        }

        .wp-approach-title .wp-title {
    font-family: Ubuntu;
    color: #231929;
    font-size: 71.017px;
    line-height: 72.889px;
    letter-spacing: -1.74px;
    margin-bottom: 31px;
        }

        .wp-approach-title .wp-description {
            max-width: 509px;
        }


.wp-description {
font-family: Ubuntu;
    color: #535353;
    font-size: 20px;
    line-height: 24px;
}

/* .wp-description strong {
    font-weight: bold;
    color: #4a4a4a; 
} */
.wp-description span {
    font-weight: bold;
    color: #008ACF;
}

        /* Image Container */
        .wp-approach-image {
  	  position: relative;
    width: 100%;
    padding: 0 412px;
    margin: auto;
        }

        .wp-approach-image img {
            width: 100%;
            border-radius: 10px;
        }

        /* Text Boxes */
        .wp-approach-text-container {
            display: flex;
            justify-content: space-between;

        }

        .wp-approach-text {
    width: 30%;
    text-align: left;
    position: absolute;
        }



        .wp-approach-text .wp-heading {
	    font-family: 'Ubuntu';
    font-size: 36px;
    line-height: 41.023px;
	 margin-bottom: 22px;
        }


.fine-skills .wp-heading {
    color: #008ACF;

}

.social-skills .wp-heading {
    color: #5D2779;

}

.adaptive-skills .wp-heading {
    color: #0064AE;

}



        .wp-approach-text .wp-paragraph {
font-family: 'Ubuntu';
    font-size: 18px;
    line-height: 24px;
    color: #535353;
        }

.social-skills {
    left: 10%;
    bottom: 23%;
    max-width: 302px;
}

.fine-skills {
    right: 7%;
    top: 30%;
    max-width: 510px;
}

.adaptive-skills {
    right: 5%;
    bottom: 18%;
    max-width: 302px;
}

/* //////// */

.social-skills .wp-paragraph {
    max-width: 277px;
}

.fine-skills .wp-paragraph {
    max-width: 411px;
}

.adaptive-skills .wp-paragraph {
    max-width: 273px;
}

.wp-approach-section .mobile {

display:none;
}



@media (max-width: 1760px) {
.wp-approach-section {
    padding: 80px 0 140px;
}

.wp-approach-image {
    padding: 0px 24.8%;
}

.wp-approach-title .wp-title {
    font-size: 68px;
}

.wp-description {
    margin-bottom: 24px;
}

.wp-approach-text .wp-heading {
    font-size: 30px;
    margin-bottom: 17px;
}

.fine-skills .wp-paragraph {
    max-width: 400px;
}

.social-skills .wp-paragraph {
    max-width: 238px;
}

.social-skills {
    left: 8%;
    bottom: 15%;
}

.adaptive-skills {
    right: 3%;
    bottom: 16%;
}

.fine-skills {
    right: 7%;
    top: 28%;
}



}

@media (max-width: 1290px) {
    .wp-approach-section {
        padding: 60px 0 470px;
    }

    .wp-approach-title .wp-title {
        font-size: 56px;
    }

.wp-approach-title {
    padding: 0 10%;
}

    .wp-description {
        font-size: 24px;
        margin-bottom: 345px;
        line-height: 35px;
    }

.wp-approach-title .wp-description {
    max-width: 792px;
}

.wp-approach-text .wp-heading {
        font-size: 34px;
    }

.wp-approach-text .wp-paragraph {
    font-size: 28px;
    line-height: 36px;
}

    .fine-skills .wp-paragraph {
        max-width: 489px;
    }

.adaptive-skills .wp-paragraph {
    max-width: 350px;
}

.social-skills .wp-paragraph {
        max-width: 378px;
    }


.wp-approach-image {
        padding: 0px 16.9%;
    }

    .fine-skills {
        top: 24%;
        width: 100%;
        max-width: 489px;
        left: 50%;
        transform: translateX(-50%);
    }


.adaptive-skills {
		right: 10%;
        bottom: 7%;
		width: 100%;
        max-width: 350px;
    }

.social-skills {
		left: 13%;
        bottom: 7%;
		width: 100%;
        max-width: 378px;
    }

.social-skills .wp-heading {
    max-width: 275px;
}



}

.swiper-container.wp-approach-slider {
display: none;
}

@media (max-width: 1023px) {

.swiper-container.wp-approach-slider {
display: block;
}

    .wp-approach-text-container {
        display: none;
    }

.wp-approach-image {
    display: none;
}

    .approach-arrows {
        min-width: 40px;
        height: 40px;
        background-color: #BDBDBD;
        -webkit-mask: url(/wp-content/uploads/2025/03/testimonial-arrows-113542.svg) no-repeat center;
        -webkit-mask-size: contain;
        mask: url(/wp-content/uploads/2025/03/testimonial-arrows-113542.svg) no-repeat center;
        mask-size: contain;
    }

.approach-navigation {
    position: relative;
        position: relative;
        margin: 0 25%;
        display: flex;
        align-items: center;
        justify-content: center;
}

.approach-navigation .swiper-button-next {
    transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
    z-index: 11;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    position: relative;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #f71313;
}

.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #EC333E;
}




.wp-approach-slider .wp-approach-image {
    display: unset;
}

    .wp-approach-section {
        padding: 60px 0 45px;
    }

    .fine-skills .wp-paragraph {
        margin: auto;
    }

    .wp-approach-text {
        position: unset;
		transform: unset;
    }

    .wp-approach-title .wp-description {
        margin-bottom: 20px;
    }




/* Swiper Slides */
.swiper-slide.wp-approach {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:0 30px;
	gap: 40px;
    margin-bottom: 45px;
}

    .social-skills, .fine-skills, .adaptive-skills {
        max-width: unset;
    }

    .social-skills .wp-paragraph, .fine-skills .wp-paragraph, .adaptive-skills .wp-paragraph {
        max-width: unset;
    }

    .social-skills .wp-heading, .fine-skills .wp-heading, .adaptive-skills .wp-heading {
        max-width: unset;
    }


.wp-approach-image {
        padding: 0;
    }


}


@media (max-width: 500px) {
 

.wp-approach-title .wp-title {
        font-size: 54px;
        line-height: 87.24px;
        letter-spacing: -1.08px;
    }

    .wp-approach-title {
        padding: 0 30px;
    }

    .wp-approach-title .wp-description {
        max-width: 337px;
        font-size: 20px;
        line-height: 33px;
    }


    .wp-approach-text .wp-paragraph {
        font-size: 20px;
        line-height: 28px;
    }


}

@media (max-width: 410px) {
    .wp-approach-title .wp-title {
        font-size: 48px;
        line-height: 70.24px;
        letter-spacing: -1.08px;
    }
}

