/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.1
*/

/* Custom header styles */
.header-page-home,
.page-beach-header,
.header-page-aragon {
    padding: 20px;
    text-align: center;
}
.header-page-home {
    //background-color: #f5f5f5; /* Light gray for Home */
}
.page-beach-header {
    //background-color: #e0f7fa; /* Light blue for Beach */
}
.header-page-aragon {
    //background-color: #ffebee; /* Light red for Aragon */
}

/* Ensure menu styling matches Beach page */
.main-header-menu.ast-nav-menu {
    display: flex;
    justify-content: flex-end;
}
.main-header-menu .menu-link {
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
}
.main-header-menu .menu-link:hover {
    color: #0073aa;
}
.main-header-menu .sub-menu {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
    .main-header-menu.stack-on-mobile {
        flex-direction: column;
    }
    .main-header-menu .menu-item {
        width: 100%;
    }
}

/* Custom footer styles */
.page-beach-footer {
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #0288d1; /* Blue for Beach */
}
footer.site-footer.page-aragon-footer#colophon {
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #d81b60; /* Fallback red for Aragon */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url(https://www.labarraquita.es/wp-content/uploads/2020/01/party-group-of-people.jpg) !important;
    background-repeat: repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: scroll !important;
}

/* Astra footer styles */
.footer-widget-area .widget-title {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.footer-widget-area .textwidget p {
    color: #fff;
}
.footer-widget-area button {
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.ast-builder-html-element p {
    color: #fff;
    font-size: 0.9em;
}