body{
    background-color: #0a0d11;
}
.hero{
    display: flex;
    margin: 70px 5vw 0vw 5vw;
    gap: 2vw;
    justify-content: center;
    align-items: center;
}
.hero-text{
    flex: 1;
    color: #e4e4e4;
    gap: 0.2vw;
    display: flex;
    flex-direction: column;
}
.hero-video {
    flex: 2;         
    height: auto;   
 }

.hero-video video {
    width: 100%;         /* Fill the container */
    height: auto;
    object-fit: cover;   
    
}
.hero-text h1{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: 2.5vw;
}
.hero-text p{
    font-family: "gopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3vw;
}
.hero-text a{
    font-family: "gopher", sans-serif;
    font-weight: 400;
    font-style: normal;
   font-size: clamp(0.2rem, 1rem, 3rem) !important;
    
}
.hero-buttons{
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 20px;
}


.buttont1 {
    background-color: #4c9eff ;
    color: #e4e4e4;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    
    
}
.buttont2 {
    background-color: #151f2b;
    color: #e4e4e4;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.buttont1:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 153, 255, 0.6);
    cursor: pointer;
}
.buttont2:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(43, 43, 43, 0.9);
    cursor: pointer;
}

@media (max-width: 768px) {
    .hero{
        display: flex;
        flex-direction: column;
        margin: 10vw 5vw 0vw 5vw;
        gap: 2vw;
        justify-content: center;
        align-items: center;

    }
    .hero-text h1{
        font-size: 5vw;
        text-align: center;
    }
    .hero-text p{
        font-size: 3vw;
        padding: 2vw;
        text-align: center;
    }
    .hero-text a{
        font-size: 1rem !important;
        text-align: center;
    }
    .hero-buttons {
        justify-content: center;
        margin-bottom: 10px;
    }
}

.benefits h1{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: clamp(1.7rem, 2.5vw, 3rem);
    color: #4c9eff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.benefits p{
    font-family: "gopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    margin-bottom: 70px;
}
.benefits-grid{
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
    margin: 0vw 10vw 0vw 10vw;
    
}
.benefits-flex{
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0px 0px 9px 0px #12141480;
    display: flex;
    background-color: #101316;
    gap: 30px;
    padding: 20px;
    height: 200px;
    justify-content: center;
    align-items: center;
    height: 270px;

}
.benefits-flex:hover{
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 153, 255, 0.3);
}
.benefits-flex:hover .glowimage{
    transform: scale(1.05);
    
}

.benefits-text{
    color: white;
    
}

.benefits-text h2{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: clamp(1.2rem, 1.5vw, 3rem);
    color: #e4e4e4;
    text-align: left;
   
}
.benefits-text p{
    font-family: "gopher", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: clamp(1rem, 0.8vw, 3rem);
    text-align: left;
    padding-right: 20px;
}
.benefits-flex img{
    width: 90px;
    padding: 10px;
}
.glowimage{
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
.benefits-grid{
    display: grid;
    grid-template-columns: 1fr ;
}
}


.components h1{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: clamp(1.2rem, 2.5vw, 3rem);
    color: #4c9eff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 70px;

}

.components-flex1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 70px;

}
.components-flex2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 70px;

}
.components-img{
    transition: transform 0.3s ease-in-out;

}
.components-img:hover{
    transform: scale(1.01);
    filter: brightness(1.1);
}
.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: #e4e4e4;
    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;
}

@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;
    }
}
.software img{
    width: 70vw;
    /*  margin-left: 15vw;  */
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 9px 0px #12141480;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 12px ;
}
.software img:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.4); /* Blue glow */
    
}
.software h1{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: clamp(1.7rem, 2.5vw, 3rem);
    color: #4c9eff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.softwarep{
    font-family: "gopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    
    width: 60vw;
    margin: 0px auto 70px;
}
.software h3{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: clamp(1.2rem, 1.5vw, 3rem);
    color: #e4e4e4;
    text-align: left;
}
.software h2{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: clamp(1.2rem, 1.5vw, 3rem);
    color: #4c9eff;
    text-align: left;
}


.software-flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 80vw;
    gap: 100px;
    
   
    margin: 70px auto 0;
   
    
}

.software-text {
    display: flex;
    flex-direction: column;
    padding: 50px;
    width: 35vw;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0px 0px 9px 0px #12141480;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
   
}
.software-text p {
    margin: 0px;
    font-family: "gopher", sans-serif;
    font-weight: 200;
    line-height:23px;line-height:23px;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align:left;
}

@media (max-width: 768px) {
    
.software-flex{
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
}

.software {
padding: 20px;
background-color: #0a1016;
}


.flex-resource{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0px;
   
    

}
.resources h1{
    font-family: "gopher", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    font-size: clamp(1.7rem, 2.5vw, 3rem);
    color: #4c9eff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.flex-resource h2{
    font-family: "gopher", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align: center;

}

.flex-resource p{
    font-family: "gopher", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    margin-bottom:20px;
    margin-top: 0px;
}

.button-resource{
    font-family: "gopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(0.8rem, 1vw, 3rem);
    color: #e4e4e4;
    text-align: center;
    text-decoration: none;
    padding: 0.7rem;
    background-color: #4c9eff;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
   
  
}
.button-reserve:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 153, 255, 0.6);
    cursor: pointer;
}
.resource-flex{
    display: flex;
   gap: 30px;
    width: 80vw;
    margin: 10px auto 0px;
}
.resources img{
    width: 100%;

}

@media (max-width: 768px) {
    .resource-flex{
flex-direction: column;
gap: 30px;
    }
    
}

.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;

    }
   
}


/*
.navbar{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 50px 100px 50px 100px ;


}
.navbar img{
    width: 150px;
}
.navbar ul{
    list-style: none;
    
}
.navbar li{
    text-decoration: none;
    font-family: "gopher", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    padding-top: 9px;
}
.navbar a{
    text-decoration: none;
    font-family: "gopher", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(1rem, 1vw, 3rem);
    color: #e4e4e4;
    
}

.horizontal-list {
    display: flex;
         
    list-style: none;  
    padding: 0;
    margin: 0;
    gap: 3rem;
  }

  .navbar-contact{
    padding: 6px;
    border-radius: 10px;
    background-color: #4c9eff;
  }

  .navbar-quote{
    padding: 6px;
    border-radius: 10px;
    border: #4c9eff solid 1px;
   
  }
.navbar-quote a{
    color: #4c9eff;
}

.selected-page li{
    color: #e15410;
 
}

*/
/* Default styles remain as previously discussed */

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;

  padding-top: 100px; /* Adjust to navbar height */
}


