
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Segoe UI',sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    color:#333;
    line-height:1.6;
}

header{
    position:fixed;
    width:100%;
    top:0;
    z-index:1000;
    background:#0a192f;
    padding:15px 8%;
}

.logo-img {
    height: 55px;   /* logo height */
    width: auto;
}

nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    color:#e99921;
    font-size:28px;
    font-weight:bold;
}

.logo span{
    color:#0359a8;
}

nav ul{
    display:flex;
    list-style:none;
}

nav ul li{
    margin-left:25px;
}

nav ul li a{
    color:#0a0505;
    text-decoration:none;
    font-weight:500;
}

.hero{
    height:100vh;
    background:
    linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    /* url('https://images.unsplash.com/photo-1504307651254-35680f356dfd'); */
    url('background.jpg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding-top:20px;
}

.hero-content h1{
    font-size:55px;
    margin-bottom:15px;
}

.hero-content p{
    font-size:20px;
    margin-bottom:25px;
}

.btn{
    display:inline-block;
    background:#cae91c;
    color:#eb3535;
    padding:14px 30px;
    text-decoration:none;
    border-radius:5px;
}

section{
    padding:60px 8%;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
  
}

.section-title h2{
    font-size:40px;
    color:#0a192f;
}

.about{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.about img{
    width:100%;
    border-radius:10px;
}

.services-grid,
.projects-grid,
.team-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.card{
    background:#f5f2ec;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(29, 28, 28, 0.1);
    transition:.3s;
}

.card:hover{
    transform:translateY(-8px);
}

.card h3{
    color:#000000;
    margin-bottom:10px;
}

.card1{
    background:#f5f2ec;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(29, 28, 28, 0.1);
    transition:.3s;
}

.card1:hover{
    transform:translateY(-8px);
}

.card1 h3{
    color:#2f2c0a;
    margin-bottom:10px;
}

.project{
    background:#f5f7fa;
    padding:25px;
    border-radius:10px;
}

.team-member{
    text-align:center;
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.hours{
    background:#0a192f;
    color:#fff;
    text-align:center;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.contact-section{
    display:flex;
    gap:30px;
    padding:50px 10%;
    background:#f5f5f5;
}

.contact-form,
.map-container{
    flex:1;
}

.contact-form form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.contact-form input,
.contact-form textarea{
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
}

.contact-form button{
    padding:12px;
    border:none;
    background:#007bff;
    color:white;
    border-radius:8px;
    cursor:pointer;
}

.map-container iframe{
    width:100%;
    height:450px;
    border:none;
    border-radius:12px;
}

@media(max-width:768px){
    .contact-section{
        flex-direction:column;
    }
}

footer{
    background:#000;
    color:white;
    text-align:center;
    padding:25px;
}

.whatsapp{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:white;
    text-decoration:none;
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

@media(max-width:768px){

    nav{
        flex-direction:column;
    }

    nav ul{
        flex-wrap:wrap;
        justify-content:center;
        margin-top:15px;
    }

    .hero-content h1{
        font-size:40px;
    }

    .about,
    .contact-container{
        grid-template-columns:1fr;
    }
}

.why{
    background:#000814;
    color:rgb(237, 240, 49);
    border-radius:10px;
}

.why ul{
    max-width:800px;
    margin:auto;
}

.why li{
    margin:15px 0;
}

/* About us */

.about1{
    height:100vh;
     background:
    /* linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),  */
    url('about.jpeg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding-top:20px;
}
.services1{
     height:100vh;
     background:
     linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), 
    url('servicesbg.jpeg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding-top:20px;

}
.team1{
    height:100vh;
     background:
     linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),  
    url('team3.jpeg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding-top:20px;
}

@media (max-width:768px){

    .hero,
    .about1,
    .services1,
    .team1{
        height:auto;
        min-height:100vh;
        background-size:contain;
        background-repeat:no-repeat;
        background-position:center;
    }

    .hero-content h1{
        font-size:32px;
    }

    .hero-content p{
        font-size:16px;
    }

    section{
        padding:40px 5%;
    }

    .map-container iframe{
        height:300px;
    }

    nav ul li{
        margin:8px;
    }

    .logo-img{
        height:45px;
    }
}