footer{
        background: #15171B;
}
footer p{
    padding: 0;
    margin: 0;
}
.footer{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #575C66;
}
.footer-form{
    width: 57%;
    display: flex;
    gap: 24px;
    position: relative;
}
.footer-form span{
    color: var(--text-white, #FFF);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-md-line-height, 24px);
}
.footer-form form input[type="email"]{
    display: flex;
    width: 416px;
    padding: 16px 50px 16px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 60px;
    border: 1px solid var(--form-border, #BEC0C3);
    background: var(--surface-white, #FFF);
    color: var(--form-placeholder, #6E737B);
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    outline: 0;
}
.footer-form  .vsform-submit-container{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer-form  .vsform-submit-container p{
    width: 40px;
    height: 100%;
}
.footer-form  .vsform-submit-container input[type="submit"]{
    background: #0b1c2e url(https://housecallos.taazaahost.com/wp-content/uploads/2025/10/Vector-2.png) no-repeat center center;
    background-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    transition: transform 0.3s 
ease, background-color 0.3s 
ease;
    display: inline-block;
    vertical-align: middle;
    background-size: auto;
    margin-top: 14px;
    margin-right: 14px;
    margin-bottom: 14px;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    color: #6E737B;
    padding-top: 20px;
    padding-bottom: 24px;
}
.footer-bottom #bottom-footer{
    list-style: none;
    padding-left: 0;
    display: flex;
    color: #6E737B;
    margin: 0;
    gap: 24px;
}

.footer-bottom #bottom-footer a{
        color: var(--text-tertiary, #6E737B);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--button-sm-size, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--button-sm-line-height, 24px);
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
.footer-bottom p{
    color: var(--text-tertiary, #6E737B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--button-sm-size, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--button-sm-line-height, 24px);
    padding-top: 4px;
    padding-bottom: 4px;
}
.footer-form .vsform-submit-container input[type="submit"]:hover{
    background: #00E4F6 url(/wp-content/uploads/2025/10/Vector-Stroke.png) no-repeat center center;
    transform: rotate(0deg);
}
.footer-form  .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fff;
}
.footer-form  .wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #0061FE;
    /* color: #fff; */
}
.footer-form .wpcf7-spinner{
    position: absolute;
}
.footer .site-branding img{
    max-width: 253px;
}
@media (max-width: 1230px) {
    .footer-form {
        flex-direction: column;
    }
    .vsform-field-container{
        position: relative;
        max-width: 100%;
    }
    .footer-form form input[type="email"] {
        width: 100%;
    }
    .footer-form .wpcf7-spinner {
        position: relative;
        /* margin: 0 0 0 20px; */
        top: 5px;
        left: 0;
    }
    .footer-form .vsform-field{
        display:inline-block;
    }
    .footer-form .vsform-submit-container {
        margin: auto;
        display: inline-block;
        position: relative;
        left: 30px;
    }
    .footer-form .vsform-submit-container p {
        width:auto;
    }
}
@media (max-width: 1024px) {
    footer {
        padding: 64px 0;
    }
    .footer{
        flex-direction: column;
        padding-top: 0;
    }
    .footer .site-branding{
        margin-bottom: 24px;
    }
    .footer-form {
        width: 100%;
    }
    .footer-bottom {
        padding-bottom: 0;
        flex-direction: column;
        gap: 12px;
    }
    .footer-form .vsform-field {
        display: block;
    }
    .vsform-field-container {
        position: relative;
        max-width: 95%;
    }
    .footer-form .vsform-submit-container {
        left: 96%;
        width: 100px;
        position: absolute;
    }
    .footer-form .wpcf7-spinner {
        position: absolute;
        left: auto;
        right: 0;
    }
    .footer-form form input[type="email"] {
        display: flex;
        height: 52px;
        padding: 14px 14px 14px 20px;
        align-items: center;
        gap: 12px;
        align-self: stretch;
        border-radius: 60px;
        border: 1px solid var(--form-border, #BEC0C3);
        background: var(--surface-white, #FFF);
        color: var(--form-placeholder, #6E737B);
        font-family: Sora;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    .footer-bottom p {
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact_us .right_side{
        width: 100%;
    }
    .contact_us .right_side form {
        width: auto!important;
    }
}
@media (max-width: 946px) {
    .footer-form .vsform-submit-container {
        position: absolute;
        left: auto;
    }
    .footer-form .wpcf7-spinner {
        position: relative;
        margin: 0 0 0 10px;
        top: 5px;
        left: 0;
    }
}
@media (max-width: 820px) {
    .footer-form form input[type="email"] {
        width: 91%;
    }
}
@media (max-width: 767px) {
    footer {
        padding: 40px 0;
    }
    .footer {
        display: block;
        padding-bottom: 24px;
    }
    .site-branding img{
        max-width: 253px;
        display: block;
    }
    .footer-form span {
        
        font-size: var(--body-md-size, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--body-md-line-height, 22px);
    }
    .footer-form {
        flex-direction: column;
        width: 100%;
    }
    .vsform-field-container {
        position: relative;
        max-width: 100%;
    }
    .footer-form form input[type="email"] {
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-bottom #bottom-footer {
        display: grid;
        column-gap: 24px;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 8px;
    }
    
    .footer-form .vsform-submit-container {
        position: absolute;
        left: 90%;
        width: 30px;
        margin: 0;
    }
    .footer-form .vsform-submit-container input[type="submit"]{
        margin-right: 0;
    }
}