/* ===================== Section 1, 3 and 4 styles ===================== */
.bg-alt-0-solutions {
  background-color: rgba(249, 249, 249, 0.7);
}

.bg-alt-1-solutions {
  background-color: rgba(255, 255, 255, 0.7);
}

.end-container-solutions {
  border-radius: 30px;
  overflow: hidden;
  background-color: #4FD1C5CC;
}

.end-description-solutions {
  color: #15172E
}

.end-author-solutions {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #15172E
}

.end-authorText {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #007A6D
}

.end-textHeadline-solutions {
  font-weight: 700;
  font-size: 43px;
  line-height: 72px;
  color: #15172E;
  margin-top: 20px;
}

.end-text-solutions {
  font-size: 28px;
  color: #15172E;
  margin-top: 20px;
}

.sticky-sidebar {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.container-section3 {
  background-color: #F9F9F9;
  padding: 50px 0;
}

.container-section3-img {
  max-height: 400px;
}

.container-card-solutions {
  border-radius: 30px;
  overflow: hidden;
  background-color: white;
}


/* ===================== Section 2 styles ===================== */

.title-center-solutions {
  line-height: 72px;
  text-align: center;
  padding-bottom: 20px;
  color: #15172E;
}

.carousel-container-solutions {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper-solutions {
  display: flex;
  gap: 24px;
  will-change: transform;
}

.carousel-card-solutions {
  flex-shrink: 0;
  width: 300px;
}

.card-solutions {
  width: 100%;
  height: auto;
  padding: 24px 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  gap: 24px;
}

.card-body-solutions {
  padding: 1rem;
}

.card-body-solutions img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.card-text-solutions {
  width: 100%;
  height: 100px;
  opacity: 0.8;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  overflow-y: auto;
  word-wrap: break-word;
  color: #15172E;
}

.card-text-solutions::-webkit-scrollbar {
  width: 4px;
}

.card-text-solutions::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.avatar-placeholder-solutions {
  width: 50px;
  height: 50px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.avatar-placeholder-solutions img {
  width: 23.98px;
  height: 24px;
  object-fit: cover;
}

.card-body-solutions h6 {
  font-weight: 600;
}

@media (min-width: 768px) {
  .carousel-card-solutions {
    width: 300px;
  }
}


/* ===================== Section 5 styles ===================== */

#section4 .row.ms-5 {
  margin-left: 5%;
}

#faqAccordion {
  margin-top: 20px;
}

.accordion-button {
  background-color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  padding: 20px;
  border: none;
}

.accordion-body {
  background-color: #ffffff;
  font-size: 16px;
  padding: 20px;
  font-weight: 300;
}