
.contact-hero-section {
    position: relative;
    background-image: url('../images/house-builder-banner.jpg'); /* صورة الخلفية */

  }
  .contact-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); /* لون أسود شفاف */
  }
  .contact-hero-section > .container {
    position: relative; /* للسماح للنص بالظهور فوق الـoverlay */
  }
  