/*
 * home.css
 * Homepage-only visual sections.
 * Scope boundary: #home-visual-sections (non-shared sections only).
 */

:root {
  --home-slide-width: 300px;
  --home-slide-height: 552px;
  --home-slide-gap: 20px;
}

.page-home #home-visual-sections {
  overflow: visible;
}

.page-home #home-visual-sections,
.page-home #home-visual-sections * {
  box-sizing: border-box;
}

.page-home #home-visual-sections img {
  max-width: 100%;
  height: auto;
}

.page-home #home-visual-sections .container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.page-home #home-visual-sections .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page-home #home-visual-sections .col-md-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.page-home #home-visual-sections .midflex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home #home-visual-sections .semiflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-home #home-visual-sections .simpleflex {
  display: flex;
  align-items: center;
}

.page-home #home-visual-sections .allflex {
  display: flex;
}

.page-home #home-visual-sections .text-center {
  text-align: center;
}

.page-home #home-visual-sections .text-right {
  text-align: right;
}

.page-home #home-visual-sections .text-left {
  text-align: left;
}

.page-home #home-visual-sections .padding-top-100 {
  padding-top: 100px;
}

.page-home #home-visual-sections .padding-bottom-100 {
  padding-bottom: 100px;
}

.page-home #home-visual-sections .background-blue-light {
  background-color: #f8f8fd;
}

.page-home #home-visual-sections .img-fluid {
  max-width: 100%;
  height: auto;
}

.page-home #home-visual-sections .webshow {
  display: block;
}

.page-home #home-visual-sections .mobileshow {
  display: none;
}

.page-home #home-visual-sections h1,
.page-home #home-visual-sections h2,
.page-home #home-visual-sections h3,
.page-home #home-visual-sections h4,
.page-home #home-visual-sections h5 {
  margin-top: 0;
  font-family: "Outfit", sans-serif;
  color: #0f193b;
}

.page-home #home-visual-sections .section-headings {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #0f193b;
}

.page-home #home-visual-sections .subheadings-1 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #5f6578;
  font-family: "Outfit", sans-serif;
}

.page-home #home-visual-sections .subheadings-2 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #0f193b;
}

.page-home #home-visual-sections .subheading-top {
  margin-top: 30px;
}

.page-home #home-visual-sections .normaltext {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #5f6578;
  font-family: "Outfit", sans-serif;
}

/* Common CTA styles used by homepage visual sections */
.page-home #home-visual-sections .homebannerbtn,
.page-home #home-visual-sections .demo-btn {
  width: 220px;
  height: 54px;
  border-radius: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.page-home #home-visual-sections .homebannerbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3064f9;
  color: #ffffff;
  border: 1px solid #3064f9;
  transition: all 0.2s ease;
}

.page-home #home-visual-sections .homebannerbtn:hover,
.page-home #home-visual-sections .homebannerbtn:focus-visible {
  background-color: transparent;
  color: #3064f9;
  border-color: #3064f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

.page-home #home-visual-sections .demo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 20px;
  color: #3064f9;
  border: 1px solid #3064f9;
  background-color: transparent;
  cursor: pointer;
}

.page-home #home-visual-sections .demo-btn svg {
  position: static;
  top: auto;
  display: block;
  width: 13.222px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
  align-self: center;
}

.page-home #home-visual-sections .demo-btn:hover,
.page-home #home-visual-sections .demo-btn:focus-visible {
  background-color: #3064f9;
  color: #ffffff;
  border-color: #3064f9;
  box-shadow: 0 2px 8px rgba(48, 100, 249, 0.16);
}

.page-home #home-visual-sections .demo-btn:hover svg,
.page-home #home-visual-sections .demo-btn:focus-visible svg {
  fill: #ffffff;
}

.page-home #home-visual-sections .lottie-wrapper {
  position: relative;
}

.page-home #home-visual-sections .lottie-placeholder,
.page-home #home-visual-sections .lottie-play-btn {
  cursor: pointer;
}

.page-home #home-visual-sections .lottie-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 199px;
  height: 199px;
  border: 0;
  background: transparent;
  padding: 0;
  z-index: 2;
}

.page-home #home-visual-sections .lottie-play-btn img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 1) homebanner */
.page-home #home-visual-sections .homebanner {
  position: relative;
}

.page-home #home-visual-sections .homebanner .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-home #home-visual-sections .homebanner h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 54px;
  line-height: 68px;
  font-weight: 700;
}

.page-home #home-visual-sections .homebanner h2 {
  margin: 20px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  color: #5f6578;
  font-weight: 400;
}

.page-home #home-visual-sections .homebanner .simpleflex {
  justify-content: center;
  width: max-content;
  margin: 30px auto 60px;
}

.page-home #home-visual-sections .home-ai-input-row {
  text-decoration: none;
}

.page-home #home-visual-sections .home-ai-input-row img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home #home-visual-sections .home-ai-input-row-desktop {
  display: block;
  width: 1080px;
  max-width: 100%;
  height: 54px;
  margin: 0 auto 20px;
}

