    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .cnc-footer.cnc-footer-layout-5 {
        background-color: #f0f5ff;
        width: 100%;
        padding: 100px 0;
        text-align: center;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-container {
        max-width: 1430px;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-logo {
        margin-bottom: 48px;
        display: block;
        min-width: 168px;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-logo :is(img, svg) {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 36px;
        margin-bottom: 38px;
        list-style: none;
        flex-wrap: wrap;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-menu-link {
        color: #0A0A0A;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-menu-link:hover {
        color: #0056c6;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-socials {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
        list-style: none;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-social-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background-color: #005bc5;
        transition: background-color 0.2s ease, transform 0.2s ease;
        padding: 10px;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-social-icon:hover {
        background-color: #0044a3;
        transform: translateY(-2px);
    }

    .cnc-footer.cnc-footer-layout-5 .footer-social-icon :is(img, svg) {
        max-width: 100%;
        height: auto;
        display: block;
        width: 100%;
        height: 100%;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-social-icon svg path {
        stroke: #fff;
        fill: #fff;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-social-icon i {
        font-size: 20px;
        color: #fff;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-divider {
        width: 100%;
        border: none;
        border-top: 1px solid #cbd5e1;
        margin-bottom: 20px;
    }

    .cnc-footer.cnc-footer-layout-5 .footer-copyright {
        color: #0A0A0A;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }

    @media (max-width:1024px) {
        .cnc-footer.cnc-footer-layout-5 {
            padding: 50px 0;
        }

        .cnc-footer.cnc-footer-layout-5 .footer-logo {
            margin-bottom: 30px;
        }

        .cnc-footer.cnc-footer-layout-5 .footer-menu {
            margin-bottom: 30px;
            gap: 30px;
        }

        .cnc-footer.cnc-footer-layout-5 .footer-menu-link {
            font-size: 18px;
        }

        .cnc-footer.cnc-footer-layout-5 .footer-copyright {
            font-size: 15px;
        }
    }

    @media (max-width:767px) {
        .cnc-footer.cnc-footer-layout-5 {
            padding: 30px 0;
        }

        .cnc-footer.cnc-footer-layout-5 .footer-menu-link {
            font-size: 16px;
        }

        .cnc-footer.cnc-footer-layout-5 .footer-copyright {
            font-size: 14px;
        }
    }
/* Form CSS from HTML (Generic for Layout 5) */
.cnc-footer.cnc-footer-layout-5 .footer-subscribe-form { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px;}
.cnc-footer.cnc-footer-layout-5 .footer-input { font-size: 16px; padding: 8px 16px; border: 1px solid #D1D5DC;border-radius: 4px; outline: none; flex: 1; max-width: 100%; width: 100%;}
.cnc-footer.cnc-footer-layout-5 .footer-button { font-size: 16px; padding: 8px 15px; background-color: #0056c6; color: #ffffff; border: none; border-radius: 4px; cursor: pointer; font-weight: 400; line-height: normal; }
.cnc-footer.cnc-footer-layout-5 .footer-button:hover { background-color: #0044a3; }
