/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0 103px;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__bg-shape {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-position: center;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.why-choose-one__shape-2 {
    position: absolute;
    bottom: 120px;
    left: 530px;
    z-index: -1;
}

.why-choose-one__shape-2 img {
    width: auto;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 84px;
}

.why-choose-one__img-box-1 {
    position: relative;
    display: block;
    margin-right: 15px;
    margin-top: 67px;
}

.why-choose-one__shape-1 {
    position: absolute;
    right: -50px;
    bottom: 120px;
}

.why-choose-one__shape-1 img {
    width: auto;
}

.why-choose-one__img-1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 145px;
}

.why-choose-one__img-1::before {
    background: rgba(46, 114, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    border-radius: 145px;
}

.why-choose-one__img-box-1:hover .why-choose-one__img-1::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-1 img {
    width: 100%;
    border-radius: 145px;
}

.why-choose-one__round-text-box {
    position: relative;
    display: block;
    width: 235px;
    height: 80px;
    z-index: 5;
}

.why-choose-one__round-text-box-inner {
    position: relative;
    display: block;
    width: 235px;
    height: 80px;
}

.why-choose-one__curved-circle {
    position: absolute;
    top: 5px;
    left: 52px;
    bottom: 0;
    right: 0;
    color: var(--Freshflow-gray);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .10em;
    transform: rotate(0deg);
    height: 80px !important;
    font-family: var(--Freshflow-font-two);
}

.why-choose-one__img-box-2 {
    position: relative;
    display: block;
    margin-right: 45px;
    margin-left: -25px;
}

.why-choose-one__img-2 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 145px;
}

.why-choose-one__img-2::before {
    background: rgba(46, 114, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.why-choose-one__img-box-2:hover .why-choose-one__img-2::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.why-choose-one__img-2 img {
    width: 100%;
    border-radius: 145px;
}

.why-choose-one__curved-circle-2 {
    position: absolute;
    top: -29px;
    left: 9px;
    bottom: 0;
    right: 0;
    color: var(--Freshflow-gray);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .10em;
    transform: rotate(2deg);
    height: 80px !important;
    font-family: var(--Freshflow-font-two);
}

.why-choose-one__video-link {
    position: absolute;
    bottom: -17px;
    right: -10px;
}

.why-choose-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 18px;
    color: var(--Freshflow-white);
    background-color: var(--Freshflow-base);
    border: 4px solid var(--Freshflow-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.why-choose-one__video-icon:hover {
    background-color: var(--Freshflow-primary);
    color: var(--Freshflow-white);
}

.why-choose-one__video-icon:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    border: 1px solid rgba(var(--Freshflow-white-rgb), .11);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-one__video-link .ripple,
.why-choose-one__video-icon .ripple:before,
.why-choose-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--Freshflow-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--Freshflow-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--Freshflow-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--Freshflow-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-choose-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.why-choose-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-top: 33px;
}

.why-choose-one__client-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #F1F1F2;
    max-width: 520px;
    margin-left: auto;
    padding: 18px 37px 20px;
    border-radius: 60px;
    background-color: var(--Freshflow-white);
}

.why-choose-one__client-content {
    position: relative;
    display: block;
}

.why-choose-one__client-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1px;
}

.why-choose-one__client-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 44px;
}

.why-choose-one__client-title span {
    position: relative;
    display: inline-block;
}

.why-choose-one__client-title span::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 53%;
    width: 7px;
    height: 7px;
    background-color: #EF4335;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.why-choose-one__client-img-list {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__client-img-list li {
    position: relative;
    display: block;
}

.why-choose-one__client-img-list li+li {
    margin-left: -15px;
}

.why-choose-one__client-img {
    position: relative;
    display: block;
    max-width: 48px;
    width: 100%;
    border-radius: 50%;
}

.why-choose-one__client-img img {
    width: 100%;
    border: 2px solid var(--Freshflow-white);
    border-radius: 50%;
}

.why-choose-one__ratting-and-text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.why-choose-one__ratting-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-choose-one__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-choose-one__ratting span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--Freshflow-primary);
}

.why-choose-one__ratting-text {
    font-weight: 500;
}

.why-choose-one__count-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-choose-one__count-box-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
    border-radius: 50%;
    transform: translateY(-50%);
}

.why-choose-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-one__count-box p {
    font-family: var(--Freshflow-font) !important;
    font-weight: 500;
    text-transform: capitalize;
}

