html {
  scroll-behavior: smooth;
}

/* Header */
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link {
  color: #d03232;
}
.logo-img {
  max-width: 180px;
  height: auto;
}

/* Services */
.services-wrapper {
  overflow: hidden;
}
.services-wrapper .block-service {
  background-position: center top;
  background-size: cover;
}
.services-wrapper .block-service h1,
.services-wrapper .block-service h2,
.services-wrapper .block-service h3,
.services-wrapper .block-service h4,
.services-wrapper .block-service h5,
.services-wrapper .block-service h6,
.services-wrapper .block-service span,
.services-wrapper .block-service p {
  color: #fff !important;
}
.services-wrapper .block-service-1 {
  background-image: url("../img/services/bg_service_1.jpg");
}
.services-wrapper .block-service-2 {
  background-image: url("../img/services/bg_service_2.jpg");
}
.services-wrapper .block-service-3 {
  background-image: url("../img/services/bg_service_3.jpg");
}

/* Tracking */
.tracking-wrapper .btn-tracking {
  background-color: #d03232;
  color: #fff;
}
.tracking-wrapper :not(.btn-check) + .btn:active {
  border-color: #d03232;
  color: #d03232;
}

/* photos-wrapper */
.photos-wrapper .card-img,
.photos-wrapper .card-img-top,
.photos-wrapper .card-img-top img {
  border-radius: unset;
}
.photos-wrapper figure.overlay img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

/* Testimonials */
.testimonials-wrapper figure img {
  object-fit: cover;
  object-position: center;
  max-height: 400px;
}
.testimonials-wrapper blockquote p,
.testimonials-wrapper blockquote h5,
.testimonials-wrapper blockquote.icon-top:before {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .testimonials-wrapper {
    max-height: 415px;
  }
  .testimonials-wrapper figure img {
    max-height: 415px;
  }
}

/* FAQ */
.accordion-wrapper .card-header button:before {
  color: #d03232;
}
.accordion-wrapper .card-header button:hover {
  color: #d03232;
}
.accordion-wrapper .card-header button {
  color: #d03232;
}

/* Contact page */
.contact-banner {
  background-image: url("../img/other/bg-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-branch .icon-svg.icon-svg-md {
  width: unset;
  height: 50px;
  aspect-ratio: 4/3;
}
.icon-social-network {
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center;
}
.contact-form-message .btn-send-message {
  /* background-color: #d03232; */
  color: #d03232;
  border-color: #d03232;
}
.contact-form-message .btn-send-message:hover {
  background-color: #d03232;
  color: #fff;
}
.contact-form-message .form-control:focus {
  border-color: #d0323231;
}
.contact-form-message :not(.btn-check) + .btn:active {
  border-color: #d03232;
}
