.testimonial-image img {
  width: 100px;   /* increase size as needed */
  height: 100px;  /* keep square for round shape */
  border-radius: 50%;  /* makes image round */
  object-fit: cover;   /* maintain aspect ratio */
}

.faq-menu.nav-pills .nav-item .nav-link.active{background-color:transparent!important;border-bottom-color:var(--primary-color);color:#fd6500!important;}

.process-menu.nav-pills .nav-link.active{background-color:transparent!important;color:#fd6500!important;}

.bg-subscribe {
    background-color: #0c013b!important;
}

.bg-footer {
    background-color: #f86c02!important;
}