.elementor-1055 .elementor-element.elementor-element-543a1633{--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;--border-radius:20px 20px 20px 20px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:6%;--padding-bottom:5%;--padding-left:6%;--padding-right:6%;}.elementor-1055 .elementor-element.elementor-element-543a1633:not(.elementor-motion-effects-element-type-background), .elementor-1055 .elementor-element.elementor-element-543a1633 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}.elementor-1055 .elementor-element.elementor-element-7d2028f8 > .elementor-widget-container{margin:0% 0% 3% 0%;}.elementor-1055 .elementor-element.elementor-element-45c9f944{text-align:center;}.elementor-1055 .elementor-element.elementor-element-45c9f944 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:16px;font-weight:400;color:#000000;}#elementor-popup-modal-1055{background-color:#000000A8;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1055 .dialog-message{width:700px;height:auto;}#elementor-popup-modal-1055 .dialog-close-button{display:flex;}#elementor-popup-modal-1055 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:5% 0% 5% 0%;}@media(max-width:767px){.elementor-1055 .elementor-element.elementor-element-543a1633{--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}#elementor-popup-modal-1055 .dialog-message{width:600px;}#elementor-popup-modal-1055 .dialog-widget-content{margin:5% 5% 5% 5%;}}@media(min-width:768px){.elementor-1055 .elementor-element.elementor-element-543a1633{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-543a1633 */<style>
  .form-box {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: 'Arial', sans-serif;
  }

  .form-input {
    padding: 12px 14px;
    font-size: 18px;
    border: 2px solid #ccc !important;
    border-radius: 4px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .form-phone-wrapper,
  .iti {
    width: 100% !important;
  }

  .iti input {
    width: 100% !important;
    box-sizing: border-box;
  }

  .form-button {
    background-color: #34e0cb !important;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 10px;
  }

  .form-button:hover {
    background-color: #2bcab7 !important;
    color: #ffffff !important;
  }
</style>/* End custom CSS */