@media (max-width: 768px) {
    .contact-us-wrap .row {
        flex-direction: column;
        /* Stack the form and card vertically on smaller screens */
    }

    .contact-us-wrap .col-lg-6 {
        width: 100%;
        /* Make the columns full-width on mobile */
    }

    .card__content {
        padding: 20px;
        /* Adjust padding inside the card */
    }

    .footer-wrap {
        text-align: center;
    }

    .footer-menus ul {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .footer-icons {
        flex-direction: column;
        margin-top: 20px;
    }

    .contact-us-wrap-footer,
    .Subscribe-to-news-wrap {
        text-align: center;
        margin-top: 20px;
    }

    .contact-us-wrap-footer h4,
    .contact-us-wrap-footer p {
        margin: 5px 0;
    }

    .rights-reserved {
        margin-top: 20px;
    }

    .rights-reserved p {
        margin: 0;
    }

}

@media (max-width: 576px) {
    .email-input {
        width: 80%;
        margin-bottom: 10px;
    }

    .button-3 {
        width: 80%;
    }
}