 .footer-style-four ul {
        list-style: none !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

    .footer-style-four li {
        list-style: none !important;
        list-style-type: none !important;
    }

    .footer-style-four li::marker {
        content: none !important;
    }

    .footer-style-four li::before {
        content: none !important;
    }

    /* Footer menu link styles */
    .footer-menu-link ul {
        display: flex;
        justify-content: center;
        gap: 30px;
        list-style: none !important;
    }

    .footer-menu-link li {
        list-style: none !important;
    }

    .footer-menu-link a {
        text-decoration: none !important;
        color: #fff;
        transition: color 0.3s;
    }

    .footer-menu-link a:hover {
        color: #45F882;
    }

    /* Copyright menu styles */
    .copyright__menu ul {
        list-style: none !important;
        padding-left: 0 !important;
    }

    .copyright__menu li {
        list-style: none !important;
        margin: 0 10px;
    }

    .copyright__menu a {
        text-decoration: none !important;
        color: #fff;
    }

    .copyright__menu a:hover {
        color: #45F882;
    }