.about-hero {
    position: relative;
}

.about-hero img {
    display: block;
    width: 100%;
}

.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 31%);
    z-index: 1;
}

.about-hero-text {
    position: absolute;
    z-index: 2;
    color: white;
    color: white;
        font-size: 48px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        font-weight: 700;
        line-height: 92.64px;
        text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.location-txt {
    width: 75%;
    margin: 0 auto;
    padding-top: 10px;
}
.location-txt p {
    text-align: left;
    font-size: 19px;
}
.map iframe {
    height: 200px;
    width: 100%;
    border-radius: 15px;
    border: solid 1px #000000a3 !important;
}
.info-item p {
    font-size: 21px;
    font-weight: 400;
    line-height: 38.34px;
    color: #1E1E1E;
  }
  .tel-num a, .mail-to  a {
    display: block;
    font-size: 21px;
    font-weight: 400;
    line-height: 38.34px;
    color: #1E1E1E;
}
.tel-num {
    margin: 0 auto;
    width: 75%;     
    padding-top: 10px;

}
.mail-to {
    width: 75%;
    margin: 0 auto;
}
.info-item h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 61.49px;
    text-align: left;
}
.info-item h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 61.49px;
    text-align: left;
}
.contact-info img {
    width: 29px;
}
span.required {
    color: #8b5224;
    font-size: 20px;
}
.contact-button {
    background-color: #0B661C;
    color: white;
    border: none;
    padding: 15px 60px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 30px;
  }
  button.contact-button:hover {
    background-color: #8a5122;
}
.faucet-banner h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 92.64px;
    text-align: center;
}
.d-flex {
    display: flex;
    align-items: baseline;
}
.product-image {
    width: 100%;
    height: 200px;
    cursor: pointer;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: background-size 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}


textarea::placeholder {
    font-size: 16px;
    font-family: 'NunitoSans', sans-serif;
  }
 