.elementor-45263 .elementor-element.elementor-element-dd28d56{--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-45263 .elementor-element.elementor-element-dd28d56.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-45263 .elementor-element.elementor-element-dd28d56{--width:83.961%;}}/* Start custom CSS for html, class: .elementor-element-737bdbf *//* Footer Styles - Clean CSS File */
.footer {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #333;
    padding: 40px 0;
    border-top: 1px solid #e9ecef;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 60px;
    align-items: flex-start;
}

.footer-left {
    padding-right: 20px;
}

.footer-logo {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-logo .logo {
    height: 80px;
    width: auto;
    flex-shrink: 0;
}

.footer-logo .kw-brand {
    height: 60px;
    width: auto;
    flex-shrink: 0;
    margin-top: 10px;
}

.connect-section {
    margin-top: 20px;
    clear: both;
    width: 100%;
}

.connect-section h3 {
    color: #87ceeb;
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}

.connect-section p {
    margin-bottom: 8px;
    color: #555;
    line-height: 1.5;
}

.contact-details {
    margin: 20px 0;
}

.contact-details p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.contact-details .icon {
    font-size: 0.9rem;
}

.tagline {
    font-style: italic;
    color: #666;
    margin: 20px 0;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #333;
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.social-link.facebook:hover {
    background: #1877f2;
}

.social-link.linkedin:hover {
    background: #0077b5;
}

.footer-right {
    padding-left: 20px;
}

.footer-columns {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
}

.footer-column h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-column ul li a:hover {
    color: #333;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 100%;
        gap: 40px;
    }
    
    .footer-columns {
        grid-template-columns: 100%;
        gap: 30px;
    }
    
    .footer-logo {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .footer-logo .logo {
        height: 60px;
    }
    
    .footer-logo .kw-brand {
        height: 45px;
        margin-top: 5px;
    }
    
    .footer-left,
    .footer-right {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0;
    }
    
    .footer-content {
        gap: 30px;
    }
    
    .footer-logo .logo {
        height: 60px;
    }
    
    .footer-logo .kw-brand {
        height: 45px;
    }
    
    .connect-section h3 {
        font-size: 1rem;
    }
    
    .footer-column h3 {
        font-size: 1.1rem;
    }
}

.footer .container {
    background: transparent !important;
}
.social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

.social-link.instagram:hover {
    background: #e4405f;
}

/* Social footer visibility fix */
.footer .social-links{display:flex!important;gap:15px!important;margin-top:20px!important;align-items:center!important}
.footer .social-links .social-link{width:40px!important;height:40px!important;background:#333!important;color:#fff!important;border-radius:5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important}
.footer .social-links .social-link svg{width:18px!important;height:18px!important;fill:currentColor!important;display:block!important}
.footer .social-links .social-link.facebook:hover{background:#1877f2!important}
.footer .social-links .social-link.linkedin:hover{background:#0077b5!important}
.footer .social-links .social-link.instagram:hover{background:#e4405f!important}/* End custom CSS */