*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
.custom-nav{

    z-index: 999;
position:sticky;
color:black;
   
}
.nav-item a{
    color:black !important;
    font-size: 2rem;
    margin-right:2vw;
}

.navbar-brand{
    font-size: 4vw;
    font-weight: light;
    color:black;
    font-family: serif;
    margin-left:5rem;
    letter-spacing: 1px;
    margin: -1.5rem;
 
 
    
}
.nav-container{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.navbar-brand:hover{
    color:black;
}
.nav-item{
 
    display: block;
}
.turnkey_section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 10%;
  gap: 40px;
  flex-wrap: wrap;
}



.turnkey_img {

  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}



.turnkey_text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.turnkey_text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

.turnkey_points_section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.turnkey_points_heading {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #222;
}

.turnkey_points_list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.turnkey_points_list li {
  background: #ffffff;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.07);
  transition: transform 0.2s ease;
}

.turnkey_points_list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.hero{
    max-width:100vw;
    display:flex;
    justify-content: center;

background-color: #7FE17F;
padding:2rem;

}  

.turnkey_sections{
    display:flex;
    /* margin-bottom:10rem;
    margin-top:10rem; */
    padding:5rem;
    
    
 
 
    
    
}

.turnkey_text{
  padding:4rem;
}
.turnkey_img{
    width:40vw;
    height:60vh;
    
    
}

.hero h1{
    font-size:8vw;
    
}
.turnkey_points_section{
    background-color: #7FE17F;
}
.footers{
    padding-top:10px;
    background-color: #232f3f;
   
   
    color:black;
    border-top:1px solid black;
    padding:5rem;
    font-size: 1.2rem;
}
.footers h6, p{
    color:white;
}

.containerN{
  max-width:100vw;
}




@media screen and (max-width: 800px){


    .turnkey_sections{
       display: flex;
        flex-direction: column;
      justify-content: center;
      align-items: center;
        width:100vw;
        
        padding:0;
        margin-top: 4rem;
        margin-bottom: 4rem;
        
    }
    .img-container{
      width:100vw;
      display: flex;
      align-items: center;
      justify-content: center;
    }
   
    .turnkey_img{
        max-width:100vw;
        height:60vh;
        
        width:90%;
    }
    .turnkey_text{
        max-width:100vw;
        padding:0;
        margin:2rem;
        
    }

    .hero h1{
    font-size:12vw;
    
}
.navbar-brand{
  font-size: 5vw;
  margin-left:1rem;
}
    .img-container {
    order: 1;
  }

  .turnkey_text {
    order: 2;
  }
}
