.elementor-3829 .elementor-element.elementor-element-a83749d{--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;}/* Start custom CSS for html, class: .elementor-element-de971b8 */.site-footer {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: #f9f9f9;
    color: #333;
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #e5e5e5;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 20px;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h3 {
    color: #9B3D22;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #D4943C;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.footer-logo {
    margin-bottom: 25px;
    background-color: rgba(155, 61, 34, 0.08);
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
    filter: none;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 12px;
}

.contact-icon {
    color: #D4943C;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-details p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.contact-item a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #D4943C;
}

.contact-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.footer-links a:before {
    content: '›';
    position: absolute;
    left: 0;
    color: #D4943C;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.footer-links a:hover {
    color: #9B3D22;
    transform: translateX(5px);
}

.footer-links a:hover:before {
    transform: translateX(3px);
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.social-icons a {
    color: #FFFFFF;
    background-color: #9B3D22;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #D4943C;
    transform: translateY(-3px);
}

.payment-info h3 {
    margin-bottom: 10px;
    color: #9B3D22;
}

.payment-info p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.copyright {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
}

.copyright p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.heart {
    color: #9B3D22;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-columns {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 40px 20px 20px;
    }
    
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-col h3 {
        font-size: 18px;
    }
    
    .footer-links a {
        font-size: 15px;
    }
    
    .contact-item a {
        font-size: 15px;
    }
    
    .social-icons a {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .footer-container {
        padding: 30px 15px 15px;
    }
    
    .footer-logo {
        padding: 12px;
    }
    
    .footer-logo img {
        max-width: 180px;
    }
}/* End custom CSS */