.location-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('bg4.jpeg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.location-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.location-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #f5f0e1;;
}

.location-hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.breadcrumbs-container {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.breadcrumbs a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: #c8a97e;
}

.breadcrumbs i {
    margin: 0 10px;
    font-size: 0.7rem;
    color: #adb5bd;
}

.breadcrumbs span {
    color: #c8a97e;
}

/* Main Content */
.location-content {
    padding: 0 0 80px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #333;
}

.separator {
    width: 80px;
    height: 3px;
    background-color: #c8a97e;
    margin: 0 auto 20px;
}

.section-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 1.1rem;
}

.address-section {
    margin-bottom: 80px;
}

.address-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.address-info {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.address-card {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s;
}

.address-card:hover {
    transform: translateY(-5px);
}

.icon-container {
    width: 60px;
    height: 60px;
    background-color: #c8a97e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.icon-container i {
    color: #fff;
    font-size: 1.5rem;
}

.address-details h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    color: #333;
}

.address-details p {
    color: #6c757d;
    margin-bottom: 5px;
}

.map-container {
    flex: 1;
    min-width: 300px;
    height: 400px;
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.map-btn {
    background-color: #fff;
    border: 1px solid #c8a97e;
    color: #c8a97e;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.map-btn i {
    margin-right: 5px;
}

.map-btn:hover {
    background-color: #c8a97e;
    color: #fff;
}

/* Transportation Section */
.transportation-section {
    margin-bottom: 80px;
}

.transportation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.transportation-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.transportation-card:hover {
    transform: translateY(-5px);
}

.transportation-icon {
    width: 70px;
    height: 70px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.transportation-icon i {
    color: #c8a97e;
    font-size: 2rem;
}

.transportation-info h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    color: #333;
}

.transportation-info p {
    color: #6c757d;
    margin-bottom: 15px;
}

.transportation-info ul {
    list-style: none;
    padding: 0;
}

.transportation-info li {
    margin-bottom: 10px;
    color: #6c757d;
}

.transportation-info li i {
    color: #c8a97e;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

/* Attractions Section */
.attractions-section {
    margin-bottom: 80px;
}

.attractions-slider {
    margin-bottom: 50px;
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.attraction-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.attraction-slide.active {
    opacity: 1;
    z-index: 1;
}

.attraction-image {
    flex: 1;
    overflow: hidden;
}

.attraction-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attraction-info {
    flex: 1;
    background-color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attraction-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333;
}

.distance {
    color: #c8a97e;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.distance i {
    margin-right: 8px;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.prev-btn, .next-btn {
    background-color: #fff;
    border: 1px solid #c8a97e;
    color: #c8a97e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.prev-btn:hover, .next-btn:hover {
    background-color: #c8a97e;
    color: #fff;
}

.slider-dots {
    display: flex;
    gap: 8px;
    margin: 0 15px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e9ecef;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #c8a97e;
}

.attractions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.attraction-card {
    position: relative;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.attraction-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.attraction-card:hover img {
    transform: scale(1.1);
}

.attraction-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    color: #fff;
}

.attraction-overlay h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
}

.attraction-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* FAQ Section */
.faq-section {
    margin-bottom: 80px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    margin: 0;
    color: #333;
}

.faq-toggle {
    color: #c8a97e;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 500px;
}

.faq-answer p {
    color: #6c757d;
    margin: 0;
}

/* CTA Section */
.location-cta {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/location/el-salvador-beach.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    border-radius: 8px;
    margin-bottom: 30px;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.cta-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-button {
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.cta-button.primary {
    background-color: #c8a97e;
    color: #fff;
}

.cta-button.primary:hover {
    background-color: #b89669;
}

.cta-button.secondary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cta-button.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .attraction-slide {
        flex-direction: column;
    }
    
    .attraction-info {
        padding: 30px;
    }
    
    .location-hero h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .address-content {
        flex-direction: column;
    }
    
    .map-container {
        height: 300px;
    }
    
    .location-hero {
        height: 40vh;
        min-height: 300px;
    }
    
    .location-hero h1 {
        font-size: 2.2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .transportation-icon {
        width: 60px;
        height: 60px;
    }
    
    .transportation-icon i {
        font-size: 1.5rem;
    }
    
    .location-hero h1 {
        font-size: 1.8rem;
    }
    
    .location-hero p {
        font-size: 1rem;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
}