.element-services-screen {
    background-color: #fcfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* --- Hero Section --- */
.hero-section {
    background: linear-gradient(86.6deg, #1B2F53 12.33%, #3E5FBC 78.34%);
    padding: 80px 0;
    color: #FCFDFD;
    position: relative;
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 24px 24px;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 60px;
}

.hero-text {
    flex: 0 0 650px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.hero-tag {
    color: #BFF5D9;
    font-family: 'Open Sauce One', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fcfdfd;
    margin: 0;
}

.hero-title strong {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.vector-underline {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #fcfdfd;
    max-width: 600px;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    max-width: 450px;
    height: auto;
}

/* --- Section Shared Styles --- */
.section-label {
    color: #3E5FBC;
    font-family: 'Open Sauce One', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}

.section-label .vector-underline {
    bottom: -10px;
}

.history-title {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1B2F53;
    line-height: 1.3;
    margin: 0 0 24px 0;
}

.history-description {
    font-family: 'Montserrat', sans-serif;
    color: #4B5563;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 40px;
}

/* --- Expertise Cards --- */
.expertise-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    text-align: center;
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.card-icon-circle {
    width: 64px;
    height: 64px;
    background: #F0F4FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.service-card h3 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1B2F53;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.service-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 30px;
    min-height: 80px;
}

.btn-card {
    display: inline-block;
    padding: 12px 24px;
    background: #F0F4FF !important;
    color: #3E5FBC !important;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-card:hover {
    background: #3E5FBC !important;
    color: white !important;
}

/* --- Accompagnement Section --- */
.accomp-section {
    padding: 100px 0;
}

.accomp-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.accomp-text {
    flex: 1;
}

.accomp-image {
    flex: 1;
}

.accomp-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.accomp-list {
    list-style: none;
    padding: 0;
}

.accomp-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #4B5563;
    line-height: 1.5;
}

.accomp-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3E5FBC;
    font-weight: bold;
}

/* --- Parcours Section (from Home Page) --- */
.element-HP .div-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 80px;
    position: relative;
    flex: 0 0 auto;
    background-color: var(--gris);
}

.element-HP .div {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0.92px;
    position: relative;
    flex: 0 0 auto;
    width: fit-content !important;
    max-width: max-content;
}

.element-HP .text-wrapper {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--title-small-font-family);
    font-weight: var(--title-small-font-weight);
    color: #3E5FBC;
    font-size: var(--title-small-font-size);
    letter-spacing: var(--title-small-letter-spacing);
    line-height: var(--title-small-line-height);
    white-space: nowrap;
    font-style: var(--title-small-font-style);
}

.element-HP .text-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-image: url('https://c.animaapp.com/ml166olt9ARs0G/img/vector-14.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.element-HP .de-la-demande-la {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "IBM Plex Sans Arabic", Helvetica;
    font-weight: 400;
    color: #3E5FBC;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 36px;
}

.element-HP .text-wrapper-7 {
    font-weight: 700;
    line-height: 30px;
}

.element-HP .notre-quipe-g-re-vos {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: #030303;
    font-size: 16px;
    line-height: 24px;
    text-align: left !important;
}

.element-HP .text-wrapper-2 {
    letter-spacing: 0.04px;
    line-height: 20px;
}

.element-HP .text-wrapper-3 {
    font-weight: 700;
    letter-spacing: 0.04px;
    line-height: 20px;
}

.element-HP .process-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-HP .step {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 10px;
    position: relative;
    flex: 0 0 auto;
}

.element-HP .icone {
    position: relative;
    width: 34px;
    height: 40px;
}

.element-HP .nb-titre {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-HP .nb {
    display: flex;
    flex-direction: column;
    width: 21px;
    align-items: center;
    justify-content: center;
    padding: 2px 0px;
    position: relative;
    background-color: #3E5FBC;
    border-radius: 10px;
}

.element-HP .element {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: #fcfdfd;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 8px;
}

.element-HP .text-wrapper-8 {
    font-weight: var(--body-small-font-weight);
    line-height: var(--body-small-line-height);
    font-family: var(--body-small-font-family);
    font-style: var(--body-small-font-style);
    letter-spacing: var(--body-small-letter-spacing);
    font-size: var(--body-small-font-size);
}

.element-HP .span-wrapper-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Open Sauce One-Bold", Helvetica;
    font-weight: 400;
    color: #3E5FBC;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 14px;
}

.element-HP .text-wrapper-9 {
    font-weight: 700;
    line-height: var(--title-small-line-height);
    font-family: var(--title-small-font-family);
    font-style: var(--title-small-font-style);
    letter-spacing: var(--title-small-letter-spacing);
    font-size: var(--title-small-font-size);
}

.element-HP .div-3 {
    align-items: center;
    display: flex;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.element-HP .text-wrapper-10 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--body-small-font-family);
    font-weight: var(--body-small-font-weight);
    color: #030303;
    font-size: var(--body-small-font-size);
    letter-spacing: var(--body-small-letter-spacing);
    line-height: var(--body-small-line-height);
    font-style: var(--body-small-font-style);
}

.element-HP .DOSSIER-collecte-des {
    position: relative;
    width: 45px;
    height: 40px;
}

.element-HP .PORTE-VOIX-parution {
    position: relative;
    width: 40px;
    height: 40px;
}

.element-HP .DOCUEMENT-saisie {
    position: relative;
    width: 41px;
    height: 40px;
}

.element-HP .CALENDRIER-suivi-du {
    position: relative;
    width: 36px;
    height: 40px;
}

.element-HP .CTA {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
}

.element-HP .bouton-2 {
    height: 40px;
    gap: 4px;
    padding: 8px 12px;
    flex: 0 0 auto;
    background-color: #3E5FBC;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.element-HP .text-button {
    font-weight: 400;
    color: #fcfdfd;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "Montserrat", Helvetica;
}

.element-HP .bouton-3 {
    gap: 4px;
    padding: 8px 12px;
    align-self: stretch;
    flex: 0 0 auto;
    background-color: #fcfdfd;
    border-radius: 8px;
    border: 1px solid;
    border-color: #3E5FBC;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.element-HP .text-button-2 {
    font-weight: 400;
    color: #3E5FBC;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-family: "Montserrat", Helvetica;
}

.element-HP .img {
    position: relative;
    width: 24px;
    height: 24px;
}

.element-HP .arrow-down {
    display: none;
}

/* --- Testimonials Header --- */
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #F3F4F6;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-avatar {
    width: 64px;
    height: 64px;
    background: #3E5FBC;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    border: 4px solid #F0F4FF;
}

.rating {
    color: #FFD700;
    margin-bottom: 15px;
}

.arrows {
    display: flex;
    gap: 16px;
}

.arrow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid #3E5FBC;
    background: white;
    color: #3E5FBC;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: #3E5FBC;
    color: white;
}

/* --- Pre-Footer --- */
.pre-footer {
    background: linear-gradient(86.6deg, #1B2F53 12.33%, #3E5FBC 78.34%);
    padding: 80px 0;
    width: 100%;
    color: white;
    text-align: center;
}

.pre-footer h2 {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pre-footer h2 span {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.pre-footer p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    opacity: 0.9;
}

.pre-footer .btn-white {
    background: white;
    color: #3E5FBC;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.pre-footer .btn-white:hover {
    transform: scale(1.05);
}