.page-home #home-visual-sections .home-ai-input-row-mobile {
  display: none;
}

.page-home #home-visual-sections .homebanner .homebannerimg {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  top: auto !important;
  right: auto !important;
}

.page-home #home-visual-sections .homebanner .homebannerimg .lottie-wrapper {
  height: 672px;
  overflow: hidden;
}

.page-home #home-visual-sections .homebanner .homebannerimg .lottie-placeholder {
  width: 1080px;
  max-width: 100%;
  height: 672px;
  display: block;
  object-fit: cover;
}

.page-home #home-visual-sections .homebanner-list-mobile {
  display: none;
}

.page-home #home-visual-sections .homebanner-list-web {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 51px 0 0;
}

.page-home #home-visual-sections .homebanner-subsection {
  display: flex;
  align-items: center;
}

.page-home #home-visual-sections .homebanner-list-icon {
  width: 18px;
  height: 18px;
}

.page-home #home-visual-sections .homebanner-list-icon svg path {
  fill: #7782a1 !important;
}

.page-home #home-visual-sections .bannerlist {
  margin: 0 0 0 6px;
  font-size: 14px;
  line-height: 18px;
  color: #5f6578;
  font-family: "Outfit", sans-serif;
}

/* 2) logo-container */
.page-home #home-visual-sections .logo-container {
  padding-top: 20px;
  padding-bottom: 0;
}

.page-home #home-visual-sections .logo-container .homebannerimg {
  display: none;
}

.page-home #home-visual-sections .banner-stats-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 588px;
  max-width: calc(100% - 40px);
  margin: 0 auto 40px;
}

.page-home #home-visual-sections .banner-left-line,
.page-home #home-visual-sections .banner-right-line {
  width: 160px;
  height: 1px;
}

.page-home #home-visual-sections .banner-left-line {
  background: linear-gradient(90deg, #ffffff 0, #e3e6f1 100%);
}

.page-home #home-visual-sections .banner-right-line {
  background: linear-gradient(90deg, #e3e6f1 0, #ffffff 100%);
}

.page-home #home-visual-sections .bannerstats {
  width: max-content;
  margin: 0 20px;
  font-size: 16px;
  line-height: 20px;
  color: #0f193b;
  font-family: "Outfit", sans-serif;
}

.page-home #home-visual-sections .logo-slider-container {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background-color: #f8f8fd;
  padding-bottom: 60px;
  position: relative;
  pointer-events: none;
}

.page-home #home-visual-sections .logo-slider-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: slideLeft 50s linear infinite;
}

.page-home #home-visual-sections .single-logo-box {
  flex: 0 0 auto;
  margin: 0 40px;
  height: 70px;
  transition: transform 0.3s ease;
}

.page-home #home-visual-sections .single-logo-box:hover {
  transform: scale(1.1);
}

.page-home #home-visual-sections .single-logo-box img {
  height: 70px;
  object-fit: contain;
  display: block;
}

/* AI app generation */
.page-home #home-visual-sections .ai-app-generation {
  padding: 100px 0;
  background-color: #ffffff;
}

.page-home #home-visual-sections .ai-app-generation-layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  width: 1080px;
  max-width: 100%;
}

.page-home #home-visual-sections .ai-app-generation-visual {
  display: block;
  width: 540px;
  height: 540px;
  flex: 0 0 540px;
  border-radius: 10px;
  object-fit: contain;
}

.page-home #home-visual-sections .ai-app-generation-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 480px;
  flex: 0 0 480px;
  font-family: "Outfit", sans-serif;
}

.page-home #home-visual-sections .ai-app-generation-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.page-home #home-visual-sections .ai-app-generation-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #ebf0ff;
  color: #6b67fd;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: normal;
  font-weight: 600;
  white-space: nowrap;
}

.page-home #home-visual-sections .ai-app-generation-badge-icon,
.page-home #home-visual-sections .ai-app-generation-list li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #7c66fd;
  line-height: 1;
}

.page-home #home-visual-sections .ai-app-generation-badge-icon {
  width: 16px;
  height: 16px;
}

.page-home #home-visual-sections .ai-app-generation-content h2 {
  width: 100%;
  margin: 0;
  color: #0f193b;
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}

.page-home #home-visual-sections .ai-app-generation-description {
  width: 100%;
  margin: 0;
  color: #5f6578;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.page-home #home-visual-sections .ai-app-generation-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5f6578;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.page-home #home-visual-sections .ai-app-generation-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.page-home #home-visual-sections .ai-app-generation-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 1px;
  background-image: url("/assets/images/home/home-ai-app-builder-bullet-icon-desktop.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-home #home-visual-sections .ai-app-generation-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 54px;
  padding: 15px 33px;
  border-radius: 4px;
  background: linear-gradient(90deg, #7c66fd 0%, #5f65ff 50%, #5285fd 100%);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home #home-visual-sections .ai-app-generation-cta:hover,
.page-home #home-visual-sections .ai-app-generation-cta:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(48, 100, 249, 0.22);
}

.page-home #home-visual-sections .ai-app-generation-cta span {
  display: inline-block;
  margin-left: 1px;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-7px);
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(var(--animation-distance, -50%));
  }
}

