/*----------------------------------------*/

/*business*/

.new-business {
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .new-business:not(#contact-banner) {
    text-align: center;
  }
}

.new-business h2,
.new-business p,
.new-business span,
.new-business button,
.new-business .sub-text,
.new-business .flex-box .flex-box__subtext,
.new-business .flex-box__icon h4 {
  font-family: "Altone";
}

.new-business.alt {
  background-color: #3f52c710;
}

.new-business .flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .new-business:not(.flex-icons) .flex-box {
    gap: 10px;
  }

  #contact-banner .flex-box {
    flex-wrap: wrap;
    gap: 99px;
  }
}

.mb-breakpoint {
  display: none;
}

.new-business .container {
  padding: 120px 80px 80px;
  position: relative;
}

@media (max-width: 768px) {
  .new-business .container {
    padding: 120px 15px 120px;
    position: relative;
  }
  .breakpoint {
    display: none;
  }

  .mb-breakpoint {
    display: block;
  }
}

.new-business .sub-text {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* .new-business:not(:first-child) h2 {
  color: #3f52c7;
} */

.new-business h2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 25px;
  color: #3f52c7;
}

@media (max-width: 768px) {
  .new-business h2 {
    font-size: 26px;
  }
}

.new-business .flex-box__text p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
}

.new-business .flex-box__text ul {
  list-style: none;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .new-business .flex-box__text ul {
    text-align: left;
    margin: 0 auto;
    margin: 0px auto 25px;
    width: 340px;
  }

  .new-business .flex-box__text p {
    font-size: 16px;
    text-align: left;
    margin: 0px auto 25px;
    width: 340px;
  }
}

.new-business .flex-box__text li {
  color: #000000b3;
  font-size: 14px;
}

.new-business .flex-box__text li::before {
  content: "";
  display: inline-block;
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/check-circle.png");
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: -1.5em;
  margin-right: 0.3em;
  position: relative;
  top: 3px;
  margin-top: 5px;
  right: 4px;
}

.new-business:first-child .flex-box__text p {
  margin-bottom: 16px;
}

.new-business:first-child .flex-box__text h2, #contact-banner .flex-box__text h2 {
  margin-bottom: 40px;
}

.new-business:first-child .flex-box__text .box_desc, #contact-banner .flex-box__text p {
  margin-bottom: 45px;
}

.new-business:first-child .flex-box__text span {
  display: block;
  margin-bottom: 40px;
}

.new-business:first-child .flex-box__text p,
.new-business:first-child .flex-box__text span {
  font-size: 16px;
}

@media (max-width: 768px) {
  .new-business:first-child .flex-box__text h2 {
    margin-bottom: 25px;
  }

  .new-business:first-child .flex-box__text .box_desc {
    margin-bottom: auto;
  }

  .new-business:first-child .flex-box__text p,
  .new-business:first-child .flex-box__text span {
    font-size: 16px;
  }

  .new-business .flex-box__text li {
    font-size: 12.8px;
  }
}

.new-business .flex-box__text button,
.new-business .flex-box__text button:hover {
  padding: 8px 30px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  outline: none;
  display: block;
  color: #fff;
  background-color: #3f52c7;
  border-color: #3f52c7;
}

@media (max-width: 768px) {
  .new-business .flex-box__text button,
  .new-business .flex-box__text button:hover {
    padding: 8px;
  }
}

.new-business .flex-box .flex-box__subtext {
  font-family: "Altone";
  font-weight: 400;
  font-size: 12px;
  color: #000000b3;
}

.new-business .flex-box .flex-box__text {
  /* width: calc(100% - 471px); */
  width: calc(100% - 500px);
  flex: 1;
}

#contact-banner .flex-box__text {
  margin-top: -20px;
}

#contact-banner .flex-box__cards {
  height: 330px;
}

.new-business .flex-box .flex-box__image {
  /* width: 471px; */
  /* height: 310px; */
  width: 500px;
  height: auto;
  flex-shrink: 0;
  /* border: 2px solid #3f52c7;
  border-radius: 15px; */
}

.new-business .flex-box .flex-box__image img {
  width: 100%;
}

@media (max-width: 768px) {
  .new-business .flex-box .flex-box__image {
    width: 100%;
    /* height: 270px; */
    height: auto;
  }

  .new-business .flex-box .flex-box__text {
    /* width: calc(100% - 471px); */
  }

  #contact-banner .flex-box__text {
    margin-top: 0px;
  }

  /* .new-business .flex-box .flex-box__subtext {
    text-align: center;
  } */

  .new-business .desc {
    text-align: left;
    width: max-content;
    margin: 0 auto;
    max-width: 340px;
  }
}

.new-business.flex-icons {
  text-align: center;
}

.new-business.flex-icons .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}

