/* Location Pages Specific Styling */

.location-hero {
    background: linear-gradient(135deg, rgba(0, 51, 153, 0.9), rgba(0, 102, 255, 0.8));
    padding: 3rem 0;
    margin-bottom: 3rem;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.location-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.location-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.location-highlights {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.1rem;
}

.highlight-item i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-nav {
    margin-bottom: 1.5rem;
}

.breadcrumb {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:not(:last-child):after {
    content: ">";
    padding: 0 0.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: white;
    text-decoration: underline;
}

.location-content {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 2.5rem;
}

.location-info h2 {
    color: var(--color-primary, #0066ff);
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.location-info h3 {
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
    color: #ffffff;
}

.location-info p {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.location-areas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
    padding-left: 0;
    list-style: none;
    margin: 1rem 0 2rem;
}

.location-areas li {
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 1.5rem;
}

.location-areas li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary, #0066ff);
}

.location-features {
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-icon {
    font-size: 1.8rem;
    color: var(--color-primary, #0066ff);
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 102, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-content h4 {
    margin: 0 0 0.5rem 0;
    color: white;
    font-size: 1.2rem;
}

.feature-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.location-services {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.service-item {
    padding: 1.5rem;
    background: rgba(0, 102, 255, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(0, 102, 255, 0.2);
}

.service-item h4 {
    margin: 0 0 1rem 0;
    color: white;
    font-size: 1.2rem;
}

.service-item p {
    margin: 0 0 1rem 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.service-price {
    font-weight: bold;
    color: var(--color-primary, #0066ff);
    font-size: 1.1rem;
}

.location-cta {
    margin: 3rem 0;
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(0, 51, 153, 0.3), rgba(0, 102, 255, 0.2));
    border-radius: 8px;
    border: 1px solid rgba(0, 102, 255, 0.3);
}

.location-cta h3 {
    margin-bottom: 1rem;
}

.cta-buttons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.location-map {
    margin: 3rem 0;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    margin: 1.5rem 0;
}

.map-caption {
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.5rem;
}

.location-sidebar {
    height: fit-content;
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-widget h3 {
    margin: 0 0 1rem 0;
    color: white;
    font-size: 1.3rem;
}

.booking-widget p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.full-width {
    width: 100%;
    text-align: center;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.contact-info li i {
    margin-right: 0.8rem;
    color: var(--color-primary, #0066ff);
}

.sidebar-testimonial {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.testimonial-stars {
    color: #ffc107;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.testimonial-author {
    margin-top: 0.8rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    font-size: 0.9rem;
}

.sidebar-testimonial p {
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .location-hero {
        padding: 2rem 1rem;
    }

    .location-title {
        font-size: 2rem;
    }

    .location-highlights {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .location-content {
        grid-template-columns: 1fr;
    }

    .location-areas {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .location-services {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .location-sidebar {
        position: static;
    }
}
