body {
    margin: 0;
    padding: 0;
}

footer{
      text-align:center;
      margin-top:40px;
      padding-top:20px;
      font-size:14px;
      color:#555;
      border-top:1px solid #ddd;
}
footer>p{
    font-family: "Montserrat", sans-serif;
}
a { 
    font-family: "Montserrat", sans-serif;
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

section {
    height: 100vh;
    position: relative;
}

#sOne {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

#sOne div img {
    width: 220px;
    margin: 0 auto;
}

#sOne p,
#sOne h1,
#sOne button {
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;

}

p,
input,
button,
h2 {
    font-family: "Montserrat", sans-serif;

}

#imgBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#sOne>div {
    position: relative;
    z-index: 10;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 70px;
    top: 0;
}

#btnImgSct1 {
    position: absolute;
    width: 250px;
    bottom: 0px;
}

#sSix>p {
    margin-left: 100px;
    font-size: 2rem;
    padding: 100px 0 50px 0;
}

#sSix>div {

    padding: 50px 100px;

}

#sOne button {
    background-color: #000000;
    color: rgb(255, 255, 255);
    width: 50%;
    margin: 0 auto;
    border-radius: 60px;
    border-style: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;

}

#sOne p {
    width: 80%;
    margin: 0 auto;
    font-size: 1.5rem;
    color: rgb(68, 68, 68);
    text-align: center;

}

#sOne h1 {
    width: 80%;
    margin: 0 auto;
    font-size: 5.5rem;
    color: black;
    text-align: center;
}

/* Section principale */

/* Reset */
body,
h1,
p,
div,
input,
span,
form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Section principale */
section {
    min-height: 100vh;
    background: #fff;
    position: relative;
}

#sTwo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sTwo>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sTwo>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Conteneur des étapes */
#ctnEtape {
    position: relative;
    width: 300px;
    height: 80px;
    margin-bottom: 30px;
}

/* Trait de liaison */
#ctnEtape2 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    height: 4px;
    background: #4d4d4d;
    transform: translateY(-50%);
    z-index: 1;
}

/* Conteneur des ronds 1 et 2 */
#ctnEtape1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    padding: 0 20px;
}

/* Chaque étape */
#ctnEtape1>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Ronds des étapes */
#ctnEtape1>div>div:first-child {
    background: #000000;
    color: white;
    font-weight: bold;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

/* Texte sous les étapes */
#ctnEtape1>div>div:last-child p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* Formulaire */
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
    gap: 30px;
}

/* Inputs */
input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid rgb(182, 182, 182);
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
}

/* Bouton */
input[type="submit"] {
    background-color: #2563EB;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    color: rgb(255, 255, 255);
    border: none;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
    background-color: #000000;
}

/* sFour */
#sFour {
    height: auto !important;
}

#sFour {
    padding-bottom: 100px;
}

#sFour>p {
    width: 80%;
    margin: 0 auto;
    font-size: 2rem;
}

#sFour {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 45px;
}

#sFour>div>div {
    display: flex;
    justify-content: center;
}

#sFour>div {
    width: 80%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 30px;
    padding: 30px;
}

/* sct five */
#sctFive {
    height: auto !important;
    padding-top: 50px;
}

#sctFive>p {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    width: 90%;
    margin: 0 auto;
}

#sctFive>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.p1Five {
    font-size: 1.5rem;
    color: #2563EB;
    font-weight: 600;
}

#sctFive>p {
    font-size: 2rem;
}

.p2Five {
    font-size: 1.3rem;
}

.ctnFive>div {
    padding: 60px;
}

#sctFive>div>div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 768px) {
    #sctFive>div {
        width: 80%;
        gap: 80px;
        padding: 50px 0 100px 0;
    }

    .ctnFive>div {
        padding: 0px;
    }

    #sctFive {
        padding-top: 100px;
    }

    #sTwo {
        display: flex;
        flex-direction: column;
        min-height: 150vh;
        height: 150vh;
    }

    #sOne h1 {
        width: 95%;
        margin: 0 auto;
        font-size: 2.5rem;
        color: black;
        text-align: center;
    }

    #sOne button {
        width: 80%;
    }

    #sOne div img {
        position: absolute;
        bottom: 0;
    }

    #sSix {
        padding: 100px 0;
    }

    #sSix>div {
        display: flex;
        flex-direction: column;
        gap: 100px;

    }

    #sSix img {
        width: 150px !important;

    }

    #sTwo>div {
        display: flex;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        padding: 25px;
        gap: 100px;
        flex-direction: column;
        align-items: center;
    }

    #sTwo h2 {
        margin-bottom: 50px;
        font-size: 1.5rem;
    }



    #sSix>p {
        font-size: 2.5rem;
        width: 100%;
        text-align: center;
    }

    #sSix {
        min-height: 140vh;
    }

    #sSix>p {
        margin: 0 !important;
        padding: 0 !important;
    }

    #sOne button {
        font-size: 1.5rem;
    }

    #faq {
        min-height: auto !important;
        height: auto !important;
    }
}



/* PROJECTS SECTION */
#projects {
    padding: 100px 20px;
    background: #020617;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    height: auto;
    min-height: auto;
}

#projects h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
}

.projects-subtitle {
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto 60px;
}

/* GRID */
.projects-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.project-card {
    background: #0f172a;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card img {
    width: 65%;
    display: block;
    margin: auto;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .projects-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    #projects h2 {
        font-size: 2rem;
    }

    .project-card {
        background: none;

    }
}








@media (min-width: 768px) {
    #sctFive>div>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 30px;
    }

    #sOne>div {
        gap: 35px !important;
    }

    #sSix>p {
        margin-left: 100px;
        font-size: 2rem;
        padding: 20px 0 20px 0;
    }

    #sSix {
        min-height: 130vh;
    }

    .sctFive img {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    #sctFive>div {

        width: 80%;
        margin: 0 auto;
    }


    .p1Five,
    .p2Five,
    .p3Five {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .p1Five {
        margin-top: 15%;
    }

    .p2Five {
        margin-top: 40%;
    }

    .p3Five {
        margin-top: 55%;
    }


    .imgReveserse {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .p1FiveReverse,
    .p2FiveReverse,
    .p3FiveReverse {
        grid-column: 1/2 !important;
        grid-row: 1/2 !important;
    }

    #sSix img {
        width: 200px !important;
        margin: auto 0;
    }

    #sSix>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 50px 100px;
        gap: 100px;
    }
}

/* project  */

#sSix img {
    width: 80%;
    margin: auto 0;
}

#sSix>div div {
    display: flex;
    justify-content: center;
    align-items: center;
}