body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


  .downbtn{
        position: fixed;
        bottom: 10px;
        right: 10px;
        background-color: antiquewhite;
        padding: 5px 10px;
        text-decoration: none;
        display: none;
    }

/* this is for background image  */
.background {
    background-image: url('/images/istockphoto-2169453894-612x612.jpg');
    background-attachment: fixed;
    background-size: cover;
    /* padding: 20px 30px; */
    background-repeat: no-repeat;
    width: 100%;
    /* padding-bottom: 40px; */
}

header {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
}

header nav ul li:hover{
    text-shadow: 1px 1px 20px rgb(0, 238, 107);
    
}
header nav ul:hover> :not(:hover){
    filter: blur(1px);
    opacity: 0.5;
}

/* mini screen size header */
.mobileNavBar1{
    display: none;
}
.MobilenavBar{
    display: none;
}
.navButton{
    display: none;
}

.logoDiv img{
  width: 100px;
  filter: drop-shadow(1px 1px 10px rgb(249, 249, 249));
}


.headerLine {
    margin-top: 5px;
    font-size: larger;
    border: 1px solid white;
}



.line{
    border: 1px solid black;
    box-shadow: 10px 15px 20px rgb(2, 75, 244);
    margin: 50px;

}

/* section3 */
.section3{
    color: black;
    padding: 50px;
    /* background-color: rgba(115, 115, 205, 0.731); */
}







/* section 4 */
.section4{
    color: black;
    text-align: center;
    background-color: rgba(237, 232, 232, 0.539);
    padding: 30px;
}
.compnyLogoDiv{
    display: flex;
    justify-content: space-between;
    /* background-color: white; */
    flex-wrap: wrap;

}
.compnyLogo{
    margin: auto;

    margin-top: 30px;

}
.compnyLogo img{
    max-width: 150px;
    /* mix-blend-mode: color-burn; */
    filter: drop-shadow(1px 1px 10px rgb(0, 0, 0));
    border-radius: 10px 0 10px 0;
    aspect-ratio: 3/2;
    margin: 10px;
}

/* footer */

.footer {
    background-color: #2c3e50;
    color: #ffffff;
    font-size: 0.9rem;
}

.footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer p, .footer ul, .footer a {
    color: #bdc3c7;
}


.footer .social-icons a {
    color: #ffffff;
    padding: 0.5rem;
    border-radius: 50%;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.footer .social-icons a:hover {
    box-shadow: 0 0 5px blue,
     0 0 25px blue,
     0 0 50px blue,
     0 0 200px blue;
}

.footer .social-icons .text-danger:hover{
    box-shadow: 0 0 5px red,
    0 0 25px red,
    0 0 50px red,
    0 0 200px black;
}

.footer .text-center {
    font-size: 0.8rem;
    color: #95a5a6;
}

.footer .social-icons{
    -webkit-box-reflect: below 5px linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.4));
    font-size:30px;
}
.show{
    display: block !important;
}

.social-icons a {
    text-decoration: none; /* Removes underline */
    padding: 0;
    margin: 0;
    height: fit-content;
    width: fit-content;
}

.social-icons a i{
    padding: 0;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer{
        text-align: center;
    }
    .mobileNavBar1{
        display: block;
    }
    .navBar{
        display: none;
    }
    header nav ul {
        flex-direction: column;
        /* gap: 35px; */
        padding: 0px;
    }
    header nav ul li{
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid white;
    }

   header nav ul li a{
    color: black !important;
   }

    .MobilenavBar{
        /* display: block; */
        text-align: center;
         border: 2px solid white;
         backdrop-filter: blur(40px);
         border-radius: 20px;
         padding: 40px 80px;
         position: fixed;
         right: 50px;
         top: 60px;
         z-index: 200;
    }
    .navButton{
        display: block;
        position: fixed;
        top: 10px;
        right: 30px;
    }
    header nav ul {
        
        gap: 15px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content{
        text-align: center;
    }

    .hero img {
        margin-top: 20px;
        width: 100%;
    }

    .sp {
        font-size: 2rem;

    }

    .projectsBtn {
        padding: 8px 20px;
        font-size: 1rem;
    }
}


@media (max-width: 576px) {
    .footer{
        text-align: center;
    }
    .mobileNavBar1{
        display: block;
    }
    header nav ul li a{
        color: black !important;
    }
    .navBar{
        display: none;
    }
    header nav ul {
        flex-direction: column;
        /* gap: 35px; */
        padding: 0px;
    }
    header nav ul li{
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid white;
    }


    .MobilenavBar{
        /* display: block; */
        text-align: center;
         border: 2px solid white;
         backdrop-filter: blur(40px);
         border-radius: 20px;
         padding: 40px 80px;
         position: fixed;
         right: 50px;
         top: 60px;
         z-index: 200;
    }
    .navButton{
        display: block;
        position: fixed;
        top: 10px;
        right: 30px;
    }
   

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero img {
        width: 100%;
    }

    .projectsBtn {
        padding: 6px 15px;
        font-size: 0.9rem;
    }
}




/* this is for compeny slides logo */

 .section4 {
      padding: 40px 20px;
      text-align: center;
      background: #fff;
    }

    .section4 .title h2 {
      margin-bottom: 20px;
    }

    .swiper {
      padding: 20px 0;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      width: 100px;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .swiper-slide img:hover {
      transform: scale(1.1);
    }
  



