body {
  font-family: 'Poppins', sans-serif;
  color: #191919;
  cursor: default;
}

.btn-primary {
  background-color: #b61ea0;
  border-color: #b61ea0;
  border-radius: 24px;
  padding: 12px 24px;
}

.btn-primary:hover {
  background-color: #9a1986;
  border-color: #9a1986;
}

.text-primary {
  color: #b61ea0 !important;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  height: 72px;
}

.benefit-icon, .feature-icon {
  width: 72px;
  height: 72px;
  background-color: #e6f5ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-number {
  width: 64px;
  height: 64px;
  background-color: #0e89d3;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  position: relative;
  margin-top: 52px;
}

.testimonial-avatar {
  width: 104px;
  height: 104px;
  background-color: #d9d9d9;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-badge {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 14px;
}

.cta-section {
  background-image: url('assets/images/img_.png');
  background-size: cover;
  background-position: center;
  border-radius: 40px;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  cursor: pointer;
}

.faq-toggle {
  transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

footer {
  background-color: #000c25;
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links a {
  color: #ffffff;
  text-decoration: underline;
}
.text-primary{
  color: #2978CB!important
}

.hover-bottom:hover{
  box-shadow: 0px 2px #858585;
    border-left: 1px solid;
    border-right: 1px solid;
    transition: all 0.2s ease-in-out;

    border-color: #e0e0e0;
    cursor: pointer;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.hover-scale:hover, img:hover{
  transform: scale(1.06);
  transition: transform 4s ease-in-out;
}

.vector_decorative{
  @media (max-width: 768px) {
    width: 100%;
  }
}

a{
  white-space: nowrap;
}

.logo{
  @media (max-width: 768px) {
    width: 90%;
  }
}

img{
  background-color: transparent;
}