@media (max-width: 575px) {
    .mobile-contact-page-wrapper {
        display: block;
    }

    .mobile-contact-page {
        background: #f4f4f4;
        padding: 0;
    }

    .mobile-contact-page-card {
        background: #f4f4f4;
    }

    .mobile-contact-page-title {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .mobile-contact-page-description {
        color: #353535;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 48px;
        margin-top: 0px;
    }

    .mobile-contact-info-title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-top: 0px;
        margin-bottom: 24px;
    }

    .mobile-contact-info-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .mobile-contact-info-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }

    .mobile-contact-info-link {
        color: #323232;
        text-decoration: none;
    }

    .mobile-contact-info-content {
        color: #353535;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .mobile-contact-company-name {
        font-weight: 400;
    }

    .mobile-contact-address {
        margin-top: 2px;
    }

    .mobile-contact-info-icon {
        flex-shrink: 0;
        display: inline-flex;
    }

    .mobile-contact-info-icon svg {
        width: 24px;
        height: 24px;
    }

    .mobile-contact-bbb {
        margin-top: 32px;
    }

    .mobile-contact-bbb img {
        max-width: 100%;
        width: auto;
        height: 52px;
        display: block;
    }

    .mobile-contact-socials {
        margin-top: 32px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .mobile-contact-social-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }

    .mobile-contact-social-link img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .mobile-contact-map-section {
        margin-top: 40px;
    }

    .mobile-contact-map-title {
        margin-bottom: 24px;
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .mobile-contact-map-embed {
        border-radius: 4px;
        overflow: hidden;
        line-height: 0;
    }

    .mobile-contact-map-embed iframe {
        width: 100%;
        min-height: 260px;
        border: 0;
        display: block;
    }

    .mobile-contact-section-form {
        margin-top: 24px;
        padding: 0;
    }

    .mobile-contact-section-form .mobile-contact-card {
        padding: 28px 16px 24px;
    }

    .mobile-contact-section-form .mobile-contact-title {
        color: #000;
        text-align: center;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
        letter-spacing: -0.6px;
        margin: 0 0 16px;
    }

    .mobile-contact-section-form .mobile-contact-desc {
        color: #444;
        margin-bottom: 16px;
    }

    .mobile-contact-section-form .mobile-contact-form-wrapper label {
        color: #222;
    }

    .mobile-contact-section-form .mobile-contact-form-wrapper input[type="text"],
    .mobile-contact-section-form .mobile-contact-form-wrapper input[type="email"],
    .mobile-contact-section-form .mobile-contact-form-wrapper textarea {
        border: 1px solid #dedede;
        background: #fff;
        color: #222;
        margin-bottom: 16px;
    }

    .mobile-contact-section-form .mobile-contact-form-wrapper input::placeholder,
    .mobile-contact-section-form .mobile-contact-form-wrapper textarea::placeholder {
        color: #9a9a9a;
    }

    /* Blog Section */
    .mobile-contact-blog-section {
        margin-top: 48px;
        padding-bottom: 40px;
    }

    .mobile-contact-blog-title {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-top: 0px;
    }

    .mobile-contact-blog-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .mobile-blog-card {
        background: #fff;
        border-radius: 24px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 24px 20px;
    }

    .mobile-blog-card-image {
        line-height: 0;
        margin-bottom: 16px;
    }

    .mobile-blog-card-image img {
        width: 100%;
        height: 193px;
        border-radius: 16px;
        object-fit: cover;
    }

    .mobile-blog-card-content {
        display: flex;
        flex-direction: column;
    }

    .mobile-blog-card-category {
        color: #0D69AA;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .mobile-blog-card-title {
        color: #353535;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin: 0 0 8px;
    }

    .mobile-blog-card-title a {
        color: inherit;
        text-decoration: none;
    }

    .mobile-blog-card-date {
        color: #868686;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .mobile-contact-blog-footer {
        margin-top: 16px;
    }

    .mobile-blog-all-btn {
        border-radius: 8px;
        background: #FF6000;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        color: #FFF;
        text-align: center;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        text-decoration: none;
        width: 100%;
    }
    .mobile-blog-all-btn:hover {
        color: #FFF;
        text-decoration: none;
    }
}
