html {
  scroll-padding-top: 80px; 
}

.none {
  display: none !important;
}

.timeline {
  position: relative;
  margin-left: 40px;   /* чтобы текст не наезжал на иконки */
  padding-left: -20px;
}

/* line */
.timeline::before {
  content: "";
  position: absolute;
  top: 40px;   /* чуть ниже первой иконки */
  bottom: 40px; /* чуть выше последней иконки */
  left: 20px;   /* центр иконки */
  width: 2px;
  background: #e0e0e0;
}

/* step */
.timeline-item {
  position: relative;
  margin-bottom: 30px; /* больше воздуха между шагами */
}

/* icon */
.timeline-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff; /* фон, чтобы линия не заходила */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; /* поверх линии */
}

.timeline-icon img {
  max-width: 24px;
  max-height: 24px;
}

/* контент справа */
.timeline-content {
  margin-left: 60px; /* чтобы текст не прилипал к иконке */
}

.timeline-content h5 {
  margin-bottom: 8px;
}



.timeline-content p {
  color: #818181;
  font-weight: 400;
}

.founder-card {
  border-radius: 16px;
  background: #fff;
 
}
.founder-photo {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}


.cta-block {
  width: 100%;
  background: #F2F4F7;
  text-align: center;
  padding: 80px 20px;
}

.cta-block h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #111827;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.cta-btn {
  display: inline-block;
  background: #0a66c2;
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s ease;
}

.cta-btn:hover {
  background: #084a91;
}



.contact-block form {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.footer-block {
  border-top: 1px solid #dee2e6;
}



.functionality-block {
  background: url("../img/functionalitybg.png") no-repeat right bottom;
  background-size: 40%;
  background-position: 0 90%;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  background: url("../img/check.svg") no-repeat left center;
  background-size: 18px 18px;
  padding-left: 28px;
  margin-bottom: 10px;
}

.functionality-block h4 {
  font-size: calc(0.85rem + 0.2vw);
  color: #6854E1;
  text-transform: uppercase;
}

.data-protect-block h5 {
  font-size: calc(0.75rem + 0.1vw);
  color: #fff;
}
.data-protect-block p {
  font-size: 0.8rem;
  color: #D1CEF9;
  line-height: 1.2;
}


/* CUSTOMIZE PRICING SECTION
-------------------------------------------------- */



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
  


.carousel-item .card {
  border: 0px solid #EDE9F3 !important; 
  border-radius: 10px !important; 
  background-color: #F5F7F9;
}


   
  .carousel-indicators [data-bs-target] {
    background-color: #F2F4F7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }
  .carousel-indicators .active {
    background-color: #B1A6EF;
  }
.carousel-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 1.3;
  letter-spacing: -0.01em;
}


.carousel-item p {
  color: #818181;
  font-weight: 400;
  font-size: 1.0rem;
  letter-spacing: -0.01em;
}