/* 3) more-conversions */
.page-home #home-visual-sections .more-conversions {
  background-color: #ffffff;
}

.page-home #home-visual-sections .more-conversions .subheading-top {
  line-height: 20px;
}

.page-home #home-visual-sections .appconversions {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.page-home #home-visual-sections .more-conversions-zero {
  display: none;
}

.page-home #home-visual-sections .more-conversions-one,
.page-home #home-visual-sections .more-conversions-two {
  width: 350px;
  min-width: 350px;
}

.page-home #home-visual-sections .more-conversions-three {
  width: 280px;
  height: 560px;
  margin: 0 50px;
  overflow: hidden;
}

.page-home #home-visual-sections .more-conversions-three .lottie-wrapper {
  width: 280px;
  height: 560px;
  box-shadow: none;
}

.page-home #home-visual-sections .more-conversions-three .lottie-play-btn {
  width: 169px;
  height: 169px;
}

.page-home #home-visual-sections .appconversions .subheadings-2 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 25px;
}

.page-home #home-visual-sections .appconversions p {
  margin-bottom: 0;
  min-height: 36px;
  line-height: 18px;
}

.page-home #home-visual-sections .threestepsdetail {
  margin-bottom: 0;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: space-between;
}

.page-home #home-visual-sections .threestepsdetail .stats {
  width: 270px;
  max-width: 270px;
}

.page-home #home-visual-sections .threestepsdetail h3 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: #3064f9;
}

.page-home #home-visual-sections .threestepsdetail.midflex p {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 18px;
}

.page-home #home-visual-sections .youtubelink {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.page-home #home-visual-sections .youtubelink > div {
  min-width: 0;
}

.page-home #home-visual-sections .youtubelink > div:nth-child(2) {
  width: 49px;
  min-width: 49px;
  flex: 0 0 49px;
  display: flex;
  align-items: center;
}

.page-home #home-visual-sections .youtubelink > div:nth-child(2) img {
  width: 49px;
  min-width: 49px;
  max-width: 49px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  display: block;
  object-fit: contain;
}

.page-home #home-visual-sections .youtubelink > div:nth-child(3) {
  width: 181px;
  flex: 0 0 181px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home #home-visual-sections .youtubelink div.open-modal {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.page-home #home-visual-sections .youtubelink .demo-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  line-height: 18.266px;
  font-weight: 700;
  color: #1b2952;
}

.page-home #home-visual-sections .youtubelink .demo-subtext {
  margin: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 16.125px;
  color: #7782a1;
}

/* 4) development-without-developers */
.page-home #home-visual-sections .development-without-developers {
  background-color: #ffffff;
}

.page-home #home-visual-sections .development-without-developers .subheadings-1 {
  margin-bottom: 40px;
  line-height: 20px;
}

.page-home #home-visual-sections .development-without-developers .two-btn-set {
  width: max-content;
  margin: 0 auto;
}

.page-home #home-visual-sections .development-without-developers .tailormade {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 40px;
  align-items: stretch;
}

.page-home #home-visual-sections .development-without-developers .portalfeatures {
  display: block;
  width: calc((100% - 20px) / 2);
  background-color: #ffffff;
  border: 1px solid #dce1eb;
  border-radius: 5px;
  padding: 30px 40px 24px;
}

.page-home #home-visual-sections .development-without-developers .native-app-card-link,
.page-home #home-visual-sections .development-without-developers .native-app-card-link:link,
.page-home #home-visual-sections .development-without-developers .native-app-card-link:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, outline-color 0.3s ease;
}

.page-home #home-visual-sections .development-without-developers .native-app-card-link:hover,
.page-home #home-visual-sections .development-without-developers .native-app-card-link:focus,
.page-home #home-visual-sections .development-without-developers .native-app-card-link:focus-visible {
  color: inherit;
  border-color: #b8bfd0;
  outline-color: #b8bfd0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.page-home #home-visual-sections .development-without-developers .portalfeatures div:first-of-type {
  width: 349px;
  max-width: 100%;
  height: 220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home #home-visual-sections .development-without-developers .portalfeatures .subheadings-2 {
  margin: 24px 0 14px;
}

.page-home #home-visual-sections .development-without-developers .portalfeatures .normaltext {
  line-height: 18.82px;
}

/* 5) convertwebsite */
.page-home #home-visual-sections .convertwebsite {
  background-color: #f8f8fd;
  text-align: left;
  margin-bottom: 0;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.page-home #home-visual-sections .convertwebsite p {
  margin-bottom: 0;
  line-height: 20px;
}

.page-home #home-visual-sections .convertwebsite .section-headings.text-center,
.page-home #home-visual-sections .convertwebsite .subheadings-1.subheading-top.text-center {
  text-align: left;
  max-width: 335px;
}

