.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.testimonial-card.card,
.testimonial-card .card-footer {
  background: #F4F1FF;
}

.testimonial-card .card-footer p {
  color: #6241D4;
}

.testimonial-card .card-body p i {
  color: #5D6180;
}

.testimonial-card .card-footer .fw-bold {
  color: #060C3C;
}

.people-saying-color {
  color: #D6D6D6;
}

@media (min-width: 1024px) {
  .cable-bg {
    min-height: 900px;
    background: url('../images/home/illustration.webp') no-repeat center bottom;
  }

  .pattern-bg {
    background: url('../images/home/pattern.webp') no-repeat left top;
  }
}

.blurred-card {
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Custom button start */
.custom-input-group {
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #ffffff;
  background-color: #370238;
}

.custom-input {
  background-color: #370238;
  color: #ffffff;
  border: none;
  border-radius: 50px 0 0 50px;
  padding-left: 15px;
}

.custom-input:focus {
  background-color: #370238;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}

.custom-btn,
.custom-btn:hover {
  background-color: #ffffff;
  border: none;
  border-radius: 50% !important;
  width: 38px;
  height: 38px;
  margin: 2px !important;
}

/* Custom button end */