.product-banner{
  background: url(/assets/img/images/product/product-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.simpldoczfeature-card {
  background: var(--Color-2, rgba(7, 46, 73, 1)); 
  box-shadow: 0 0 10px rgba(0, 146, 255, 0.3); 
height: 100%;
  border-radius: 15px; 
  padding: 1.5rem;
  position: relative; 
  overflow: visible; 
  text-align: center;
}

.simpldoczfeature-card .icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%); 
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 185px 92px rgba(0, 146, 255, 0.12) inset; 

  padding: 10px;
  border-radius: 50%;
}

.simpldoczfeature-card .icon img {
  width: 60px;
  height: 60px;
}

.simpldoczfeature-card h5 {
  font-size: 1.2rem;
  color: var(--Font, rgba(235, 235, 235, 1));
  font-weight: bold;
  margin-top: 50px; 
}

.simpldoczfeature-card p {
  font-size: 1rem;
  color: var(--Font, rgba(235, 235, 235, 1));
}

@media (max-width: 768px) {
  .simpldoczfeature-card .icon {
    top: -25px;
  }

  .simpldoczfeature-card .icon img {
    width: 50px; 
    height: 50px;
  }

  .simpldoczfeature-card h5 {
    font-size: 1rem; 
  }

  .simpldoczfeature-card p {
    font-size: 0.9rem; 
  }
}



#benefits_simplDocz{
 background: rgba(9, 15, 32, 1);
  background-repeat: no-repeat;
}

.simpldoczfeatures-Benefits {
  border-radius: 15px; 
  display: flex;
  padding: 5px;
}

.simpldoczfeatures-Benefits .number {
  /* color: #fff;  */
  font-size: 50px !important;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.simpldoczfeatures-Benefits .content {
  flex: 1;
}

.simpldoczfeatures-Benefits .title {
  color: var(--Blue, rgba(44, 126, 187, 1));
  padding: 10px;
  border-radius: 5px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

.description{
  color: var(--Font, rgba(235, 235, 235, 1)) !important;
  font-size: 16px;


}
#simpldoczfeatures-Benefits-bg {
  background-image: url(/assets/img/images/product/simpldocz/simpldocz_benfits.png);
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;
}

#workflow_simpldocz{
  background: rgba(237, 241, 245, 1);

}

#simpldoczfeatures-Benefits-bg * {
  position: relative;
  z-index: 2;
}


@media (max-width: 768px) {
  .simpldoczfeatures-Benefits {
    flex-direction: column; 
    text-align: center;
  }

  .simpldoczfeatures-Benefits .number {
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
  }

  .connector{
    height: 96px !important;
  }      


  .simpldoczfeatures-Benefits .title {
    font-size: 1rem;
  }

  .simpldoczfeatures-Benefits .description {
    font-size: 0.9rem;
  }

  .scrollable-right {
    position: static !important;
    margin-top: 20px;
  }
 .product_Workflow{
  width: 100%;
 }
  
}

@media (min-width: 1024px) and (max-width: 1024px) {
.scrollable-right{
  margin-left: 20px !important;
}
}

@media screen and (max-width:425px){
  .connector{
    height: 96px !important;
  }      
}

.steps-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;  /* Adjust this value as per your need */
  overflow-y: auto;

}

.step {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.steps-container .icon {
  flex-shrink: 0;
  width: 30px;  
  height: 30px; 
  margin-right: 10px; 
  position: relative;
  background: rgba(43, 103, 255, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 50%; 
  height: 50%; 
  object-fit: contain;
}


.content {
  max-width: 500px;
  padding: 20px;
}

.content h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(196, 196, 196, 1);
  font-weight: bold;
}
.content h5 {
  font-size: 18px;
  color: var(--Color-2, rgba(7, 46, 73, 1));
  font-weight: bold;
}

.content p {
  margin: 5px 0 0 0;
  color: #555;
}

.connector {
  position: absolute;
  left: 14px;
  top: 38px;
    height: 117px;
  width: 2px;
  background: repeating-linear-gradient(
        180deg,
        rgba(43, 103, 255, 1), 
        rgba(43, 103, 255, 1) 5px,
        transparent 5px,
        transparent 10px
    );
  }

.step:last-child .connector {
  display: none;
}
.static-left {
  flex: 1;
  position: sticky;
  top: 20px; 
}


/* .scrollable-right::-webkit-scrollbar {
  display: none;
} */

#getStarted {
  background: rgba(26, 34, 54, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 28px 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
}

.button-container {
  background-color: rgba(237, 241, 245, 1);
  color: rgba(16, 47, 78, 1);
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-container:hover {
  background-color: rgba(16, 47, 78, 1) !important;
  color: #fff !important;
}

.blue-banner-card{
  background: url(/assets/img/images/blue-banner-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

@media (max-width: 768px) {
  #getStarted {
    flex-direction: column;
    text-align: center;
    padding: 20px 1rem;
  }
 


  #getStarted h3 {
    font-size: 1.5rem; 
  }

  #getStarted p {
    font-size: 1rem; 
    margin-bottom: 20px; 
  }

  .button-container {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
  }
  #simpldoczfeatures .col-12.col-md-3.mb-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