.page-home #home-visual-sections .convertwebsite .subheadings-1.subheading-top.text-center {
  margin-top: 20px;
}

.page-home #home-visual-sections .convertwebsite .convertwebsite-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.page-home #home-visual-sections .convertwebsite .convertwebsite-card {
  width: 157px;
  height: 157px;
  flex: 0 0 157px;
  padding: 40px 46px;
  border: 1px solid #dce1eb;
  border-radius: 10px;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-home #home-visual-sections .convertwebsite .convertwebsite-card:hover,
.page-home #home-visual-sections .convertwebsite .convertwebsite-card:focus-visible {
  border-color: #b8bfd0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.page-home #home-visual-sections .convertwebsite .convertwebsite-card-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 77px;
  height: 48px;
  flex: 0 0 48px;
}

.page-home #home-visual-sections .convertwebsite .convertwebsite-card-icon img {
  display: block;
  height: auto;
  max-height: 48px;
  max-width: 77px;
}

.page-home #home-visual-sections .convertwebsite .convertwebsite-card-title {
  margin: 0;
  color: #5f6578;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

/* 6) app-design */
.page-home #home-visual-sections .app-design {
  background-color: #f8f8fd;
  padding-bottom: 100px;
}

.page-home #home-visual-sections .app-design .subheading-top {
  line-height: 22px;
}

.page-home #home-visual-sections .app-design > div {
  display: flex;
  align-items: center;
  margin-top: 58px;
}

.page-home #home-visual-sections .app-design .mobile-apps-track.mobileshow {
  display: none;
}

.page-home #home-visual-sections .carousel {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.page-home #home-visual-sections .carousel.dragging {
  cursor: grabbing;
  touch-action: none;
}

.page-home #home-visual-sections .track {
  display: flex;
  gap: var(--home-slide-gap);
  height: var(--home-slide-height);
  will-change: transform;
}

.page-home #home-visual-sections .track img {
  user-drag: none;
  user-select: none;
  pointer-events: none;
}

/* 7) advanced-features */
.page-home #home-visual-sections .advanced-features .advanced-features-link {
  text-decoration: none;
  color: #3064f9;
}

.page-home #home-visual-sections .advanced-features .advanced-features-link:link,
.page-home #home-visual-sections .advanced-features .advanced-features-link:visited {
  color: #3064f9;
}

.page-home #home-visual-sections .advanced-features .advanced-features-link:hover,
.page-home #home-visual-sections .advanced-features .advanced-features-link:focus,
.page-home #home-visual-sections .advanced-features .advanced-features-link:focus-visible {
  color: #0f193b;
}

.page-home #home-visual-sections .advanced-features {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.page-home #home-visual-sections .advanced-features .advanced-features-link {
  width: max-content;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home #home-visual-sections .advanced-features .advanced-features-link img {
  margin-left: 10px;
}

.page-home #home-visual-sections .advanced-features .feature-card-link,
.page-home #home-visual-sections .advanced-features .feature-card-link:link,
.page-home #home-visual-sections .advanced-features .feature-card-link:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.page-home #home-visual-sections .advanced-features .feature-card-link:hover,
.page-home #home-visual-sections .advanced-features .feature-card-link:focus,
.page-home #home-visual-sections .advanced-features .feature-card-link:focus-visible {
  color: inherit;
  border-color: #b8bfd0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  outline: none;
}

.page-home #agency-solutions-section .agency-link,
.page-home #agency-solutions-section .agency-link:link,
.page-home #agency-solutions-section .agency-link:visited,
.page-home #customer-reviews-awards-section .reviewlink,
.page-home #customer-reviews-awards-section .reviewlink:link,
.page-home #customer-reviews-awards-section .reviewlink:visited {
  color: #3064f9;
}

.page-home #agency-solutions-section .agency-link {
  width: max-content;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.page-home #agency-solutions-section .agency-link img {
  flex: 0 0 auto;
  display: block;
  margin: 0;
}

.page-home #agency-solutions-section .agency-link:hover,
.page-home #agency-solutions-section .agency-link:focus,
.page-home #agency-solutions-section .agency-link:focus-visible,
.page-home #customer-reviews-awards-section .reviewlink:hover,
.page-home #customer-reviews-awards-section .reviewlink:focus,
.page-home #customer-reviews-awards-section .reviewlink:focus-visible {
  color: #0f193b;
}

.page-home #home-visual-sections .advanced-features .advanced-features-link:hover img,
.page-home #home-visual-sections .advanced-features .advanced-features-link:focus img,
.page-home #home-visual-sections .advanced-features .advanced-features-link:focus-visible img,
.page-home #agency-solutions-section .agency-link:hover img,
.page-home #agency-solutions-section .agency-link:focus img,
.page-home #agency-solutions-section .agency-link:focus-visible img,
.page-home #customer-reviews-awards-section .reviewlink:hover img,
.page-home #customer-reviews-awards-section .reviewlink:focus img,
.page-home #customer-reviews-awards-section .reviewlink:focus-visible img {
  filter: brightness(0) saturate(100%);
}

