/* Footer section */
.product-inquiry-footer {
    background: linear-gradient(to bottom, transparent, #eef2f5);
    padding: 0px !important;
    border-radius: 0 0 18px 18px;
}

#footer .wpforms-container .wpforms-field {
    margin-bottom: 0;
}

#footer .wpforms-submit-container {
    margin-top: 0px;
}

#footer .wpforms-submit {
    background: #FBD000;
    color: #0B1E2D;
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 500;
    border: none;
    transition: all 0.25s ease;
}

#footer .wpforms-submit:hover {
    background: #ffd633;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(251, 208, 0, 0.45);
}

#footer .wpforms-container .wpforms-submit-container {
    padding: 0 0 0 0;
    position: relative;
}

#footer .wpforms-container .wpforms-recaptcha-container {
    padding: 10px 0 10px 0;
    clear: both;
}

#footer .wf-container-footer .textwidget p a {
    color: #F9CE26;
        opacity: 0.6;
}

#footer .wf-container-footer .textwidget p a:hover {
    color: #F9CE26;
        opacity: 0.7;
}

#footer .widget {
    color: rgb(144, 138, 138) !important;
}