.footer {
    background-color: #020201;
    color: white;
    padding: 60px 0;
    font-size: 14px;
    border-top: 1px solid color-mix(in srgb, #212529 transparent 80%);
}

.light-background {
    --background-color: #f3f4f4;
    --surface-color: #ffffff;
}

.footer .widget .widget-heading {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}

.footer .widget ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer .widget ul li a {
    color: white;
}

.footer .widget ul li a:hover {
    color: #eee;
}


.footer2 {
    background-color: #020201;
}

.cop_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid white;
}

.cop img {
    width: 250px;
}

.cop p {
    color: rgb(196, 196, 196);
    font-size: 20px;
}


.copp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iconss i {
    color: white;
    margin-right: 20px;
}


@media(max-width:992px) {
    .cop_main {
        display: block;
    }

    .cop img {
        width: 200px;
    }

  
    .widget p {
        font-size: 16px;
        text-align: justify;
    }
    .footer .widget ul li a {
    color: white;
    font-size: 16px;
    text-align: justify;
}
.cop p {
        font-size: 15px;
        margin-block: 20px;
    }
}