.page-home #home-visual-sections .businesssync {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}

.page-home #home-visual-sections .businesssync .sixboxes {
  flex: 0 0 340px;
  width: 340px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #dce1eb;
  background: #ffffff;
  padding: 30px;
  margin-bottom: 0;
}

.page-home #home-visual-sections .businesssync .sixboxes:nth-child(-n+3) {
  min-height: 177px;
}

.page-home #home-visual-sections .businesssync .sixboxes:nth-child(n+4) {
  min-height: 184px;
}

.page-home #home-visual-sections .businesssync .sixboxes > div:first-child {
  position: absolute;
  top: 30px;
  left: 0;
  width: 3px;
  height: 33px;
}

.page-home #home-visual-sections .businesssync .subheadings-2 {
  margin-bottom: 20px;
  line-height: 25px;
}

.page-home #home-visual-sections .businesssync .normaltext {
  margin-bottom: 0;
  line-height: 18px;
}

.page-home #home-visual-sections .borderblue {
  background-color: #7297ff;
}

.page-home #home-visual-sections .borderyellow {
  background-color: #ffc834;
}

.page-home #home-visual-sections .borderorange {
  background-color: #fc8855;
}

.page-home #home-visual-sections .bordergreen {
  background-color: #83d298;
}

.page-home #home-visual-sections .borderred {
  background-color: #ff5858;
}

.page-home #home-visual-sections .borderlightblue {
  background-color: #47c2ff;
}

/* Modal sizing (homepage only) */
@media screen and (min-width: 1080px) {
  .page-home #home-visual-sections .homebanner,
  .page-home #home-visual-sections .logo-container,
  .page-home #home-visual-sections .ai-app-generation,
  .page-home #home-visual-sections .more-conversions,
  .page-home #home-visual-sections .development-without-developers,
  .page-home #home-visual-sections .convertwebsite,
  .page-home #home-visual-sections .app-design,
  .page-home #home-visual-sections .advanced-features {
    overflow: visible;
  }

  .page-home #home-visual-sections .more-conversions {
    padding-bottom: 100px;
  }

  .page-home #home-visual-sections .more-conversions .threestepsdetail.padding-top-100 {
    padding-top: 100px;
    margin-bottom: 0;
  }

  .page-home #home-visual-sections .development-without-developers {
    padding-bottom: 100px;
  }

  .page-home #home-visual-sections .development-without-developers .subheadings-1 {
    margin-bottom: 30px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .development-without-developers .tailormade {
    justify-content: flex-start;
    gap: 40px;
    margin-top: 60px;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures {
    width: 520px;
    border-radius: 6px;
    padding: 40px;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures div:first-of-type {
    width: 440px;
    height: 260px;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures .subheadings-2 {
    margin: 30px 0 15px;
    line-height: 25px;
    text-align: center;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures .normaltext {
    margin: 0;
    line-height: 17px;
    text-align: center;
  }

  .page-home #home-visual-sections .convertwebsite {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    text-align: center;
  }

  .page-home #home-visual-sections .convertwebsite .section-headings.text-center,
  .page-home #home-visual-sections .convertwebsite .subheadings-1.subheading-top.text-center {
    text-align: center;
    max-width: none;
  }

  .page-home #home-visual-sections .convertwebsite .subheadings-1.subheading-top.text-center {
    margin-top: 30px;
  }

  .page-home #home-visual-sections .convertwebsite .convertwebsite-grid {
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: 60px;
  }

  .page-home #home-visual-sections .convertwebsite .convertwebsite-card {
    width: auto;
    height: auto;
    min-width: 0;
    flex: 1 0 0;
    aspect-ratio: 1 / 1;
  }

  .page-home #home-visual-sections .homebanner h1 {
    font-size: 54px;
    line-height: 68px;
  }

  .page-home #home-visual-sections .homebanner h2 {
    font-size: 18px;
  }

  .page-home #home-visual-sections .homebannerbtn,
  .page-home #home-visual-sections .demo-btn {
    height: 54px;
    font-size: 16px;
  }

  .page-home #home-visual-sections .homebanner-list-web {
    margin-top: 51px;
  }

  .page-home #home-visual-sections .homebanner .container {
    padding-bottom: 60px;
  }

  .page-home #home-visual-sections .lottie-play-btn {
    width: clamp(130px, calc(130px + (69 * ((100vw - 1024px) / 475))), 199px);
    height: clamp(130px, calc(130px + (69 * ((100vw - 1024px) / 475))), 199px);
  }

  .page-home #home-visual-sections .app-design {
    padding-bottom: 100px;
  }

  .page-home #home-visual-sections .app-design > div {
    margin-top: 58px;
  }

  .page-home #home-visual-sections .more-conversions-three .lottie-play-btn {
    width: 169px;
    height: 169px;
  }

  .page-home #home-visual-sections .more-conversions-one,
  .page-home #home-visual-sections .more-conversions-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    min-width: 350px;
    min-height: 560px;
    top: 0;
    padding-top: 0;
  }

  .page-home #home-visual-sections .appconversions {
    align-items: center;
  }

  .page-home #home-visual-sections .more-conversions .more-conversions-one > p + h3.subheadings-2,
  .page-home #home-visual-sections .more-conversions .more-conversions-two > p + h3.subheadings-2 {
    margin-top: 80px;
  }

  .page-home #home-visual-sections .threestepsdetail.midflex p {
    width: 270px;
  }

  .page-home #home-visual-sections .threestepsdetail .youtubelink {
    width: 270px;
    max-width: 270px;
    left: 0;
    top: 0;
    padding: 10px 0;
  }

}

