.header {
  background: #151515 url("../css/images/path_header.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header .text-container {
  z-index: 10;
}

.header .subtitle {
  font-family: "Lora-Regular", serif;
}

.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.header .social {
  bottom: 50px;
}

.about-img {
  width: 200px;
}

.pillars .image:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
}

.services {
  background: url("../css/images/bg_services.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.services .container {
  z-index: 10;
}

.contact form input::placeholder, .contact form textarea::placeholder {
  color: #fff !important;
  opacity: 0.9 !important;
}

@media (max-width: 767px) {
  .header .social i {
    font-size: 30px;
  }
  .header .subtitle {
    font-size: 18px !important;
  }
  .about-content {
    flex-direction: column;
  }
  .achievements .stat {
    border-right: 0 !important;
    margin-bottom: 40px;
    border-bottom: var(--bs-dark) solid 1px;
    padding-bottom: 20px;
  }
  .value {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  .footer {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}
