.elementor-30191 .elementor-element.elementor-element-3bd68dd{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-97b0881 */.sms-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-family: Arial, sans-serif;
  }

  .sms-container h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
  }

  .sms-field {
    margin-bottom: 20px;
  }

  .sms-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #222;
  }

  .sms-field textarea,
  .sms-field input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    resize: vertical;
  }

  .sms-button {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    transition: 0.2s;
  }

  .sms-button:hover {
    background: #444;
  }/* End custom CSS */