@media screen and (max-width: 1079px) {
  .page-home #home-visual-sections .container {
    width: min(100%, 375px);
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .page-home #home-visual-sections .row {
    margin-left: 0;
    margin-right: 0;
  }

  .page-home #home-visual-sections .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-home #home-visual-sections .padding-top-100 {
    padding-top: 60px;
  }

  .page-home #home-visual-sections .padding-bottom-100 {
    padding-bottom: 60px;
  }

  .page-home #home-visual-sections .webshow {
    display: none !important;
  }

  .page-home #home-visual-sections .mobileshow {
    display: block !important;
  }

  .page-home #home-visual-sections .section-headings {
    font-size: 26px;
    line-height: 33px;
  }

  .page-home #home-visual-sections .subheadings-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .page-home #home-visual-sections .normaltext {
    line-height: 18px;
  }

  .page-home #home-visual-sections .homebanner .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-home #home-visual-sections .homebanner h1 {
    font-size: 48px !important;
    line-height: 60px !important;
    text-align: left;
    margin-bottom: 20px;
  }

  .page-home #home-visual-sections .homebanner h2 {
    margin: 0 0 40px;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: left;
  }

  .page-home #home-visual-sections .homebanner .homebannerimg,
  .page-home #home-visual-sections .homebanner-list-web {
    display: none !important;
  }

  .page-home #home-visual-sections .homebanner-list-mobile {
    display: block;
  }

  .page-home #home-visual-sections .homebanner-subsection {
    margin-bottom: 30px;
  }

  .page-home #home-visual-sections .homebanner-subsection:last-child {
    margin-bottom: 0;
  }

  .page-home #home-visual-sections .homebanner-list-mobile .homebanner-list-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  .page-home #home-visual-sections .homebanner-list-mobile .homebanner-list-icon svg path {
    fill: #47ce70 !important;
  }

  .page-home #home-visual-sections .homebanner-list-mobile .bannerlist {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .homebanner .simpleflex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: 335px;
    margin: 40px 0 0;
  }

  .page-home #home-visual-sections .home-ai-input-row-desktop {
    display: none;
  }

  .page-home #home-visual-sections .homebanner .homebannerbtn,
  .page-home #home-visual-sections .homebanner .demo-btn {
    width: 335px;
    max-width: 335px;
    min-width: 0;
    height: 54px;
    box-sizing: border-box;
    font-size: 16px;
    margin-left: 0;
  }

  .page-home #home-visual-sections .homebanner .homebannerbtn {
    padding: 15px 33px;
  }

  .page-home #home-visual-sections .homebanner .demo-btn {
    gap: 6px;
    padding: 16px 51px;
    margin-left: 0;
  }

  .page-home #home-visual-sections .logo-container {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .page-home #home-visual-sections .banner-stats-container {
    width: 335px;
    max-width: 335px;
    margin: 0 auto 20px;
  }

  .page-home #home-visual-sections .banner-left-line,
  .page-home #home-visual-sections .banner-right-line {
    width: 43.5px;
  }

  .page-home #home-visual-sections .bannerstats {
    margin: 0 10px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
  }

  .page-home #home-visual-sections .single-logo-box {
    margin: 0 20px;
  }

  .page-home #home-visual-sections .logo-container .homebannerimg {
    display: block;
    margin-top: 20px;
    width: 335px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-home #home-visual-sections .home-ai-input-row-mobile {
    display: block;
    width: 335px;
    max-width: 100%;
    height: 54px;
    margin: 40px auto 0;
  }

  .page-home #home-visual-sections .logo-container .homebannerimg .lottie-wrapper {
    width: 335px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 398 / 248;
    box-shadow: none;
  }

  .page-home #home-visual-sections .logo-container .homebannerimg .lottie-placeholder {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .page-home #home-visual-sections .logo-container .homebannerimg .lottie-play-btn {
    width: 163px;
    height: 163px;
  }

  .page-home #home-visual-sections .logo-slider-container {
    padding-bottom: 0;
  }

  .page-home #home-visual-sections .ai-app-generation {
    padding: 60px 0;
  }

  .page-home #home-visual-sections .ai-app-generation .container {
    width: min(100%, 375px);
    max-width: 375px;
  }

  .page-home #home-visual-sections .ai-app-generation-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }

  .page-home #home-visual-sections .ai-app-generation-visual {
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
  }

  .page-home #home-visual-sections .ai-app-generation-content {
    display: contents;
  }

  .page-home #home-visual-sections .ai-app-generation-intro {
    order: 1;
    gap: 30px;
  }

  .page-home #home-visual-sections .ai-app-generation-intro > div,
  .page-home #home-visual-sections .ai-app-generation-intro > p,
  .page-home #home-visual-sections .ai-app-generation-intro > h2 {
    width: 100%;
  }

  .page-home #home-visual-sections .ai-app-generation-badge {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .page-home #home-visual-sections .ai-app-generation-content h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .page-home #home-visual-sections .ai-app-generation-description {
    font-size: 16px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .ai-app-generation-list {
    order: 3;
    gap: 20px;
    width: 100%;
    margin-top: -10px;
    font-size: 16px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .ai-app-generation-list li {
    gap: 10px;
  }

  .page-home #home-visual-sections .ai-app-generation-list li::before {
    height: 18px;
    background-image: url("/assets/images/home/home-ai-app-builder-bullet-icon-mobile.webp");
  }

  .page-home #home-visual-sections .ai-app-generation-cta {
    order: 4;
    width: 100%;
    height: 54px;
    margin-top: -10px;
  }

  .page-home #home-visual-sections .more-conversions .subheading-top {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 20px;
  }

  .page-home #home-visual-sections .more-conversions > .container > .section-headings,
  .page-home #home-visual-sections .more-conversions > .container > .subheadings-1.subheading-top {
    text-align: left !important;
  }

  .page-home #home-visual-sections .more-conversions {
    padding-bottom: 0;
  }

  .page-home #home-visual-sections .appconversions {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }

  .page-home #home-visual-sections .more-conversions-zero {
    display: block;
    order: 1;
    margin: 0 auto 40px;
    text-align: center;
  }

  .page-home #home-visual-sections .more-conversions-zero .lottie-wrapper {
    width: 280px;
    max-width: 280px;
    margin: 0 auto;
    height: 560px;
  }

  .page-home #home-visual-sections .more-conversions-zero .lottie-play-btn {
    width: 113px;
    height: 113px;
  }

  .page-home #home-visual-sections .more-conversions-zero .lottie-placeholder,
  .page-home #home-visual-sections .more-conversions-zero .lottie-wrapper {
    box-shadow: none !important;
  }

  .page-home #home-visual-sections .more-conversions-zero .lottie-placeholder {
    width: 280px;
    height: 560px;
    object-fit: contain;
  }

  .page-home #home-visual-sections .more-conversions-three,
  .page-home #home-visual-sections .more-conversions-three * {
    display: none !important;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-one,
  .page-home #home-visual-sections .appconversions .more-conversions-two {
    display: contents;
    width: auto;
    min-width: 0;
  }

  .page-home #home-visual-sections .appconversions .text-right {
    text-align: left !important;
  }

  .page-home #home-visual-sections .appconversions .subheadings-2 {
    margin: 0;
    width: 335px;
    line-height: 25px;
  }

  .page-home #home-visual-sections .appconversions p {
    margin: 15px 0 0;
    min-height: auto;
    line-height: 18px;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-one .subheadings-2:first-of-type {
    order: 2;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-one .normaltext:first-of-type {
    order: 3;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-two .subheadings-2:first-of-type {
    order: 4;
    margin-top: 40px;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-two .normaltext:first-of-type {
    order: 5;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-one .subheadings-2:last-of-type {
    order: 6;
    margin-top: 40px;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-one .normaltext:last-of-type {
    order: 7;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-two .subheadings-2:last-of-type {
    order: 8;
    margin-top: 40px;
  }

  .page-home #home-visual-sections .appconversions .more-conversions-two .normaltext:last-of-type {
    order: 9;
  }

  .page-home #home-visual-sections .threestepsdetail {
    padding-top: 60px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 60px;
    align-items: flex-start;
  }

  .page-home #home-visual-sections .threestepsdetail .stats {
    width: 100%;
    max-width: 270px;
    margin-bottom: 0;
  }

  .page-home #home-visual-sections .threestepsdetail .stats h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .page-home #home-visual-sections .threestepsdetail .stats .normaltext {
    width: auto;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .page-home #home-visual-sections .threestepsdetail .youtubelink {
    width: 270px;
    max-width: 270px;
    margin-top: 0;
    margin-bottom: 0;
    gap: 15px;
    align-items: center;
    min-height: 56px;
  }

  .page-home #home-visual-sections .threestepsdetail .youtubelink > div:nth-child(2) {
    width: 49px;
    min-width: 49px;
    flex: 0 0 49px;
    display: flex;
    align-items: center;
  }

  .page-home #home-visual-sections .threestepsdetail .youtubelink > div:nth-child(2) img {
    width: 49px;
    height: 36px;
    object-fit: contain;
  }

  .page-home #home-visual-sections .threestepsdetail .youtubelink > div:nth-child(3) {
    width: 181px;
    flex: 0 0 181px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-home #home-visual-sections .threestepsdetail .youtubelink .demo-title {
    margin: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 18.266px;
  }

  .page-home #home-visual-sections .threestepsdetail .youtubelink .demo-subtext {
    margin: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 16.125px;
  }

  .page-home #home-visual-sections .development-without-developers {
    margin-top: 0;
    padding-bottom: 60px !important;
    background-color: #ffffff;
  }

  .page-home #home-visual-sections .development-without-developers .section-headings.text-center,
  .page-home #home-visual-sections .development-without-developers .subheadings-1.subheading-top.text-center {
    text-align: left;
  }

  .page-home #home-visual-sections .development-without-developers .subheading-top {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .development-without-developers .two-btn-set {
    width: 100%;
    justify-content: center;
  }

  .page-home #home-visual-sections .development-without-developers .two-btn-set .homebannerbtn {
    width: 100%;
    max-width: 335px;
    height: 54px;
  }

  .page-home #home-visual-sections .development-without-developers .tailormade {
    display: block;
    margin-top: 40px;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures {
    width: 100%;
    max-width: 335px;
    margin: 0 auto 20px;
    padding: 20px 20px 30px;
    min-height: 320px;
    text-align: center;
    border: none;
    outline: 1px solid #dce1eb;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures:last-child {
    margin-bottom: 0;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures div:first-of-type {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures div:first-of-type img.mobileshow {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures .subheadings-2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .page-home #home-visual-sections .development-without-developers .portalfeatures .normaltext {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .page-home #home-visual-sections .convertwebsite {
    margin: 0;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    text-align: left;
  }

  .page-home #home-visual-sections .convertwebsite .section-headings.text-center,
  .page-home #home-visual-sections .convertwebsite .subheadings-1.subheading-top.text-center {
    text-align: left;
    max-width: 335px;
  }

  .page-home #home-visual-sections .convertwebsite .subheadings-1.subheading-top.text-center {
    margin-top: 20px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .convertwebsite .convertwebsite-grid {
    gap: 20px;
    margin-top: 40px;
  }

  .page-home #home-visual-sections .convertwebsite .convertwebsite-card {
    width: 157px;
    height: 157px;
    flex: 0 0 157px;
    aspect-ratio: auto;
  }

  .page-home #home-visual-sections .app-design {
    background: #f8f8fd;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-home #home-visual-sections .app-design .section-headings.text-center,
  .page-home #home-visual-sections .app-design .subheadings-1.subheading-top.text-center {
    text-align: left;
    width: 335px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-home #home-visual-sections .app-design .subheadings-1.subheading-top.text-center {
    margin-top: 20px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .app-design .carousel,
  .page-home #home-visual-sections .app-design .carousel.webshow {
    display: none !important;
  }

  .page-home #home-visual-sections .app-design .mobile-apps-track.mobileshow {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 40px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    gap: 0;
    box-sizing: border-box;
  }

  .page-home #home-visual-sections .app-design .mobile-apps-track.mobileshow::-webkit-scrollbar {
    display: none;
  }

  .page-home #home-visual-sections .app-design .mobile-apps-track.mobileshow img {
    width: 300px;
    min-width: 300px;
    height: 552px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .page-home #home-visual-sections .advanced-features {
    background-color: #ffffff;
    padding-bottom: 60px;
  }

  .page-home #home-visual-sections .advanced-features .section-headings.text-center,
  .page-home #home-visual-sections .advanced-features .subheadings-1.subheading-top.text-center {
    text-align: left;
    max-width: 335px;
  }

  .page-home #home-visual-sections .advanced-features .subheadings-1.subheading-top.text-center {
    margin-top: 20px;
    line-height: 20px;
  }

  .page-home #home-visual-sections .advanced-features .advanced-features-link {
    width: 100%;
    max-width: 335px;
    margin: 30px 0 0;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px !important;
  }

  .page-home #home-visual-sections .advanced-features .advanced-features-link img {
    display: block;
    flex: 0 0 auto;
    align-self: center;
    width: 18.27px;
    height: 11.54px;
    margin-left: 0;
  }

  body.page-home #customer-reviews-awards-section .reviewlink img {
    height: auto;
  }

  body.page-home #customer-reviews-awards-section .review-stars {
    height: auto;
  }

  body.page-home #customer-reviews-awards-section .review-stars img,
  body.page-home #customer-reviews-awards-section .review-stars img.rating-stars-row {
    height: auto;
    max-height: none;
  }

  .page-home #home-visual-sections .advanced-features .businesssync {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .sixboxes {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 30px;
    border: none;
    box-shadow: inset 0 0 0 1px #dce1eb;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .sixboxes:nth-child(1) {
    order: 1;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .sixboxes:nth-child(2) {
    order: 3;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .sixboxes:nth-child(3) {
    order: 5;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .sixboxes:nth-child(4) {
    order: 2;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .sixboxes:nth-child(5) {
    order: 4;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .sixboxes:nth-child(6) {
    order: 6;
  }

  .page-home #home-visual-sections .advanced-features .businesssync .subheadings-2 {
    margin-bottom: 20px;
  }
}