.why-choose-one__count-box span {
    font-family: var(--Freshflow-font) !important;
    font-weight: 500;
    text-transform: capitalize;
}

.why-choose-one__count-text {
    font-weight: 500;
}

.why-choose-one__client-arrow {
    position: relative;
    display: block;
}

.why-choose-one__client-arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--Freshflow-base);
    border-radius: 50%;
    font-size: 18px;
    color: var(--Freshflow-white);
}

.why-choose-one__client-arrow a:hover {
    background-color: var(--Freshflow-primary);
}

.why-choose-one__right-bottom {
    position: relative;
    display: block;
    counter-reset: count;
    margin-top: 96px;
}

.why-choose-one__right-bottom ul li:nth-child(2) .why-choose-one__single {
    margin-top: 60px;
}

.why-choose-one__right-bottom ul li:nth-child(3) .why-choose-one__single {
    margin-top: -60px;
}

.why-choose-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 38px;
}

.why-choose-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid var(--Freshflow-base);
    border-radius: 50%;
    background-color: #E8EFFD;
    border-radius: 50%;
    margin: 0 auto;
}

.why-choose-one__right-bottom ul li:nth-child(2) .why-choose-one__icon {
    border: 1px solid var(--Freshflow-primary);
    background-color: #FCEEEB;
}

.why-choose-one__right-bottom ul li:nth-child(3) .why-choose-one__icon {
    border: 1px solid #5CCB69;
    background-color: #EFFAF0;
}

.why-choose-one__right-bottom ul li:nth-child(4) .why-choose-one__icon {
    border: 1px solid #FF2E89;
    background-color: #FFEBF4;
}

.why-choose-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: var(--Freshflow-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-one__single:hover .why-choose-one__icon span {
    transform: scale(0.9);
}

.why-choose-one__right-bottom ul li:nth-child(2) .why-choose-one__icon span {
    color: var(--Freshflow-primary);
}

.why-choose-one__right-bottom ul li:nth-child(3) .why-choose-one__icon span {
    color: #5CCB69;
}

.why-choose-one__right-bottom ul li:nth-child(4) .why-choose-one__icon span {
    color: #FF2E89;
}

.why-choose-one__count {
    position: absolute;
    top: 24px;
    right: -19px;
    width: 32px;
    height: 32px;
    background-color: var(--Freshflow-base);
    border-radius: 50%;
    z-index: 1;
}

.why-choose-one__right-bottom ul li:nth-child(2) .why-choose-one__count {
    background-color: var(--Freshflow-primary);
}

.why-choose-one__right-bottom ul li:nth-child(3) .why-choose-one__count {
    background-color: #5CCB69;
}

.why-choose-one__right-bottom ul li:nth-child(4) .why-choose-one__count {
    background-color: #FF2E89;
}

.why-choose-one__count::before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--Freshflow-white);
    font-family: var(--Freshflow-font-two);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    top: 2px;
}

.why-choose-one__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: var(--Freshflow-font);
    margin: 22px 0 12px;
}

.why-choose-one__title a {
    color: var(--Freshflow-black);
}

.why-choose-one__title a:hover {
    color: var(--Freshflow-base);
}

.why-choose-one__right-bottom ul li:nth-child(2) .why-choose-one__title a:hover {
    color: var(--Freshflow-primary);
}

.why-choose-one__right-bottom ul li:nth-child(3) .why-choose-one__title a:hover {
    color: #5CCB69;
}

.why-choose-one__right-bottom ul li:nth-child(4) .why-choose-one__title a:hover {
    color: #FF2E89;
}

.why-choose-one__text {
    font-family: var(--Freshflow-font-two);
}

.why-choose-one__contact-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #F1F1F2;
    border-radius: 14px;
    padding: 15px 21px 11px;
}

.why-choose-one__contact-icon {
    position: relative;
    display: inline-block;
}

.why-choose-one__contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--Freshflow-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-one__contact-box:hover .why-choose-one__contact-icon span {
    transform: scale(0.9);
}

.why-choose-one__content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-one__content p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: var(--Freshflow-base);
    margin-bottom: 2px;
}

.why-choose-one__content h4 {
    font-size: 30px;
    font-weight: 600;
}

.why-choose-one__content h4 a {
    color: var(--Freshflow-black);
}

.why-choose-one__content h4 a:hover {
    color: var(--Freshflow-base);
}

