@media (max-width: 768px) {
    /* Footer centering */
    footer[role="contentinfo"] .footer-below .container .row.dnnpane .col-md-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center !important;
    }
    footer .footer-below .copyright,
    footer .footer-below .terms-priv {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    footer .footer-below .copyright span.SkinObject,
    footer .footer-below .terms-priv a.SkinObject,
    footer .footer-below .terms-priv span {
        display: inline-block;
        margin: 0 5px;
        text-align: center;
    }
    footer .footer-below * {
        float: none !important;
        position: static !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* Contact Us button centering */
    #dnn_P2_25_1.col-md-4 .DnnModule.DnnModule-409 .DNNContainer_noTitle p {
        text-align: center !important;
        width: 100%;
        margin: 0 auto;
    }
    #dnn_P2_25_1.col-md-4 .DnnModule.DnnModule-409 .DNNContainer_noTitle a.contact-button {
        display: block !important;
        margin: 0 auto !important;
        width: fit-content !important;
        text-align: center !important;
        padding: 10px 20px; /* Match existing style */
    }
    #dnn_P2_25_1.col-md-4 {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 15px;
    }
}
#dnn_dnnLOGO_imgLogo {
    width: 180px !important; /* Set desired width */
    height: auto !important; /* Maintain aspect ratio */
    max-width: none !important; /* Remove any max-width restrictions */
}





