.elementor-53 .elementor-element.elementor-element-3f15ab5{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

/* ========================================
   CONTAINER & UTILITIES (Required if used alone)
   ======================================== */
.kcc-main-footer * { box-sizing: border-box; }
.kcc-main-footer { font-family: 'Inter', sans-serif; }
.kcc-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }

/* ========================================
   MAIN FOOTER STYLES
   ======================================== */
.kcc-main-footer {
    background: #05080f;
    padding: 80px 0 40px;
    color: #fff;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.kcc-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

/* Brand Column */
.kcc-footer-brand {
    padding-right: 40px;
}

.kcc-footer-logo-link {
    display: block;
    margin-bottom: 25px;
    text-decoration: none;
}

.kcc-footer-logo-img {
    width: 100%;
    max-width: 280px; /* Adjust logo size here */
    height: auto;
    display: block;
}

.kcc-footer-brand p {
    color: #666;
    line-height: 1.6;
    margin: 0 0 25px 0;
    max-width: 320px;
    font-size: 0.85rem;
}

.kcc-social-icon {
    color: #666;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s;
}

.kcc-social-icon:hover {
    color: #fff;
}

/* Link Columns */
.kcc-footer-links h5 {
    font-size: 0.7rem;
    color: #666;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 0;
}

.kcc-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kcc-footer-links li {
    margin-bottom: 12px;
}

.kcc-footer-links a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.9rem;
}

.kcc-footer-links a:hover {
    color: #fff;
}

.kcc-footer-contact-item {
    color: #999;
    margin-bottom: 15px;
    line-height: 1.6;
    margin-top: 0;
}

/* Bottom Bar */
.kcc-footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 30px;
    font-size: 0.75rem;
    color: #444;
}

.kcc-legal {
    display: flex;
    gap: 25px;
}

.kcc-legal a {
    color: #444;
    text-decoration: none;
    transition: color 0.3s;
}

.kcc-legal a:hover {
    color: #666;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1200px) {
    .kcc-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .kcc-container { padding: 0 30px; }
    
    .kcc-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .kcc-footer-brand {
        padding-right: 0;
    }
    
    .kcc-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        align-items: center;
    }
    
    .kcc-footer-logo-img {
        max-width: 220px;
    }
}/* End custom CSS */