.why-choose-one__big-title {
    position: absolute;
    top: 500px;
    right: -310px;
    transform: rotate(-90deg);
}

.why-choose-one__big-title h3 {
    font-size: 85px;
    line-height: 85px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--Freshflow-black-rgb), .21);
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--Freshflow-white);
    z-index: 2;
}

.why-choose-two__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 250px) / 2);
    background-color: var(--Freshflow-base);
    z-index: -1;
}

.why-choose-two__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .10;
}

.why-choose-two__shape-1 img {
    width: auto;
}

.why-choose-two__shape-2 {
    position: absolute;
    left: 15px;
    bottom: 100px;
    opacity: .89;
}

.why-choose-two__shape-2 img {
    width: auto;
}

.why-choose-two__shape-3 {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

.why-choose-two__shape-3 img {
    width: auto;
}

.why-choose-two__left {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.why-choose-two__left .section-title__tagline {
    color: var(--Freshflow-white);
}

.why-choose-two__left .section-title__title {
    color: var(--Freshflow-white);
}

.why-choose-two__left .section-title__tagline-shape-2 {
    background-color: var(--Freshflow-white);
    border: 2px solid var(--Freshflow-base);
}

.why-choose-two__left .section-title__tagline-shape {
    border: 2px solid var(--Freshflow-white);
    background-color: var(--Freshflow-base);
}

.why-choose-two__left .section-title {
    margin-bottom: 38px;
    margin-right: -50px;
}

.why-choose-two__client-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--Freshflow-white);
    padding: 17px 20px 20px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.why-choose-two__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-choose-two__client-list {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-two__client-list li {
    position: relative;
    display: block;
}

.why-choose-two__client-list li+li {
    margin-left: -15px;
}

.why-choose-two__client-img {
    position: relative;
    display: block;
    max-width: 48px;
    width: 100%;
}

.why-choose-two__client-img img {
    width: 100%;
    border: 2px solid var(--Freshflow-white);
    border-radius: 50%;
}

.why-choose-two__counter-box {
    position: relative;
    display: block;
}

.why-choose-two__count-box {
    position: relative;
    display: inline-flex;
}

.why-choose-two__count-box p {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px !important;
    font-family: var(--Freshflow-font-two) !important;
    color: var(--Freshflow-black);
    text-transform: uppercase;
    top: -1px;
}

.why-choose-two__count-box span {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px !important;
    font-family: var(--Freshflow-font-two) !important;
    color: var(--Freshflow-black);
    text-transform: uppercase;
}

.why-choose-two__count-text {
    font-weight: 500;
    letter-spacing: -0.02em;
}

.why-choose-two__client-ratting {
    position: relative;
    display: block;
}

.why-choose-two__client-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 34px;
}

.why-choose-two__client-title span {
    position: relative;
    display: inline-block;
}

.why-choose-two__client-title span::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 53%;
    width: 7px;
    height: 7px;
    background-color: #EF4335;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.why-choose-two__ratting-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.why-choose-two__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-choose-two__ratting span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--Freshflow-primary);
}

.why-choose-two__ratting-text {
    font-weight: 500;
}

.why-choose-two__ratting-box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
    border-radius: 50%;
    transform: translateY(-50%);
}

.why-choose-two__text {
    font-size: 18px;
    line-height: 27px;
    color: var(--Freshflow-white);
    margin-top: 28px;
}

.why-choose-two__img-1 {
    position: relative;
    display: block;
    margin-left: -30px;
    margin-right: -26px;
    overflow: hidden;
}

.why-choose-two__img-1 img {
    width: 100%;
}

.why-choose-two__sliding-text-list {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 0 4px;
    background-color: var(--Freshflow-extra);
    z-index: 1;
}

.why-choose-two__sliding-text-list li {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px;
}

.why-choose-two__sliding-text-title {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--Freshflow-black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.why-choose-two__sliding-text-title span {
    margin-left: 15px;
    position: relative;
    animation: textRotate 10s linear 0s forwards infinite alternate;
}

.why-choose-two__right {
    position: relative;
    display: block;
    margin-top: 36px;
    counter-reset: count;
}

.why-choose-two__right li {
    position: relative;
    display: block;
}

.why-choose-two__right li::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #F1F1F2;
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
}

.why-choose-two__right li:nth-child(2)::before {
    display: none;
}

.why-choose-two__right li+li {
    margin-top: 72px;
}

