.feature-box.custom-feature-box .feature-box-icon img {
  aspect-ratio: 1;
  object-fit: cover;
}

.looking-for-box p {
  color: white;
}

.header-logo {
  max-width: 80px;
}

/* Dark gradient overlay for hero slider */
.owl-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
}

.owl-item .container {
  position: relative;
  z-index: 2;
}

/* Dark gradient overlay for contact section background */
.section-background {
  position: relative;
}

.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}

.section-background .container {
  position: relative;
  z-index: 2;
}
