/* Hero banner */
.home-hero h1 {
  line-height: 59px !important;
  font-size: 49px;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.home-hero a {
  text-decoration: none;
  font-size: 22px !important;
  color: #1a1a1a !important;
}

.home-hero .row {
  --bs-gutter-x: 60px;
}

.home-hero .col-lg-7 {
  max-width: 840px;
  margin-right: auto;
}

section.home-hero .contact-container .d-flex {
  align-items: center;
  margin-bottom: 30px;
}

section.home-hero .contact-container .d-flex svg {
  margin-right: 10px;
}

section.home-hero iframe {
  width: 100%;
  max-height: 350px;
}

@media all and (max-width: 991px) {
  .home-hero .row {
    --bs-gutter-y: 50px;
    --bs-gutter-x: 0;
  }

  .home-hero .col-lg-7,
  .home-hero .col-lg-5 {
    max-width: 100%;
  }
}

/* About */
section.about {
  background: url("../../../../assets/images/microsite/ovavirtual/sec-banner.jpg")
    center / cover no-repeat;
}
section.about .content * {
  color: #fff;
}
section.about .content h2 {
  line-height: 50px;
  margin-bottom: 15px;
}

/* Work with Us */
section.work {
  background: #f9f9f9;
}
section.work .heading {
  max-width: 993px;
  margin: 0 auto;
  text-align: center;
}

section.work h2 {
  margin-bottom: 16px;
}

/* How We Hire You */
section.hire-you {
  background: url("../../../../assets/images/microsite/ovavirtual/hire-banner.png")
    center / cover no-repeat;
}

section.hire-you * {
  color: #fff;
}

section.hire-you .row-content p {
  line-height: 28px !important;
  font-size: 18px;
}

/* employee Reviews */
section.reviews {
  background: #232c33;
}

section.reviews .review-summary {
  max-width: 1205px;
  margin: 60px auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

section.reviews h2,
section.reviews .review-summary * {
  color: #fff;
}

section.reviews .reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

section.reviews .ratings {
  width: 50%;
}

section.reviews .rating-bar {
  border-radius: 30px;
  background: #fff;
  width: 100%;
  height: 12px;
  margin-left: 20px;
}

section.reviews .rating-bar.active {
  background: #f3bf00;
}

section.reviews .ratings .d-flex:not(:last-of-type) {
  margin-bottom: 20px;
}

section.reviews .ratings h4 {
  margin-bottom: 0;
  white-space: nowrap;
  min-width: 65px;
}

section.reviews .review-card {
  border-radius: 20px;
  background: #fff;
  padding: 52px 45px;
  box-shadow: -1px 1px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}

section.reviews .review-card-header {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

section.reviews .review-card-header h4 {
  margin-bottom: 10px;
  font-family: "Cataraman", sans-serif;
  color: #212529;
  font-size: 22px;
  font-weight: 800;
}

section.reviews .review-card-header p {
  color: #212529;
  font-size: 16px;
  font-weight: 300;
}

section.reviews .review-card-header img {
  max-width: 61px;
  max-height: 60px;
  border-radius: 30px;
}

section.reviews .row-30 {
  --bs-gutter-y: 30px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  section.reviews .row-30 .col-lg-4 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  section.reviews .reviews h3 {
    font-size: 49px !important;
  }
}

@media (max-width: 767px) {
  section.reviews .review-summary {
    flex-direction: column;
    gap: 30px;
  }
  section.reviews .ratings {
    width: 100%;
  }
}

/* Contact - How can we help? */
section.contact .contact-form {
  max-width: 650px;
  margin-right: auto;
}

section.contact img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.contact input:not(.wpcf7-submit),
section.contact textarea {
  padding: 23px 40px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
}
section.contact input:not(.wpcf7-submit)::placeholder,
section.contact textarea::placeholder {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}
section.contact textarea {
  height: 200px;
}
section.contact form {
  margin-bottom: 0;
}
section.contact form p:not(:last-of-type),
section.contact h2 {
  margin-bottom: 30px;
}

section.contact form p:last-of-type {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 15px;
}

input.wpcf7-submit {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
  padding: 10px 107px;
  border-radius: 5px;
  background: #a0c1d1;
  transition: 0.3s;
  box-shadow: none !important;
  outline: 0;
  border: 0;
  width: 100%;
}

input.wpcf7-submit:hover {
  background: #5a7d7c;
  color: #fff;
}

@media all and (max-width: 1700px) {
  section.contact .contact-form {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  section.contact .contact-form {
    max-width: 100%;
  }
  section.contact .contact-form {
    margin-right: 0;
  }
}