.why-choose-two__single {
    position: relative;
    display: block;
    text-align: center;
}

.why-choose-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid #E5E8FF;
    border-radius: 50%;
    margin: 0 auto;
}

.why-choose-two__right li:nth-child(2) .why-choose-two__icon span {
    color: var(--Freshflow-primary);
}

.why-choose-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: var(--Freshflow-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-two__single:hover .why-choose-two__icon span {
    transform: scale(0.9);
}

.why-choose-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.02em;
    margin: 23px 0 7px;
}

.why-choose-two__title a {
    color: var(--Freshflow-black);
}

.why-choose-two__title a:hover {
    color: var(--Freshflow-base);
}

.why-choose-two__right li:nth-child(2) .why-choose-two__title a:hover {
    color: var(--Freshflow-primary);
}

.why-choose-two__single-text {
    font-size: 18px;
}

.why-choose-two__count {
    position: absolute;
    right: -14px;
    bottom: 24px;
    width: 32px;
    height: 32px;
    background-color: var(--Freshflow-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-two__right li:nth-child(2) .why-choose-two__count {
    background-color: var(--Freshflow-primary);
}

.why-choose-two__count:before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: var(--Freshflow-white);
    font-family: var(--Freshflow-font-two);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    background-color: var(--Freshflow-white);
    overflow: hidden;
    z-index: 1;
}

.why-choose-three:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--Freshflow-secondary-rgh), .60);
    z-index: -1;
}

.why-choose-three__shape-bg-1 {
    position: absolute;
    top: 248px;
    left: 0;
    right: 0;
    height: 164px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.why-choose-three__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.why-choose-three__shape-1 img {
    width: auto;
}

.why-choose-three__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.why-choose-three__shape-2 img {
    width: auto;
}

.why-choose-three__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-three__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 23px;
}

.why-choose-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    margin: 0 auto 31px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 56px;
    color: var(--Freshflow-primary);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-three__single:hover .why-choose-three__icon span {
    transform: scale(0.9);
}

.why-choose-three__count {
    position: absolute;
    right: -25px;
    bottom: 10px;
    background-color: var(--Freshflow-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 3px solid var(--Freshflow-white);
}

.why-choose-three__count::before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--Freshflow-white);
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-three__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 17px;
}

.why-choose-three__title a {
    color: var(--Freshflow-black);
}

.why-choose-three__title a:hover {
    color: var(--Freshflow-base);
}

.why-choose-three__text {
    font-size: 16px;
    font-weight: 600;
}

.why-choose-three__inner ul li:nth-child(2) .why-choose-three__icon span {
    color: var(--Freshflow-base);
}

.why-choose-three__inner ul li:nth-child(2) .why-choose-three__count {
    background-color: var(--Freshflow-base);
}

.why-choose-three__inner ul li:nth-child(3) .why-choose-three__icon span {
    color: #5CCB69;
}

.why-choose-three__inner ul li:nth-child(3) .why-choose-three__count {
    background-color: #5CCB69;
}

.why-choose-three__inner ul li:nth-child(4) .why-choose-three__icon span {
    color: #FF2E89;
}

.why-choose-three__inner ul li:nth-child(4) .why-choose-three__count {
    background-color: #FF2E89;
}


/*--------------------------------------------------------------
# Why Choose Four      
--------------------------------------------------------------*/
.why-choose-four {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-four__shape-1 {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: 1;
}

.why-choose-four__shape-1 img {
    width: auto;
}

.why-choose-four__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - -160px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.why-choose-four__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(46, 114, 255, 0.9) 0%, rgba(3, 27, 78, 0.88) 100%);
}

.why-choose-four__left {
    position: relative;
    display: block;
    margin-right: -115px;
    margin-left: -316px;
}

.why-choose-four__img-box {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-four__img {
    position: relative;
    display: block;
}

.why-choose-four__img img {
    width: 100%;
}

.why-choose-four__client-info-box {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #F3F0FF;
    right: 0;
}

.why-choose-four__client-ratting-box {
    position: relative;
    display: block;
    max-width: 265px;
    width: 100%;
    padding: 9px 45px 10px;
}

.why-choose-four__client-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 44px;
}

.why-choose-four__client-title span {
    position: relative;
    display: inline-block;
}

