.elementor-350 .elementor-element.elementor-element-e5ebada{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-350 .dialog-widget-content{animation-duration:1.2s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-350{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-350 .dialog-message{width:400px;height:auto;}#elementor-popup-modal-350 .dialog-close-button{display:flex;top:3%;font-size:20px;}body:not(.rtl) #elementor-popup-modal-350 .dialog-close-button{right:3%;}body.rtl #elementor-popup-modal-350 .dialog-close-button{left:3%;}#elementor-popup-modal-350 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-350 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-350 .elementor-element.elementor-element-e5ebada{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-350 .dialog-message{width:325px;}#elementor-popup-modal-350 .dialog-widget-content{margin:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-7ac9b1f */.demo-form-wrapper {
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

/* HEADER */
.demo-form-header {
  background: #25AAE1;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  padding: 16px 20px;   
  margin: 0;
}

.inputs{
    padding: 20px 20px;
}


/* INPUTS */
.mc4wp-form input,
.mc4wp-form select {
  width: 100%;
  height: 48px;             
  padding: 0 16px;      
  margin-bottom: 12px;      
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  font-family: 'inter';
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

/* Placeholder */
.mc4wp-form input::placeholder {
  color: #c4c4c4;
}


.mc4wp-form input[type="tel"],
.mc4wp-form select {
  margin-bottom: 10px;
}

/* BUTTON */
.mc4wp-form input[type="submit"] {
  height: 52px;
  background: #0f5f7f;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-family: 'inter';
  font-weight: 600;
  border-radius: 16px;
  cursor: pointer;
  margin: 0;                   
}

/* Hover */
.mc4wp-form input[type="submit"]:hover {
  background: #25AAE1;
}






@media (max-width: 768px) {

  .demo-form-header {
    font-size: 28px;
    padding: 14px 18px;
  }

  .inputs {
    padding: 18px 18px;
  }

  .mc4wp-form input,
  .mc4wp-form select {
    height: 46px;
    font-size: 14.5px;
  }

  .mc4wp-form input[type="submit"] {
    height: 50px;
    font-size: 15.5px;
  }
}


@media (max-width: 600px) {

  .demo-form-header {
    font-size: 24px;
    padding: 14px 16px;
  }

  .inputs {
    padding: 16px 16px;
  }

  .mc4wp-form input,
  .mc4wp-form select {
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 12px;
  }

  .mc4wp-form input[type="submit"] {
    height: 48px;
    font-size: 15px;
    border-radius: 14px;
  }
}


@media (max-width: 425px) {

  .demo-form-header {
    font-size: 20px;
    padding: 12px 14px;
  }

  .inputs {
    padding: 14px 14px;
  }

  .mc4wp-form input,
  .mc4wp-form select {
    height: 42px;
    padding: 0 12px;
    font-size: 13.5px;
    margin-bottom: 10px;
  }

  .mc4wp-form input[type="submit"] {
    height: 46px;
    font-size: 14.5px;
  }
}



.elementor-shortcode p{
 display: none;   
    
}/* End custom CSS */