/* Braids Page Specific Styles */

/* Hero Section */
.services-hero {
    background-image: url('../images/services/braids-hero.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.headline {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.subheadline {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
}

/* Introduction Section */
.intro-section {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.intro-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
}

/* Braids Journey Section */
.braids-journey-section {
    padding: 60px 0;
    background-color: #fff;
    margin: 40px 0;
}

.styles-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.journey-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.journey-steps {
    flex: 1 1 500px;
}

.journey-step {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.journey-step:last-child {
    border-bottom: none;
}

.journey-step h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
}

.journey-step p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.journey-step ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.journey-step li {
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.braids-gallery {
    flex: 1 1 400px;
}

.braids-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.braid-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.braid-card:hover {
    transform: translateY(-5px);
}

.braid-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.braid-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
}

/* Benefits Section */
.benefits-section {
    padding: 60px 0;
    background-color: #f9f5f0;
    margin: 60px 0;
}

.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.benefit-item {
    flex: 1 1 250px;
    max-width: 300px;
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 2.5rem;
    color: #c8a97e;
    margin-bottom: 20px;
}

.benefit-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.benefit-item p {
    color: #666;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    padding: 60px 0;
}

.faq-container {
    max-width: 900px;
    margin: 40px auto 0;
}

.faq-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.faq-question::before {
    content: "Q:";
    position: absolute;
    left: 0;
    color: #c8a97e;
    font-weight: 700;
}

.faq-answer {
    color: #666;
    line-height: 1.8;
    padding-left: 30px;
    position: relative;
}

.faq-answer::before {
    content: "A:";
    position: absolute;
    left: 0;
    color: #c8a97e;
    font-weight: 700;
}

/* Booking CTA Section */
.booking-section {
    padding: 60px 0;
    background-color: #f9f5f0;
    text-align: center;
}

.booking-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.booking-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #333;
}

.booking-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.book-now-btn {
    display: inline-block;
    background-color: #c8a97e;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.book-now-btn:hover {
    background-color: #b89669;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .headline {
        font-size: 2.2rem;
    }
    
    .subheadline {
        font-size: 1.2rem;
    }
    
    .benefits-container {
        flex-direction: column;
        align-items: center;
    }
    
    .benefit-item {
        max-width: 100%;
    }
    
    /* Responsive styles for braids journey */
    .braids-grid {
        grid-template-columns: 1fr;
    }
    
    .journey-container {
        flex-direction: column;
    }
    
    .journey-step h3 {
        font-size: 1.3rem;
    }
    
    .braids-grid {
        gap: 15px;
    }
    
    .braid-card {
        margin-bottom: 10px;
    }
}
