﻿
#infra-banner {
    width: 100%;
    background-image: url("/images/about-banner-img.jfif");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
}


    #infra-banner .infra-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        color: white;
    }

        #infra-banner .infra-wrapper h1 {
            color: white;
            font-size: 5vw;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #infra-banner .infra-wrapper .pervLink {
            border: 4px solid #f76c31;
            padding: 15px;
            font-weight: 600;
            letter-spacing: 1px;
        }

            #infra-banner .infra-wrapper .pervLink a {
                color: white;
                text-decoration: none;
            }

                #infra-banner .infra-wrapper .pervLink a:hover {
                    text-decoration: underline;
                }




#infra-con {
    width: 100%;
    padding: 30px;
}

    #infra-con .infra-con-wrapper {
        width: 90%;
        max-width: 1200px;
        padding: 30px;
        margin: auto;
    }

        #infra-con .infra-con-wrapper h1 {
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 33px;
            position: relative;
            width: fit-content;
            margin: auto;
            padding-bottom: 7px;
        }

            #infra-con .infra-con-wrapper h1::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 80%;
                height: 1px;
                background-color: #f76c31;
            }

        #infra-con .infra-con-wrapper p {
            font-size: 15px;
            margin-top: 20px;
            color: #33333385;
            letter-spacing: 1px;
            line-height: 20px;
            font-weight: 550;
             text-align: center; 
        }

#working-style {
    width: 100%;
    display: flex;
    background-color: black;
    justify-content: space-between;
}

    #working-style .left {
        color: white;
        width: 50%;
        padding: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #working-style .left .infra-things-con{
            border-left: 3px solid #ccc;
            height: fit-content;
            display: flex;
            flex-direction: column;
            gap: 10px;

        }

        #working-style .left h1 {
            font-size: 2rem;
            margin: 0;
            cursor: pointer;
            transition: 0.3s;
            padding-left: 10px;
            width: fit-content;
        }

            #working-style .left h1:hover {
                color: #ccc;
                margin-left: 20px;
            }

        #working-style .left ul li,
        #working-style #paraDesc {
            font-size: 1rem;
            max-width: 90%;
            margin-bottom: 20px;
        }

        #working-style .left ul{
            list-style: none;
            margin-top: 20px;
        }


    #working-style #paraDesc {
        margin-top: 50px;
    }



    #working-style .right img {
        width: 100%;
        max-width: 700px;
        height: 700px;
        object-fit: cover;
        object-position: center;
        padding:30%;
    }



.Quality-Safety{
    width: 100%;
    padding: 40px;
}

    .Quality-Safety h1 {
        color: #333;
        margin-bottom: 20px;
        position: relative;
        width: fit-content;
        padding-bottom: 5px;
        letter-spacing: 1px;
    }


.Quality-Safety h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f76c31;
}

.Quality-Safety p{
    font-size: 15px;
    margin-top: 20px;
    color: #33333385;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 550;
}

    @media screen and (max-width: 1000px) {
        #working-style .left {
        width: 50%;
        padding: 15px;
    }
}

@media screen and (max-width: 850px) {

    #working-style {
        flex-direction: column;
    }

        #working-style .left {
            width: 100%;
            padding: 30px;
        }

        #working-style .right img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
}

@media screen and (max-width: 768px) {
    #infra-con {
        padding: 20px;
    }

        #infra-con .infra-con-wrapper {
            width: 95%;
            padding: 20px;
        }

            #infra-con .infra-con-wrapper h1 {
                font-size: 28px;
            }

            #infra-con .infra-con-wrapper p {
                font-size: 13px;
                line-height: 18px;
            }
}

@media screen and (max-width: 480px) {
    #infra-con {
        padding: 15px;
    }

        #infra-con .infra-con-wrapper {
            padding: 15px;
        }

            #infra-con .infra-con-wrapper h1 {
                font-size: 24px;
            }

            #infra-con .infra-con-wrapper p {
                font-size: 12px;
                line-height: 16px;
            }
}
