.wrapper {
  padding: 10px;
  background-color: white;
  font-size: 6px;
  color: white;
  line-height: 10px !important;
  width: fit-content;
  margin: auto;
}

.main-container {
  display: flex;
  width: fit-content;
  gap: 1px;
  background: #faf4ef;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0px;
}

.box {
  width: 120px;
  height: 60px;
  border-radius: 1px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blue {
  background: #132880;
}

.gray {
  background: gray;
}

.lightgray {
  background: lightgray;
}

.content-col {
  width: 100px;
}

.content-header {
  height: 60px;
  background: #132880;
  border-radius: 1px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-body {
  height: 426px;
  background: #76c3ef;
  border-radius: 1px;
  padding: 5px;
  color: black;
  font-weight: 700;
  line-height: 16px;
}

.col-wide .box {
  width: 330px;
}

.last-col {
  width: 30px;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding-top: 1px;
}

.footer-box-1 {
  width: 170px;
  height: 60px;
  background-color: black;
  margin-right: 1px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-box-2 {
  width: 99%;
  height: 60px;
  background-color: black;
  padding: 5px;
  color: white;
  display: flex;
  align-items: center;
}

.span_text {
  color: white;
  line-height: 10px;
  padding-top: 5px;
}

.span_text_description {
  color: #0f4988;
  line-height: 16px;
  padding-top: 5px;
}

.syncraze-diagram {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  font-family: Arial, sans-serif;
  text-align: center;
  max-width: 1200px;
  margin: 20px auto;
  font-size: 10px;
  color: white;
  height: 350px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  transform: rotate(-90);
}

.sidebar-block {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
  box-sizing: border-box;
  position: relative;
}

.control-command-center,
.auditing-metrics {
  background-color: #002d5e;
  width: 50px;
  left: 5px;
}

.helpdesk-portal,
.performance-dashboard {
  background-color: #65acf0;
}

.compliance,
.service-delivery {
  background-color: #002d5e;
}

.main-content {
  display: flex;
  flex-direction: column;
}

.top-layer,
.bottom-layer {
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
  height: 60px;
}

.top-box,
.bottom-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

.top-box:last-child,
.bottom-box:last-child {
  border-right: none;
}

.bottom-layer .bottom-box {
  background-color: #777777;
  color: white;
  font-weight: bold;
}

.erp-layer {
  height: 15px;
  color: #000;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 5px;
  font-weight: bold;
}

.middle-layer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-grow: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.integration,
.connectivity {
  background-color: #a9a9a9;
  height: 30px;
  font-size: 15px;
}

.syncraze {
  background-color: #4b91e0;
  font-size: 24px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.syncraze::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #4b91e0;
  transform: skewX(-20deg);
  transform-origin: 100% 0;
}

.syncraze {
  padding-right: 50px;
  padding-left: 10px;
}

.top-box-contain {
  font-size: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  font-weight: 800;
  line-height: 10px;
}

.sidebar-block {
  position: relative;
}

.sidebar-block .svg1 {
  position: absolute;
  left: 10px;
  top: 10px;
  transform: rotate(180deg);
  z-index: 1000;
}

.sidebar-block .svg2 {
  position: absolute;
  left: 10px;
  top: 30px;
  transform: rotate(180deg);
  z-index: 1000;
}

.sidebar-block .svg3 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transform: rotate(180deg);
  z-index: 1000;
}

.sidebar-block .svg4 {
  position: absolute;
  left: 10px;
  bottom: 30px;
  transform: rotate(180deg);
  z-index: 1000;
}

.platform_digital_title {
  margin-bottom: 40px !important;
}

.platform_table_heading {
  font-weight: 600 !important;
  font-size: 8px !important;
}

.arrow_icon_platform_img {
  width: 27px;
}

/* site green button */
.site_green_button {
  width: fit-content;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  border: 6px solid #69a632;
  background-color: #55b719;
  background: linear-gradient(to bottom,
      #98cc5b 0%,
      #98cc5b 50%,
      #69a632 50%,
      #69a632 100%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.site_blue_button {
  width: fit-content;
  display: inline-block;
  padding: 10px 10px !important;
  border-radius: 40px;
  border: 8px solid #76b9f7;
  background: linear-gradient(to bottom,
      #b4daff 0%,
      #8ec7ff 50%,
      #76b9f7 50%,
      #76b9f7 100%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.site_blue_button1 {
  width: fit-content;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  border: 6px solid #76b9f7;
  /* outer border color */

  background: linear-gradient(to bottom,
      #b4daff 0%,
      #8ec7ff 50%,
      #76b9f7 50%,
      #76b9f7 100%);

  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* <svg fill="#000000" height="20px" width="20px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g> <g> <g> <path d="M256,5.333C114.88,5.333,0,117.76,0,256s114.88,250.667,256,250.667S512,394.24,512,256S397.12,5.333,256,5.333z M256,485.333C126.613,485.333,21.333,382.4,21.333,256S126.613,26.667,256,26.667S490.667,129.493,490.667,256 S385.387,485.333,256,485.333z"></path> <path d="M369.28,247.467l-181.653-133.44c-4.693-3.627-11.307-2.773-14.933,1.92c-3.627,4.693-2.773,11.307,1.92,14.933 c0.107,0.107,0.32,0.213,0.427,0.32L344.96,256L175.04,380.693c-4.8,3.52-5.76,10.133-2.24,14.933 c3.52,4.8,10.133,5.76,14.933,2.24L369.387,264.64c4.8-3.52,5.76-10.133,2.24-14.933 C370.88,248.853,370.133,248.107,369.28,247.467z"></path> </g> </g> </g> </g></svg> */
.site_dark_blue_button {
  width: fit-content;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  border: 6px solid #132880;
  /* dark blue border */

  background: linear-gradient(to bottom,
      #767ea3 0%,
      /* very light blue top */
      #a5b3ec 50%,
      /* medium blue top-mid */
      #132880 50%,
      /* sharp split at 50% */
      #132880 100%
      /* darker bottom */
    );

  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.site_light_blue_button {
  width: fit-content;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  border: 6px solid #41bff5;
  /* light blue border */

  background: linear-gradient(to bottom,
      #e8f7ff 0%,
      /* very light blue top */
      #b3e7ff 50%,
      /* soft light blue mid */
      #72d6fe 50%,
      /* sharp split */
      #41bff5 100%
      /* deeper blue bottom */
    );

  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.application_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
}

.application_image_container {
  width: 50%;
  height: 500px;
}

.application_image_container img {
  width: 400px;
}

.section_mobile {
  position: relative;
}

.mobile_section_heading {
  position: absolute;
  left: 35%;
}

.mobile_section_button {
  position: absolute;
  left: 45%;
  top: 80%;
}

/* Extracted from platform.html styles */

.vertical-line-erp {
  position: absolute;
  left: 425px;
  top: 24px;
  bottom: 44px;
  width: 3px;
  overflow: hidden;
  height: 429px;
}

.vertical-line-erp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #144be1, #10daff);
  box-shadow: 0 0 20px rgba(77, 184, 255, 0.6);
}

.vertical-line-erp::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(255, 255, 255, 1) 50%,
      transparent 100%);
  animation: lineMove 2.5s linear infinite;
}

.horizontal-line-erp {
  position: absolute;
  height: 2px;
  overflow: hidden;
}

.horizontal-line-erp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #10daff, #144be1);
  box-shadow: 0 0 20px rgba(77, 184, 255, 0.6);
}

.horizontal-line-erp::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      transparent 0%,
      rgba(255, 255, 255, 1) 50%,
      transparent 100%);
  animation: lineMoveHorizontal 2.5s linear infinite;
}


.horizontal-line-erp12 {
  position: absolute;
  width: 100px;
  height: 12px;
  /* space for circles */
  top: 6px;
}

/* =========================
   INNER LINE (CLIPPED)
   ========================= */
.inner-line {
  position: absolute;
  left: 6px;
  /* half circle */
  right: 6px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #10daff, #144be1);
  box-shadow: 0 0 20px rgba(77, 184, 255, 0.6);
  overflow: hidden;
  /* 🔒 animation clipped HERE */
}

/* animation */
.shine {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      transparent 0%,
      rgba(255, 255, 255, 0.9) 50%,
      transparent 100%);
  animation: lineMoveHorizontal 1.5s linear infinite;
}

