/*--------------------------------------------------------------
# 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: 0.2;
  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: 0.1em;
  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: 0.1em;
  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), 0.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), 0.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: 0.1;
}

.why-choose-two__shape-1 img {
  width: auto;
}

.why-choose-two__shape-2 {
  position: absolute;
  left: 15px;
  bottom: 100px;
  opacity: 0.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), 0.6);
  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 (1200px Stacked & 100% Responsive)
--------------------------------------------------------------*/
.why-choose-four {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.why-choose-four .row {
  display: flex;
  flex-wrap: wrap;
}

/* Left Image Box: Natural Stretch on Desktop */
.why-choose-four__left {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0;
}

.why-choose-four__img-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.why-choose-four__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.why-choose-four__img img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Right Content Box */
.why-choose-four__right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(35px, 4.5vw, 75px) clamp(20px, 3.5vw, 65px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)),
    linear-gradient(
      135deg,
      #001a4d 0%,
      #003b8f 30%,
      #007bff 60%,
      #00a8ff 78%,
      #0364e0 100%
    );
  z-index: 2;
}

.why-choose-four__right .section-title {
  margin-bottom: 12px;
}

.why-choose-four__right .section-title__tagline {
  color: var(--Freshflow-extra, #f46744);
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.why-choose-four__right .section-title__tagline-shape {
  border: 2px solid var(--Freshflow-extra, #f46744);
}

.why-choose-four__right .section-title__tagline-shape-2 {
  width: 12px;
  height: 12px;
  background-color: var(--Freshflow-extra, #f46744);
  border: 2px solid var(--Freshflow-extra, #f46744);
}

.why-choose-four__right .section-title__title {
  color: var(--Freshflow-white, #ffffff);
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.25;
}

.why-choose-four__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.55;
  margin-bottom: 20px;
}

/* Bullet Points Container (2 Columns on Desktop) */
.why-choose-four__points-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(15px, 2.5vw, 40px);
  row-gap: 15px;
  width: 100%;
}

.why-choose-four__points-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.why-choose-four__points-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}

.why-choose-four__points-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  margin-top: 2px;
}

.why-choose-four__points-list li .icon span {
  font-size: 14px;
  color: var(--Freshflow-extra, #f46744);
}

.why-choose-four__points-list li p {
  font-weight: 500;
  font-family: var(--Freshflow-font-two, sans-serif);
  color: var(--Freshflow-white, #ffffff);
  font-size: clamp(12px, 0.85vw, 13.5px);
  line-height: 1.4;
  margin: 0;
  word-break: break-word;
}

/* =========================================================
   BREAKPOINTS (1200px Stacked Mode)
   ========================================================= */

/* Below 1200px: Image on Top, Content on Bottom */
@media (max-width: 1199px) {
  .why-choose-four__left {
    height: 460px;
    min-height: 460px;
  }

  .why-choose-four__img,
  .why-choose-four__img img {
    height: 460px;
    min-height: 460px;
  }

  .why-choose-four__right {
    padding: 50px 30px;
  }
}

/* Tablet Screens (Below 768px) */
@media (max-width: 767px) {
  .why-choose-four__left {
    height: 320px;
    min-height: 320px;
  }

  .why-choose-four__img,
  .why-choose-four__img img {
    height: 320px;
    min-height: 320px;
  }

  .why-choose-four__points-box {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .why-choose-four__right {
    padding: 35px 20px;
  }
}

/* Small Mobiles (300px - 360px) */
@media (max-width: 360px) {
  .why-choose-four__left {
    height: 230px;
    min-height: 230px;
  }

  .why-choose-four__img,
  .why-choose-four__img img {
    height: 230px;
    min-height: 230px;
  }

  .why-choose-four__right {
    padding: 25px 15px;
  }

  .why-choose-four__points-list li p {
    font-size: 12px;
  }
}