/* Content wrapper styling */
#content-wrapper {
  position: relative;
}

#cashprodmod {
  display: block;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  max-width:1280px;
}

.Invlst li {
  list-style:disc;
  line-height: 1.1;
  margin-bottom:15px;
  font-weight:500;
}


/* Content section styling */
.content-section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
}

/* Show active content */
.content-section.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: opacity 0.25s;
}
}
/* Image sizing */
.content-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Base Nav item styling */
.nav-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  transition: font-weight 0.3s;
}

/* Active nav item styling */
.nav-item.active {
  font-weight: bold;
}

.nav-item span {
  background-color: #d3ceff;
}

.nav-item.active span {
  background-color: #f1f0ff
}

/* Schedule Demo Button Styling */
.schedule-demo-button {
  background-color: #2fa1d8
  color: #ffffff;
  font-family: Overpass;
  font-style: normal;
  text-decoration: none;
  border: 2px solid rgba(40, 164, 158, 1.0);
  border-radius: 50px;
  font-size: 16px;
  padding: 8px 12px 8px;
  display: inline-block;
}

.schedule-demo-button:hover {
  background-color: #fff;
  color: #2fa1d8;
}

.dmc-textlink {
color:#2fa1d8;
font-weight:500;
}

.dmc-textlink:hover {
  color:#2fa1d8;
font-weight:500;
}

/* Responsive styling */
@media (max-width: 1600px) {
  #cashprodmod {
    margin-left: calc(10% - 0px) !important;
    margin-right: calc(10% - 0px) !important;
  }
  #content-nav1 { font-size: 19px !important; }
  #content-nav2 { font-size: 19px !important; }
  #content-nav3 { font-size: 19px !important; }
}

@media (max-width: 1400px) {
  #cashprodmod {
    margin-left: calc(50% - 540px) !important;
    margin-right: calc(50% - 540px) !important;
    min-height: 600px;
    margin-bottom:80px;
  }
  #content-nav1 { font-size: 18px !important; }
  #content-nav2 { font-size: 18px !important; }
  #content-nav3 { font-size: 18px !important; }
}

@media (max-width: 1199px) {
  #cashprodmod {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
  #content-nav1 { font-size: 13px !important; }
  #content-nav2 { font-size: 13px !important; }
  #content-nav3 { font-size: 13px !important; }
}

/* Hide navigation and stack content on mobile */
@media (max-width: 998px) {
    #cashprodmod {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  #module-nav {
    display: none;
  }
  
  #hs_cos_wrapper_widget_1729617731077 > div > div.custom-flex-container
  {
    margin-left:8% !important;
    margin-right:3% !important;
  }
  
   .content-section {
    grid-template-columns: 1fr !important; /* Make it a single column */
  }

  /* Stack all content sections */
  .content-section {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 0;
    width: 100%;
    margin-bottom: 20px; /* Add some space between sections */
  }

  #content-wrapper {
    height: auto; position: relative; min-height: 500px;
  }
  #content-pt1 {border-bottom: solid 0px #0B3557;}
  #content-pt2 {border-bottom: solid 0px #0B3557;}
  #content-pt3 {border-bottom: solid 0px #0B3557 !important; background-color:#ffffff !important;}
}
