/* Base Structure */
.elementor-widget-footer_8c1ceef8 .footer-wrapper-8c1ceef8 {
    padding: 60px 20px 20px;
}

/* Top Section Layout */
.elementor-widget-footer_8c1ceef8 .footer-top-8c1ceef8 {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

/* Brand Column */
.elementor-widget-footer_8c1ceef8 .footer-logo-8c1ceef8 {
    max-width: 120px;
    margin-bottom: 25px;
    display: block;
}

.elementor-widget-footer_8c1ceef8 .footer-desc-8c1ceef8 {
    line-height: 1.6;
    color: #666;
    font-size: 14px;
    margin: 0;
    max-width: 90%;
}

/* Link Columns */
.elementor-widget-footer_8c1ceef8 .footer-col-title-8c1ceef8 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
    color: #0d0c38;
    font-size: 16px;
}

.elementor-widget-footer_8c1ceef8 ul.footer-links-8c1ceef8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elementor-widget-footer_8c1ceef8 ul.footer-links-8c1ceef8 li {
    margin-bottom: 15px;
}

.elementor-widget-footer_8c1ceef8 ul.footer-links-8c1ceef8 li:last-child {
    margin-bottom: 0;
}

.elementor-widget-footer_8c1ceef8 ul.footer-links-8c1ceef8 a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s ease;
}

.elementor-widget-footer_8c1ceef8 ul.footer-links-8c1ceef8 a:hover {
    color: #b08d57;
}

/* Bottom Bar */
.elementor-widget-footer_8c1ceef8 .footer-bottom-8c1ceef8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
}

.elementor-widget-footer_8c1ceef8 .footer-copyright-8c1ceef8 {
    color: #888;
    font-size: 13px;
}

.elementor-widget-footer_8c1ceef8 .footer-slogan-8c1ceef8 {
    font-weight: 700;
    color: #b08d57;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
    .elementor-widget-footer_8c1ceef8 .footer-top-8c1ceef8 {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/* Responsive: Mobile */
@media (max-width: 767px) {
    .elementor-widget-footer_8c1ceef8 .footer-top-8c1ceef8 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .elementor-widget-footer_8c1ceef8 .footer-desc-8c1ceef8 {
        max-width: 100%;
    }

    .elementor-widget-footer_8c1ceef8 .footer-bottom-8c1ceef8 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
}