@keyframes lineMoveHorizontal {
  from {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

/* =========================
   CIRCLES (NOT CLIPPED)
   ========================= */
.circle-left,
.circle-right {
  position: absolute;
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #10daff, #144be1);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(77, 184, 255, 0.9);
  z-index: 2;
}

.circle-left {
  left: 0;
}

.circle-right {
  right: 0;
}




.horizontal-line-erp2 {
  position: absolute;
  top: 13px;
  height: 2px;
  overflow: hidden;
  width: 15%;
}

.horizontal-line-erp2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #144be1, #10daff);
  box-shadow: 0 0 20px rgba(77, 184, 255, 0.6);
}

.horizontal-line-erp2::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      transparent 0%,
      rgba(255, 255, 255, 1) 50%,
      transparent 100%);
  animation: lineMoveHorizontal 2.5s linear infinite;
}

@keyframes lineMove {
  0% {
    top: -100%;
  }

  100% {
    top: 200%;
  }
}

@keyframes lineMoveHorizontal {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

.plat-main-bg {
  background-color: #0d2a85;
}

.plat-digital-title {
  color: #a8ffff !important;
  font-weight: 500;
}

.plat-img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plat-main-img-70 {
  width: 90%;
}

.plat-text-dark-blue {
  color: #132880;
}

.plat-key-capabilities-section {
  padding-top: 120px;
  background: #132475;
}

.plat-video-style {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.plat-capabilities-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-left: 60px;
  position: relative;
  top: 40px;
}

.plat-capabilities-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.list-platofom {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  line-height: 1.8;
  color: white;
}

.list-platofom li {
  margin-bottom: 15px;
  color: white;
}

@media (max-width: 991px) {
  .plat-capabilities-content {
    padding-left: 20px;
    gap: 15px;
  }

  .plat-capabilities-title {
    font-size: 22px;
  }

  .list-platofom {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .plat-capabilities-section {
    padding-top: 60px;
  }

  .plat-capabilities-content {
    padding-left: 15px;
    gap: 10px;
  }

  .plat-capabilities-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .list-platofom {
    font-size: 12px;
  }

  .list-platofom li {
    margin-bottom: 5px;
  }

  .site_blue_button_p {
    width: 180px !important;
    font-size: 12px !important;
  }
}


.plat-btn-quote-gradient {
  background: linear-gradient(to bottom,
      #b6f0ff 0%,
      #72d6fe 50%,
      #4ec6ee 50%,
      #4ec6ee 100%);
  padding: 5px 47px;
  border-radius: 90px;
  border: 8px solid #76b9f7;
  font-weight: 600;
  color: #061c93;
  font-size: 24px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.section-default-innerrr1 {
  padding-top: 90px;
  padding-bottom: 70px;
}

.plat-mobile-section {
  background-color: #132475;
  /*padding: 80px 0;*/
  position: relative;
}

/* MAIN FLEX */
.plat-mobile-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

/* LEFT GIF */
.plat-gif-wrapper {
  flex: 0 0 700px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.plat-img-responsive {
  width: 100%;
  height: auto;
}

/* CENTER CONTENT (FLOATING ABOVE) */
.plat-mobile-center-content {
  position: absolute;
  left: 53%;
  top: 33%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  /* gap: 100%; */
  display: flex;
  flex-direction: column;
  height: 260px;
  justify-content: space-around;
}

/* Keep text top */
.plat-center-top {
  margin-top: 0;
}

/* Button bottom */
.plat-center-bottom {
  margin-top: 90%;
}

.plat-btn-white-text {
  color: white;
}

/* RIGHT MOBILE IMAGE */
.plat-mobile-img-wrapper {
  flex: 0 0 600px;
  /* 👈 REQUIRED SIZE */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

.plat-mobile-img-style {
  width: 100%;
  max-width: 700px;
  transform: translate(11%, 7%);
  height: auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .plat-mobile-flex {
    flex-direction: column;
    align-items: center;
  }

  .plat-mobile-center-content {
    position: static;
    transform: none;
    height: auto;
    margin: 40px 0;
  }

  .plat-gif-wrapper,
  .plat-mobile-img-wrapper {
    flex: none;
    justify-content: center;
  }
}

.plat-helpdesk-title {
  color: white;
  margin: 0 !important;
  padding: 0 !important;
}

.plat-container-no-padding {
  padding: 0px;
}

.plat-heading-no-padding {
  padding: 0px;
}

.plat-laast-no-padding {
  padding: 0 !important;
}

.plat-left-section-pb {
  padding-bottom: 100px;
}

.plat-section-pb-100 {
  padding-bottom: 100px;
}

.plat-header-flex-around {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.plat-header-shifted-right {
  position: relative;
  right: 10%;
}

.plat-row-relative {
  position: relative;
}

.plat-col-5-pr-rel {
  padding-right: 20px;
  position: relative;
}

.plat-feature-box-rel {
  position: relative;
  z-index: 2;
}

.plat-line-h-40 {
  position: absolute;
  right: 0;
  top: 40px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}

.plat-line-h-160 {
  position: absolute;
  right: 0;
  top: 160px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}

.plat-line-h-280 {
  position: absolute;
  right: 0;
  top: 280px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}

.plat-line-h-400 {
  position: absolute;
  right: 0;
  top: 400px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}

.plat-v-line-container {
  position: absolute;
  left: 50%;
  top: -28px;
  bottom: 78px;
  width: 3px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.plat-v-line-container-alt {
  position: absolute;
  left: 50%;
  top: -29px;
  bottom: 77px;
  width: 3px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.plat-v-line-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #144be1, #10daff);
  box-shadow: 0 0 20px rgba(77, 184, 255, 0.6);
}

.plat-v-line-light {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(255, 255, 255, 1) 50%,
      transparent 100%);
  animation: lineMove 2.5s linear infinite;
}

.plat-col-5-pl-rel {
  padding-left: 20px;
  position: relative;
}

.plat-line-h-left-40 {
  position: absolute;
  left: 0;
  top: 40px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}

.plat-line-h-left-41 {
  position: absolute;
  left: -42px;
  top: 40px;
  width: 41px;
  height: 2px;
  overflow: hidden;

}

.plat-line-h-left-160 {
  position: absolute;
  left: 0;
  top: 160px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}


.plat-line-h-left-280 {
  position: absolute;
  left: 0;
  top: 280px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}


.plat-line-h-left-400 {
  position: absolute;
  left: 0;
  top: 400px;
  width: 50px;
  height: 2px;
  overflow: hidden;
}

.plat-line-h-left-4001 {
  position: absolute;
  left: -42px;
  top: 43px;
  width: 41px;
  height: 2px;
  overflow: hidden;
}

.plat-section-title-dark {
  color: #132880;
}

.plat-header-flex-evenly {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.plat-w-40 {
  width: 40%;
}

.plat-feature-box1-rel {
  position: relative;
  z-index: 2;
}

.plat-line-pos-8 {
  position: absolute;
  left: 100%;
  top: 8%;
  height: 2px;
  overflow: hidden;
}

.plat-line-pos-28 {
  position: absolute;
  left: 100%;
  top: 28%;
  height: 2px;
  overflow: hidden;
}

.plat-line-pos-48 {
  position: absolute;
  left: 100%;
  top: 48%;
  height: 2px;
  overflow: hidden;
}

.plat-line-pos-68 {
  position: absolute;
  left: 100%;
  top: 68%;
  height: 2px;
  overflow: hidden;
}

.plat-v-line-container-proc {
  position: absolute;
  left: 50%;
  top: -28px;
  height: 92%;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.plat-line-pos-right-8 {
  position: absolute;
  right: 100%;
  top: 8%;
  height: 2px;
  overflow: hidden;
}

.plat-line-pos-right-28 {
  position: absolute;
  right: 100%;
  top: 28%;
  height: 2px;
  overflow: hidden;
}

.plat-line-pos-right-48 {
  position: absolute;
  right: 100%;
  top: 48%;
  height: 2px;
  overflow: hidden;
}

.plat-line-pos-right-68 {
  position: absolute;
  right: 100%;
  top: 68%;
  height: 2px;
  overflow: hidden;
}

.plat-line-pos-right-87 {
  position: absolute;
  right: 100%;
  top: 87%;
  height: 2px;
  overflow: hidden;
}

.plat-v-line-container-alt2 {
  position: absolute;
  left: 50%;
  top: -26px;
  bottom: 78px;
  width: 3px;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}

.plat-w-full {
  width: 100%;
}

.plat-pr-40 {
  padding-right: 40px;
}

.plat-pl-40 {
  padding-left: 40px;
}

.plat-v-line-container-prop {
  position: absolute;
  left: 50%;
  width: 3px;
  transform: translateY(-7%);
  overflow: hidden;
  z-index: 1;
  height: auto;
  bottom: 36px;
  top: 5px;
}

.plat-btn-demo-svg {
  position: relative;
  top: -3px;
  left: -7px;
}

.plat-btn-demo-span {
  font-size: 20px;
  position: relative;
  top: 1px
}

.plat-btn-quote-final {
  width: fit-content;
  display: inline-block;
  padding: 13px 30px !important;
  border-radius: 81px;
  border: 6px solid #69a632;
  background-color: #55b719;
  background: linear-gradient(to bottom, #98cc5b 0%, #98cc5b 50%, #69a632 50%, #69a632 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  height: 70px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-top: 15px;
}

.section-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0px;
  position: relative;
}


.plat-btn-quote-svg {
  position: relative;
  top: -3px;
  left: -4px;
}

.plat-v-line-container-fleet {
  position: absolute;
  left: 49%;
  top: 0px;
  bottom: 52px;
  width: 3px;
  transform: translate(-50%, -6%);
  overflow: hidden;
  z-index: 1;
}

.plat-footer-text-wrapper {
  display: flex;
  max-width: 100%;
  margin-left: 30px;
  /* margin-top: 40px; */
  margin-bottom: -50px;
  position: relative;
  bottom: 50px;
}

.plat-footer-text {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 23px;
  line-height: 40px;
  width: 100%;
}

.plat-fleet-header-line {
  position: absolute;
  right: 50%;
  top: 25px;
  width: 35px;
  height: 2px;
  overflow: hidden;
}

.mobile-title {
  font-size: 40px;
  color: #a8ffff;
  font-weight: 700;
}

.mobile-subtitle {
  font-size: 27px;
  color: #ffffff;
  margin-top: 8px;
}

.plat-fleet-line {
  position: absolute;
  right: 0;
  width: 50px;
  height: 2px;
  overflow: hidden;
}

.plat-left-15 {
  left: 15px;
}

.plat-right-15 {
  right: 15px;
}

.plat-justify-around {
  justify-content: space-around;
}

.plat-pb-100 {
  padding-bottom: 100px;
}

.plat-mt-30 {
  margin-top: 30px;
}

.step-ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00d4ff;
  margin: 0 auto 10px;
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}


/* Center the button on the video */
.demo-button-overlay {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
  /* Let clicks pass to the button link */
}

/* Premium Blue Button Style */
.demo-button-text {
  pointer-events: auto;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1.5px;

  /* Centering logic */
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* Button sizing - stable but responsive */
  width: clamp(220px, 18vw, 380px);
  height: clamp(60px, 6vw, 80px);
  border-radius: 60px;

  /* Premium Aesthetics: Match the site blue button style */
  border: 10px solid #76b9f7;
  background: linear-gradient(to bottom,
      #b4daff 0%,
      #8ec7ff 50%,
      #76b9f7 50%,
      #76b9f7 100%);

  /* Shadow and glow */
  box-shadow: 0 10px 40px rgba(0, 30, 100, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.5);

  /* Fluid text size */
  font-size: clamp(14px, 1.4vw, 28px);
  text-transform: uppercase;
}

.demo-button-text:hover {
  color: #132880;
  /* Blue text on hover */
  text-decoration: none;
}

/* =========================
   BASE (>= 1600px)
========================= */
.demo-button-overlay {
  position: absolute;
  left: 50%;
  top: 77%;
  transform: translate(-50%, -50%);
}

/* Center text internally for all breakpoints */
.demo-button-text {
  letter-spacing: 1px;
}

/* =========================
   <= 1500px
========================= */
@media (max-width: 1500px) {
  .demo-button-overlay {
    top: 76.5%;
  }
}

/* =========================
   <= 1450px
========================= */
@media (max-width: 1450px) {
  .demo-button-overlay {
    top: 76%;
  }
}

/* =========================
   <= 1350px
========================= */
@media (max-width: 1350px) {
  .demo-button-overlay {
    top: 75%;
  }
}

/* =========================
   <= 1250px
========================= */
@media (max-width: 1250px) {
  .demo-button-overlay {
    top: 74%;
  }
}

/* =========================
   <= 1150px
========================= */
@media (max-width: 1150px) {
  .demo-button-overlay {
    top: 73.5%;
  }
}

@media (max-width: 1050px) {
  .demo-button-overlay {
    top: 73%;
  }
}

/* ==========================================================================
   RESPONSIVE FIXES FOR CAFM/ERP SECTIONS (BREAKING AT 1100px - 1400px)
   ========================================================================== */

@media (max-width: 1450px) {

  .feature-box h4,
  .feature-box1 h4 {
    font-size: 16px;
  }

  .plat-capabilities-title {
    font-size: 24px;
  }

  .list-platofom li {
    font-size: 16px;
  }
}

@media (max-width: 1250px) {

  .feature-box h4,
  .feature-box1 h4 {
    font-size: 14px;
    line-height: normal;
  }

  .feature-icon {
    width: 25%;
    height: 40px;
  }

  .feature-box h4,
  .feature-box1 h4 {
    width: 75%;
  }

  .feature-box,
  .feature-box1 {
    padding: 10px;
    margin-bottom: 25px;
  }

  /* Adjust lines to match new margin-bottom if needed, 
       but since we want to keep them aligned, we should keep the spacing consistent or adjust line positions.
       Actually, keeping margin-bottom consistent is safer for the absolute lines. 
       Let's revert margin-bottom change for now. */
  .feature-box,
  .feature-box1 {
    margin-bottom: 30px;
  }

  .horizontal-line-erp {
    width: 30px !important;
  }

  .plat-line-h-left-40,
  .plat-line-h-left-160,
  .plat-line-h-left-280,
  .plat-line-h-left-400,
  .plat-line-h-40,
  .plat-line-h-160,
  .plat-line-h-280,
  .plat-line-h-400 {
    width: 30px !important;
  }

  .vertical-title {
    font-size: 30px !important;
    left: 10px !important;
    margin-left: 0 !important;
    top: -20px !important;
  }

  .right-section .vertical-title {
    left: 45px !important;
    top: -20px !important;
  }

  .left-section,
  .right-section {
    padding: 10px 20px !important;
  }

  .col-md-1 {
    flex: 0 0 5% !important;
    max-width: 5% !important;
  }

  .col-md-5 {
    flex: 0 0 45% !important;
    max-width: 45% !important;
  }

  .plat-footer-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1280px) {

  .feature-box h4,
  .feature-box1 h4 {
    font-size: 12px;
  }

  .feature-box,
  .feature-box1 {
    height: 80px;
    /* Shrink height a bit to fit more comfortably */
  }

  /* If height changes, we MUST adjust the line positions */
  .plat-line-h-40,
  .plat-line-h-left-40 {
    top: 35px;
  }

  .plat-line-h-160,
  .plat-line-h-left-160 {
    top: 145px;
  }

  /* 35 + 80 + 30 */
  .plat-line-h-280,
  .plat-line-h-left-280 {
    top: 255px;
  }

  .plat-line-h-400,
  .plat-line-h-left-400 {
    top: 365px;
  }

  .vertical-title {
    font-size: 24px !important;
  }

  .section-header h5,
  .section-header1 h5 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .section-container {
    flex-direction: column;
  }

  .left-section,
  .right-section {
    width: 100%;
    padding: 40px 15px !important;
  }

  .plat-v-line-container,
  .plat-v-line-container-alt,
  .plat-v-line-container-alt2,
  .plat-v-line-container-proc,
  .plat-v-line-container-prop,
  .plat-v-line-container-fleet {
    display: none;
    /* Hide vertical connectors on mobile stack */
  }

  .horizontal-line-erp,
  .horizontal-line-erp2,
  .plat-line-h-left-41,
  .plat-line-h-left-4001,
  .horizontal-line-erp12 {
    display: none !important;
    /* Hide horizontal lines too */
  }

  .col-md-1 {
    display: none;
    /* Hide vertical titles column */
  }

  .col-md-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px !important;
  }

  .feature-box,
  .feature-box1 {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    height: auto;
    min-height: 80px;
  }

  .feature-box h4,
  .feature-box1 h4 {
    font-size: 18px;
    width: 80%;
  }

  .feature-icon {
    width: 20%;
  }
}