/* General Service Section Styles */
.service-section {
    padding: 60px 0;
}

.droit-affaires, .droit-immobilier, .droit-affaires, .droit-affaires, .baux-commerciaux, .droit-societes, .testimonials-results {
    background-color: #003366;
    color: #fff;
    text-align: center;
}

.service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: rgb(255, 248, 248);
    font-size: 80px;
    line-height: 80px !important;
}

.hero-text-container h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: rgb(247, 241, 241);
    font-size: 22px;
    line-height: 33px;
}

.service-title {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}

.service-description {
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.service-grid {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.service-column {
    flex: 1;
    max-width: 400px;
    padding: 0 20px;
}

.service-list {
    list-style: none;
    text-align: left;
}

.service-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.service-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff7f00;
}

.service-cta {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-button-orange {
    display: inline-block;
    background-color: #ff7f00;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-button-orange:hover {
    background-color: #e67300;
}

/* Specific Service Sections */
.droit-societes {
    background-color: #003366;
    color: #fff;
    padding: 80px 0;
}



.droit-fiscal {
    background-color: #003366;
    color: #fff;
    padding: 80px 0;
}

.entreprises-difficulte {
    background-color: #fff;
    color: #003366;
    padding: 80px 0;
}

.transmission {
    background-color: #003366;
    color: #fff;
    padding: 80px 0;
}

.service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-content.reverse {
    flex-direction: row-reverse;
}

.service-text {
    flex: 1;
    padding: 0 40px;
}

.service-image {
    flex: 1;
    max-width: 50%;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Cabinet Info Section */
.cabinet-info-section {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.cabinet-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cabinet-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cabinet-text {
    flex: 1;
    padding-right: 40px;
}

.cabinet-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #003366;
}

.cabinet-subtitle {
    font-size: 18px;
    color: #666;
}

.cabinet-map {
    flex: 2;
}

.cabinet-cta {
    text-align: center;
}

/* Avocat Profile Section */
.avocat-profile-section {
    padding: 60px 0;
    background-color: #fff;
}

.avocat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.avocat-content {
    display: flex;
    align-items: flex-start;
}

.avocat-image {
    flex: 1;
    max-width: 300px;
    margin-right: 40px;
}

.avocat-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.avocat-info {
    flex: 2;
}

.avocat-name {
    font-size: 30px;
    margin-bottom: 20px;
    color: #003366;
}

.avocat-description {
    margin-bottom: 30px;
    line-height: 1.6;
}

.avocat-contact-btn {
    display: inline-block;
    background-color: #003366;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: background-color 0.3s;
}

.avocat-contact-btn:hover {
    background-color: #002244;
}

.avocat-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all 0.3s;
}

.contact-item:hover {
    background-color: #f5f5f5;
}

.contact-item i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #003366;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .service-grid {
        flex-direction: column;
    }

    .hero-title {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 300;
        color: rgb(255, 248, 248);
        font-size: 40px;
        line-height: 50px;
    }
    
    .service-column {
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .service-content {
        flex-direction: column;
    }
    
    .service-content.reverse {
        flex-direction: column;
    }
    
    .service-text, 
    .service-image {
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    
    .cabinet-content {
        flex-direction: column;
    }
    
    .cabinet-text {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .avocat-content {
        flex-direction: column;
        align-items: center;
    }
    
    .avocat-image {
        max-width: 200px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .avocat-info {
        text-align: center;
    }
    
    .avocat-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .service-cta {
        flex-direction: column;
    }
    
    .avocat-contact-grid {
        grid-template-columns: 1fr;
    }
    
    .service-title {
        font-size: 28px;
    }
    
    .cabinet-title {
        font-size: 24px;
    }
    
    .avocat-name {
        font-size: 24px;
    }
}