.new-business .flex-box .flex-box__text a {
  display: inline-block;
}

/* .new-business.flex-icons .desc {
  font-size: 14px;
} */

.flex-box__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.flex-box__icon h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.flex-box__icon .icon__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid #3f52c7;
  border-radius: 100px;
  margin-bottom: 24px;
}

.flex-box__icon .icon__img img {
  width: 100%;
  padding: 10px;
}

.flex-box__icon .icon__subtext {
  font-size: 14px;
}

#icon-swipe .icon__img,
#icon-builders .icon__img {
  border: none;
  background-color: rgba(63, 82, 199, 0.1);
}

#icon-swipe .container,
#icon-builders .container {
  padding: 120px 20px 80px;
}

#icon-builders .flex-box__icon {
  align-items: start;
}

#icon-builders .icon__subtext,
#icon-builders h4 {
  text-align: left;
}

#icon-builders .icon__CTA {
  margin-top: 30px;
}

#icon-builders .icon__CTA span {
  color: #3f52c7;
  font-size: 14px;
  font-weight: bold;
}

#icon-builders .icon__CTA img {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

#icon-swipe {
  counter-reset: section;
}

#icon-swipe .flex-box__icon h4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #3f52c7;
}
#icon-swipe .flex-box__icon h4 .top-title:before {
  /* counter-increment: section;
  content: counter(section);
  background: #3f52c7;
  display: flex;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 3px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 100%; */
  counter-increment: section;
  content: counter(section);
  background: #d6dbff;
  display: flex;
  margin-right: 9px;
  justify-content: center;
  align-items: center;
  color: #3f52c7;
  padding-top: 3px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 100%;
  position: relative;
  bottom: 5px;
}

#icon-swipe .flex-box__icon h4 .top-title {
  display: flex;
  color: #3f52c7;
}

@media (max-width: 768px) {
  #icon-swipe .container,
  #icon-level .container {
    padding: 120px 35px 120px;
  }

  #icon-builders .flex-box__icon,
  .flex-box__icon {
    width: 250px;
    flex: none;
    margin: 0 auto;
    align-items: center;
  }
  #icon-builders .icon__subtext {
    text-align: center;
  }

  #icon-builders .flex-box {
    margin-top: 80px;
    gap: 56px;
  }

  #icon-builders .flex-box {
    margin-top: 80px;
    gap: 56px;
  }
}

#business-hero-1 {
  margin-top: -45px;
}

#business-hero-1.agentic-hero-1{
  margin-top: -82px;
}

#business-hero-1.chatbot-hero-1 {
  /* margin-top: -80px; */
  margin-top: -50px;
}

#business-hero-1.pos-hero-1 {
  /* margin-top: -82px; */
  margin-top: -110px;
}

#business-hero-1.merchant-hero-1 {
  margin-top: -105px;
  /* margin-top: -75px; */
}

#business-hero-1.transac-hero-1 {
  margin-top: -112px;
}

#business-hero-1.budget-hero-1 {
  /* margin-top: -90px; */
  margin-top: -125px;
}

#business-hero-2 {
  margin-top: -105px;
}

#business-hero-2.pos-hero-2,
#business-hero-2.agentic-hero-2 {
  margin-top: -60px;
}

#business-hero-3 {
  margin-top: -105px;
}

#business-hero-3.pos-hero-3 {
  margin-top: -82px;
}

#business-hero-4 {
  margin-top: -122px;
}

@media (max-width: 768px) {
  #business-hero-1,
  #business-hero-1.pos-hero-1,
  #business-hero-1.agentic-hero-1,
  #business-hero-1.merchant-hero-1,
  #business-hero-1.transac-hero-1,
  #business-hero-1.budget-hero-1,
  #business-hero-2,
  #business-hero-2.pos-hero-2,
  #business-hero-2.agentic-hero-2,
  #business-hero-3,
  #business-hero-3.pos-hero-3,
  #business-hero-4 {
    margin-top: 0;
  }
}

.new-business:nth-child(1) {
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/wave-1-scaled.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

/* .new-business:nth-child(3) {
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/wave-2-scaled.webp");
  background-size: cover;
  background-position-y: bottom;
} */

.new-business:nth-child(3),
.new-business:nth-child(7),
.new-business:nth-child(5),
.new-business:nth-child(9) {
  background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/wave-3-scaled.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

@media (max-width: 768px) {
  body.page-template-page-business {
    padding-top: 50px;
  }

  .new-business:nth-child(1) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-1-scaled.webp");
    background-size: cover;
    background-position-y: bottom;
  }

  .new-business:nth-child(1) .container {
    /* padding-top: 144px; */
    padding-top: 50px;
  }

  .new-business:nth-child(3) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-2-scaled.webp");
    background-size: cover;
    background-position-y: bottom;
  }

  .new-business:nth-child(3) .container {
    padding-top: 180px;
  }

  .new-business:nth-child(5) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-3-scaled.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .new-business:nth-child(5) .container {
    padding-top: 180px;
    padding-bottom: 155px;
  }

  /* .new-business:nth-child(6) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-4-scaled.webp");
    background-size: cover;
    background-repeat: no-repeat;
  } */

  .new-business:nth-child(7) {
    background-image: url("https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-5-scaled.webp");
    background-size: cover;
  }

  #icon-builders .container {
    padding: 150px 50px 150px;
  }

  .new-business:nth-child(9), .new-business#contact-banner {
    background-size: cover;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    background-image: url(https://www.uthrive.cc/wp-content/uploads/2025/05/m-wave-5-scaled.webp);
  }
}

