*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    /* background-image: linear-gradient(rgba(4,9,30,0.87),rgba(4,9,30,0.87)),url(../images/home2.webp); */
    background-position: center;
    background-size: cover;
    position: relative;
}
/* 
.header2{
    
    background-color: rgba(0, 0, 255, 0.1);
    width: auto;
    height: 150px;
    padding: 20px 40px;
} */

.header2{
    /* background-color: #f44336; */
    /* background-color: rgba(0, 0, 255, 0.2);  */
    background-image: linear-gradient(rgba(4,9,30,0.87),rgba(4,9,30,0.87)),url(../images/home2.webp); 
    width: auto;
    height: 150px;
    padding: 20px 40px;
}



nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 30px;
}

nav img{
    width: 150px;
    position: relative;
    top: 18px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    text-decoration: none;
    position: relative;
    top: 20px;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 5px;
    background-color: #f44336;
    display: block;
    margin: auto;
    transition: 0.3s;
}
.nav-links ul li:hover::after{
    width: 100%;
}



nav .fa{
    display: none;
}



/*Contact Form Codes*/
/* .contact-form{
    width: 300px;
    padding: 20px 100px;
    margin: 30px 160px;
    background-color: aqua;
    text-align: center ;
    align-items: center;
    position: relative;
    left: 600px;
} */

    .contact-form{
        background-color: silver;
        /* padding: 10px 20px; */
        background-image: linear-gradient(rgba(0,0,0,0.95),rgba(0,0,0,0.95)),url(../images/backgroundnew2.jpg);
        background-size: cover;
        background-position-x: scale(-1);
        padding: 30px ;
        /* position: relative;
        bottom: 30px;
        z-index: -2; */
    
    } 

    /* .photo img{
        width: 1500px;
        height: 700px;
        padding:30px 60px ;
    } */
    .contact-form form{
        width: auto;
        margin: auto;
        padding: 50px 60px;
        background-color: white;
        position: relative;
        top: 80px;
        left: 100px; 
    } 

    .contact-form h2{ 
        font-size: 35px;
        position: relative;
        bottom: 20px;
        color: #777;
    }


    .section-divider{
        height: 1px;
        width: auto;
        /* background-color: #FFC107; Amber color */
        background-color: silver;
        margin: 0;

    }




    #name, #email, #phone, #subject{
        height: 60px;
        padding: 15px 10px;
        border: none;
        outline: none;
        background-color: silver;
        position: relative;
        top: 35px;
        margin-bottom: 10px;
    } 

    #message{
        padding: 5px 10px;
        border: none;
        outline: none;
        resize: none;
        background-color: silver;
        margin-top: 50px;
    }

    button{
        font-size: 20px;
        padding: 15px 5px;
        width: 100%;
        background-color: brown;
        color: #fff;
        position: relative;
        top: 20px;
        margin-bottom: 30px;
        border: none;
    } 

    button:hover{
        background-color: black;
        color: #fff;
        border: none;
        outline: none;
    }

    /* 
    .form-row {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
        position: relative;
        padding: 5px 0;
    }

    .form-group{
        display: flex;
        flex: 1;
        min-width: 200px;
        flex-direction: column;
        margin-top: 10px;
        position: relative;
        padding: 5px 0;

    } */


    /* .cta p{
        font-size: 18px;
        line-height: 2rem;

    } */

    .contact-container{
        display: flex;
        gap: 40px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .contact-form form{
        flex: 1 1 50%;
        max-width: 400px;
        height: auto;
    }

    .contact-form .cta{
        flex: 1 1 40%;
        max-width: 400px;
        font-size: 1rem;
        line-height: 1.6rem;
        
    }


    .cta p{
        font-size: 16px ;
        color: #fff;
        padding: 10px 30px;
        width: 100%;
        position: relative;
        left: 100px;
        top: 60px;
        /* background-color: #fff; */
        width: 550px;
        height: auto;
        line-height: 2.2rem;
        text-shadow: 30px 0px 50px black;
        word-spacing: 0.1rem;
    }

    .arrow{
        font-size: 60px;
        color: #f44336;
        font-weight: bolder;
        margin: 0 25px ;
        position: relative;
        top: 10px;
    }
    

    /* Optional codes */
    .form-row{
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
    }
    .form-group{
        flex: 1;
    }

    textarea, input{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .full-width{
        width: 100%;
    }


.icons, .staff, .about-us{
    color: white;
    
}

.icons p, .staff p, .about-us p{
    color: grey;
    
}
.icons a, .icons h2, .icons p{
    min-width: auto;
    position: relative;
    left: 10px;
    padding-right: 30px; 
    text-align: right;
} 

.info-sections >.staff h2, .staff p{
    min-width: 100px;
    position: relative;
    left: 200px;
}
.staff p{
    font-size: 16px;
    /* font-weight: 100; */
}

/* .staff{
    min-width: 100px;
    position: relative;
    left: 100px;
} */

.about-us p{
    min-width: 450px;
    color: grey;
    column-count: 2;
    
}

.info-sections{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    margin: 35px 0 0;
    padding: 100px 150px 25px;

} 

.info-sections > div{
    flex: 1 1 30%;
    min-width: 300px;
    box-sizing: border-box;
}

.staff .role {
    font-weight: bold;
    color: grey;
    font-size: 16px;
} 

.icons a, .icons{
    text-decoration: none;
    color: white;
    align-items: right;
    text-align: right;

}

/* .icons a{
    display: flex;
    color: white;
    gap: 15px;

}  */

footer{
    background-color: black;
    width: 100%;
    height: auto;
}
