.hush-secure-form-iframe {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 0px 20px;
  background-color: #fff;
}

div#hush-main-container {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
div#hush-main-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
div#hush-main-container .required {
  color: #888;
  font-weight: normal;
}
div#hush-main-container .name-fields {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
div#hush-main-container input[type=text],
div#hush-main-container input[type=tel],
div#hush-main-container input[type=email],
div#hush-main-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: white;
}
div#hush-main-container button {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background-color: rgb(32, 198, 85);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
div#hush-main-container button:hover {
  background-color: #199a42;
}

.subtitle {
  font-size: var(--subtitle_font_size);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Dark shadow */
  font-weight: 500;
}
.subtitle small {
  font-family: "Abril Fatface", serif;
  font-weight: 300;
}
.subtitle strong {
  font-weight: 900;
}

.contactBox {
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  align-items: center;
  max-width: 1400px;
}

.m_content_cont .contactInfo {
  font-size: 24px;
  max-width: 100%;
}
.m_content_cont .contactInfo span {
  margin-right: 10px;
}
.m_content_cont .contactInfo span svg {
  width: 1em;
  height: 1em;
  fill: #666;
}
.m_content_cont .contactInfo i {
  margin-right: 10px;
}
.m_content_cont .contactInfo a {
  font-size: var(--paragraph_font_size);
  color: #666;
  text-decoration: underline;
  padding: 0px;
  text-indent: 0px;
  line-height: unset;
  word-break: break-all;
  text-wrap: balance;
}
.m_content_cont .contactInfo a:first-of-type {
  line-height: 1.7;
}
.m_content_cont .contactInfo p {
  padding: 0px;
  text-indent: 0px;
  line-height: unset;
  word-break: break-all;
  text-wrap: balance;
  justify-self: unset;
}
.m_content_cont .contactInfo p:first-of-type {
  line-height: 1.7;
}

.contactIcon {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.contact-form {
  width: 100%;
  max-width: 500px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.contact-form .required {
  color: #888;
  font-weight: normal;
}

.contact-form .name-fields {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: white;
}

.contact-form button {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background-color: rgb(32, 198, 85);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #199a42;
}

@media only screen and (max-width: 320px) {
  .middle_cont h2 {
    text-wrap: balance;
  }
}
@media only screen and (max-width: 450px) {
  .contactBox .contactIcon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .contactBox .contactInfo {
    font-size: 18px;
  }
}/*# sourceMappingURL=contact.css.map */