/* #wave-1 {
  position: absolute;  width: 100%;
  top: -14vh;
  left: 0;
}

#wave-2 {
  position: absolute;
  width: 59%;
  top: -4px;
  right: -36px;
}

#wave-3 {
  position: absolute;
  width: 100%;
  top: 0;
  right: -4vh;
}

#wave-4 {
  width: 100%;
  position: absolute;
  top: 22px;
} */

#contact-banner h2 {
  color: #3f52c7;
}

#contact-banner p {
  color: #000;
}

#contact-banner button,
#contact-banner button:hover {
  display: block;
  color: #fff;
  background-color: #3f52c7;
  border-color: #3f52c7;
}

#contact-banner .flex-box__icon {
  background-color: #fdfdfd;
  border-radius: 10px;
  padding: 20px 20px 10px;
  align-items: flex-start;
  box-shadow: 0px 4px 13.4px 4px rgba(0, 0, 0, 0.25);
  width: 174.91px;
}

#contact-banner .flex-box__icon h4 {
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
}

#contact-banner .flex-box__icon .icon__img {
  background-color: #3f52c7;
}

/* #contact-banner .flex-box__cards-item:nth-child(1) {
  right: 130px;
  position: relative;
  transform: rotate(-9.04deg);
}

#contact-banner .flex-box__cards-item:nth-child(2) {
  transform: rotate(13.01deg);
  position: relative;
  top: -18px;
} */

#contact-banner .flex-box__cards-item:nth-child(1) {
  right: 130px;
  position: relative;
  transform: rotate(-9.04deg);
  z-index: 1;
}

#contact-banner .flex-box__cards-item:nth-child(2) {
  transform: rotate(13.01deg);
  position: relative;
  /* top: -18px; */
  top: -100px;
  left: 25px;
  z-index: 3;
}

#contact-banner .flex-box__cards-item:nth-child(3) {
  transform: rotate(13.01deg);
  position: relative;
  top: -150px;
  left: -120px;
  z-index: 2;
}

@media (max-width: 768px) {
  #contact-banner .container {
    padding-top: 50px;
  }

  #contact-banner .flex-box__text,
  #contact-banner .flex-box__cards {
    width: 100%;
  }

  #contact-banner .flex-box__cards-item:nth-child(1) {
    right: 75px;
  }

  #contact-banner .flex-box__cards-item:nth-child(2) {
    left: 80px;
  }

  #contact-banner .flex-box__cards-item:nth-child(3) {
    left: -50px;
  }

  #contact-banner .flex-box__text {
    text-align: center;
  }

  #contact-banner button {
    margin: auto;
  }

  #contact-banner p {
    width: fit-content;
  }
}

.header-switch {
  /* padding: 0px 10px;
  margin: 0px 1.5rem; */
  padding: 0px 10px;
  margin: 25px 1.5rem;
}

.header-switch__box {
  background: #fff;
  display: flex;
  border-radius: 50px;
  border: 1px solid #3f52c7;
  padding: 3px;
}

.header-switch a,
.mobile-primary-navigation .header-switch a {
  /* font-family: "Karla"; */
  font-family: "Altone";
  padding: 10px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.header-switch a:focus,
.mobile-primary-navigation .header-switch a:focus {
  background: #3f52c710 !important;
}

.header-switch a.active,
.mobile-primary-navigation .header-switch a.active {
  color: #fff;
  background: #3f52c7;
}

.header-switch a,
.header-switch a.active {
  /* font-family: var(
    --font-base,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  ); */
  font-family: "Altone";
  font-size: 15.75px;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 24px !important;
  text-decoration: none;
  display: block;
}

.mobile-primary-navigation .header-switch a,
.mobile-primary-navigation .header-switch a.active {
  font-size: 16px;
}

/* nav#site-navigation-business {
  width: 100%;
  text-align: right;
} */

@media (max-width: 768px) {
  .header-switch {
    margin: 0;
  }

  .header-switch a,
  .header-switch a.active {
    padding: 10px;
  }
}
