@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
/*
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
*/

/*
body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #FFF;
}
*/

.transparent-header .site-main-header-wrap .site-header-row-container-inner {
  background: #0e1932;
}

.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  filter: drop-shadow(0px 0px 14px var(--global-palette4, #2d3748));
  background: url("https://finalscanpro.com/site/wp-content/uploads/2024/08/lines-hero-2.webp"),
    radial-gradient(ellipse at center bottom, #2faffb 0%, rgb(14 25 50) 60%);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.info-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
}

.info-box-features {
  width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  margin: 10px auto;
  /*border: 1px solid #E1E1E1;*/
  padding: 5px;
}

.blue-rounded-circle {
  padding-top: var(--global-kb-spacing-md, 2rem);
  padding-right: var(--global-kb-spacing-md, 2rem);
  padding-bottom: var(--global-kb-spacing-md, 2rem);
  padding-left: var(--global-kb-spacing-md, 2rem);
  border-top: 1px solid var(--global-palette7, #edf2f7);
  border-right: 1px solid var(--global-palette7, #edf2f7);
  border-bottom: 1px solid var(--global-palette7, #edf2f7);
  border-left: 1px solid var(--global-palette7, #edf2f7);
  background-color: #ffffff;
  background: url("https://finalscanpro.com/site/wp-content/uploads/2024/08/lines-hero-2.webp"),
    radial-gradient(ellipse at center bottom, #2faffb 0%, rgb(14 25 50) 60%);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.white-rounded-circle {
  padding-top: var(--global-kb-spacing-md, 2rem);
  padding-right: var(--global-kb-spacing-md, 2rem);
  padding-bottom: var(--global-kb-spacing-md, 2rem);
  padding-left: var(--global-kb-spacing-md, 2rem);
  border-top: 1px solid var(--global-palette7, #edf2f7);
  border-right: 1px solid var(--global-palette7, #edf2f7);
  border-bottom: 1px solid var(--global-palette7, #edf2f7);
  border-left: 1px solid var(--global-palette7, #edf2f7);
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.info-box {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 10px auto;
}

.info-box img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.xs-social-icon {
  display: none;
}

.info-box-features_old {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 10px auto;
  /*border: 1px solid #E1E1E1;*/
  padding: 5px;
}

.drag-area {
  border: 2px dashed #e1e1e1;
  width: 800px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6f6f6;
  color: #215387;
  text-align: center;
  margin: 0 auto;
  border-top: 4px solid var(--global-palette2, #2b6cb0);
  border-right: 4px solid var(--global-palette2, #2b6cb0);
  border-bottom: 4px solid var(--global-palette2, #2b6cb0);
  border-left: 4px solid var(--global-palette2, #2b6cb0);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  filter: drop-shadow(0px 0px 14px var(--global-palette4, #2d3748));
  background: url("https://finalscanpro.com/site/wp-content/uploads/2024/08/lines-hero-2.webp"),
    radial-gradient(
      ellipse at center bottom,
      rgb(14 25 50) 0%,
      rgb(14 25 50) 72%
    );
  background-blend-mode: color-dodge;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.drag-info-area {
  border: 2px dashed #e1e1e1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #f6f6f6;
  text-align: center;
  margin: 0 auto;
}

.drag-area.active {
  border: 2px solid #215387;
}

.hide {
  display: none;
}

.drag-area .icon {
  font-size: 100px;
  /*color: #215387;*/
  color: #fff;
}
.drag-area header {
  font-size: 30px;
  font-weight: 500;
  /*color: #215387;*/
  color: #fff;
}

.drag-area span {
  font-size: 25px;
  font-weight: 500;
  /*color: #215387;*/
  color: #fff;
  margin: 10px 0 15px 0;
}

.drag-area button {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #2b6cb0;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
}
.heading-top {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 80px;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
}

.para-top {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #fff;
}

.button-white {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-left: 10px;
  background-color: transparent;
}
.drag-area button:hover {
  background: #215387;
}

.drag-area1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.bottom-line {
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
}

.red-outline {
  border-color: "#e4e4e4";
}

.validation-errors {
  margin: 20px 0 0;
  padding: 10px;
  color: #c4690e;
  background: #fffdf3;
  text-align: center;
  border: 1px solid #fad7b5;
  font-weight: 400;
  font-size: 0.9em;
}

.drag-area span.validation-errors {
  margin: 20px 0 0;
  padding: 10px;
  color: #c4690e;
  background: #fffdf3;
  text-align: center;
  border: 1px solid #fad7b5;
  font-weight: 400;
  font-size: 0.9em;
}

table,
th,
td,
tr {
  border: 2px solid #e1e1e1;
  border-collapse: collapse;
  padding: 5px;
}

.number {
  font-size: 110%;
}
.circle_container {
  /* circle styles */
  width: 125px;
  text-align: center;
}

.circle {
  /* circle styles */
  width: 100px;
  height: 100px;
  /*border: 5px solid #222;*/
  border-radius: 50%;
  margin: 10px auto;

  /* become a flex container */
  /* its children will be flex items */
  display: flex;
  /* place items in column */
  flex-direction: column;
  /* center flex items horizontally */
  align-items: center;
  /* center all content vertically */
  justify-content: center;
}

.box {
  border-top: 1px solid var(--global-palette7, #edf2f7);
  border-right: 1px solid var(--global-palette7, #edf2f7);
  border-bottom: 1px solid var(--global-palette7, #edf2f7);
  border-left: 1px solid var(--global-palette7, #edf2f7);
  background: var(--global-palette9, #ffffff);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 500px;
}

.kb-row-layout::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0; */
  background: radial-gradient(circle at center bottom, #2faffb 0%, #0e1932 72%);
  opacity: 0.66; /* <— applies only to gradient, NOT to content */
  z-index: 0; /* below content */
}

.kb-row-layout {
  position: relative;
  background-color: #0e1932; /* dark blue fallback */
  background-image: url("https://finalscanpro.com/site/wp-content/uploads/2024/10/lines.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.kb-row-layout > * {
  position: relative;
  z-index: 1;
}

/* Grid: 5 across on large, wraps nicely on smaller */
.solutions__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 28px);
  justify-items: center;
}

@media (max-width: 1100px) {
  .solutions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .solutions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 440px) {
  .solutions__grid {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.solution-card {
  display: grid;
  place-items: center;
  text-align: center;
  width: min(100%, 360px);
  padding: 1.5rem;
  background: var(--global-palette9);
  border-radius: 30px;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
  outline: 2px solid transparent;
  border: 1px solid var(--global-palette7);
}

/* Icon */
.solution-card__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 16px;
}

.solution-card__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 0 rgba(14, 165, 233, 0.15))
    drop-shadow(0 6px 12px rgba(14, 165, 233, 0.15));
}

/* Title inside card */
.solution-card__title {
  margin: 6px 0 0;
  font-size: clamp(16px, 1.6vw, 17px);
  line-height: 1.3;
  font-weight: 300;
  color: var(--text);
}

/* Optional: tighter spacing for very small screens */
@media (max-width: 360px) {
  .solution-card {
    min-height: 200px;
    padding: 24px 18px;
  }
  .solution-card__title {
    font-size: 18px;
  }
}

.cta-help__container {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid var(--global-palette7, #edf2f7);
  border-radius: 20px;
  padding: clamp(16px, 3vw, 28px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}
/* Avatars group */
.cta-help__avatars {
  display: flex;
  align-items: center;
  min-width: 220px;
  padding-left: 6px; /* small breathing space so first avatar isn't touching edge */
}

/* Text block */
.cta-help__text {
  min-width: 0; /* good practice for truncation inside grids */
}

.cta-help__title {
  margin: 0 0 6px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--global-palette5);
}

.cta-help__subtitle {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.5;
  font-weight: 300;
  color: var(--global-palette5);
}

/* Button */
.cta-help__button {
  justify-self: end;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 16px;
  border: 2px solid var(--btn-border);
  background: #fff;
  color: var(--text);
  white-space: nowrap;
}

.blue-button {
  padding: 1rem 1.5rem 1rem 1.5rem;
  color: rgb(14, 25, 50);
  font-weight: 500;
  background: transparent;
  border: 1px solid rgb(14, 25, 50);
}

.split-cta__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
}

@media (max-width: 800px) {
  .split-cta__container {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

.split-cta__art {
  width: 100%;
  display: grid;
  place-items: center;
}

.split-cta__art img {
  width: 100%;
  max-width: 650px;
  height: auto;
  display: block;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px; /* adjust as needed */
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden; /* important for rounded edges! */
}

.video-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px; /* adjust as needed */
  margin: 10px auto;
  border-radius: 20px;
  overflow: hidden; /* important for rounded edges! */
  cursor: pointer;
}
.video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: background 0.2s ease;
}

.video-wrapper:hover::after {
  background: rgba(0, 0, 0, 0.45);
}

.video-wrapper:hover .play-button {
  background: #2b6cb0; /* new hover color */
}

.video-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #3ba9ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s ease;
}

.play-icon {
  color: white;
  font-size: 26px;
  margin-left: 4px;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 800px) {
  .cta-help__container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-help__avatars {
    justify-content: center;
    min-width: auto;
  }
  .cta-help__button {
    justify-self: center;
  }
}

@media (max-width: 1024px) {
  .heading-top {
    font-size: 60px;
  }
}

@media (max-width: 850px) {
  .main-container {
    flex-direction: column;
  }
  .heading-top {
    font-size: 60px;
  }
}

@media (max-width: 745px) {
  .drag-area button {
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 450;
  }

  .drag-area {
    /*height: 400px;*/
    width: 450px;
  }

  .main-container {
    flex-direction: column;
  }

  .info-box img {
    width: 200px;
  }

  .drag-area header {
    font-size: 25px;
    font-weight: 450;
    /*color: #215387;*/
    color: #fff;
  }

  .drag-area span {
    font-size: 20px;
    font-weight: 450;
    /*color: #215387;*/
    color: #fff;
    margin: 8px 0 13px 0;
  }

  .drag-area .icon {
    font-size: 80px;
  }

  .heading-top {
    font-size: 60px;
  }
}

@media (max-width: 550px) {
  .drag-area button {
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 350;
  }

  .drag-area {
    /*height: 300px;*/
    width: 350px;
  }

  .main-container {
    flex-direction: column;
  }

  .info-box img {
    width: 150px;
  }

  .drag-area header {
    font-size: 20px;
    font-weight: 350;
    /*color: #215387;*/
    color: #fff;
  }

  .drag-area span {
    font-size: 15px;
    font-weight: 350;
    /*color: #215387;*/
    color: #fff;
    margin: 6px 0 10px 0;
  }

  .drag-area .icon {
    font-size: 60px;
  }

  .heading-top {
    font-size: 40px;
  }
}
