.elementor-1211 .elementor-element.elementor-element-f80ba69{overflow:visible;}.elementor-1211 .elementor-element.elementor-element-bebd4aa{--spacer-size:50px;}.elementor-1211 .elementor-element.elementor-element-6ad57c9{overflow:visible;}.elementor-1211 .elementor-element.elementor-element-9bcadd4{text-align:center;}.elementor-1211 .elementor-element.elementor-element-2d7e92f{color:#000000;}.elementor-1211 .elementor-element.elementor-element-e237ba7{overflow:visible;}/* Start custom CSS for shortcode, class: .elementor-element-49c3377 *//* Solar Quote Form Styling for CF7 */

.wpcf7 form {
  max-width: 800px;
  margin: 30px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  color: #000;
  font-family: Arial, sans-serif;
}

.wpcf7 form h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
}

.wpcf7 form h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #000;
}

.wpcf7 form label {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.wpcf7 input.solar-field,
.wpcf7 select.solar-field,
.wpcf7 textarea.solar-field {
  width: 100%;
  padding: 20px;
  margin-top: 8px;
  border: 2px solid #333;
  border-radius: 6px;
  font-size: 20px;
  color: #000;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.wpcf7 textarea.solar-field {
  min-height: 180px;
  resize: vertical;
}

.wpcf7 input.wpcf7-submit {
  display: inline-block;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
  border: none;
  border-radius: 6px;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input.wpcf7-submit:hover {
  background: #333;
}

.privacy-note {
  font-size: 14px;
  margin-top: 20px;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .wpcf7 form {
    padding: 20px;
  }
  
  .wpcf7 form h1 {
    font-size: 26px;
  }
  
  .wpcf7 form h3 {
    font-size: 20px;
  }
  
  .wpcf7 form label {
    font-size: 16px;
  }
  
  .wpcf7 input.solar-field,
  .wpcf7 select.solar-field,
  .wpcf7 textarea.solar-field {
    font-size: 18px;
    padding: 16px;
    height: auto;
  }
  
  .wpcf7 input.wpcf7-submit {
    font-size: 20px;
    padding: 18px;
  }
}/* End custom CSS */