html{
    margin: 0;
    padding: 0;

    width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;

    scroll-behavior: smooth;

    
}

body{
    background-color: rgba(204, 237, 255, 1);
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.about-us-bar{
    margin-top: 90px;
    background-image: url('assets\\about-us-page\\about-us-bar-bg.png');
    background-size: cover;

    height: 13rem;
    width: 100vw;

    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-bar h1{
    font-family: 'Syne';
    font-size: 3rem;

    color: rgb(255, 255, 255);
}

.about-company-container{
    width: 100vw;
    display: flex;

    justify-content: center;
    align-items: center;
}

.about-company-section{
    margin-top: 50px;
    box-sizing: border-box;

    height: fit-content;
    width: 95vw;
    padding: 3rem;

    background-color: aqua;
    background-image: url('assets\\about-us-page\\about-company.png');
    background-size: cover;
}

.about-company-section h1{
    font-family: 'Syne';
    font-size: 2.2rem;
    font-weight: 500;

    letter-spacing: 0.8rem;
    
    color: aliceblue;

}

#line-1{
    width: 30rem;

    margin-top: -1rem;
    margin-left: 0;
}

.about-company-section p{
    font-family: "Roboto";
    font-size: 1rem;

    width: 70%;

    color: white;
    font-weight: 500;

    letter-spacing: 2px;
    margin-bottom: 6rem;
}

#line-2{
    margin-left: 0;
    width: 75%;
}

#line-3{
    margin-top: 1rem;
    margin-left: 0;
    width: 50%;
}

/* -------- about us description section --------*/

.work-desc{
    display: flex;
    width: 90vw;
    height: 25rem;
    margin: 2vw auto;
    margin-left: 4vw;

    padding-top: 5vw;
    padding-bottom: 6vw;

    background-image: url("assets\\about-us-page\\work-desc-bg.svg");
    background-size: cover;

}



.desc-images img{
    height: 13vw;
    border: solid 1vw rgb(209, 229, 252) ;
    border-radius: 4rem;
}

.work-desc p{
    font-size: 1rem;
    line-height: 1.5rem;
    width: 60%;
    font-family: 'Roboto Condensed';
    font-style: italic;
    
    margin: auto 0;
    margin-left: 18vw;
}

#spindle-img-1{
    margin-left: 5vw;
}
  



.trust-section{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 5rem;
    margin-bottom: 15rem;

    height: 50rem;
    width: 100%;

    background-image: url("assets\\about-us-page\\trsut-section-bg.png");
    background-size: cover;

    z-index: -1;
}

.trust-pattern-top{
    position: absolute;
    top: -22rem;

    height: 30rem;
    width: 100%;
    background-image: url("assets\\about-us-page\\trust-company-svg-top.svg");
    background-size: cover;

    z-index: 2;
}


.trust-section p{

    background-color: rgba(111, 108, 108, 0.466) ;
    backdrop-filter: blur(5px);

    font-family: 'Syne';
    font-size: 3rem;
    font-weight: 500;
    line-height: 2.9rem;

    padding:5% 15%;
    text-align: center;

    color: white;
}

.trust-pattern-bottom{
    position: absolute;
    bottom: -16rem;

    height: 30rem;
    width: 100%;
    background-image: url("assets\\about-us-page\\trust-company-svg-bottom.svg");
    background-size: cover;

    z-index: 2;
}

.trust-section{
        margin-top: 15vw;
        height: fit-content;
        padding-top: 5vw;
        padding-bottom: 5vw;

        margin-bottom: 15vw;
}

.trust-pattern-top{
    height: 40vw;
    top: -25vw;
}

.trust-section p{
    font-size: 3vw;
    line-height: 3vw;
}

.trust-pattern-bottom{
    height: 40vw;
    bottom: -25vw;


}.trust-section{
    margin-top: 15vw;
    height: fit-content;
    padding-top: 5vw;
    padding-bottom: 5vw;

    margin-bottom: 15vw;
}

.trust-pattern-top{
    height: 40vw;
    top: -25vw;
}

.trust-section p{
    font-size: 3vw;
    line-height: 3vw;
}

.trust-pattern-bottom{
    height: 40vw;
    bottom: -25vw;
}

@media only screen and (max-width: 786px) {
   
    
    .work-desc{
        height: fit-content;
        flex-direction: column-reverse;
        justify-content: center;

        margin: 60px 0;

        width: 100vw;
        background-color: white;
    }

    .work-desc p{
    font-size: 2vw;
    line-height: 4vw;

    width: 90vw;
    margin-left: 2vw;
    margin: 0 auto;
    }

    .desc-images{
        display: flex;
        justify-content: space-evenly;
    }

    .desc-images img{
        height: 25vw;
    }


}



@media only screen and (max-width: 768px) {
    .about-us-bar{


        margin-top: 15vw;
        margin-bottom: 10px;

        height: 7rem;
    }

    .about-us-bar h1{
        font-size: 3rem;
    }

    .about-company-section{
        margin-top: 20px;
    }

    .about-company-section h1{
        font-size: 2rem;
        letter-spacing: 0.3rem;
    }

    .about-company-section p{
        font-size: 1rem;
        width: 100%;
        font-weight: 300;
        margin-bottom: 2rem;
    }


}

/* --------- home button selection - --------- */

#about-us {
    padding: 1vw;
    background-color: rgb(243, 157, 28);
    color: white;

    border-radius: 2vw;
}

/* Footer Styles */
footer {
    background-color: #222; /* Dark background for contrast */
    padding: 20px 0; /* Adds space inside the footer */
    text-align: center; /* Centers text */
    color: #ddd; /* Light gray text color */
    font-family: "Roboto", sans-serif;
}

footer p {
    font-size: 16px; /* Adjusts font size */
    margin: 10px 0; /* Adds spacing above and below */
}

/* If the footer content needs to be fully centered */
.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers horizontally */
    justify-content: center; /* Centers vertically */
}