.why-choose-four__client-title span::before {
    content: "";
    position: absolute;
    top: 59%;
    left: 53%;
    width: 7px;
    height: 7px;
    background-color: #EF4335;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.why-choose-four__ratting-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-choose-four__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.why-choose-four__ratting span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--Freshflow-primary);
}

.why-choose-four__ratting-text {
    font-weight: 500;
    line-height: 17px;
}

.why-choose-four__client-img-and-count {
    position: relative;
    display: flex;
    align-items: center;
    gap: 21px;
    max-width: 265px;
    width: 100%;
    background-color: var(--Freshflow-base);
    padding: 13px 12px 13px;
}

.why-choose-four__client-img-list {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-four__client-img-list li {
    position: relative;
    display: block;
}

.why-choose-four__client-img-list li+li {
    margin-left: -15px;
}

.why-choose-four__client-img {
    position: relative;
    display: block;
    max-width: 48px;
    width: 100%;
    border-radius: 50%;
}

.why-choose-four__client-img img {
    width: 100%;
    border: 2px solid var(--Freshflow-white);
    border-radius: 50%;
}

.why-choose-four__count-box-inner {
    position: relative;
    display: block;
}

.why-choose-four__count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-four__count-box p {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px !important;
    font-family: var(--Freshflow-font) !important;
    color: var(--Freshflow-white);
    text-transform: uppercase;
}

.why-choose-four__count-box span {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px !important;
    font-family: var(--Freshflow-font) !important;
    color: var(--Freshflow-white);
    text-transform: uppercase;
}

.why-choose-four__count-text {
    font-weight: 500;
    color: var(--Freshflow-white);
    margin-top: 2px;
}

.why-choose-four__client-contact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 40px 16px;
}

.why-choose-four__client-contact-icon {
    position: relative;
    display: inline-block;
}

.why-choose-four__client-contact-icon img {
    width: auto;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-four__client-contact:hover .why-choose-four__client-contact-icon img {
    transform: scale(0.9);
}

.why-choose-four__client-contact-content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-four__client-contact-content p {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: var(--Freshflow-base);
}

.why-choose-four__client-contact-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: var(--Freshflow-font);
    margin-top: 9px;
}

.why-choose-four__client-contact-content h4 a {
    color: var(--Freshflow-black);
}

.why-choose-four__client-contact-content h4 a:hover {
    color: var(--Freshflow-base);
}

.why-choose-four__right {
    position: relative;
    display: block;
    margin-left: 15px;
    padding-left: 60px;
    padding-top: 60px;
    z-index: 2;
}

.why-choose-four__right .section-title__tagline {
    color: var(--Freshflow-extra);
}

.why-choose-four__right .section-title__title {
    color: var(--Freshflow-white);
}

.why-choose-four__right .section-title__tagline-shape-2 {
    width: 12px;
    height: 12px;
    background-color: var(--Freshflow-extra);
    border: 2px solid var(--Freshflow-extra);
}

.why-choose-four__right .section-title__tagline-shape {
    border: 2px solid var(--Freshflow-extra);
}

.why-choose-four__right .section-title {
    margin-bottom: 12px;
}

.why-choose-four__text {
    color: var(--Freshflow-white);
}

.why-choose-four__award-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    gap: 21px;
    background: linear-gradient(90deg, rgba(4, 37, 108, 0.99) 0%, rgba(46, 114, 255, 0) 85%);
    border-radius: 10px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.why-choose-four__award-icon {
    position: relative;
    display: inline-block;
}

.why-choose-four__award-icon img {
    width: auto;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-four__award-box:hover .why-choose-four__award-icon img {
    transform: scale(0.9);
}

.why-choose-four__award-content {
    position: relative;
    display: block;
}

.why-choose-four__award-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--Freshflow-white);
}

.why-choose-four__award-content h3 span {
    font-family: var(--Freshflow-font-two) !important;
}

.why-choose-four__award-text {
    color: var(--Freshflow-white);
    font-family: var(--Freshflow-font-two);
    margin-top: 1px;
}

.why-choose-four__points-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

.why-choose-four__points-list {
    position: relative;
    display: block;
}

.why-choose-four__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-choose-four__points-list li+li {
    margin-top: 15px;
}

.why-choose-four__points-list li .icon {
    position: relative;
    display: inline-block;
}

.why-choose-four__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--Freshflow-extra);
}

.why-choose-four__points-list li p {
    font-weight: 600;
    font-family: var(--Freshflow-font-two);
    color: var(--Freshflow-white);
}

















/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/