.elementor-136 .elementor-element.elementor-element-c0d5333{--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;}/* Start custom CSS for html, class: .elementor-element-25af113 *//* ========================================
   FOOTER
   ======================================== */

.footer {
    background: #1a365d;
    color: white;
    padding: 4rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffd700;
}

.footer-section h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #ffd700;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    word-break: break-word;
    font-size: 0.95rem;
    margin:  10px 0px 0px -45px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-all;
}

.footer-section ul li a:hover {
    color: #ffd700;
}

.footer-section ul li i {
    margin-right: 0.5rem;
    color: #ffd700;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #ffd700;
    color: #1a365d;
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

/* ========================================
   FOOTER MOBILE OPTIMIZATION
   ======================================== */

/* Tablet and below */
@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0 1rem;
    }
    
    .footer-section h3 {
        font-size: 1.3rem;
    }
    
    .footer-section h4 {
        font-size: 0.95rem;
    }
    
    .footer-section p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .footer-section ul li {
        font-size: 0.9rem;
        margin: 8px 0 0 -45px;
    }
    
    .footer-social {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .footer-bottom {
        padding: 1.5rem 1rem 0;
        font-size: 0.85rem;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-content {
        gap: 2rem;
        padding: 0 0.75rem;
    }
    
    .footer-section h3 {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
    }
    
    .footer-section h4 {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
    
    .footer-section p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .footer-section ul li {
        font-size: 0.85rem;
        margin: 6px 0 0 -40px;
        gap: 0.4rem;
    }
    
    .footer-section ul li i {
        margin-right: 0.4rem;
        font-size: 0.85rem;
    }
    
    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    
    .footer-bottom {
        padding: 1.5rem 0.75rem 0;
        font-size: 0.8rem;
        line-height: 1.4;
    }
}

/* Extra small devices */
@media (max-width: 320px) {
    .footer-section h3 {
        font-size: 1.1rem;
    }
    
    .footer-section ul li {
        font-size: 0.8rem;
        margin: 5px 0 0 -35px;
    }
    
    .footer-social a {
        width: 34px;
        height: 34px;
    }
}/* End custom CSS */