.footer-section {
    background-color: #020031;
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center 75px;
    margin-top: 20px;
    display: block;
}

.row-footer {
    display: flex;
    padding: 25px;
    padding-top: 0;
        justify-content: space-between;

}
.footer-widget p,
.footer-widget span {
    color: #b7b7b7;
}
.col-sm-6 col-lg-3 footer-widget {
    width: 100%;
}

.widget-row-two {
    height: 900px;
    justify-content: space-between;
}
.about-widget{
        text-align: center;
}
.about-widget p{
    color: #b7b7b7;
}
.footer-widget .fw-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 10px;
}
.footer-widget .social a {
    color: #b7b7b7;
    margin-right: 5px;
}

.footer-section .copyright {
    border-top: 1px solid #312f56;
    padding: 27px 0;
    text-align: center;
}

.footer-section .copyright p {
    color: #b7b7b7;
    margin-bottom: 0;
}
.footer-widget .dobule-link ul {
    display: inline-block;
}
.footer-widget .dobule-link ul a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 15px;
}
.footer-section .copyright p a {
    color: #fff;
    font-weight: 500;
}

.footer-section .copyright p a:hover {
    color: #f6783a;
}

.footer-widget .fw-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 10px;
}
.footer-widget .dobule-link ul a:hover {
    color: #f6783a;
}

.footer-widget .dobule-link ul li:last-child a {
    margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
    margin-left: 50px;
}

.footer-widget .recent-post li {
    margin-bottom: 25px;
}

.footer-widget .recent-post p {
    margin-bottom: 5px;
}

.footer-widget .recent-post span {
    font-size: 12px;
}

.footer-widget .recent-post span i {
    color: #f6783a;
    margin-right: 5px;
}

.footer-widget .contact li {
    margin-bottom: 5px;
    display: block;
}

.footer-widget .contact li p {
    margin-bottom: 0;
}

.footer-widget .contact i {
    font-size: 12px;
}
.recent-post {
    padding-left: 0;
}
ul{
    list-style: none;
}
.footer-section {
    background-color: #020031;
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center 75px;
    margin-top: 20px;
    display: block;
    padding-top: 25px; /* Added padding to top to make space for content */
}

.row-footer {
    display: flex; /* For PC, columns will be in a row */
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    padding: 25px;
    padding-top: 0;
    justify-content: space-between;
}

.footer-widget {
    /* Base styles for all columns */
    width: 100%;
}

.about-widget {
    text-align: center;
}

/* For desktops and larger screens (768px and above) */
@media (min-width: 768px) {
    .col-sm-6 {
        width: 530%;
    }
}

/* For larger desktops and laptops (992px and above) */
@media (min-width: 992px) {
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .col-lg-5 {
        width: 41.66%;
    }
    .row-footer {
        flex-wrap: nowrap;
    }
}
.row-footer {
        display: flex
;
    flex-wrap: wrap;
    /* padding: 25px; */
    padding-top: 0;
    /* justify-content: space-between; */
    box-sizing: border-box;

}

.footer-widget {
    /* Base styles for all columns */
    /* width: 100%; <- Isko remove kar dein */
    margin-bottom: 5px;
    box-sizing: border-box; /* Yeh property zaroori hai */
    padding: 0 10px; /* Thoda padding add karein taaki content chipke nahi */
}

/* For desktops and larger screens (768px and above) */
@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

/* For larger desktops and laptops (992px and above) */
@media (min-width: 992px) {
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .col-lg-5 {
        width: 41.66%;
    }
    .row-footer {
        flex-wrap: nowrap;
    }
}

/* New CSS to fix double link width */
.footer-widget .dobule-link {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Ensure it fits within its column */
}
.dobule-link ul{
    padding-left: 0;
    margin: auto;
    line-height: 10px;
}
.footer-widget .dobule-link ul {
}

/* Remove this if you're not using it anymore, it was causing a gap */
.footer-widget .dobule-link ul:last-child {
    margin-left: 0; /* Isko hata de ya 0 kar de */
}