.elementor-183 .elementor-element.elementor-element-c6502a1{--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 html, class: .elementor-element-4180e9e */.footer-container {
    background-color: #f0f0f0; /* हलका ग्रे background */
    color: #333333; /* dark gray text */
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    margin-right: 20px;
}

.contact-column {
    flex: 1.5;
    margin-right: 0;
}

.brand-info {
    flex: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    width: 300px;
    height: auto;
    margin-bottom: 0;
}

.corporate-office-heading {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #333333;
}

.footer-column p, .footer-column ul {
    margin: 0;
    padding: 0;
    color: #333333;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
    color: #333333;
}

.footer-column a {
    color: #333333; /* लिंक dark gray */
    text-decoration: none;
    font-size: 14px;
}

.footer-column a:hover {
    text-decoration: underline;
    color: #000000; /* hover वर black */
}

.column-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333333;
}

.social-icons a {
    margin-right: 15px;
    font-size: 20px;
    color: #333333; /* सोशल आयकॉन्स dark gray */
}

.social-icons a:hover {
    color: #000000; /* hover वर black */
}

.privacy-policy {
    margin-top: 20px;
    font-size: 12px;
    color: #333333;
}

.contact-column ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333333;
}

.contact-column i {
    margin-right: 10px;
    font-size: 16px;
    color: #333333;
}

/* For smaller screens */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        padding: 20px;
    }

    .footer-column {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .contact-column {
        margin-bottom: 0;
    }

    .brand-info, .contact-column {
        flex: auto;
    }

    .brand-info {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        display: flex;
        margin-top: 15px;
    }
}/* End custom CSS */