.elementor-2124 .elementor-element.elementor-element-332efe0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-332efe0 */.minimal-footer {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 20px 5%; /* Padding thori kam kar di hai */
    
    /* Full Width Force */
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 40px !important;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

/* Text Size Chota aur Minimal */
.copyright, .credits {
    color: #bbbbbb !important; /* Thora sa greyish white taake professional lage */
    font-size: 11px !important; /* Mazeed chota size */
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.copyright b, .copyright span {
    color: #ffffff !important;
    font-weight: 500;
}

.dev-link {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px !important; /* Link ka size bhi chota */
    letter-spacing: 1px;
}

/* --- Responsive Settings (Mobile Fix) --- */

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column; /* Mobile par upar niche aa jayega */
        text-align: center;
        gap: 10px; /* Line ke darmiyan thora gap */
    }
    
    .minimal-footer {
        padding: 25px 20px; /* Mobile par sides se spacing */
    }

    .copyright, .credits {
        font-size: 10px !important; /* Mobile par thora aur chota */
    }
}/* End custom CSS */