p#breadcrumbs {
  position: absolute;
  z-index: 2;
  margin-top: 50px;
  color: white;
}
#breadcrumbs > span > span {
  opacity: 1;
}
#breadcrumbs a {
  color: white;
}
#breadcrumbs > span > span {
  opacity: 1;
}
.main-sub-heading {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.badges-block .slick-list {
  position: relative;
  overflow: hidden;

  /* Smooth transparent fade: left dark, right light */
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.trusted-modern-retailer {
  font-size: 16px;
  color: #fff !important;
  font-family: roboto;
  font-weight: 600;
}

.v2-hero-1 .__left {
  height: 490px;
}

.v2-hero-1:before {
  background: transparent;
}

.bg-gradient {
  background: linear-gradient(
    109deg,
    #11132b -0.67%,
    #5b7cfb 106.1%
  ) !important;
  padding-bottom: 0px !important;
  padding-top: 100px !important;
}

.v2-hero-1 .__left .awards {
  justify-content: left;
}

@media (min-width: 1340px) {
  .v2-hero-1 .__right .right-image-desktop {
    display: block;
    position: relative !important;
    top: -12% !important;
    right: -14%;
    /* max-width: unset; */
  }

  .v2-hero-1 .__right .right-image-desktop img {
    max-width: 42rem;
  }

  .v2-hero-1 .__left {
    width: 51%;
  }

  .v2-hero-1 .__left .awards .__logo-3 {
    height: 80px;
    width: 90px;
  }

  .v2-hero-1 .__left .awards .__logo-2 {
    max-width: unset;
    height: 80px;
    width: 110px;
  }
}

@media (max-width: 779.98px) {
  p#breadcrumbs {
    position: absolute;
    z-index: 2;
    margin-top: 10px;
    color: white;
  }
  .main-sub-heading {
    font-size: 14px;
    padding-top: 50px;
  }

  .v2-hero-1 {
    position: relative;
    padding-block-start: 5rem;
    padding-block-end: 5rem;
    z-index: 1;
  }
}

/* Tablet portrait + landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .v2-hero-1 .__left {
    height: 100%;
  }

  .v2-hero-1 {
    position: relative;
    padding-block-start: 5rem;
    padding-block-end: 5rem;
    z-index: 1;
  }
}

@media only screen and (max-width: 600px) {
  p#breadcrumbs {
    margin-top: 8%;
  }

  .bg-gradient {
    padding-top: 20% !important;
  }
}

@media only screen and (max-width: 391px) {
  .bg-gradient {
    padding-top: 10% !important;
  }
}

.wp-block-image.aligncenter.featureiconwhite {
  display: none;
}
.hoveranchor {
  padding: 0;
}
.hoveranchor.wp-block-columns {
  gap: 0;
  margin-bottom: 0;
}
.hoveranchor .wp-block-column:nth-child(1) a {
  padding-left: 30px;
}
.hoveranchor .wp-block-column:nth-child(2) a {
  padding-right: 50px;
  line-height: 24px;
}
.hoveranchor .wp-block-column .wp-block-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hoveranchor .wp-block-column p {
  margin-bottom: 0;
  padding: 0;
}
.hoveranchor .wp-block-column p a {
  padding: 30px 0 30px 1em;
  color: black;
  text-decoration: none;
  font-weight: 300;
  display: block;
}
.hoveranchor .wp-block-image {
  margin-bottom: 0;
}
.hoveranchor:hover {
  background-color: #5b7cfb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-image: url("/wp-content/uploads/2025/06/arrow-button-white.svg");
  background-position: right 25px center;
  background-repeat: no-repeat;
}
.hoveranchor:hover p,
.hoveranchor:hover p a {
  color: white;
  text-decoration: none;
}
.hoveranchor:hover .featureiconblue {
  display: none;
}
.hoveranchor:hover .featureiconwhite {
  display: block;
}
.entry-content > .wp-block-columns.features-2-cols-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
.features-2-cols-content .img-column {
  background: linear-gradient(to right, #11132b, #4259b5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* padding: 100px 0 80px 0; */
}
@media screen and (min-width: 782px) {
  .features-2-cols-content .img-column {
    overflow: hidden;
  }

  .features-2-cols-content .img-column figure {
    margin: 0;
  }

  .features-2-cols-content .img-column figure picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .features-2-cols-content .img-column figure picture img {
    height: 500px;
    max-width: unset;
    width: 100vw;
  }
}
@media screen and (max-width: 1089.98px) {
  .features-2-cols-content .img-column figure {
    margin: 0;
  }
  .features-2-cols-content .img-column {
    order: 1;
  }
  .features-2-cols-content .txt-column {
    order: 2;
  }
  .hoveranchor:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .features-2-cols-content .img-column {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* padding: 50px 0 30px 0; */
  }
  .hoveranchor .wp-block-column.mob-align-top {
    align-self: initial;
  }
  .hoveranchor .wp-block-column.mob-align-top a {
    padding-top: 25px;
  }
  .hoveranchor .wp-block-column p a {
    padding: 20px 0 20px 0.5em;
  }
  .hoveranchor .wp-block-column:nth-child(1) a {
    padding-left: 0px;
    padding-right: 0.5em;
  }
  .hoveranchor .wp-block-column:nth-child(2) a {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1089px) {
  .features-2-cols-content .txt-column .wp-block-columns {
    display: flex;
    justify-content: center;
    align-items: center !important;
    margin: 10px 0;
  }
}

.customer-stories-block-bg {
  background: linear-gradient(137.31deg, #11132b 25.48%, #5b7cfb 126.66%),
    radial-gradient(55.11% 55.11% at 50% 53.76%, #e8e8e8 0%, #f7f7f7 100%) !important;
}

.journey {
  padding: 0 !important;
}
.journey-path-shape {
  position: absolute;
  top: 0px;
  left: 0;
  height: 77%;
  padding: 0px !important;
}
.yellow-text {
  color: #d0fc31 !important;
}
.journey-path {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0px !important;
  text-align: left;
}

.bold-text span {
  font-weight: 900 !important;
}

.icon-box-journey {
  display: flex !important;
  justify-content: flex-start;
  align-items: center !important;
  padding: 30px 0 0 30px !important;
  gap: 10px;
  margin-bottom: 20px !important;
}

.wp-column-group {
  display: flex;
  gap: 40px;
  position: relative;
  text-align: left;
  padding: 0 !important;
}

.first-row-box .left-box {
  margin-top: -250px;
}
.first-row-box .right-box {
  margin-top: 130px;
}

.second-row-box {
  margin-bottom: 0 !important;
}
.second-row-box .left-box {
  margin-top: -170px;
}
.second-row-box .right-box {
  margin-top: 280px;
}

.last-row .left-box {
  margin-top: -210px;
}

.wp-column {
  background: #fff;
  color: #000;
  padding: 0;
  border-radius: 16px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.retail-box h5 {
  color: #000 !important;
  text-align: left;
  padding: 0 25px 0 0;
}

.customer-stories-block-bg .wp-block-columns p {
  font-size: 18px;
  color: #000 !important;
  padding: 0 30px 0 30px;
}

.customer-stories-block-bg .wp-block-columns h5 {
  color: #000 !important;
  margin: 0 !important;
  font-size: 24px;
}

.customer-stories-block-bg img {
  border-radius: 0 !important;
}

.wp-block-button.cta.__primary .wp-block-button__link {
  background-color: #d0fc31 !important;
  color: #000;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  border-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.wp-block-button.cta.__primary .wp-block-button__link:hover {
  box-shadow: 0 4px 30px 0 rgba(208, 252, 49, 0.6);
}

.testi-box {
  background-color: #5b7cfb;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 15px 25px;
  align-content: center;
  gap: 15px !important;
}

.customer-stories-block-bg .wp-block-columns h6 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
.testi-image {
  width: 32px !important;
}

@media screen and (min-width: 782px) {
  .mt-customer-stories {
    margin-top: 120px;
  }
  .mt-n-customer-stories {
    margin-top: -110px;
  }
}

/* Mobile devices: all phones and small tablets */
@media only screen and (max-width: 768px) {
  .mobile-spacer {
    height: 50px !important;
  }
  .carousel-badge {
    padding: 50px 0 50px 0;
  }
  .first-row-box .left-box {
    margin-top: 0px;
  }
  .first-row-box .right-box {
    margin-top: 0px;
  }

  .second-row-box {
    margin-bottom: 0 !important;
  }
  .second-row-box .left-box {
    margin-top: 0px;
  }
  .second-row-box .right-box {
    margin-top: 0px;
  }

  .last-row .left-box {
    margin-top: 0px;
  }

  .journey-path-shape {
    display: none;
  }
  .customer-stories-block .wp-block-columns {
    margin-bottom: 0rem;
  }

  .wp-column-group {
    gap: 30px;
    padding: 0 30px !important;
  }

  .journey-path {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    text-align: left;
    margin-left: -30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
}

.journey * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.journey mark {
  padding: 0;
}

.cust-sec .wp-columns p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0 25px !important;
}
@media screen and (min-width: 782px) {
  .mt-customer-stories {
    margin-top: 120px;
  }
  .mt-n-customer-stories {
    margin-top: -135px !important;
  }

  .mt-customer-stories-2 {
    margin-top: 0px;
  }
  .mt-n-customer-stories-2 {
    margin-top: -255px !important;
  }
}

@media only screen and (max-width: 781px) {
  .customer-stories-spacer {
    height: 50px !important;
  }
}

.accordions-content .accordion-item .accordion-body {
  background-color: transparent;
}

.wp-block-image.two-cols-resources-image {
  margin-bottom: 0;
}
.two-cols-resources-image img {
  width: auto;
  max-height: 217px;
}
.home-resources-1 .wp-block-image {
  margin-bottom: 0;
}

.home-resources-2,
.home-resources-3 {
  height: 660px;
}

@media screen and (min-width: 782px) {
  .home-resources-1 .wp-block-columns .wp-block-column:nth-child(2) {
    text-align: left;
  }
  .home-resources-1 {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 781px) {
  .home-resources-1 .wp-block-columns .wp-block-column:nth-child(2) {
    text-align: center;
  }
}

.h2-always-show {
  opacity: 1 !important;
  visibility: visible !important;
}
.simplify-operations-block {
  background: linear-gradient(to right, #5d7cfc 0%, #5d7cfc 60%, #c1cefc 100%);
}
.simplify-operations-block h2,
.simplify-operations-block p {
  color: #fff !important;
}
.simplify-operations-block p {
  max-width: 740px;
}

.entry-content>:last-child:not(.feature-block):not(.yarpp){
  padding-bottom: unset !important;
}