.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-318c3f9 *//* --- Footer Container (Apple Light Grey with Chunky Orange Border) --- */
.bp-footer-light {
    background-color: #f5f5f7; /* Apple's signature light grey */
    border-top: 8px solid #FF3503; /* Chunky electric orange separator */
    padding: 70px 20px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.bp-footer-container {
    max-width: 1150px;
    margin: 0 auto;
}

/* --- Top Grid Layout --- */
.bp-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 20px;
}

/* Titles in Electric Orange */
.bp-footer-col h4 {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #FF3503; 
}

.bp-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bp-footer-col li {
    margin-bottom: 15px;
}

/* Links in Apple dark grey */
.bp-footer-col a {
    color: #1d1d1f; 
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bp-footer-col a:hover {
    color: #FF3503; /* Turn orange on hover */
}

/* --- Dividers --- */
.bp-footer-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.08); /* Subtle dark line */
    margin: 35px 0;
}

/* --- Social Media Row --- */
.bp-footer-socials {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bp-social-label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #1d1d1f;
}

.bp-social-circle {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.05); /* Soft dark bubble */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    transition: all 0.3s ease;
    text-decoration: none;
}

.bp-social-circle:hover {
    background: #FF3503;
    color: #ffffff;
    transform: translateY(-2px);
}

.bp-social-circle svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* --- Bottom Row (Logo & Copyright) --- */
.bp-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bp-footer-logo {
    display: inline-block;
    text-decoration: none;
}

.bp-footer-copyright {
    font-size: 14px;
    color: #86868b; /* Apple standard soft text grey */
}

/* --- Mobile Responsiveness --- */
@media (max-width: 900px) {
    .bp-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .bp-footer-grid {
        grid-template-columns: 1fr;
    }
    .bp-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}/* End custom CSS */