html,
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  font-family: "onest-regular", sans-serif;
}

@font-face {
  font-family: 'onest-regular';
  src: url('./fonts/Onest-Regular.ttf');
}

@font-face {
  font-family: 'onest-thin';
  src: url('./fonts/Onest-Thin.ttf');
}

@font-face {
  font-family: 'onest-extra-light';
  src: url('./fonts/Onest-ExtraLight.ttf');
}

@font-face {
  font-family: 'onest-semi-bold';
  src: url('./fonts/Onest-SemiBold.ttf');
}

@font-face {
  font-family: 'onest-extra-bold';
  src: url('./fonts/Onest-ExtraBold.ttf');
}

@font-face {
  font-family: 'fraunces-semi-italic';
  src: url('./fonts/Fraunces-SemiBoldItalic.ttf');
}

@font-face {
  font-family: 'fraunces-bold-italic';
  src: url('./fonts/Fraunces-BoldItalic.ttf');
}

@font-face {
  font-family: 'fraunces-black-italic';
  src: url('./fonts/Fraunces-BlackItalic.ttf');
}



/************************************************
*                 Font Classes                  *
************************************************/

.onest-regular {
  font-family: 'onest-regular';
}

.onest-thin {
  font-family: 'onest-thin';
}

.onest-extra-light {
  font-family: 'onest-extra-light';
}

.onest-semi-bold {
  font-family: 'onest-semi-bold';
}

.onest-extra-bold {
  font-family: 'onest-extra-bold';
}


.fraunces-semi-italic {
  font-family: 'fraunces-semi-italic';
}

.fraunces-bold-italic {
  font-family: 'fraunces-bold-italic';
}

.fraunces-black-italic {
  font-family: 'fraunces-black-italic';
}


/************************************************
      color Classes
************************************************/

.white {
  color: #FFFFFF;
}

.light-white {
  color: #F1F1F2;
}

.grey {
  color: #939598;
}


.black {
  color: #2C2A29;
}

/* Primary */
.primary {
  color: #598BA8;
}

.primary-light {
  color: #90D7EC;
}

.primary-dark {
  color: #5C74B8;
}

/* Accents */
.accent-blue {
  color: #879FD2;
}

.accent-pink {
  color: #DDA6CC;
}

.accent-pink-dark {
  color: #DC8BBB;
}

.blue {
  color: #043058;
}

.red {
  color: #E9292C;
}

.light-blue {
  color: #598BA8;
}


/* =========================
   BACKGROUND COLORS
========================= */

.white-bg {
  background-color: #FFFFFF;
}

.light-bg {
  background-color: #F1F1F2;
}

.grey-bg {
  background-color: #939598;
}

.black-bg {
  background-color: #2C2A29;
}

/* Primary backgrounds */
.primary-bg {
  background-color: #598BA8;
}

.primary-dark-bg {
  background-color: #5C74B8;
}

.primary-light-bg {
  background-color: #90D7EC;
}

/* Accent backgrounds */
.accent-blue-bg {
  background-color: #879FD2;
}

.accent-pink-bg {
  background-color: #DDA6CC;
}

.accent-pink-dark-bg {
  background-color: #DC8BBB;
}

.blue-bg {
  background-color: #043058;
}

.red-bg {
  background-color: #E9292C;
}

.light-blue-bg {
  background-color: #598BA8;
}

/***********************************
      common classes
*************************************/

/* Common Heading Font Sizes */

.common-heading {
  font-size: 56px;
  /* font-weight: 600; */
}

.common-subheading {
  font-size: 32px;
  /* font-weight: 600; */
}

.common-subtitle {
  font-size: 28px;
}

.common-paragraph {
  font-size: 18px;
}

.fraunces-gradient-text-heading {
  background: linear-gradient(90deg, #598BA8 45.67%, #6D84C4 56.73%, #DC8BBB 64.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'fraunces-semi-italic';
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;

}

/* =========================
   SYNAPT NEW HEADER
========================= */

.synapt-new-header {
  background: #000000;
  padding: 15px 50px;
  border-bottom: none;
}

/* Logo */
.synapt-new-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.synapt-new-header .navbar-brand img {
  width: auto;
  display: block;
}

/* Navbar Alignment */
.synapt-new-header .navbar-collapse {
  justify-content: center;
}

/* Nav Menu */
.synapt-new-header .navbar-nav {
  align-items: center;
}

.synapt-new-header .navbar-nav .nav-item {
  margin: 0 1rem;
}

.synapt-new-header .navbar-nav .nav-link {
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease;
}

.synapt-new-header .navbar-nav .nav-link:hover {
  color: #E9292C;
}


/* Button */
.synapt-new-header .synapt-btn-wrapper {
  margin-left: 20px;
}

.synapt-new-header .synapt-btn-started {
  background: #E9292C;
  color: #ffffff;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.synapt-new-header .synapt-btn-started:hover {
  background: #043058;
  color: #ffffff;
}

.synapt-new-header .nav-link {

  display: flex;
  align-items: center;
  gap: 10px;
}

.synapt-new-header .dropdown.show>.nav-link {
  color: #E82B2E;
}

.synapt-new-header .nav-link:hover .nav-icon,
.synapt-new-header .nav-item.active .nav-link .nav-icon {
  color: #E82B2E;
}

/* ── Remove Bootstrap's default ::after arrow ── */
.synapt-new-header .dropdown-toggle::after {
  display: none !important;
}

/* ── FA chevron icon inside the link ── */
.synapt-new-header .nav-link .nav-icon {
  color: #fff;
  transition: transform 0.22s ease, color 0.15s;
}

/* Rotate up when open */
.synapt-new-header .dropdown.show>.nav-link .nav-icon {
  transform: rotate(180deg);
  color: #E82B2E;
}

/* ── Dropdown menu ── */
.synapt-new-header .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  padding: 6px 0;
  min-width: 180px;
  margin-top: 2px;
}

.synapt-new-header .dropdown-item {
  0 color: #000;
  padding: 9px 18px;
  transition: background 0.13s, color 0.13s;
}

.synapt-new-header .dropdown-item:hover,
.synapt-new-header .dropdown-item:focus {
  background: #fff0f0;
  color: #E82B2E;
}

/* ── Mobile ── */
@media (max-width: 991.98px) {
  .synapt-new-header .dropdown-menu {
    box-shadow: none;
    border: none;
    border-left: 3px solid #e0e0e0;
    border-radius: 0;
    padding: 4px 0 4px 8px;
    margin: 0 0 4px 12px;
  }

  .synapt-new-header .nav-link {
    padding: 10px 16px !important;
  }
}

/* =========================
           SYNAPT FOOTER
        ========================== */

.synapt-footer {
  position: relative;
  background: #000000;
  /*background-image: url('./../img/footer-bg-lines.svg');*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.synapt-footer::before {}

.synapt-footer .container-fluid {
  padding: 0px 0px;
}

.footer-top .row {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  padding: 0px 50px;
}

.footer-bottom .row {
  padding: 0px 50px;
  justify-content: space-between;
}

.synapt-footer .footer-top {
  padding: 50px 0;
  border-bottom: 1px solid #333333;
}
.synapt-footer .footer-top {
    position: relative;
}

/* Left divider at 60% */
.synapt-footer .footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 35%;
    width: 0.075px;
    height: 100%;
    background: #333;
    transform: translateX(-50%);
}

/* Right divider at 90% (10% from right) */
.synapt-footer .footer-top::after {
    content: "";
    position: absolute;
    top: 0;
      left: 97%;
    width: 0.075px;
    height: 100%;
    background: #333;
    transform: translateX(-50%);
}
.synapt-footer .footer-brand {
  padding-right: 40px;
}

.synapt-footer .footer-logo {
  margin-bottom: 50px;
  /*padding-bottom: 70px;*/
}

.synapt-footer .footer-description {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.synapt-footer .footer-description a {
  color: #598BA8;
  text-decoration: none;
  font-weight: 600;
}
.social-icons {
        display: flex;
}
.synapt-footer .social-icons a {
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #2C2A29;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 1rem;
  text-decoration: none;
  transition: 0.3s;
}
.synapt-footer .social-icons a.substack-logo-div, .synapt-footer .social-icons a.substack-logo-div:hover {
         /*background: transparent;*/
    /*width: auto;*/
    /*height: 100%;*/
}
/*.substack-logo-icon {*/
/*        width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.synapt-footer .social-icons a:hover {
  background: #598BA8;
  color: #ffffff;
}

.synapt-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.synapt-footer .footer-links li {
  margin-bottom: 30px;
}

.synapt-footer .footer-links a {
  color: #939598;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.synapt-footer .footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.synapt-footer .footer-bottom {
  background: #000000;
  padding: 15px 0;
  font-size: 15px;
  color: #939598;
}

.synapt-footer .footer-bottom a {
  color: #939598;
  cursor: pointer;
}

.synapt-footer .footer-bottom a:hover {
  color: #EB262A;
}

.footer-bottom-links a {
  text-decoration: none;
  margin-right: 35px;
}

.copyright-text a {
  text-decoration: underline;
}

.synapt-footer .copyright-text {
  text-align: right;
}

.footer-description p {
  max-width: 75%;
  width: 100%;
}

/* Banner Section Style */

.banner-section {
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  height: 100vh;
  width: 100%;
  background: linear-gradient(93deg, #000 26.94%, #021C41 124.65%);
}

.banner-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  height: 100%;
  /* padding: 75px 0px; */
}

.banner-content-col {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}

.banner-content h1 {
  max-width: 90%;
  margin-bottom: 2rem;
}

.banner-content p {
  max-width: 90%;
  margin-bottom: 1rem;
  text-align: left;

}


/* Canvas Grid Animation Banner */

.hero {
  position: relative;
  overflow: hidden;
}

.hero canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
}

