.elementor-18158 .elementor-element.elementor-element-3e13b61{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18158 .elementor-element.elementor-element-cc316de{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-18158 .elementor-element.elementor-element-5e5370f{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-4588f18 *//* === Contact Form Layout Fix === */
.cf-container {
  max-width: 750px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.cf-container h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cf-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.cf-col-6 {
  flex: 1 1 calc(50% - 10px);
}

.cf-col-12 {
  flex: 1 1 100%;
}

.cf-container label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.cf-container input,
.cf-container textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.cf-container textarea {
  height: 120px;
  resize: vertical;
}

.example-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin: 10px 0 25px 0;
}

/* Submit button - forced block layout */
.cf-submit-wrapper {
  text-align: left;
  width: 100%;
}

.cf-submit-wrapper input[type="submit"] {
  display: inline-block;
  background-color: #ffb800;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 35px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.cf-submit-wrapper input[type="submit"]:hover {
  background-color: #e0a700;
}

/* Responsive */
@media (max-width: 600px) {
  .cf-col-6 {
    flex: 1 1 100%;
  }
}/* End custom CSS */