.services-banner-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 25px;
}

.services-text {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.58px;
    text-align: left;
    color: #3F3F40;
    border-left: 1px solid rgba(36, 67, 68, 0.3);
    padding-top: 100px;
}

.service-text {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.58px;
    text-align: left;
    color: #3F3F40;
}

.horizontal-line-hr {
    margin: 0;
}

.section-2-services .card {
    border: none;
}

.section-2-services .title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.section-2-services .description {
    font-family: Titillium;
    font-size: 14px;
    color: #030303;
    font-weight: 400;
}

.section-2-services .card-body {
    padding: 1.5rem 0 0 0;
}

.services-cards-container {
    border-left: 1px solid rgba(36, 67, 68, 0.3);
}

.row-1 {
    border-bottom: 1px solid rgba(36, 67, 68, 0.3);
}

.industries {
    margin-top: 70px;
    border-top: 1px solid rgba(36, 67, 68, 0.3);
}

.carousel-card {
    background-color: rgba(9, 29, 26, 1);
    border-radius: 9px;
    color: #FFFFFF;
    font-family: Titillium;
    max-width: 530px;
    height: 445px;
    padding: 3rem 3rem;
}

.carousel-card .details, .carousel-card .tab {
    font-size: 14px;
    font-weight: 400;
}

.carousel-card .title {
    font-size: 20px;
    font-weight: 700;
}

.carousel-card .text {
    margin-top: 100px;
}

.carousel-section {
    margin: 100px 0px;
    min-height: 610px;
}

.carousel-card .carousel-arrow {
    height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image {
    height: 500px;
}

.floating-services-link {
    max-width: 215px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 80px;
    padding: 12px 10px;
    box-shadow: rgba(19, 16, 34, 0.1) 0px 4.8px 24.4px -6px, rgba(19, 16, 34, 0.06) 0px 4px 13px -2px;
    width: 268px;
    background-color: rgba(2, 150, 62, .125);
    animation: floating 2s linear 0s infinite alternate none;
}

#accordionService .accordion-button::after {
    display: none
}

#accordionService .accordion-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: rgba(2, 150, 62, 1);
    background-image: url(/static/assets/imgs/plus-30.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-right: 10px; /* Ajuste l'espacement */
}

#accordionService .accordion-button:not(.collapsed) .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/static/assets/imgs/moins-30.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    margin-right: 10px; /* Ajuste l'espacement */
}

#accordionService .accordion-item {
    margin-bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#accordionService .accordion-text {
    font-family: Titillium;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    /* color: #FFFFFF; */
}

.accordion-detail-service .accordion-container {
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
}

.accordion-detail-service {
    margin: 10px 0px 50px;
}
