section.pro_sec .pro-top-sec {
  text-align: center;
}
.form-section {
  max-width: 700px;
  margin: 60px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.input-group-text {
  background-color: #f8f9fa;
  border-right: none;
}
.form-control {
  border-left: none;
}
button.btn-primary {
  width: 100%;
  padding: 12px;
  font-weight: 500;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  padding: 24px;
}

.form_img img {
  border-radius: 0px 20px 0px 20px;
  height: 650px;
  width: 100%;
}

section.testimonial {
  background-color: #000;
}

.people h3 {
  color: #fff;
}

.test-card {
  margin: 20px;
}

/* .owl-theme .owl-controls .owl-nav [class*='owl-'] {
    padding: 6px 14px;
    color: #000;
} */

section.get-touch-sec {
  padding-top: 40px;
}
section.testimonial .owl-item img {
  max-width: 500px;
  height: 500px;
  margin: auto;
  object-fit: contain;
}

section.testimonial .owl-carousel .owl-nav .owl-next,
section.testimonial .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: -10px;
  min-width: 35px;
  background: var(--btn-hover);
  margin: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 100%;
}
section.testimonial .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0px;
}
