/* =====================
   HERO SECTION — CLEAN
   ===================== */

.hero-section {
  position: relative !important;
  min-height: 600px !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: scroll !important;
}

/* Keep columns above overlay */
.hero-section .vc_column_container {
  position: relative;
  z-index: 1;
}

.hero-content.vc_column_container,
.hero-form.vc_column_container {
  /*height: 100% !important;*/
}

/* LEFT column */
.hero-content,
.hero-content .vc_column-inner,
.hero-content .wpb_wrapper {
  /*padding: 80px 40px 80px 80px !important;*/
  /*min-height: 550px !important;*/
}

.hero-content .vc_column-inner {
  /*display: table !important;*/
  /*vertical-align: middle !important;*/
}

.hero-content .wpb_wrapper {
  /*display: table-cell !important;*/
  /*vertical-align: middle !important;*/
  /*padding: 0 !important;*/
}

.hero-content h1,
.hero-content h2,
.hero-content h3 {
  color: #ffffff !important;
  font-family: 'Libre Baskerville', serif !important;
  font-size: 1.8rem !important;
  line-height: 1.3 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
  margin-bottom: 1rem !important;
}

.hero-content p {
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif !important;
  /*font-size: 0.95rem !important;*/
  line-height: 1.65 !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4) !important;
  max-width: 380px !important;
  margin-bottom: 0.6rem !important;
}

/* RIGHT column — form card */
.hero-form,
.hero-form .vc_column-inner {
  /*padding: 40px 60px 40px 20px !important;*/
  min-height: 550px !important;
}

/* Form fields */
.hero-form input[type="text"],
.hero-form input[type="email"],
.hero-form input[type="tel"],
.hero-form input[type="number"],
.hero-form select,
.hero-form textarea,
.hero-form .wpcf7-form-control:not(.wpcf7-submit) {
  background-color: #f5f0ea !important;
  border: 1px solid #d8d2c8 !important;
  border-radius: 6px !important;
  color: #3a4140 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  padding: 10px 14px !important;
  /*width: 100% !important;*/
  margin-bottom: 10px !important;
  box-sizing: border-box !important;
}

/* Submit button */
.hero-form .wpcf7-submit,
.hero-form input[type="submit"] {
  background: linear-gradient(135deg, #7a9090, #8daead) !important;
  border: none !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 13px !important;
  width: 100% !important;
  cursor: pointer !important;
  margin-top: 6px !important;
}

/* Mobile */
@media (max-width: 767px) {
  .hero-content .vc_column-inner {
    padding: 50px 24px 30px !important;
    text-align: center !important;
    min-height: auto !important;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 1.6rem !important;
  }
  .hero-form .vc_column-inner {
    padding: 20px 24px 50px !important;
    min-height: auto !important;
  }
}