/* Global Header Bar Styles */
.angie-top-header-4d454826 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 8px 20px; /* Reduced padding to make header less bulky */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Softer shadow */
    position: relative;
    z-index: 10000;
}
.header-col-left-4d454826,
.header-col-right-4d454826 {
    flex: 1;
    display: flex;
    align-items: center;
}
.header-col-left-4d454826 {
    justify-content: flex-start;
}
.header-col-right-4d454826 {
    justify-content: flex-end;
}
.header-col-center-4d454826 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-col-center-4d454826 img {
    max-width: 140px; /* Reduced logo size */
    height: auto;
}

/* Make it wrap gracefully on smaller screens if needed */
@media (max-width: 768px) {
    .angie-top-header-4d454826 {
        padding: 6px 10px;
    }
    .header-col-center-4d454826 img {
        max-width: 110px;
    }
}

/* Global Footer Styles */
.custom-footer-4d454826 {
    background: #2d2a26;
    color: #faf8f5;
    padding: 4rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    font-family: inherit;
    z-index: 10;
    position: relative;
}
.custom-footer-4d454826 a {
    color: #faf8f5;
    text-decoration: none;
    transition: color 0.3s ease;
}
.custom-footer-4d454826 a:hover {
    color: #ccc;
}
.footer-content-4d454826 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.footer-col-4d454826 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-width: 200px;
}
.footer-col-4d454826 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #faf8f5;
}
.footer-col-4d454826 h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #faf8f5;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-col-4d454826 p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Sitemap Grid */
.sitemap-grid-4d454826 {
    display: flex;
    gap: 2rem;
}
.sitemap-col {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Footer Button */
.footer-btn-4d454826 {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #4a4640;
    border-radius: 4px;
    border: 1px solid #666;
    text-align: center;
}
.footer-btn-4d454826:hover {
    background: #666;
    color: #fff !important;
}

.footer-bottom-4d454826 {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    border-top: 1px solid #4a4640;
    text-align: center;
    width: 100%;
}
.footer-bottom-4d454826 p {
    font-size: 0.85rem;
    color: #a8a5a0;
    margin: 0;
}

@media (max-width: 768px) {
    .sitemap-grid-4d454826 {
        flex-direction: column;
        gap: 0.5rem;
    }
}
