.header2_1 {
    max-width: 1330px;
    margin: 20px auto;
    padding: 10px 15px 10px 15px;
    /*background-color: #f6f6f6;*/

  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.header2_11 {
  margin: 0 0 10px;
  font-size: 18px;
  border-bottom: 1px solid #5f5f5f;
}
.header2_12 {
  margin: 0 0 10px;
  font-size: 15px;
}
.header2_12 i {
  font-size: 18px;
}
.header2_13 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 549;
}
.header2_13 i {
  font-size: 20px;
}
.header2_13 a {
  text-decoration: none;
  color: #000000;
}
.header2_14 {
  font-size: 17px;
  font-weight: 549;
  color: #000000;
}

.contact-container_0 {
    max-width: 1330px;
    margin: 0px auto;
}

/* Contact Form Container */
.contact-container {
    max-width: 600px;
    margin: 40px 20px;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Input Groups */
.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Acknowledgment and Consent */
.consent-container {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.consent-container input {
    margin-right: 10px;
}

.consent-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.consent-text {
    font-size: 11px;
    color: #595959;
    max-height: none;
    overflow: visible;

}

/* Submit Button */
.custom-button_2 {
    background-color: #ccc;
    color: white;
    font-size: 1rem;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: not-allowed;
    transition: background-color 0.3s;
    width: 100%;
}

.custom-button_2.enabled {
    background-color: #0058a0;
    cursor: pointer;
}

/* Google Map */
.map-container_2 {
    text-align: center;
    margin-top: 40px;
}

/* Restrict to 4 lines and enable scroll only on small screens */
@media (max-width: 767px) {
    .consent-text {
        max-height: 4.8em; /* approx. 4 lines depending on font-size */
        overflow-y: auto;
        padding-right: 8px;
        line-height: 1.2em;
    }

    /* Optional: style scroll bar for better UX */
    .consent-text::-webkit-scrollbar {
        width: 4px;
    }

    .consent-text::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 2px;
    }
}

/* Responsive */
@media (max-width: 600px) {
    .contact-container {
        margin: 40px auto;
        /*width: 90%;*/
    }
}
