.elementor-19581 .elementor-element.elementor-element-f4ff75c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;box-shadow:0px 0px 10px -5px rgba(0,0,0,0.5);--padding-top:50px;--padding-bottom:20px;--padding-left:50px;--padding-right:50px;}.elementor-19581 .elementor-element.elementor-element-576f97c{z-index:2;text-align:center;}.elementor-19581 .elementor-element.elementor-element-576f97c .elementor-heading-title{color:#000000;font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:600;text-transform:capitalize;}.elementor-19581 .elementor-element.elementor-element-ecc0f9d > .elementor-widget-container{margin:-30px 0px 0px 0px;}.elementor-19581 .elementor-element.elementor-element-ecc0f9d{z-index:1;}@media(min-width:768px){.elementor-19581 .elementor-element.elementor-element-f4ff75c{--width:78%;}}/* Start custom CSS for shortcode, class: .elementor-element-ecc0f9d */#form .list{
    margin-bottom: 0px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e0dc5c1 *//* Container spacing */
.this_form {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fff;
}

/* Individual form item */
.this_list {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

/* Full-width for message field */
.this_message {
  flex: 1 1 100%;
}

/* Input & textarea styling */
.this_list input[type="text"],
.this_list input[type="email"],
.this_list input[type="tel"],
.this_list textarea {
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: inherit;
}

.this_list input:focus,
.this_list textarea:focus {
  border-color: #0073e6;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.2);
  outline: none;
}

/* Submit button */
.this_submit input[type="submit"] {
  background-color: #000000;
  color: #fff;
  padding: 14px 30px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}

.this_submit input[type="submit"]:hover {
  background-color: #005bb5;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  .this_list {
    flex: 1 1 100%;
  }

  .this_submit input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */