body {
    font-family: 'Work Sans', sans-serif;
  }

/**************                header               **/
.head-main {
    padding: 15em 12em;
    background: #00000059;
    text-align: center;
    border-radius: 12px;
}
.head-main-all {
    background-image: url('../img/accueil/index-back.webp');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 2em 4em;
    border-radius: 12px;
}
.head-main img {
    width: 40%;
    padding-top: 2em;
    padding-bottom: 2em;
}
.btn-explore {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 50px;
    background: #B8FF7A;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-self: center;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Syne';
}

.btn-explore:hover {
  background: #c4e201;
}

.btn-explore > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.btn-explore:hover svg {
  transform: translateX(5px);
}

.btn-explore:active {
  transform: scale(0.95);
}

/*****************            about                   **/
.why-main {
    padding: 1em 12em;
    
}

.why-main h1 {
    font-size: 40px;
    font-family: 'Syne';
    font-weight: 600;
    color: #0D141C;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
.cards {
    display: flex;
    padding-top: 3em;
    gap: 5em;
}
.card h2 {
    font-size: 17px;
    color: #0D141C;
    font-weight: 700;
    font-family: 'Work Sans';
    padding-top: 1.1em;
    line-height: 20px;
}
.card-why {
    padding: 1em;
    width: 100%;
    border: 1px solid #1D211A;
    border-radius: 10px;
}
.card-why h2 {
    font-size: 17px;
    color: #0D141C;
    font-weight: 700;
    font-family: 'Work Sans';
    padding-top: 1.1em;
    line-height: 20px;
}
.card-why h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Syne';
}
.card-why p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Work Sans';
    color: #4D7399;
    line-height: 25px;
}
.card-y {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    width: 50%;
}
.card-x {
    width: 50%;
}
.card-x img {
    width: 100%;
}
.cards-qual {
    display: flex
;
    padding-top: 3em;
    gap: 1.5em;
}
/**         services             */
.services {
    padding-top: 5em;
}
/********         feautured pics              **/
.fea-pics {
    display: flex;
    gap: 1.5em;
    padding: 3em 12em;
}
.fea-pics img {
    width: 100%;
}
.card-quas-ser {
    padding: 1em;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: radial-gradient(#ffffff, #ffffff66);
}

/*************   try simplify         **/
.try-simplify h1 {
    font-size: 44px;
    color: #0D141C;
    font-family: 'Work Sans';
    font-weight: 900;
    letter-spacing: -1px;
    text-align: center;
    line-height: 45px;
}
.try-simplify {
    padding: 1em 12em 4em;
    text-align: center;
}
.contact{
    background-color: #B8FF7A;
border: 1px solid;
border-radius: 100px;
padding: 1em 1.5em;
color: #000;
font-family: 'Work Sans';
font-weight: 700;
font-size: 16px;
margin-top: 2em;

}
.try-simplify button {
    background-color: #B8FF7A;
    border: 1px solid;
    border-radius: 100px;
    padding: 1em 1.5em;
    color: #000;
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 16px;
    margin-top: 2em;
}
.try-simplify button:hover {
    background-color: #c4e201;
}
button.signup:hover {
    background: #c4e201;
}
button.signup.login:hover {
    background: #373737;
}
.head-main h1 {
    font-family: 'Syne';
    font-size: 54px;
    font-weight: 800;
    line-height: 62px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.head-main h2 {
    font-family: 'Syne';
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.why-back-all {
    background-image: url('../img/accueil/back-why.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42%;
    padding: 3em 1em 6em;
}
/** page about us    **/
/* About Page Specific Styles */
.about-hero {
    background-color: #f8f9fa94;
    padding: 4rem 0;
    text-align: center;
}
.about-hero h2 {
    color: #000000;
}
.about-section, .who-we-are, .team-section {
    padding: 4rem 0;
}

.about-section h2, .who-we-are h2, .team-section h2 {
    margin-bottom: 2rem;
    color: #333;
}

.specializations {
    list-style-type: none;
    padding-left: 0;
}

.specializations li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 2rem;
}
.bref p{
    text-align: justify;
    font-size: 18px;

}
.specializations li:before {
    content: "•";
    color: #9dd66c;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
}

.values-card {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.value-item {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.value-item svg {
    margin-right: 1rem;
}

.team-member {
    text-align: center;
    margin-bottom: 2rem;
}

.team-member img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid #007bff;
}
.about-hero h1 {
    color: #000000;
}
/**             contact            **/
.head-main-contact {
    padding: 7em 12em;
    text-align: center;
    background-color: #ffffff8c;
}
.head-main-contact h1 {
    font-family: 'Syne';
    font-size: 54px;
    font-weight: 800;
    line-height: 62px;
    text-transform: uppercase;
    text-align: center;
}
.head-main-contact h2 {
    font-family: 'Syne';
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0;
    text-align: center;
}

/***           slider cards        **/
.cards-qual {
    display: flex;
    gap: 0px;
    transition: transform 0.3s ease;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    width: 100%;
}

.slider-slide {
    flex: 0 0 100%;
    min-width: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-dot.active {
    background: #0D141C;
}

@media (min-width: 768px) {

    .cards-qual {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    
    .slider-dots {
        display: none;
    }
    
    .slider-slide {
        flex: 1;
    }
}

/** responsivité  **/

@media screen and (max-width: 790px) {
    .head-main-all{
        margin: 2em 1em;
        background-position: center;
    }
    .mobile-hide{
        display: none;
    }
    .col-md-3.col-lg-3.col-xl-3.mx-auto.mt-3 {
        text-align: left !important ;
    }
    h6.text-uppercase.mb-4.font-weight-bold {
        text-align: left !important;
    }
    .col-md-2.col-lg-2.col-xl-2.mx-auto.mt-3 p {
        text-align: left !important;
    }
    .col-md-3.col-lg-2.col-xl-2.mx-auto.mt-3 {
        text-align: left !important;
    }
    .col-md-4.col-lg-3.col-xl-3.mx-auto.mt-3 {
        text-align: left !important;
    }
    .why-back-all {
        padding: 3em 1em 1em;
    }
    .head-main h1 {
        font-size: 35px;
        line-height: 44px;
    }
    .card-x {
        width: 100%;
    }
    .card-y {
        width: 100%;
    }
.head-main {
    padding: 3em 1em;
}
.head-main-contact {
    padding: 3em 1em;
}
.head-main-contact h1 {
    font-size: 27px;
}
.why-main {
    padding: 1em 1em;
}
.cards{
    gap: 1em;
    flex-wrap: wrap;
}
.card-why {
    width: 100%;
}
.fea-pics {
    padding: 3em 1em;
    flex-wrap: wrap;
}
.try-simplify {
    padding: 1em 1em 4em;
}
.li-marg{
margin-bottom: 0.5em !important;
}
}