/* Location Page Styles */

.location-hero {
    background: linear-gradient(135deg, #0a3d38 0%, #0d4f4a 25%, #1a8a7d 50%, #0d4f4a 75%, #0a3d38 100%);
    color: #fff;
    text-align: center;
    padding: 140px 20px 80px;
}

.location-badge {
    display: inline-block;
    background: rgba(48, 213, 200, 0.2);
    border: 2px solid #30D5C8;
    color: #30D5C8;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.location-badge i {
    margin-right: 6px;
}

.location-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 35px;
    font-size: 1rem;
}

.hero-features span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-features i {
    color: #30D5C8;
}

.why-choose {
    background: #f9f9f9;
}

.why-choose h2,
.location-services h2,
.suburbs-served h2,
.location-testimonials h2,
.location-faq h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    font-size: 3rem;
    color: #30D5C8;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

.location-services {
    background: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #f9f9f9;
    padding: 35px;
    border-radius: 12px;
    border-left: 4px solid #30D5C8;
}

.service-card i {
    font-size: 2.5rem;
    color: #30D5C8;
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-card ul {
    list-style: none;
    padding: 0;
}

.service-card ul li {
    padding: 8px 0;
    color: #444;
    position: relative;
    padding-left: 25px;
}

.service-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #30D5C8;
    font-weight: bold;
}

.suburbs-served {
    background: #f9f9f9;
}

.section-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.suburbs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.suburb-column {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.suburb-column h3 {
    color: #0d4f4a;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #30D5C8;
}

.suburb-column ul {
    list-style: none;
    padding: 0;
}

.suburb-column ul li {
    padding: 6px 0;
    color: #444;
}

.suburbs-note {
    text-align: center;
    margin-top: 40px;
    font-size: 1.1rem;
    color: #666;
}

.suburbs-note a {
    color: #30D5C8;
    font-weight: 600;
    text-decoration: none;
}

.suburbs-note a:hover {
    text-decoration: underline;
}

.location-testimonials {
    background: #fff;
}

.location-testimonials .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.location-testimonials .testimonial-card {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.stars {
    color: #FFD700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.location-testimonials .testimonial-card p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.author strong {
    color: #1a1a1a;
    font-size: 1rem;
}

.author span {
    color: #30D5C8;
    font-size: 0.9rem;
}

.location-faq {
    background: #f9f9f9;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.faq-item h3 {
    color: #0d4f4a;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.faq-item p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.location-cta {
    background: linear-gradient(135deg, #0d4f4a 0%, #1a8a7d 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}

.location-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #fff;
}

.location-cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-note {
    font-size: 0.95rem;
    margin-top: 20px;
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .suburbs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .location-testimonials .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .location-hero {
        padding: 120px 20px 60px;
    }
    
    .location-hero h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .features-grid,
    .services-grid,
    .suburbs-grid,
    .location-testimonials .testimonials-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .why-choose h2,
    .location-services h2,
    .suburbs-served h2,
    .location-testimonials h2,
    .location-faq h2 {
        font-size: 1.8rem;
    }
    
    .location-cta h2 {
        font-size: 1.8rem;
    }
}
