body {
  margin: 0;
  font-family: "gopher", sans-serif;
  
}

.newNavBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: #0a0d11;
}

.newNavImage {
  width: 200px;
}

.newNavBarList {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin: 0;
  padding: 0;
}

.newNavBarList li {
  list-style: none;
}

.newNavBarList a {
  text-decoration: none;
  color: #e4e4e4;
  font-weight: 300;
  transition: color 0.3s ease;
}

.newNavBarList a:hover {
  color: #ffffff;
}

.newContactButton {
  padding: 8px 16px;
  background-color: #4c9eff;
  border-radius: 4px;
}

.newQuoteButton {
  padding: 8px 16px;
  border: 1px solid #4c9eff;
  color: #4c9eff !important;
  border-radius: 4px;
  font-weight: 500;
}

.hamburger {
  display: none;
  font-size: 2rem;
  color: #e4e4e4;
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 1000px) {
  .hamburger {
    display: block;
  }

  .newNavBar {
    flex-wrap: wrap;
    background-color: #0a0d11;
  }

  .newNavBarList {
    flex-direction: column;
    width: 100%;
    display: none;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    
  }

  .newNavBarList.show {
    display: flex;
  }

 .newNavBarList li {
    text-align: center;
    padding-right: 20px;
  }
  
  .newNavBarList li:nth-child(5) {
    margin-bottom: 15px;
}
}
.newNavBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
body {
  margin: 0;
  font-family: "gopher", sans-serif;
  background-color: #0a0d11;

  padding-top: 100px; /* Adjust to navbar height */
}
.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    margin-top: 100px;
    margin-right: 30px;
}
.heroText h1{
font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #4c9eff;
    text-align: center;
}
.heroText p{
    font-family: "gopher", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #e4e4e4;
    text-align: center;
    font-size: clamp(1.2rem, 1.5vw, 3rem);
    max-width: 40vw;
   
}
.heroText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero img{
    width: 35%;
}


@media (max-width: 888px)   {
.hero{
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 0px;
    gap: 0px;
   
}
.heroText p{
     max-width: 90vw;
     margin-left: 20px;
     
}
.heroText h1{
  margin-left: 20px;
}
    
}

.heroImage{
    transition: transform 0.3s ease-in-out;

}

.heroImage:hover{
    transform: scale(1.05);
  
    
}

.components-flex1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 70px;

}
.components-text h2{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin: 0px;
    font-size: clamp(1.2rem, 1.5vw, 3rem);
    color: #4c9eff;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 20px;
}

.components-text p{
    font-family: "gopher", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: clamp(1rem, 0.8vw, 3rem);
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
    color: #e4e4e4;
}

.components-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    flex: 1;
}
.components-text{
    flex: 1;
}
.comTitle{
   font-size: clamp(1.2rem, 4vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1115px) {
    .components-img {
        max-width: 50%;
        width: 50%;
        height: auto;
        object-fit: cover;
        flex: 1;
        
    }
}
@media (max-width: 768px) {
    .components-flex1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 70px;
    
    }
    .components-flex2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 70px;
    
    }
    .components-img {
       margin-bottom: 50px;
    }

    .components-text p{
        padding-left: 20px;
    }
    .components-text h2{
        padding-left: 20px;
    }
}
.components-img{
    transition: transform 0.3s ease-in-out;

}
.components-img:hover{
    transform: scale(1.01);
    filter: brightness(1.1);
}
.wmsGrid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  
  margin: 40px 30px 50px 30px;
}

.wmsRow {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
}

.wmsItem {
  background-color: #1a1d20;
  color: #e4e4e4;
  padding: 12px 20px;
  border-radius: 30px;
  
   font-size: clamp(1.2rem, 1.5vw, 3rem);
  font-weight: 400;
  font-family: "gopher", sans-serif;
  box-shadow: 0px 0px 6px #12141480;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
 
  margin-top: 0px;
}

.wmsItem:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(76, 158, 255, 0.4);
  cursor: default;
}

@media (max-width: 660px) {
  .wmsRow {
    flex-direction: column;
    align-items: center;
  }

  .wmsItem {
    width: 80%;
    white-space: normal; 
    text-align: center;
  }
}


.footersec{
    display: flex;
    flex-direction: row;
    padding: 100px 100px 50px 50px;

    gap: 10vw;
    justify-content: center;
    align-content: center;
    margin: 100px 0px 0px 0px;
    background-color: #101316;

    
}
.footerlogo img{
    width: 200px;
}
.footerlinks ul{
    list-style: none;
    text-decoration: none;
}
.footerlinks a{
    text-decoration: none;
}
.footerlinks li{
    font-family: "gopher", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    list-style: none;
    margin-bottom: 15px;
    text-decoration: none;
    
}
.footercontact p{
    font-family: "gopher", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    margin-bottom: 0px;
}

.footercontact h1{
    font-family: "gopher", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.4rem, 2vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    margin-top: 0px;
}
.footercontact{
    margin-bottom: 0px;
    background-color: #101316;
}
.footercontact a{
    text-decoration: none;
    color: #e4e4e4;
}
.copyright{
    font-family: "gopher", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    background-color: #101316;
    padding-top: 70px;
    padding-bottom: 70px;
    margin: 0px;
}

@media (max-width: 500px) {
    .footersec{
gap: 2vw;
flex-direction: column;

    }
   
}