@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height:100%;
    overflow-x: hidden;    
}
p{
    color: #040E26;    
}
a{
    text-decoration: none;
}

header{
    height: 10rem;
    position: relative;
    z-index: 10;
}
.top-header{
    width: 100%;
    min-height: 2rem;
    background-color: #040E26;
    color: #ffffff;
    font-weight: 600;
}
.middle-header{
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bottom-header{
    width: 100%;
    min-height: 3rem;
    display: flex;
    justify-content: center;
    position: relative;
    top: -1.5rem;
}
.main-nav{
    width: 80%;
    background-color: #040E26;
    border-radius: 10px;
}
.navbar-nav{
    width: 100%;
}
.nav-link{
    color: #ffffff !important;
    font-weight: 600;
}
.nav-link:hover{
    background-color: #0A9948;
    height: 100%;
    border-radius: 5px;
}
.nav-link.active{
    background-color: #0A9948;
    height: 100%;
    border-radius: 5px;
}


/*swiper starts*/
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .mymultiSwiper .swiper-slide{
        height: 200px;
        background-color: #ffffff;
    }
    
    .mymultiSwiper .swiper-slide img{
        height: 100px;
        width: auto;
    }
    
/*swiper ends*/    

.hero-section{
    width: 100%;
    height: 350px;
}

.title-box{
    border-right: 3px solid #079A48;
}

.viewmore-box{
    display: flex;
    justify-content: right;
    align-items: center;
}

.view-btn{
    background-color: #079A48;
    color: #ffffff;
    font-weight: 700;
}


.section-header p{
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #079A48;
}

.section-header h1{
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #040E26;
}

.service-card h5{
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #079A48;
}

.service-card{
    min-height: 10rem;
    border-radius: 1rem;
    margin-top: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-card{
    height: 15rem;
    overflow-y: hidden;
}

.project-card img{
    width: 100%; 
}

.desktop-frame {
  width: 100%;
  height: 15rem; /* your card height */
  overflow: hidden;
  position: relative;
  padding: 0;
}

.desktop-iframe {
  width: 1440px;   /* desktop width */
  height: 1000px;   /* desktop height */
  border: none;

  /* scale desktop → card */
  transform: scale(0.55);
  transform-origin: top left;
}




h3{
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #040E26;
}

.partner-card{
    text-align: center;
    border-radius: 1rem;
    margin-top: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a .partner-card:hover{
    box-shadow: rgb(5 167 209) 0px 3px 8px;
}

.partner-card p{
    color: #079A48;
    font-weight: 700;
}



.contact-card{
    height: 15rem;
    border-radius: 1rem;
    margin-top: 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.icons{
    font-size: 3rem;
    color: #079A48;
}
.contact-card p{
    color: #040E26;
    font-weight: 700;
}


label{
    color: #040E26;
    font-weight: 700;
}


.image-holder {
    width: 100%;
    height: 15rem;
    border-radius: 10px;
    background-size: cover;
    background-position: top;
    transition: background-position 4s linear; /* controls scroll speed */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.image-holder:hover {
    background-position: bottom;
    box-shadow: rgb(5 167 209) 0px 3px 8px;
}



footer{
    margin-top: 3rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.upper-footer{
    width: 100%;         
    min-height: 15rem;
}
.upper-footer h5{
    font-weight: 600;
    border-bottom: 2px solid #05a7d1;
}
.upper-footer p{
    font-weight: 600;
}
.upper-footer ul{
    list-style: none;
}

.lower-footer{
    width: 100%;
    min-height: 2rem;
    background-color: #040E26;
    color: #ffffff;
    font-weight: 600;
}


/*@media (min-width: 100px) and (max-width: 760px) {
    header{
        height: 14rem;
        position: relative;
        z-index: 10;
    }
}

@media (min-width: 760px) and (max-width: 1150px) {
    header{
        height: 11rem;
        position: relative;
        z-index: 10;
    }
}*/


