.product-hero {
  background-image: url("../../assets/images/khal-bg.png");
}

.customer-case {
  padding: 4rem 0;
}
.customer-case .row {
  justify-content: center;
  margin-top: 0;
}
.customer-case .section-titles {
  font-size: 2.5rem;
  font-weight: 700;
  color: #202124;
  margin-bottom: 0.5rem;
}
.customer-case .section-subtitle {
  font-size: 1rem;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  text-align: center;
}
.customer-case .customer-card {
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.customer-case .customer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.customer-case .customer-name p {
  font-size: 1rem;
  font-weight: 500;
  color: #202124;
  margin: 0;
}
.customer-case .btn-outline-primary {
  border-color: #165DFF;
  color: #165DFF;
  padding: 0.75rem 2rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.customer-case .btn-outline-primary:hover {
  background-color: #165DFF;
  color: #fff;
}

.footer {
  background-color: #111111;
}

@media (max-width: 992px) {
  .customer-case-hero {
    height: 350px;
  }
  .customer-case-hero h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .customer-case-hero {
    height: 300px;
  }
  .customer-case-hero h1 {
    font-size: 2rem;
  }
  .customer-case-hero p {
    font-size: 1rem;
  }
  .customer-case .section-titles {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .customer-case-hero {
    height: 250px;
  }
  .customer-case-hero h1 {
    font-size: 1.75rem;
  }
  .customer-case .section-titles {
    font-size: 1.75rem;
  }
  .customer-case .section-subtitle {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=customerCase.min.css.map */
