/* ===================================
   SWMOWEB PROFESSIONAL FORM THEME
   =================================== */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700&display=swap');
html {
  background: transparent !important;
}
/* Remove page background */
body {
    background: transparent !important;
    font-family: 'League Spartan', sans-serif !important;
}

/* Main Form Container */
#emf-container {
    background: #ffffff !important;
    border: none !important;


    overflow: hidden;
font-family: 'League Spartan', sans-serif !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

#emf-form-shadows {

  display: none !important;
}


/* Form Title */
#emf-form-title {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #1F4E79 !important;
    font-style: normal !important;
    margin-bottom: 8px !important;
}

/* Form Description */
#emf-form-description {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 1rem !important;
    color: #64748b !important;
    font-style: normal !important;
    line-height: 1.6 !important;
}

/* Field Labels */
#emf-container label.emf-label-desc {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    font-style: normal !important;
padding-bottom: 10px !important;
}

/* Inputs */
#emf-container input[type=text],
#emf-container input[type=email],
#emf-container input[type=tel],
#emf-container textarea,
#emf-container select {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #dbe3ec !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    font-family: 'League Spartan', sans-serif !important;
    font-size: 16px !important;
    color: #1e293b !important;
    transition: all .2s ease !important;
    box-sizing: border-box !important;
}

/* Focus States */
#emf-container input:focus,
#emf-container textarea:focus,
#emf-container select:focus {
    border-color: #4E88C7 !important;
    box-shadow: 0 0 0 4px rgba(78,136,199,.15) !important;
    outline: none !important;
}

/* Textarea */
#emf-container textarea {
    min-height: 180px !important;
}

/* More spacing between fields */
#emf-container li {
    margin-bottom: 28px !important;
}

/* Remove separator line */
#emf-container .emf-head-widget,
#emf-container li .emf-section-separator {
    border: none !important;
}

/* Checkbox section */
#emf-container input[type=checkbox] {
    transform: scale(1.15);
    margin-right: 8px;
}

/* Checkbox labels */
#emf-container .emf-choice-label {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 15px !important;
}

/* Submit Button */
#emf-container #submit_form {
    background: #E8B04A !important;
    border: none !important;
    border-radius: 10px !important;
    color: white !important;
    font-family: 'League Spartan', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    padding: 16px 36px !important;
    box-shadow: 0 4px 12px rgba(232,176,74,.35) !important;
    transition: all .25s ease !important;
}

/* Submit Hover */
#emf-container #submit_form:hover {
    background: #d79e34 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232,176,74,.45) !important;
}

/* Required Asterisk */
#emf-container .emf-required {
    color: #dc2626 !important;
}

/* Instructions */
#emf-container .emf-div-instruction {
    font-family: 'League Spartan', sans-serif !important;
    font-size: 13px !important;
    color: #64748b !important;
    font-style: normal !important;
}

/* Error Messages */
#emf-container .emf-error-message {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    border-radius: 10px !important;
    color: #991b1b !important;
}

/* Remove EmailMeForm header/logo area completely */
#emf-container #emf-logo {
    display: none !important;
}

/* Let form use available width */
#emf-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Make form content breathe */
#emf-container #emf-form {
    padding: 30px !important;
}

/* Remove top spacing left behind */
#emf-container {
    padding-top: 0 !important;
}

/* Keep phone fields on one line */
#emf-container .emf-field-phone {
    white-space: nowrap !important;
}

#emf-container .emf-field-phone input {
    display: inline-block !important;
    width: auto !important;
}

/* Universal sizing */
#emf-container *,
#emf-container *:before,
#emf-container *:after {
    box-sizing: border-box;
}

/* Responsive fields */
#emf-container input[type=text],
#emf-container input[type=email],
#emf-container input[type=tel],
#emf-container textarea,
#emf-container select {
    width: 100% !important;
    max-width: 100% !important;
}

#emf-container {
  font-size: 16px !important;
}
.one_column {
  padding-bottom: 10px !important;
  padding-left: 10px !important;
}



/* CSS */
input[type="submit"] {
  align-items: center;
  appearance: button;
  background-color: #0276FF;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box !important;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  margin: 0;
    margin-right: 0px;
  padding: 15px 21px 12px !important;
  text-align: center;
  text-transform: none;
  transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  font-size: 20px;
  line-height: 1;
  color: white;
  text-shadow: 1px 1px 0px #00000061;
  box-shadow: 2px 2px 2px #0000002e;
}

input[type="submit"]:active {
  background-color: #006AE8;
}

input[type="submit"]:hover {
  background-color: #1C84FF;
}

.emf-bottom-label {
  margin-top: 10px;
}
@media (max-width: 768px) {

    #emf-container {
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    #emf-container #emf-form {
        padding: 20px !important;
    }

    #emf-form-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }

    #emf-form-description {
        font-size: 1rem !important;
    }

    #emf-container li {
        margin-bottom: 22px !important;
    }

    #submit_form {
        width: 100% !important;
        display: block !important;
        padding: 18px !important;
    }

    /* Stack phone field if necessary */
    #emf-container .emf-field-phone {
        white-space: normal !important;
    }
}

/* Mobile */
@media (max-width: 768px) {

    #emf-form-title {
        font-size: 1.7rem !important;
    }

    #submit_form {
        width: 100% !important;
    }

}
