* {
    margin: 0;
    padding: 0;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7),rgba(4, 9, 30, 0.7)), url("images/ground.jpg");
    background-position: center;
    background-size: cover;
    position:relative;

}
.text-box p{
    color: aliceblue; 
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: auto;
    height:90px;


}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
        display: inline-block;
        padding: 8px 12px;
        position: relative
}
    .nav-links ul li a{
        color:rgb(255, 255, 255);
        text-decoration: none;
        font-size: 13px;

    }
    .nav-links ul li  ::after{
        content: '';
        width: 0%;
        height: 2px;
        background:#ff0000;
        display: block;
        margin: auto;
        transition: 0.5s;
    }
    .nav-links ul li :hover::after{
        width:100%;


    }
.text-box{
    width: 90%;
    color: wheat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;


}
.text-box h1{
    font-size: 62px;

}
.hero-btn p {
    margin: 10px 0 40px;
    font-size: 14px;
    color:aliceblue
}



.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #808080;
    padding: 12px 34px;
    background: #808080;
    font-size: 14px;
    padding: 12px 34px;
    position: relative;
    cursor: pointer;
}

        .hero-btn:hover {
            border: 1px solid #808080;
            background: #d32f2f;
            transition: 1s;
        }
        nav.fa{
            display: none;

        }

        @media(max-width: 700px){
            .text-box h1{
                font-size: 20px;
            }
            .nav-Links ul li{
                display: block;

            }
            .nav-Links{
                position: fixed;
                    background: #ff0000;
                    height: 100vh;
                    width: 200px;
                    top: 0;
                    right:-200px;
                    text-align:left;
                    z-index: 2;
                    transition: 1s;
            }

            nav.fa{
                display: block;
                color: white;
                margin:10px;
                font-size: 22px;
                cursor:pointer;

            }
            .nav-Links ul{
                padding: 30px;

            }
        }
        /*-------ABOUT---*/


.about{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
            }
h1{
    font-size: 36px;
    font-weight: 600;


}
p{
    color:black;
        font-size: 14px;
        font-weight:300;
        line-height: 22px;
        padding: 10px;
        /*--------CODING FOR THE MARGINS ON THE SERVICES OFFERED------*/
}
.row{
    margin-top: 5%;
    display:flex;
    justify-content:center;
    gap: 25px;
    
   
}
.about-col{
  
    flex:1;
    min-width: 250px;
    background-color:black;
    color:wheat;
    border-radius:10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition:transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
   
}
h3{
    text-align:center;
    font-weight: 600;
    margin: 10px 0;
}
    .about-col:hover {
        transform: translateY(-12px) scale(1.08);
        box-shadow: 0 10px 40px rgba(0, 255, 255, 0.7);
    }
  .about-col p{
      color: white;

  }

  /*--------our services-----*/
.services {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.services-col {
    flex-basis: 80%;
    background-color: black;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.services-col h3 {
    color: white;
    padding: 20px 12px;
}
.layer {
    background: transparent;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    box-shadow:inherit
}

/*  ----CALL TO ACTION-- */
.cta {
    margin: 100px;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/background.jpg);
    background-position:center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta{
    color: white;
     margin-bottom: 40px;
     padding: 0;
}
/*-- --our services --*/
.footer {
    width: 100%;
    text-align: center;
    padding: 30px 0;

}
.footer h1{
    margin-bottom:25px;
    margin-top:20px;
    font-weight: 600;
}

/* about us page */
.sub-header {
    height: 50vh;
    width: 100%;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/background.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}
.sub-header h1{
    margin-top: 100px
}
.about-us{
    width: 80%;
    margin: auto;
    padding-top:80px;
    padding-bottom: 50px;

}
.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px; /* Space between image and text */
    flex-wrap: wrap;
}
    .about-col {
        flex-basis: 48%;
        padding: 30px 2px;
    }

        .about-col img {
            width: 100%;
            border-radius: 10px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
            .about-col img:hover {
                transform: scale(1.05);
            }
                .about-col h1 {
                    padding-top: 0;
                    font-size: 36px;
                }


        .about-col p {
            padding: 15px 0px 25px;
            line-height: 1.8;
            color: rgb(255, 255, 255);

            .hero-btn {
                display: inline-block;
                text-decoration: none;
                color: #fff;
                background: #000;
                padding: 12px 34px;
                border-radius: 5px;
                transition: 0.3s;
            }
                /* ADDED */
                .hero-btn:hover {
                    background: #555;
                    transform: translateY(-3px);
                }

          


    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}



.about-col img:hover{

    transform: scale(1.05);
}




                    /*  contact page*/
                

                .contact-us nav h1 {
                    width: 100%;
                    color: white;
                }

                .header h1 {
                    text-align: center;
                        color: white ;
                }

                .contact-us {
                    width: 80%;
                    margin: 50px auto;
                    text-align: center;
                }

                    .contact-us .row {
                        display: flex;
                        justify-content: space-between;
                        align-items: flex-start;
                        flex-wrap: wrap;
                    }

                .location {
                    width: 80%;
                    margin: auto;
                    padding: 80px 0;
                }

                    .location iframe {
                        width: 80%;
                    }

                .contact-col {
                    flex-basis: 48%;
                    margin-bottom: 30px;
                    box-sizing: border-box;
                }

                    .contact-col div {
                        display: flex;
                        align-items: center;
                        margin-bottom: 40px;
                    }

                        .contact-col div .fa {
                            font-size: 28px;
                            color: #f44336;
                            margin: 10px;
                            margin-right: 30px;
                        }

                        .contact-col div a {
                            padding: 0;
                        }

                        .contact-col div h {
                            font-size: 20px;
                            margin-bottom: 5px;
                            color: #555;
                            font-weight: 400;
                        }

                .info-box {
                    display: flex;
                    align-items: center;
                    margin-bottom: 25px;
                }

                    .info-box .fa {
                        font-size: 28px;
                        color: #f44336;
                        margin-right: 20px;
                    }

                    .info-box h {
                        font-size: 18px;
                        margin-bottom: 2px;
                        color: #555;
                    }

                info.text-box {
                    color: #777;
                    margin: 0;
                }

                .contact-col input, .contact-col textarea {
                    width: 80%;
                    padding: 15px;
                    margin-bottom: 17px;
                    outline: none;
                    border: 1px solid #ccc;
                    box-sizing: border-box;
                }