.value-box-wrapper {
    display: flex;
}
.value-circle-wrapper {
    position: relative;
    width: 206px;
    height: 206px;
    z-index: 1;
}
.val-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 182px;
    background-color: var(--primary-blue-color);
    border-radius: 50%;
    position: relative;
    bottom: 12px;
}
.val-wrapper::after {
    content: "";
    display: inline-block;
    width: 206px;
    height: 206px;
    border-radius: 50%;
    background: white;
    position: absolute;
    z-index: -1;
}
.val-wrapper::before {
    width: 210px;
    height: 210px;
    background: #25245b;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
.val-txt {
    text-align: center;
    font-family: LTBukra-Bold, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.value-box {
    width: 100%;
    height: auto;
    padding: 24px;
    border: 1px solid #dedede;
    background-color: #fff;
}
.value-box p {
    font-family: LTBukra-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #4b4b4b;
    margin: 0;
}
.val-step {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.val-step.pink {
    background: #ec008c;
}
.val-step.green {
    background: #47ba81;
}
.val-step.purple {
    background: #98288f;
}
.val-step.orange {
    background: #fbae2b;
}
.val-step span {
    font-family: LTBukra-Bold, sans-serif;
    font-size: 22px;
    line-height: 42px;
    /* text-transform: capitalize; */
    color: #fff;
}
.val-step::after {
    content: "";
    display: block;
    background: white;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
.nad-section-bg {
    background-image: url("../images/bg/orange-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 150px 0;
}
.swiper-slide {
    background: none !important;
}
/* .directors-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
} */
.directors-says-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: initial;
}
.director-name-pos {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.director-name-pos .name {
    font-family: LTBukra-Bold, sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    color: #000;
    /* text-transform: capitalize; */
}
.director-name-pos .pos {
    font-family: LTBukra-Regular, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #fbae2b;
    /* text-transform: capitalize; */
}
.director-says-text {
    font-family: LTBukra-Regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #4b4b4b;
}
.director-img-div {
    width: 100%;
    height: 100%;
}
.director-img-div img {
    width: 100%;
    height: 100%;
    border-radius: 225px;
}
.says-slider .swiper-button-next,
.says-slider .swiper-rtl .swiper-button-prev,
.says-slider .swiper-button-prev,
.says-slider .swiper-rtl .swiper-button-next {
    top: unset;
    bottom: 0;
    left: 50%;
}

.says-slider .swiper-button-next:focus,
.says-slider .swiper-rtl .swiper-button-prev:focus,
.says-slider .swiper-button-prev:focus,
.says-slider .swiper-rtl .swiper-button-next:focus {
    outline: none !important;
}

.says-slider .swiper-button-next,
.says-slider .swiper-button-prev {
    top: 92% !important;
    width: 26px;
    display: block;
}
.says-slider .swiper-button-prev{
    content: url("../images/icons/right-pink.svg") ;
    left: 44%!important;
}
.says-slider .swiper-button-next{
    content: url("../images/icons/left-pink2.svg") ;
    right: 93%!important;
}
/* .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "" !important;
} */

.says-slider .swiper-slide {
    align-items: baseline !important;
}
.team-section-bg {
    background-image: url("../images/bg/light-blue-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 200px 0;
}
.team-txt {
    font-family: LTBukra-Regular, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #4b4b4b;
}
.team-bg-wrapper {
    background-image: url("../images/bg/team-bg.svg");
    width: 100%;
    height: 632px;
    background-repeat: no-repeat;
    background-size: cover;
}
#partners-clients-wrapper {
    display: flex;
    justify-content: center;
    gap: 0 125px;
    flex-wrap: wrap;
}
.partners-clients-logos {
    display: flex;
    width: fit-content;
    height: 100%;
    max-height: 115px;
}
.partners-clients-logos img {
    width: 100%;
    height: 100%;
}
.append-buttons{
    position: absolute;
    top: 81%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    z-index: 9999999;
}
.append-buttons a{
    width: 96px;
    height: 83px;
}
.append-buttons a img{
    object-fit: contain;
}