/* entrance */
.hero {
  animation: up 0.9s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Banner Btns Styles */
.banner-button-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2rem auto;
}

.banner-sec-image-div {
  width: 100%;
  height: 100%;
}

.banner-sec-image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 7px;
}

.btn-outline {
  background: linear-gradient(92deg, #000001 -4.06%, #021C41 110.59%);
  border: 1.5px solid #043058;
  color: #ffffff;
  transition: all 0.2s;
}

.btn-outline:hover {
  border-color: #043058;
  background: linear-gradient(92deg, #021C41 -4.06%, #000001 110.59%);
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.btn-solid {
  background: #021C41;
  color: #ffffff;
  border: 1.5px solid transparent;
}

.btn-solid:hover {
  color: #ffffff;
  background: #EB262A;
  outline: none;
  box-shadow: none;
}

.btn-red {
  background: #EB262A;
  color: #ffffff;
  border: 1.5px solid transparent;
}

.btn-red:hover {
  color: #ffffff;
  background: #043058;
  outline: none;
  box-shadow: none;
}




/* Problem Section Start */

.problem-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(93deg, #000 26.94%, #021C41 124.65%);
  /*background-image: url('./../img/problem-sec-banner.svg');*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  overflow: hidden;
}

.problem-section.option-2 {
  background: linear-gradient(93deg, #000 26.94%, #021C41 124.65%);
}

/* Canvas background */
#problemSectionCanvas,
#infrastructureproblemSectionCanvas,
#succesectionCanvas,
.sectionCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

/* Content above canvas */
.problem-content {
  position: relative;
  z-index: 1;
}

.problem-sec-container {
  padding: 0px 50px;
}

.problem-card {
  background: #000000;
  border: 1px solid #1D1D1D;
  padding: 35px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  transition: .4s ease;
  border-radius: 10px;
  cursor: pointer;
}

.light-grey-color-text {
  color: #8B98A4;
}

.problem-card:hover {
  border: 1px solid #021C41;
  background: linear-gradient(150deg, #000 14.97%, #021C41 99.98%);
  transform: translateY(-8px);
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, .06); */
}

/* percentage */

.percent-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-weight: 600;
}

.problem-cards-row {
  position: relative;
  padding-top: 50px;
}

.counter {
  color: #598BA8;
}

.percent {
  color: #598BA8;
}

.problem-card:hover .percent,
.problem-card:hover .counter {
  color: #598BA8;
}

/* text */

.problem-card p {
  margin-bottom: 50px;
}

.problem-card h6 {
  font-weight: 700;
  margin: 0;
}

/* animated line */

.line-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: var(--progress);
  overflow: hidden;
}


.line-fill {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 12px;
  height: 0%;
  animation: growFill 1.8s ease forwards;
}

.cyan .line-fill {
  background: #598BA8;
}

.pink .line-fill {
  background: #598BA8;
}

.blue .line-fill {
  background: #598BA8;
}

.problem-card.cyan:hover .line-fill,
.problem-card.pink:hover .line-fill,
.problem-card.blue:hover .line-fill {
  background: #FFFFFF;
}



@keyframes growLine {
  from {
    height: 0%;
  }

  to {
    height: 100%;
  }
}

@keyframes growFill {
  from {
    height: 0%;
  }

  to {
    height: 95%;
  }
}

@keyframes growHorizontal {
  from {
    width: 0;
  }

  to {
    width: 78%;
  }
}


/* Success Section  */
.success-section {
  position: relative;
  padding: 100px 50px;
  background: linear-gradient(208deg, #000 17.26%, #021C41 105.92%);

  overflow: hidden;
}

#succesectionCanvas,
.sectionCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.success-cards-sec-container {
  position: relative;
  padding-top: 70px;
}

.pilot-card {
  /*background: linear-gradient(72deg, #010A17 44.3%, #021C41 118.01%);*/
  background: #fff;
  border: 1px solid #021C41;
  border-radius: 10px;
  padding: 40px 35px;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  transition: 0.3s ease;
  cursor: pointer;
}

.pilot-card>div:first-child {
  flex-grow: 1;
}

.pilot-title {
  min-height: 70px;
}

/* Left gradient border */
.pilot-card::before {
  opacity: 0;
  transition: 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(180deg, #598BA8 0%, #3D6D8D 13.52%, #1D4B70 31.54%, #0A375E 47.32%, #043058 57.46%, #102B44 78.86%, #252524 109.28%, #252524 112.43%);


}

.pilot-card:hover {
  background: #fff;
  border: 1px solid #598BA8;
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pilot-card:hover::before {
  opacity: 0;
}

.pilot-label {
  display: block;
  margin-bottom: 20px;
  color: #2C2A29;
  text-transform: uppercase;
}

.pilot-line {
  width: 50px;
  height: 2px;
  background: #EB262A;
  margin-bottom: 25px;
}

.pilot-title {
  margin-bottom: 40px;
  color: #2C2A29;
  /* font-weight: 600; */
}

.pilot-percent {
  color: #598BA8;
  margin-bottom: 20px;
}

.pilot-desc {
  margin-bottom: 30px;
}

.pilot-card:hover .pilot-label {
  color: #2C2A29;
}

.pilot-card:hover .pilot-line {
  background: #EB262A;
}

.pilot-card:hover .pilot-title {
  color: #2C2A29;
}

.pilot-card:hover p.common-paragraph {
  color: #252524;
}

.pilot-card:hover p.common-paragraph.light-grey-color-text {
  color: #8B98A4;
}





/* substrate section  */
.substrate-section {
  position: relative;
  padding: 100px 100px;
  background: linear-gradient(45deg, rgb(0 0 0) 29.14%, #021C41 111.17%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.substrate-section::after {
  position: absolute;
  content: '';
  background-image: url('./../img/gif-animation-footer-bottom.gif');
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  bottom: auto;
  background-size: contain;
  z-index: -1;
}

.substrate-section .btn-outline {
  background: #fff;
  border: 1.5px solid #043058;
  color: #043058;
  position: relative;
  pointer-events: all;
  z-index: 9;
}

.substrate-section .btn-outline:hover {
  border-color: #043058;
  background: linear-gradient(92deg, #021C41 -4.06%, #000001 110.59%);
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

.substrate-section .btn-red {
  position: relative;
  pointer-events: all;
  z-index: 9;
}

.context-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* corner marks */
.cs-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}

.cs-corner--tl {
  top: 24px;
  left: 24px;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}

.cs-corner--tr {
  top: 24px;
  right: 24px;
  border-top: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.cs-corner--bl {
  bottom: 24px;
  left: 24px;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}

.cs-corner--br {
  bottom: 24px;
  right: 24px;
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}

.substrate-section::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 80%;
  height: 50px;
  background: linear-gradient(90deg, #598BA8 0%, #3D6D8D 13.52%, #1D4B70 31.54%, #0A375E 47.32%, #043058 57.46%, #102B44 78.86%, #252524 109.28%, #252524 112.43%);

}

.substrate-section .banner-button-wrapper {
  justify-content: flex-start;
  margin: 0;
}

.substrate-sec-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.substrate-sec-content p.common-paragraph {
  max-width: 460px;
  width: 100%;
}

.substrate-sec-content-col {
  display: flex;
  align-items: center;
}

/*Third Section Style*/
.home-enterprise-section {
  position: relative;
  padding: 100px 0 0;
  /*background: #043058;*/
  /*background-image: url('./../img/pattern-2.svg');*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-bottom:0.02px solid #f2f2f2;
}

.home-enterprise-section .problem-sec-container {
  padding: 0px 50px 100px;
}

.enterprise-divs {
  position: relative;
  padding: 50px 80px;
}

.problem-cards-row.enterprise-cards-row {
  display: flex;
  height: 100%;
}

.enterprise-box {
  position: relative;
  border-radius: 10px;
  border: 1px solid #1D1D1D;
  background: linear-gradient(208deg, #000000 17.26%, #000000 105.92%);
  padding: 40px;
  border-radius: 5px;
  height: 100%;
  transition: .4s ease;
  cursor: pointer;
}

.enterprise-box:hover,
.enterprise-box:focus {
  border: 1px solid #021C41;
  background: linear-gradient(208deg, #000000 17.26%, #021C41 105.92%);
  transform: translateY(-8px);
}


.enterprise-box h6 {
  padding-bottom: 2rem;
}

.enterprise-box p {
  color: #8B98A4;
}

.enterprise-box:hover p {
  color: #8B98A4;
}

.enterprise-box:hover h6 {
  color: #ffffff;
}

/*Fourth Section Style*/
.home-infrastructure-section {
  position: relative;
  padding: 100px 50px;
  /*background: linear-gradient(45deg, rgb(0 0 0) 29.14%, #021C41 111.17%);*/
  background: #fff;
  /*background-image: url('./../img/pattern-3.svg');*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.infrastructure-content-div {
  padding-top: 1rem;
  padding-right: 6rem;
}

.infrastructure-content-div h2 {
  padding-bottom: 2rem;
}

.black-badge {
  border-radius: 4px;
  background: #043058;
  padding: 5px 25px;

}

.infrastructure-image-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The Synapt Platform */


.home-synapt-platform-section {
  position: relative;
  padding: 100px 50px 50px;
  background: #000000;
  /*background-image: url('./../img/pattern-4.svg');*/
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  overflow: visible !important;
}

.home-synapt-platform-section::after {
  position: absolute;
  content: '';
  background-image: url('./../img/platform-sec-side-img1-animated.svg');
  background-repeat: repeat;
  background-size: 100%;
  background-position: left;
  left: -200px;
  top: 0;
  width: 500px;
  height: 500px;
}

.home-synapt-platform-section::before {
  position: absolute;
  content: '';
  background-image: url('./../img/platform-sec-side-img1-animated.svg');
  background-repeat: repeat;
  background-size: 100%;
  background-position: right;
  right: -230px;
  top: 100px;
  width: 500px;
  height: 500px;
  rotate: 170deg;
}

.home-synapt-platform-section h2 {
  padding-bottom: 2rem;
}

.card-lists {
  padding: 70px 0 0;

}

.platform-card-img-div {
  /* background: #2C2A29; */
  padding: 70px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.light-blue {
  color: #598BA8;
}

.platform-card {
  margin-bottom: 3rem;
  padding: 0 50px;
}

.platform-card h6 {
  padding-bottom: 2rem;
}

.platform-card-content-div {
  padding: 0 100px;
}

.platform-card-content-div ul li {
  color: #ffffff;
}






/*  Substrate Section SVG Animation */

.substrate-sec-image svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* =========================
   EDGE ANIMATION
========================= */

.edge {
  fill: none;
  stroke: #939598;
  stroke-width: 0.5;
  stroke-dasharray: 4 3;
  stroke-dashoffset: 0;
  animation: flowEdge 6s linear infinite;
}

@keyframes flowEdge {
  to {
    stroke-dashoffset: -28;
  }
}

/* =========================
   NODE ANIMATION
========================= */

.node-dot {
  animation: pulse 3s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.55);
    opacity: .75;
  }
}

/* =========================
   STAGGER DELAYS
========================= */

.d1 {
  animation-delay: 0s
}

.d2 {
  animation-delay: .2s
}

.d3 {
  animation-delay: .4s
}

.d4 {
  animation-delay: .6s
}

.d5 {
  animation-delay: .8s
}

.d6 {
  animation-delay: 1s
}

.d7 {
  animation-delay: 1.2s
}

.d8 {
  animation-delay: 1.4s
}

.d9 {
  animation-delay: 1.6s
}

.d10 {
  animation-delay: 1.8s
}

.d11 {
  animation-delay: 2s
}

.d12 {
  animation-delay: 2.2s
}

.d13 {
  animation-delay: 2.4s
}

.d14 {
  animation-delay: 2.6s
}

.d15 {
  animation-delay: 2.8s
}

.d16 {
  animation-delay: .1s
}

.d17 {
  animation-delay: .3s
}

.d18 {
  animation-delay: .5s
}

.d19 {
  animation-delay: .7s
}

.d20 {
  animation-delay: .9s
}

.d21 {
  animation-delay: 1.1s
}

.d22 {
  animation-delay: 1.3s
}

.d23 {
  animation-delay: 1.5s
}

.d24 {
  animation-delay: 1.7s
}

.d25 {
  animation-delay: 1.9s
}

.d26 {
  animation-delay: 2.1s
}

.d27 {
  animation-delay: 2.3s
}

.d28 {
  animation-delay: 2.5s
}

.d29 {
  animation-delay: 2.7s
}

/* =========================
   GLOW EFFECTS
========================= */

.glow-pink {
  filter: drop-shadow(0 0 3px #DDA6CC);
}

.glow-blue {
  filter: drop-shadow(0 0 3px #598BA8);
}

.glow-steel {
  filter: drop-shadow(0 0 3px #7F9FD2);
}

/* =========================
   FADE IN
========================= */

.canvas-fade {
  animation: canvasFadeIn 1.2s ease-out both;
  transform-origin: 273px 320px;
}

@keyframes canvasFadeIn {
  from {
    opacity: 0;
    transform: scale(.98);
  }

  to {
    opacity: 1;
    transform: scale(0.98);
  }
}



.infrastructure-image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Banner Video add DIVYA 2-6-26 */
.banner-sec-image-video-div-col {
  width: 100%;
  height: 100%;
}

.banner-video-div-col {
  width: 100%;
  height: 100%;
}

.banner-sec-image-video-div-col .banner-sec-video {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
}

/* Modal Popup Form */
/* MODAL ANIMATION */
.modal.fade .modal-dialog {
  transform: translateY(20px) scale(0.97);
  transition: all 0.25s ease;
}

.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}

/* MODAL STYLE */
.modal-content {
  border: none;
  border-radius: 16px;
  /*background: #0b2a57;*/
  /*box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);*/
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  /*color: #fff;*/
  font-weight: 700;
}

.modal-body {
  color: rgba(255, 255, 255, 0.75);
}

/* INPUTS */
.hs-form-5e44b4ae-31a1-44e1-8ab2-dbf685dd4746_3a73ccda-1a2e-4ce5-91e8-8a3071f790b2 .hs-form-field label:not(.hs-error-msg)   { 
    color: #fff!important; 
    
} 
#hubspot-sales-form .hs-input,
#hubspot-sales-form input,
#hubspot-sales-form textarea,
#hubspot-sales-form select {
  width: 100% !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 0px !important;
  padding: 12px 14px !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* FOCUS */
#hubspot-sales-form .hs-input:focus {
  border-color: #c81418 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(234, 27, 33, 0.25) !important;
}

/* PLACEHOLDER */
#hubspot-sales-form input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* LABELS */
#hubspot-sales-form label {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500 !important;
}

/* BUTTON (IMPORTANT FIX) */
#hubspot-sales-form .hs-button {
  background: #c81418 !important;
  border: 1px solid #c81418 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
}

#hubspot-sales-form .hs-button:hover {
  background: #c81418 !important;
  border-color: #c81418 !important;
}

.hs-button {
  background: #c81418 !important;
  border: 1px solid #c81418 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
}

.infrastructure-image-div {
  width: 100%;
  height: 100%;
}

.infrastructure-image-div .infrastructure-image-video {
  width: 100%;
  height: 100%;
}

.substrate-sec-image {
  /*width: 100%;*/
  /*height: 100%;*/
}

.substrate-sec-image .substrate-sec-video {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}

.substrate-section.context-section.substrate-sec-video-sec::after {
  display: none;
}

.footer-btn-col {
  padding: 0px 0px;
}

.modal-open {
    overflow: hidden;
    padding: 0 !important;
}
.modal-open .modal {
  
    padding: 0 !important; 
}
a.problem-card-link:hover {
    text-decoration: none;
}

/* Responsiveness Media Query DIVYA - 26-5-26 */

/* Mobile Devices */
/* =========================
   Responsive
========================= */

@media screen and (max-width: 991.98px) {

  /* =========================
     FULLSCREEN MOBILE MENU
  ========================= */
.synapt-new-header .navbar-nav .nav-item {
    margin: 0 0rem 1rem 0;
}
  .synapt-new-header .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: linear-gradient(39deg, #000 26.94%, #021C41 124.65%);
    /* background: linear-gradient(180deg, #8FD6EC 0%, #87BADF 15.87%, #81A6D5 31.25%, #7F9FD2 43.27%, #92A0D0 56.73%, #C5A3CC 71.15%, #DDA5CB 97%); */
    z-index: 999;

    padding: 100px 30px 40px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;

    transition: right 0.4s ease-in-out;
    overflow-y: auto;
  }

  .synapt-new-header .navbar-collapse.show {
    right: 0;
  }

  /* =========================
     NAVIGATION
  ========================= */

  .synapt-new-header .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }


  .synapt-new-header .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 16px 0;

    color: #ffffff;

    transition: 0.3s ease;
  }

  .synapt-new-header .navbar-nav .nav-link:hover {
    color: #E82B2E;
  }

  /* =========================
     BUTTON
  ========================= */

  .synapt-new-header .synapt-btn-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .synapt-new-header .synapt-btn-started {
    width: 100%;
    margin-top: 12px;
  }

  /* =========================
     TOGGLER BUTTON
  ========================= */

  .synapt-new-header .navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
    z-index: 1001;
    position: relative;
  }

  /* Hamburger / Close Icon */

  .synapt-new-header .navbar-toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    display: block;

    transition: all 0.3s ease;
  }

  .synapt-new-header .navbar-toggler-icon::before,
  .synapt-new-header .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;

    width: 30px;
    height: 2px;

    background-color: #ffffff;

    transition: all 0.3s ease;
  }

  .synapt-new-header .navbar-toggler-icon::before {
    top: -8px;
  }

  .synapt-new-header .navbar-toggler-icon::after {
    top: 8px;
  }

  /* =========================
     CLOSE ICON
  ========================= */

  .synapt-new-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent;
  }

  .synapt-new-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
    background-color: #ffffff;
  }

  .synapt-new-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
    background-color: #ffffff;
  }

  /* =========================
     FIXED HEADER
  ========================= */

  .synapt-new-header {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    z-index: 1000;

    background: #000000;
    padding: 15px 10px;
  }

  .synapt-new-header .navbar-brand img {
    width: 100px;
  }

}


