.elementor-3765 .elementor-element.elementor-element-fecef72{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-1adaf04 *//* --- BHARATES PROFESSIONAL FOOTER CSS --- */

.bh-footer {
    background-color: #001a35; /* Navy Blue Branding */
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.bh-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding: 0 20px;
}

/* LOGO SIZE FIX - 100% Corrected */
.footer-logo-wrap {
    margin-bottom: 20px;
    display: block;
    width: fit-content;
}

.footer-logo {
    height: auto !important;
    width: 130px !important; /* Industrial Standard Small Size */
    max-width: 100% !important;
    display: block;
    filter: none !important; /* Original Colors Maintain */
    object-fit: contain;
}

/* Typography & Links */
.footer-about {
    font-size: 14px;
    line-height: 1.6;
    color: #ccd6e0;
    margin-bottom: 15px;
}

.footer-gst {
    font-size: 13px;
    color: #ffcc00; /* Gold Highlight */
    font-weight: 700;
    margin-bottom: 20px;
}

.bh-footer-column h3 {
    color: #ffcc00;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.bh-footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: #ffcc00;
}

.bh-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bh-footer-column ul li {
    margin-bottom: 12px;
}

.bh-footer-column ul li a {
    color: #ccd6e0;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.bh-footer-column ul li a:hover {
    color: #ffcc00;
    padding-left: 5px;
}

/* Contact Items */
.contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ccd6e0;
    align-items: center;
}

.contact-item p { margin: 0; }

/* Social Links Icons */
.bh-social-links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.bh-social-links a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 5px 10px;
    border-radius: 4px;
    transition: 0.3s;
}

.bh-social-links a:hover {
    background: #ffcc00;
    color: #001a35;
    border-color: #ffcc00;
}

/* Footer Bottom Bar */
.bh-footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    color: #8899aa;
}

/* --- MOBILE & TABLET RESPONSIVE --- */

@media (max-width: 1024px) {
    .bh-footer-container {
        grid-template-columns: 1fr 1fr; /* 2 columns for Tablets */
    }
}

@media (max-width: 600px) {
    .bh-footer-container {
        grid-template-columns: 1fr; /* 1 column for Mobile */
        text-align: center;
    }
    
    .bh-footer-column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-logo-wrap {
        margin: 0 auto 20px auto; /* Center logo on Mobile */
    }

    .footer-logo {
        width: 110px !important; /* Smaller on mobile */
    }

    .contact-item {
        justify-content: center;
    }
    
    .bh-social-links {
        justify-content: center;
    }
}/* End custom CSS */