@media only screen and (max-width: 319.5px) {
          .banner-section {
   
    background: linear-gradient(180deg, #000 26.94%, #021C41 124.65%);
}
.problem-section.option-2 {
    background: linear-gradient(360deg, #000 26.94%, #021C41 124.65%);
}
.container-fluid.banner-section-hero-container {
        padding: 0px 0px;
}
    .col-lg-2.col-md-4.col-6.footer-column.footer-btn-col {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
 .col-lg-2.col-md-4.col-6.footer-column.footer-btn-col .footer-links li.synapt-menu-btn {
            display: flex;
    align-items: center;
    justify-content: center;
    }
    .synapt-footer .footer-top::after, .synapt-footer .footer-top::before {
    display:none;
}
        .social-icons {
    
     
        align-items: center;
        justify-content: center;
    }
  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .banner-content {
    margin-bottom: 1rem;
  }

  .banner-section {
    height: 100%;
  }

  .banner-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: left;
    height: auto;
  }

  .banner-content-col.col-md-5 {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .banner-content h1 {
    max-width: 100%;
  }

  .banner-content p {
    max-width: 100%;
  }

  .banner-row .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-content h1 {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .banner-content p {
    max-width: 100%;
  }

  .home-synapt-platform-section::after {

    left: -20px;
    top: 0;
    width: 100px;
    height: 100px;
  }

  .home-synapt-platform-section::before {

    right: -100px;
    top: 30px;
    width: 200px;
    height: 200px;
  }

  .banner-section {

    height: 100%;
  }

  .problem-section {
    padding: 40px 0;
  }

  .problem-sec-container {
    padding: 0px 20px;
  }

  .problem-cards-row {
    padding-top: 20px;

  }

  .problem-cards-row .col-lg-3.col-md-6 {
    margin-bottom: 1rem;
  }

  .problem-card {
    padding: 25px;
  }

  .success-section {
    padding: 40px 20px;
  }

  .substrate-section {
    padding: 40px 20px;

  }

  /* Footer */
  .synapt-footer .footer-top {
    padding: 20px 0 20px 0;
  }

  .footer-top .row {
    padding: 0px 20px;
    justify-content: center;
  }

  .footer-bottom .row {
    padding: 0px 20px;
  }

  .footer-bottom-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .synapt-footer .copyright-text {
    text-align: center;
  }

  .synapt-footer .footer-logo {

    margin-bottom: 1rem;
  }

  .footer-top .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .synapt-footer .footer-brand {
    padding-right: 15px;
  }

  .synapt-footer .footer-description {

    margin-bottom: 1rem;
  }

  .footer-description p {
    max-width: 100%;
  }

  .social-icons {
    position: relative;
    margin-bottom: 1rem;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 1rem;
  }

  .footer-bottom-links a {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
          .banner-section {
   
    background: linear-gradient(180deg, #000 26.94%, #021C41 124.65%);
}
.problem-section.option-2 {
    background: linear-gradient(360deg, #000 26.94%, #021C41 124.65%);
}
.container-fluid.banner-section-hero-container {
        padding: 0px 0px;
}
       .col-lg-2.col-md-4.col-6.footer-column.footer-btn-col {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
 .col-lg-2.col-md-4.col-6.footer-column.footer-btn-col .footer-links li.synapt-menu-btn {
            display: flex;
    align-items: center;
    justify-content: center;
    }
    .synapt-footer .footer-top::after, .synapt-footer .footer-top::before {
    display:none;
}
       .social-icons {
    
     
        align-items: center;
        justify-content: center;
    }
  .banner-content {
    margin-bottom: 1rem;
  }

  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .banner-section {
    height: 100%;
  }

  .banner-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: left;
    height: auto;
  }

  .banner-content-col.col-md-5 {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }



  .banner-content h1 {
    max-width: 100%;
  }

  .banner-content p {
    max-width: 100%;
  }

  .banner-row .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-content h1 {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .banner-content p {
    max-width: 100%;
  }

  .home-synapt-platform-section::after {

    left: -20px;
    top: 0;
    width: 100px;
    height: 100px;
  }

  .home-synapt-platform-section::before {

    right: -100px;
    top: 30px;
    width: 200px;
    height: 200px;
  }

  .banner-section {

    height: 100%;
  }

  .problem-section {
    padding: 40px 0;
  }

  .problem-sec-container {
    padding: 0px 20px;
  }

  .problem-cards-row {
    padding-top: 20px;

  }

  .problem-cards-row .col-lg-3.col-md-6 {
    margin-bottom: 1rem;
  }

  .problem-card {
    padding: 25px;
  }

  .success-section {
    padding: 40px 20px;
  }

  .substrate-section {
    padding: 40px 20px;

  }

  /* Footer */
  .synapt-footer .footer-top {
    padding: 20px 0 20px 0;
  }

  .footer-top .row {
    padding: 0px 20px;
    justify-content: center;
  }

  .footer-bottom .row {
    padding: 0px 20px;
  }

  .footer-bottom-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .synapt-footer .copyright-text {
    text-align: center;
  }

  .synapt-footer .footer-logo {
    margin-bottom: 1rem;
    /*padding-bottom: 10px;*/
  }

  .footer-top .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .synapt-footer .footer-brand {
    padding-right: 15px;
  }

  .synapt-footer .footer-description {

    margin-bottom: 1rem;
  }

  .footer-description p {
    max-width: 100%;
  }

  .social-icons {
    position: relative;
    margin-bottom: 1rem;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 1rem;
  }

  .footer-bottom-links a {
    margin-right: 0px;
  }

  .synapt-footer {
    background-image: none;
  }

}

/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .footer-top .row {
    padding: 0px 30px;
  }

  .btn {
    padding: 10px 15px;
  }

  .synapt-footer .footer-logo {
    margin-bottom: 50px;
    /*padding-bottom: 70px;*/
    /*border-bottom: 1px solid #333;*/
  }

  .synapt-footer .footer-brand {
    padding-right: 0;
    margin-bottom: 2rem;
    /*border-right: 1px solid #333;*/
  }
 .synapt-footer .footer-top::after, .synapt-footer .footer-top::before {
    display:none;
}

  .home-synapt-platform-section::after {

    left: -100px;
    top: 0;
    width: 300px;
    height: 300px;
  }

  .home-synapt-platform-section::before {

    right: -130px;
    top: 100px;
    width: 300px;
    height: 300px;
  }

  .pilot-title {
    min-height: 105px;
  }

  .banner-section {
    height: revert-rule;
  }

  .banner-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    height: auto;
  }

  .banner-content-col.col-md-5 {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-content {
    position: absolute;
  }

  .banner-content h1 {
    max-width: 100%;
  }

  .banner-content p {
    max-width: 100%;
  }

  .banner-row .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .problem-section {
    padding: 60px 0;

  }

  .problem-cards-row .col-lg-3.col-md-6 {
    margin-bottom: 1rem;
  }

  .problem-cards-row {
    padding-top: 30px;
  }

  .success-cards-sec-container {
    padding-top: 30px;
  }

  .success-section {
    padding: 60px 30px;
  }

  .substrate-section {
    padding: 60px 30px;
  }

  .synapt-footer .footer-top {
    padding: 40px 0;
  }

  .synapt-footer .footer-brand {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 1.5rem;
  }

  .social-icons {
    position: relative;
    margin-bottom: 1.5rem;
  }

  .footer-description p {
    max-width: 100%;
  }

  .synapt-footer {
    background-image: none;
  }

  .footer-bottom .row {
    padding: 0px 40px;
  }

  .synapt-footer .copyright-text {
    padding: 0;
    font-size: 12px;
  }

  .footer-bottom-links a {
    margin-right: 20px;
    font-size: 12px;
  }

  .problem-card {
    padding: 25px;
  }

  .synapt-footer .footer-logo {
    padding-bottom: 0px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .synapt-new-header .navbar-nav .nav-item {
    margin: 0 10px;
  }

  .synapt-new-header {
    padding: 15px 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .synapt-footer .footer-top::after {
   
    left: 98%;
    }
  .footer-top .row {
    padding: 0px 30px;
  }

  .btn {
    padding: 10px 15px;
  }

  .synapt-footer .footer-logo {
    margin-bottom: 50px;
    /*padding-bottom: 70px;*/
    /*border-bottom: 1px solid #333;*/
  }

  .synapt-footer .footer-brand {
    padding-right: 0;
    margin-bottom: 2rem;
    /*border-right: 1px solid #333;*/
  }

  .synapt-footer {
    background-image: none;
  }

  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  .banner-content h1 {
    max-width: 100%;
  }

  .banner-content p {
    max-width: 100%;
  }

  .home-synapt-platform-section::after {

    left: -100px;
    top: 0;
    width: 300px;
    height: 300px;
  }

  .home-synapt-platform-section::before {

    right: -130px;
    top: 100px;
    width: 300px;
    height: 300px;
  }

  .banner-section {
    height: 650px;
  }

  .banner-content-col {
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 3%;
  }

  .problem-section {
    padding: 70px 0;

  }

  .problem-cards-row .col-lg-3.col-md-6 {
    margin-bottom: 1.5rem;
  }

  .problem-cards-row {
    padding-top: 40px;
  }

  .success-cards-sec-container {
    padding-top: 40px;
  }

  .success-section {
    padding: 70px 40px;
  }

  .substrate-section {
    padding: 70px 40px;
  }

  .synapt-footer .footer-top {
    padding: 50px 0;
  }

  .synapt-footer .footer-brand {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 2rem;
  }

  .social-icons {
    position: relative;
    margin-bottom: 2rem;
  }

  .footer-description p {
    max-width: 100%;
  }

  .footer-bottom .row {
    padding: 0px 60px;
  }

  .synapt-footer .copyright-text {
    padding: 0;
    font-size: 15px;
  }

  .footer-bottom-links a {
    margin-right: 40px;
    font-size: 15px;
  }

  .problem-card {
    padding: 25px;
  }

  .synapt-new-header .navbar-nav .nav-item {
    margin: 0 10px;
  }

  .synapt-new-header {
    padding: 15px 30px;
  }
}


/*  Desktop Devices */
@media only screen and (min-width: 1281px) and (max-width:1440px) {
  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  .footer-description p {
    max-width: 100%;
  }

  .substrate-section {
    padding: 80px 60px;
  }

  .success-section {
    padding: 80px 30px;
  }

  .problem-section {
    padding: 80px 0;
  }

  .banner-section {
    height: 900px;
  }
}

/* Large */
@media only screen and (min-width: 1600px) and (max-width: 1823px) {
  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}



/* 1824px to 1919px */
@media only screen and (min-width: 1824px) and (max-width: 1919px) {
     .synapt-footer .footer-top::after {
  
    left: 98%;
  }
  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pilot-title {
    min-height: 110px;
  }


  .synapt-new-header {
    padding: 18px 50px;
  }

  .synapt-new-header .navbar-brand {
    width: 260px;
  }

  .synapt-new-header .navbar-brand img {
    width: 100%;
  }

  .synapt-new-header .navbar-nav .nav-item {
    margin: 0 1.2rem;
  }

  .synapt-new-header .navbar-nav .nav-link {
    font-size: 22px;
  }

  .synapt-new-header .synapt-btn-started {
    padding: 14px 28px;
    font-size: 22px;
  }

  .banner-section {
    /*height: 85vh;*/
  }

  .common-heading,
  .fraunces-gradient-text-heading {
    font-size: 68px;
  }

  .common-subheading {
    font-size: 48px;
  }

  .common-subtitle {
    font-size: 36px;
  }

  .common-paragraph {
    font-size: 22px;
  }

  .pilot-label {
    font-size: 22px;
  }

  .btn {
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 22px;
  }

  .problem-section {
    padding: 120px 30px;
  }

  .success-section {
    padding: 120px 50px;
  }

  .problem-cards-row {
    padding-top: 40px;
  }

  .problem-card {
    padding: 35px;
  }

  .pilot-card {
    padding: 45px 40px 45px 75px;
    min-height: 100%;
    gap: 1rem;
  }

  .pilot-line {
    width: 50px;
    height: 4px;
  }

  .pilot-card>div:first-child {
    flex-grow: 1;
    gap: 1rem;
    display: flex;
    flex-direction: column;
  }

  .pilot-card::before {
    width: 10px;
  }

  .substrate-section {
    padding: 80px;
  }

  .substrate-sec-content p.common-paragraph {
    max-width: 70%;
  }

  .substrate-sec-content {
    gap: 2rem;
  }

  .synapt-footer .footer-top {
    padding: 100px 80px;
  }

  .footer-logo img {
    width: 55%;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 35px;
  }

  .synapt-footer .footer-links a {
    font-size: 22px;
  }

  .synapt-footer .footer-bottom {
    padding: 25px 80px;
    font-size: 22px;
  }

  .synapt-footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 5px;
    margin-right: 15px;
  }

  .line-fill {
    width: 12px;
  }

  .substrate-section::before {
    height: 30px;
  }

  img.banner-btn-icon {
    width: 35px;
    margin-left: 12px;
  }

  .banner-content-col {

    align-items: flex-start;
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 5%;
  }

  .banner-content h1 {
    max-width: 100%;
  }
}


/* 1920px to 2559px */
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
     .synapt-footer .footer-top::after {
  
    left: 98%;
  }
  .footer-top .row {
    padding: 0 30px;
  }

  .banner-content-col {

    align-items: flex-start;
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 7%;
  }

  .banner-content h1 {
    max-width: 100%;
  }

  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pilot-title {
    min-height: 110px;
  }

  .synapt-new-header {
    padding: 22px 65px;
  }

  .synapt-new-header .navbar-brand {
    width: 320px;
  }

  .synapt-new-header .navbar-brand img {
    width: 100%;
  }

  .synapt-new-header .navbar-nav .nav-item {
    margin: 0 1.5rem;
  }

  .synapt-new-header .navbar-nav .nav-link {
    font-size: 28px;
  }

  .synapt-new-header .synapt-btn-started {
    padding: 18px 36px;
    font-size: 28px;
  }

  .banner-section {
    /*height: 88vh;*/
  }

  .common-heading,
  .fraunces-gradient-text-heading {
    font-size: 85px;
  }

  .common-subheading {
    font-size: 60px;
  }

  .common-subtitle {
    font-size: 45px;
  }

  .common-paragraph {
    font-size: 28px;
  }

  .pilot-label {
    font-size: 28px;
  }

  .btn {
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 28px;
  }

  .problem-section {
    padding: 150px 30px;
  }

  .success-section {
    padding: 150px 50px;
  }

  .problem-cards-row {
    padding-top: 55px;
  }

  .problem-card {
    padding: 40px;
  }

  .pilot-card {
    padding: 45px 40px 45px 75px;
    min-height: 100%;
    gap: 1rem;
  }

  .pilot-line {
    width: 70px;
    height: 5px;
  }

  .pilot-card>div:first-child {
    flex-grow: 1;
    gap: 1rem;
    display: flex;
    flex-direction: column;
  }

  .pilot-card::before {
    width: 14px;
  }

  .substrate-section {
    padding: 100px;
  }

  .substrate-sec-content p.common-paragraph {
    max-width: 65%;
  }

  .substrate-sec-content {
    gap: 2.5rem;
  }

  .synapt-footer .footer-top {
    padding: 120px 30px;
  }

  .footer-logo img {
    width: 60%;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 45px;
  }

  .synapt-footer .footer-links a {
    font-size: 28px;
  }

  .synapt-footer .footer-bottom {
    padding: 30px 65px;
    font-size: 28px;
  }

  .synapt-footer .social-icons a {
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 6px;
    margin-right: 18px;
  }

  .line-fill {
    width: 16px;
  }

  .substrate-section::before {
    height: 30px;
  }

  img.banner-btn-icon {
    width: 35px;
    margin-left: 16px;
  }

  .footer-bottom .row {
    padding: 0px 0px;
  }
}


@media only screen and (min-width: 2561px) and (max-width: 3840px) {
  .banner-content-col {

    align-items: flex-start;
    padding-left: 130px;
    padding-right: 50px;
    padding-top: 8%;
  }

  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pilot-title {
    min-height: 175px;
  }

  .synapt-new-header {
    padding: 25px 80px;
  }

  .synapt-new-header .navbar-brand {
    width: 400px;
  }

  .synapt-new-header .navbar-brand img {
    width: 100%;
  }

  .synapt-new-header .navbar-nav .nav-item {
    margin: 0 2rem;
  }

  .synapt-new-header .navbar-nav .nav-link {

    font-size: 45px;
  }

  .synapt-new-header .synapt-btn-started {

    padding: 30px 60px;
    font-size: 45px;
  }

  .banner-section {

    /*height: 90vh;*/
  }

  .common-heading,
  .fraunces-gradient-text-heading {
    font-size: 120px;
  }

  .common-subheading {
    font-size: 90px;
  }

  .common-subtitle {
    font-size: 70px;
  }

  .common-paragraph {
    font-size: 45px;
  }

  .pilot-label {
    font-size: 45px;
  }

  .btn {
    padding: 25px 50px;
    border-radius: 15px;
    font-size: 45px;
  }

  .problem-section {
    padding: 200px 70px;
  }

  .success-section {
    padding: 200px 150px;
  }

  .problem-cards-row {
    padding-top: 70px;
  }

  .problem-card {
    padding: 75px;
  }

  .pilot-card {
    padding: 100px 95px 100px 135px;
    min-height: 100%;
    gap: 4rem;
  }

  .pilot-line {
    width: 90px;
    height: 7px;
  }

  .pilot-card>div:first-child {
    flex-grow: 1;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
  }

  .pilot-card::before {
    width: 20px;
  }

  .substrate-section {
    padding: 120px;
  }

  .substrate-sec-content p.common-paragraph {
    max-width: 60%;
  }

  .substrate-sec-content {
    gap: 3rem;
  }

  .synapt-footer .footer-top {
    padding: 150px 100px;
  }

  .footer-logo img {
    width: 65%;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 70px;
  }

  .synapt-footer .footer-links a {
    font-size: 45px;
  }

  .synapt-footer .footer-bottom {
    padding: 35px 0px;
    font-size: 45px;
  }

  .footer-bottom .row {
    padding: 0px 100px;
  }

  .synapt-footer .social-icons a {
    width: 70px;
    height: 70px;
    font-size: 45px;
    border-radius: 6px;
    margin-right: 20px;
  }

  .line-fill {

    width: 20px;
  }

  .substrate-section::before {

    height: 50px;
  }

  img.banner-btn-icon {
    width: 50px;
    margin-left: 20px;
  }
}

/* 6k resolution */
@media only screen and (min-width: 3841px) and (max-width: 6144px) {
  .banner-content-col {

    align-items: flex-start;
    padding-left: 150px;
    padding-right: 70px;
    padding-top: 9%;
  }

  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pilot-title {
    min-height: 250px;
  }

  .footer-description p {
    max-width: 100%;
  }

  .footer-bottom .row {
    padding: 0px 0px;
  }

  .synapt-new-header {
    padding: 45px 120px;
  }

  .synapt-new-header .navbar-brand {
    width: 600px;
  }

  .synapt-new-header .navbar-brand img {
    width: 100%;
  }

  .synapt-new-header .navbar-nav .nav-item {
    margin: 0 3rem;
  }

  .synapt-new-header .navbar-nav .nav-link {

    font-size: 65px;
  }

  .synapt-new-header .synapt-btn-started {

    padding: 30px 60px;
    font-size: 65px;
  }

  .banner-section {

    /*height: 60vh;*/
  }

  .common-heading,
  .fraunces-gradient-text-heading {
    font-size: 250px;
  }

  .common-subheading {
    font-size: 140px;
  }

  .common-subtitle {
    font-size: 120px;
  }

  .common-paragraph {
    font-size: 85px;
  }

  .pilot-label {
    font-size: 85px;
  }

  .btn {
    padding: 30px 60px;
    border-radius: 20px;
    font-size: 85px;
  }

  .problem-section {
    padding: 300px 100px;
  }

  .success-section {
    padding: 300px 200px;
  }

  .problem-cards-row {
    padding-top: 100px;
  }

  .problem-card {
    padding: 150px;
  }

  .pilot-card {
    padding: 130px 125px 130px 165px;
    min-height: 100%;
    gap: 7rem;
  }

  .pilot-line {
    width: 130px;
    height: 10px;
  }

  .pilot-card>div:first-child {
    flex-grow: 1;
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }

  .pilot-card::before {
    width: 40px;
  }

  .substrate-section {
    padding: 200px;
  }

  .substrate-sec-content p.common-paragraph {
    max-width: 50%;
  }

  .substrate-sec-content {
    gap: 4rem;
  }

  .synapt-footer .footer-top {
    padding: 150px 80px;
  }

  .footer-logo img {
    width: 65%;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 80px;
  }

  .synapt-footer .footer-links a {
    font-size: 85px;
  }

  .synapt-footer .footer-bottom {
    padding: 45px 80px;
    font-size: 65px;
  }

  .synapt-footer .social-icons a {
    width: 80px;
    height: 80px;
    font-size: 55px;
    border-radius: 8px;
    margin-right: 30px;
  }

  .line-fill {

    width: 30px;
  }

  .substrate-section::before {

    height: 80px;
  }

  img.banner-btn-icon {
    width: 60px;
    margin-left: 30px;
  }
}

/* 8k resolution */
@media only screen and (min-width: 6145px) and (max-width: 7681px) {
  .banner-content-col {

    align-items: flex-start;
    padding-left: 200px;
    padding-right: 90px;
    padding-top: 10%;
  }

  .banner-video-div-col {
    width: 100%;
    height: auto;
  }

  #hero-banner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer-bottom .row {
    padding: 0px 0px;
  }

  .synapt-new-header {
    padding: 55px 150px;
  }

  .synapt-new-header .navbar-brand {
    width: 700px;
  }

  .synapt-new-header .navbar-brand img {
    width: 100%;
  }

  .synapt-new-header .navbar-nav .nav-item {
    margin: 0 3rem;
  }

  .synapt-new-header .navbar-nav .nav-link {

    font-size: 65px;
  }

  .synapt-new-header .synapt-btn-started {

    padding: 30px 60px;
    font-size: 65px;
  }

  .banner-section {

    /*height: 60vh;*/
  }

  .common-heading,
  .fraunces-gradient-text-heading {
    font-size: 300px;
  }

  .common-subheading {
    font-size: 150px;
  }

  .common-subtitle {
    font-size: 130px;
  }

  .common-paragraph {
    font-size: 95px;
  }

  .pilot-label {
    font-size: 95px;
  }

  .btn {
    padding: 30px 60px;
    border-radius: 20px;
    font-size: 95px;
  }

  .problem-section {
    padding: 400px 200px;
  }

  .success-section {
    padding: 400px 300px;
  }

  .problem-cards-row {
    padding-top: 150px;
  }

  .problem-card {
    padding: 200px;
  }

  .pilot-card {
    padding: 140px 135px 140px 195px;
    min-height: 100%;
    gap: 10rem;
  }

  .pilot-line {
    width: 150px;
    height: 10px;
  }

  .pilot-card>div:first-child {
    flex-grow: 1;
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }

  .pilot-card::before {
    width: 50px;
  }

  .substrate-section {
    padding: 400px;
  }

  .substrate-sec-content p.common-paragraph {
    max-width: 60%;
  }

  .substrate-sec-content {
    gap: 5rem;
  }

  .synapt-footer .footer-top {
    padding: 400px 300px;
  }

  .footer-logo img {
    width: 75%;
  }

  .synapt-footer .footer-links li {
    margin-bottom: 100px;
  }

  .synapt-footer .footer-links a {
    font-size: 95px;
  }

  .synapt-footer .footer-bottom {
    padding: 55px 300px;
    font-size: 95px;
  }

  .synapt-footer .social-icons a {
    width: 100px;
    height: 100px;
    font-size: 65px;
    border-radius: 10px;
    margin-right: 40px;
  }

  .line-fill {

    width: 40px;
  }

  .substrate-section::before {

    height: 100px;
  }

  img.banner-btn-icon {
    width: 70px;
    margin-left: 40px;
  }
}


.sp-content.platform-card-content-div h6 {
  margin-bottom: 2rem;
}


/* Stage */
.sp-scroll-wrapper {
  cursor: pointer;
  position: relative;
  height: 500vh;
}

/* ───────── PINNED SECTION ───────── */
.sp-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.sp-stage {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px 80px;
  height: 100vh;
}

/* ── Stack ── */
.sp-stack {
  position: sticky;
  top: 100px;
  width: 320px;
  height: 550px;
  flex-shrink: 0;
}

/* ───────── LAYERS (TOP → BOTTOM ORDER) ───────── */
.sp-layer {
  position: absolute;
  left: 0;
  width: 100%;
  /*opacity: 0.6;*/
  transition: 0.5s ease;
}

/* active layer */
.sp-layer.active {
  transform: translate(80px, 0px) scale(1.08);
  opacity: 1;
  z-index: 999;
  filter: drop-shadow(0 20px 60px rgba(255, 80, 80, 0.6));
}

/* fake visuals */
.sp-layer div {
  height: 90px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff4d4d, #ffb84d);
}

.sp-layer img {
  width: 100%;
  display: block;
  pointer-events: none;
  object-fit: contain;
  -webkit-user-drag: none;
}

/* ───────── TOP → BOTTOM POSITIONING (CORRECT FLOW) ───────── */
.sp-layer[data-layer="0"] {
  top: 50%;
  z-index: 0;
  transform: none !important;
    filter: none !important;
}


.sp-layer[data-layer="0"],
.sp-layer[data-layer="6"] {
  opacity: 1;
  pointer-events: none;
}

/* Prevent .active from ever touching these two */
.sp-layer[data-layer="0"].active,
.sp-layer[data-layer="6"].active {
  transform: none !important;
  filter: none !important;
  z-index: auto;
}

.sp-layer[data-layer="6"] { 
     width: 70%;
     left: 12%;
    z-index: 6;
    top: 8%;
}

.sp-layer[data-layer="1"] {
  top: 46%;
  z-index: 1;
  width: 70%;
  left: 14%;
}

.sp-layer[data-layer="2"] {
  top: 38%;
  z-index: 2;
  width: 70%;
  left: 12%;
}

.sp-layer[data-layer="3"] {
  top: 33%;
  z-index: 3;
  width: 70%;
  left: 12%;
}

.sp-layer[data-layer="4"] {
  top: 25%;
  z-index: 4;
  width: 70%;
  left: 12%;
}

.sp-layer[data-layer="5"] {
  top: 17%;
  z-index: 5;
  width: 70%;
  left: 12%;
}

/* ───────── RIGHT CONTENT ───────── */
.sp-content {
  flex: 1;
}

/* ───────── SLIDES ───────── */
.sp-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 100%;

  opacity: 0;
  transform: translateY(30px);

  transition: opacity 0s ease, transform 0.5s ease;

  pointer-events: none;

  position: absolute;
  top: 0;
  left: 0;
}

/* Active slide */
.sp-slide.active {
  opacity: 1;
  transform: translateY(0);

  pointer-events: auto;

  position: relative;
}

/*Banner Image Animation 1-6-26 DIVYA*/

#hero-banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 837px;
  margin: 0 auto;
  aspect-ratio: 837/837;
}

#hero-banner-wrapper svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#hero-banner-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

canvas:focus,
canvas:hover {
  outline: none;
  box-shadow: none;
}


/* Jerold Responsive Styles */
@media only screen and (max-width: 319.5px) {

  .home-enterprise-section {
    padding: 30px 0 0;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 20px 30px;
  }

  .common-heading {
    font-size: 30px;
  }

  .enterprise-divs::before,
  .enterprise-divs::after {
    display: none;
  }

  .enterprise-divs {
    padding: 0px 10px;
  }

  .problem-cards-row {
    padding-top: 15px;
  }

  .enterprise-box {
    padding: 20px;
    margin-bottom: 1rem;
  }

  .enterprise-box h6 {
    padding-bottom: 10px;
  }

  .home-infrastructure-section {
    padding: 30px 15px;
    min-height: max-content !important;
  }

  .infrastructure-content-div {
    padding-top: 1rem;
    padding-right: 0rem;
  }

  .infrastructure-content-div h2 {
    padding-bottom: 1rem;
  }

  .fraunces-gradient-text-heading {
    font-size: 35px;
  }

  .home-synapt-platform-section {
    padding: 30px 15px 15px;
  }

  .home-synapt-platform-section h2 {
    padding-bottom: 1rem;
  }

  .problem-sec-container {
    padding: 0px 20px;
  }

  .card-lists {
    padding: 20px 0 0;
  }

  .platform-card {
    margin-bottom: 1rem;
    padding: 0 0px;
  }

  .platform-card-img-div {
    padding: 40px 30px;
    margin-bottom: 2rem;
  }

  .platform-card-content-div {
    padding: 0 0px;
  }

  .platform-card h6 {
    padding-bottom: 1rem;
  }

  .problem-cards-row.enterprise-cards-row {
    gap: 1rem;
  }

  .sp-pin {
    min-height: 100vh;
    height: auto;
  }

  .sp-stage {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
    height: auto;
  }

  .sp-stack {
    width: 100%;
    max-width: 250px;
    height: 400px;
  }

  .sp-content.platform-card-content-div h6 {
    margin-bottom: 1rem;
    font-size: 22px;
  }

  .sp-layer.active {
    transform: translate(10px, 0px) scale(1.03);
  }

  .success-cards-sec-container {
    padding: 10px 0px 0px 0px;
  }

  #succesectionCanvas,
  .sectionCanvas {
    width: 100% !important;
  }

  .pilot-card {
    padding: 15px;
  }

  .pilot-title {
    min-height: auto;
    margin-bottom: 12px;
  }

  .substrate-section::after {
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    bottom: auto;
    background-size: 100%;
  }

  .sp-stack {
    top: 0;
  }

}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .sp-content.platform-card-content-div h6 {
    margin-bottom: 1rem;
    font-size: 22px;
  }

  .home-enterprise-section {
    padding: 30px 0 0;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 20px 30px;
  }

  .common-heading {
    font-size: 30px;
  }

  .enterprise-divs::before,
  .enterprise-divs::after {
    display: none;
  }

  .enterprise-divs {
    padding: 0px 10px;
  }

  .problem-cards-row {
    padding-top: 15px;
  }

  .enterprise-box {
    padding: 20px;
    margin-bottom: 1rem;
  }

  .enterprise-box h6 {
    padding-bottom: 10px;
  }

  .home-infrastructure-section {
    padding: 30px 15px;
    min-height: max-content !important;
  }

  .infrastructure-content-div {
    padding-top: 1rem;
    padding-right: 0rem;
  }

  .infrastructure-content-div h2 {
    padding-bottom: 1rem;
  }

  .fraunces-gradient-text-heading {
    font-size: 35px;
  }

  .home-synapt-platform-section {
    padding: 30px 15px 15px;
  }

  .home-synapt-platform-section h2 {
    padding-bottom: 1rem;
  }

  .problem-sec-container {
    padding: 0px 20px;
  }

  .card-lists {
    padding: 20px 0 0;
  }

  .platform-card {
    margin-bottom: 1rem;
    padding: 0 0px;
  }

  .platform-card-img-div {
    padding: 40px 30px;
    margin-bottom: 2rem;
  }

  .platform-card-content-div {
    padding: 0 0px;
  }

  .platform-card h6 {
    padding-bottom: 1rem;
  }

  .problem-cards-row.enterprise-cards-row {
    gap: 1rem;
  }

  .sp-stack {
    top: 0;
  }

  .sp-pin {
    min-height: 100vh;
    height: auto;
  }

  .sp-stage {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
    height: auto;
  }

  .sp-stack {
    width: 100%;
    max-width: 250px;
    height: 400px;
  }

  .sp-layer.active {
    transform: translate(10px, 0px) scale(1.03);
  }

  .success-cards-sec-container {
    padding: 10px 0px 0px 0px;
  }

  #succesectionCanvas,
  .sectionCanvas {
    width: 100% !important;
  }

  .pilot-card {
    padding: 15px;
  }

  .pilot-title {
    min-height: auto;
    margin-bottom: 12px;
  }

  .substrate-section::after {
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    bottom: auto;
    background-size: 100%;
  }



}

@media only screen and (min-width: 768px) and (max-width: 1023.5px) {

  .common-heading {
    font-size: 35px;
  }

  .home-enterprise-section {
    padding: 50px 0 0;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 0px 20px;
  }

  .enterprise-divs {
    padding: 20px 25px;
  }

  .enterprise-box h6 {
    padding-bottom: 10px;
  }

  .problem-cards-row {
    padding-top: 15px;
  }

  .enterprise-box {
    padding: 15px;
  }

  .enterprise-divs::before,
  .enterprise-divs::after {
    display: none;
  }

  .home-infrastructure-section {
    padding: 40px 20px;
  }

  .fraunces-gradient-text-heading {
    font-size: 45px;
  }

  .infrastructure-content-div {
    padding-top: 1rem;
    padding-right: 0rem;
  }

  .home-synapt-platform-section {
    padding: 50px 20px 50px;
  }

  .home-synapt-platform-section h2 {
    padding-bottom: 1rem;
  }

  .problem-sec-container {
    padding: 0px 20px;
  }

  .card-lists {
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .platform-card {
    margin-bottom: 0rem;
    padding: 0px 10px;
  }

  .platform-card-img-div {
    padding: 35px 20px;
  }

  .platform-card-content-div {
    padding: 0 0px;
  }

  .platform-card h6 {
    padding-bottom: 10px;
  }

  .sp-scroll-wrapper {
    height: auto !important;
  }

  .sp-pin {
    height: auto !important;
  }

  .sp-stage {
    gap: 40px !important;
    padding: 20px 0px !important;
    height: 50vh !important;
  }

  .sp-stack {
    width: 250px !important;
  }

  .sp-layer.active {
    transform: translate(30px, 0px) scale(1.08) !important;
  }

  .pilot-card {
    padding: 15px 15px !important;
  }


}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

  .home-enterprise-section {
    padding: 60px 0 40px;
  }

  .common-heading {
    font-size: 45px;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 25px 50px;
  }

  .enterprise-box h6 {
    padding-bottom: 10px;
  }

  .enterprise-box {
    padding: 30px 20px;
  }

  .enterprise-divs::after,
  .enterprise-divs::before {
    display: none;
  }

  .enterprise-divs {
    padding: 0px 10px;
  }

  .home-infrastructure-section {
    padding: 60px 50px;
  }

  .home-synapt-platform-section {
    padding: 60px 15px 60px;
  }

  .platform-card {
    margin-bottom: 2rem;
    padding: 0 0px;
  }

  .platform-card-img-div {
    padding: 50px 30px;
  }

  .platform-card-content-div {
    padding: 0 10px;
  }

  .platform-card h6 {
    padding-bottom: 1rem;
  }

  .sp-stage {
    padding: 20px 20px !important;
  }

  .sp-stage {
    height: 80vh !important;
  }
  
  .sp-layer[data-layer="5"].active {
      transform: none !important;
  }

  .sp-layer.active {
    transform: translate(30px, 0px) scale(1.08) !important;
  }

  .pilot-card {
    padding: 25px 20px;
  }

}

@media only screen and (min-width: 1280px) and (max-width: 1280px) {

  .enterprise-divs::after,
  .enterprise-divs::before {
    display: block;
  }

  .enterprise-divs {
    padding: 50px 80px;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 25px 50px;
  }

  .home-enterprise-section {
    padding: 60px 0 0px;
  }

}

@media only screen and (min-width: 1281px) and (max-width:1440px) {

  .sp-scroll-wrapper {
    height: 280vh;
  }

  .sp-pin {
    height: 75vh;
  }

  .sp-stage {
    height: 60vh;
  }

}

@media only screen and (min-width: 1824px) and (max-width: 1920px) {
  .home-enterprise-section .problem-sec-container {
    padding: 0px 0px 100px;
  }

  .home-enterprise-section {
    padding: 100px 70px 0;
  }

  .enterprise-divs {
    padding: 60px 0px 50px;
  }

  .enterprise-divs::before {
    top: 2.5rem;
  }

  .home-infrastructure-section {
    padding: 100px 100px;
  }

  .sp-stack {
    width: 450px !important;
    height: 800px !important;
  }

}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  .home-enterprise-section .problem-sec-container {
    padding: 0px 0px 100px;
  }

  .home-enterprise-section {
    padding: 150px 100px 0;
  }

  .enterprise-divs {
    padding: 100px 20px 100px 20px;
  }

  .enterprise-divs::before {
    top: 2.5rem;
  }

  .enterprise-box {
    padding: 80px;
  }

  .home-infrastructure-section {
    padding: 150px 150px;
  }

  .infrastructure-content-div {
    padding-right: 10rem;
  }

  .home-synapt-platform-section {
    padding: 150px 100px 100px;
  }

  .sp-stack {
    width: 650px !important;
    height: 1000px !important;
  }
}

/* 4k resolution */
@media only screen and (min-width: 2561px) and (max-width: 3840px) {
  .synapt-footer .footer-logo {
    margin-bottom: 5rem;
    /*padding-bottom: 10rem;*/
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 0px 100px;
  }

  .home-enterprise-section {
    padding: 10rem 10rem 5rem;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 10rem 100px;
  }

  .enterprise-divs {
    padding: 10rem 2rem 10rem 2rem;
  }

  .enterprise-divs::before {
    top: 4rem;
  }

  .enterprise-box {
    padding: 5rem;
  }

  .home-infrastructure-section {
    padding: 10rem 20rem;
  }

  .black-badge {
    padding: 20px 40px;
  }

  .infrastructure-content-div h2 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .infrastructure-image-div img {
    width: 85%
  }

  .infrastructure-content-div {
    padding-right: 20rem;
  }

  .home-synapt-platform-section {
    padding: 10rem 15rem 10rem;
  }

  .card-lists {
    padding: 10rem 0 0;
  }

  .platform-card-img-div {
    padding: 10rem 5rem;
  }

  .platform-card-img-div img {
    width: 85%;
  }

  .platform-card-content-div {
    padding: 0 10rem;
  }

  .platform-card {
    margin-bottom: 8rem;
  }

  .platform-card h6,
  .enterprise-box h6 {
    padding-bottom: 3rem;
  }

  .sp-stack {
    width: 1000px !important;
    height: 1500px !important;
  }

}

/* 6k resolution  */
@media only screen and (min-width: 3841px) and (max-width: 6144px) {
  .synapt-footer .footer-logo {
    margin-bottom: 8rem;
    /*padding-bottom: 15rem;*/
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 0px 100px;
  }

  .home-enterprise-section {
    padding: 15rem 15rem 10rem;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 10rem 100px;
  }

  .enterprise-divs {
    padding: 15rem 3rem 10rem 3rem;
  }

  .enterprise-divs::before {
    top: 4rem;
  }

  .enterprise-box {
    padding: 8rem;
  }

  .home-infrastructure-section {
    padding: 15rem 20rem;
  }

  .black-badge {
    padding: 30px 50px;
  }

  .infrastructure-content-div h2 {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .infrastructure-image-div img {
    width: 85%
  }

  .infrastructure-content-div {
    padding-right: 20rem;
  }

  .home-synapt-platform-section {
    padding: 15rem 15rem 10rem;
  }

  .card-lists {
    padding: 10rem 0 0;
  }

  .platform-card-img-div {
    padding: 10rem 5rem;
  }

  .platform-card-img-div img {
    width: 85%;
  }

  .platform-card-content-div {
    padding: 0 10rem;
  }

  .platform-card {
    margin-bottom: 10rem;
  }

  .platform-card h6,
  .enterprise-box h6 {
    padding-bottom: 3rem;
  }

  .enterprise-divs::after {
    width: 300px;
    height: 10px;
  }

  .sp-stack {
    width: 1500px !important;
    height: 2000px !important;
  }

  .platform-card-content-div ul li::marker {
    font-size: 85px;
  }


}

/* 8k resolution  */
@media only screen and (min-width: 6145px) and (max-width: 7680px) {
  .synapt-footer .footer-logo {
    margin-bottom: 10rem;
    /*padding-bottom: 15rem;*/
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 0px 100px;
  }

  .home-enterprise-section {
    padding: 20rem 20rem 15rem;
  }

  .home-enterprise-section .problem-sec-container {
    padding: 0px 10rem 100px;
  }

  .enterprise-divs {
    padding: 20rem 2rem 10rem 2rem;
  }

  .enterprise-divs::before {
    top: 7rem;
  }

  .enterprise-box {
    padding: 8rem;
  }

  .home-infrastructure-section {
    padding: 25rem 25rem;
  }

  .black-badge {
    padding: 60px 110px;
  }

  .infrastructure-content-div h2 {
    padding-bottom: 5rem;
    padding-top: 8rem;
  }

  .infrastructure-image-div img {
    width: 85%
  }

  .infrastructure-content-div {
    padding-right: 20rem;
  }

  .home-synapt-platform-section {
    padding: 20rem 25rem 10rem;
  }

  .card-lists {
    padding: 20rem 0 0;
  }

  .platform-card-img-div {
    padding: 10rem 5rem;
  }

  .platform-card-img-div img {
    width: 85%;
  }

  .platform-card-content-div {
    padding: 0 10rem;
  }

  .platform-card {
    margin-bottom: 15rem;
  }

  .platform-card h6,
  .enterprise-box h6 {
    padding-bottom: 3rem;
  }

  .enterprise-divs::after {
    width: 300px;
    height: 10px;
  }

  .sp-stack {
    width: 2000px !important;
    height: 2500px !important;
  }

  .platform-card-content-div ul li::marker {
    font-size: 95px;
  }


}

/*Custom TOC - 09-07-2025*/

.lwptoc {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.lwptoc .lwptoc_title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.lwptoc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.lwptoc .lwptoc_item {
  margin: 5px 0;
}

.lwptoc .lwptoc_item a {
  text-decoration: none !important;
  color: #e82b2e !important;
  transition: color 0.3s ease;
}

.lwptoc .lwptoc_item a:hover {
  color: #e82b2e !important;
  text-decoration: none;
}

.custom-toc .toc-level-2 {
  padding-left: 0px;
}

.custom-toc .toc-level-3 {
  padding-left: 15px;
}

.custom-toc .toc-level-4 {
  padding-left: 30px;
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {

  .lwptoc {
    padding: 3rem;
  }

  .lwptoc .lwptoc_title {
    font-size: 2.5rem;
  }

  .lwptoc .lwptoc_item {
    margin: 1rem 0;
  }

  .lwptoc .lwptoc_item a {
    font-size: 24px;
  }

}


@media only screen and (min-width: 2561px) and (max-width: 3840px) {
  .lwptoc {
    padding: 3rem;
  }

  .lwptoc .lwptoc_title {
    font-size: 45px;
  }

  .lwptoc .lwptoc_item {
    margin: 1rem 0;
  }
}

@media only screen and (min-width: 3841px) and (max-width: 6144px) {
  .lwptoc {
    padding: 6rem;
  }

  .lwptoc .lwptoc_title {
    font-size: 4rem;
  }

  .lwptoc .lwptoc_item {
    margin: 2rem 0;
  }

  .lwptoc .lwptoc_item a {
    font-size: 3.5rem;
  }

}

@media only screen and (min-width: 6145px) and (max-width: 7680px) {
  .lwptoc {
    padding: 6rem;
  }

  .lwptoc .lwptoc_title {
    font-size: 6rem;
  }

  .lwptoc .lwptoc_item {
    margin: 2rem 0;
  }

  .lwptoc .lwptoc_item a {
    font-size: 4.5rem;
  }

}



/* Case Study Page Design */
.banner-section.hero.case-study-banner {
    height: 80vh;
}
.row.banner-row.case-study-banner-row {
        align-items: center;
    justify-content: center;
    text-align: center;
}
.row.banner-row.case-study-banner-row .banner-content p, .row.banner-row.case-study-banner-row .banner-content h1 { 
        max-width: 100%;
    text-align: center;
}
/* Blog Inner page New Responsive Divya 5-6-26 */
/* Responsiveness Media Query */

/* Mobile Devices */

@media only screen and (max-width: 319.5px) {
  .resources-gen-ai-content-sec {
    padding: 20px 10px;
  }

  .resource-bottom-sec {

    padding: 20px 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767.5px) {
  .resources-gen-ai-content-sec {
    padding: 20px 10px;
  }

  .resource-bottom-sec {

    padding: 20px 10px;
  }
}

/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) {
  .resources-gen-ai-content-sec {
    padding: 30px 20px;
  }

  .col-md-10.resources-gen-ai-content-col {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .resource-bottom-sec {

    padding: 30px 20px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .resources-gen-ai-content-sec {
    padding: 50px 50px;
  }

  .col-md-10.resources-gen-ai-content-col {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .resource-bottom-sec {

    padding: 50px 50px;
  }
}