*{
    margin: 0;
    padding: 0;
    font-family: 'Merriweather', sans-serif;
}
/*.header{
    min-height: 100vh;
    width: 100%;
    background-color: lightgray;
     background-size: cover;
    background-position: center;
    position: relative;
}
    */
body {
  margin: 0;
  background-color: lightgray; 
   background-size: cover;
    background-position: center;
    position: relative;
}
.banner {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgb(168, 168, 168, .99),rgba(211, 211, 211, .8)), url(Photos/Main.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner1 {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgb(168, 168, 168,.3),rgba(211, 211, 211, 0.4)), url(Photos/Main.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner2 {
    min-height: 100vh;
    width: 100%;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
    position: relative;
    
}

.banner5 {
    min-height: 30vh;
    width: 100%;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -20%;

    
}

.title-1{
 
color: rgb(32, 32, 32);


}

.logo {
/*  margin-top: 10px;
  margin-left: 1px; */
  height: 180px;   
  width: auto;    /* keeps aspect ratio */
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 25px 45px;
    position: relative;
}

.nav-links ul li a{
    color: rgb(32, 32, 32);
    text-decoration: none;
    font-size: 22px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(83, 83, 83);
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 100%;
    color: rgb(32, 32, 32);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box1{
    width: 100%;
    color: rgb(40, 38, 51);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: flex;
    flex-direction: column;   /* stack items vertically */
    align-items: center;      /* center horizontally */
    justify-content: center;  /* center vertically */

    text-align: center;

}

.text-box1 a {
    margin-top: 35px;
}
.text-box h5{
    margin-top: 100px;
    font-size: 30px;
    line-height: 3;
}


.text-box2{
    width: 100%;
    color: rgb(40, 38, 51);
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: flex;
    flex-direction: column;   /* stack items vertically */
    align-items: center;      /* center horizontally */
    justify-content: center;  /* center vertically */

    text-align: center;

}

.text-box7{
    width: 100%;
    color: rgb(40, 38, 51);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: flex;
    flex-direction: column;   /* stack items vertically */
    align-items: center;      /* center horizontally */
    justify-content: center;  /* center vertically */

    text-align: center;

}




.text-box2 p10 {
    margin-top: 35px;
    font-size: 20px;
    letter-spacing: .5vb;
    word-spacing: 1vb;
  
}

.text-box4{
    width: 100%;
    color: rgb(40, 38, 51);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: flex;
    flex-direction: column;   /* stack items vertically */
    align-items: center;      /* center horizontally */
    justify-content: center;  /* center vertically */

    text-align: center;

}

.text-box4 p10 {
    margin-top: 35px;
    font-size: 22px;
    letter-spacing: .5vb;
    word-spacing: 1vb;
  
}


p10 a {
  position: relative;
  color: #111;
  text-decoration: none;
  margin: 0 6px;
}

/* underline (hidden by default) */
p10 a::after {
  content: "";
  position: absolute;
    left: 50%;
  transform: translateX(-50%);
  bottom: -3px;

  width: 0;
  height: 2px;
  background-color: currentColor;

  transition: width 0.5s ease;
}

/* hover effect */
p10 a:hover::after,
 p10 a:active::after{
  width: 100%;
}

.text-box2 p {
    margin-top: 35px;
    font-size: 22px;
}
.text-box2 h5{
    margin-top: 100px;
    font-size: 30px;
    line-height: 3;
    letter-spacing: .5vb;
}

.text-box7 h5{
    margin-top: 100px;
    font-size: 30px;
    line-height: 3;
    letter-spacing: .5vb;
}

.text-box7 p {
    margin-top: 35px;
    font-size: 22px;
}
.text-box7 p10 {
    margin-top: 35px;
    font-size: 22px;
    letter-spacing: .5vb;
    word-spacing: 1vb;
  
}



.text-box4 h5{
    margin-top: 100px;
    font-size: 30px;
    line-height: 3;
    letter-spacing: .5vb;
}

.text-box3 h{
    font-size: 30px;
    line-height: 3;
    letter-spacing: .5vb;
    color: rgb(40, 38, 51);
}



.title1 p {
  
    font-size: 22px;
    text-align: center;
    color: rgb(40, 38, 51);
    margin-bottom: 2%;
}
.title1 h5{
  color: rgb(40, 38, 51);
    margin-top: -.5%;
    font-size: 30px;
    line-height: 3;
    letter-spacing: .5vb;
    text-align: center;
}






.text-box p{
    margin: 10px 0px 10px;
    font-size: 30px;
    color: rgb(32, 32, 32);
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: rgb(32, 32, 32);
    border: 1px solid rgb(32, 32, 32);
    padding: 12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover,
.hero-btn:active{
    border: 1px solid rgb(83, 83, 83);
    background: rgb(83, 83, 83);
    transition: .5s;
}
.hero-btn1{
    display: inline-block;
    text-decoration: none;
    color: rgb(32, 32, 32);
    border: 1px solid rgb(32, 32, 32);
    padding: 12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn1:hover,
.hero-btn1:active{
    border: 1px solid rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    transition: .5s;
}
nav .fa{
    display: none;
}

.hero-btn2{
    display: inline-block;
    text-decoration: none;
    color: rgb(32, 32, 32);
    border: 1px solid rgb(32, 32, 32);
    padding: 12px 34px;
    font-size: 45px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn2:hover,
.hero-btn2:active{
    border: 1px solid rgb(124, 124, 124);
    background: rgb(128, 125, 125);
    transition: .5s;
}

.hero-btn3{
    display: inline-block;
    text-decoration: none;
    color: rgb(32, 32, 32);
    border: 1px solid rgb(32, 32, 32);
    padding: 12px 34px;
    font-size: 22px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn3:hover,
.hero-btn3:active{
    border: 1px solid rgb(124, 124, 124);
    background: rgb(128, 125, 125);
    transition: .5s;
}




nav .fa{
    display: none;
}
@media(max-width: 720px){
    .site-scale {
    zoom: 85%;
    width: 100%;
  }
    .banner {
    background-size: 1000px;
    background-image: linear-gradient(rgb(168, 168, 168),rgba(211, 211, 211, .5)), url(Photos/Main.png);
    }
.text-box3 h{
    font-size: 20px;
    line-height: 1;
    letter-spacing: .5vb;
    color: rgb(40, 38, 51);
}
    .text-box h5{
    font-size: 20px;
    color: rgb(83, 83, 83);
}
    .text-box p{
    margin: 10px 0px 40px;
    font-size: 10px;
    color: rgb(83, 83, 83);
    }
    .hero-btn{
        display: inline-block;
        text-decoration: none;
        color: rgb(32, 32, 32);
        border: 1px solid rgb(83, 83, 83);
        padding: 12px 34px;
        font-size: 15px;
        background: transparent;
        position: relative;
        cursor: pointer;
    }

    .nav-links ul li{
        display: block;
    }
    .nav-links ul li a{
    font-size: 20px;
    color:white;
}
    .nav-links{
        position: absolute;
        background: rgb(32, 32, 32) ;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .logo {
    /*  margin-top: 10px;
    margin-left: 1px; */
    height: 100px;   
    width: auto;    /* keeps aspect ratio */
    }
    nav .fa{
        display: block;
        color: rgb(83, 83, 83);
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }





.row{
flex-direction: column;
}
.hero{
flex-direction: column;
}
.ABOUT h3{
font-size: 22px;
}

.about-col h2{
font-size: 15px;
}
}


/*---About---*/
/* .video-container {
  width: 100%;
  display: flex;
  justify-content: right;
  background: lightgray; 
}

.video-container video {
  width: 600px;      
  margin-right: 0;
  height: auto;      
  display: block;
    flex-basis: 25%;
    background: rgba(201, 201, 201, 0.8);
    border-radius: 10px;
    margin-bottom: 50%;
    padding: 80px 80px;
    box-sizing: border-box;
}


.ABOUT{
    width: 80%;
    justify-content: center;
    margin: auto;
    padding-top: 100px;
    
    
}
h1{
    color:rgb(32, 32, 32) ;
    text-align: left;
    font-size: 55px;
    font-weight: 400;
    line-height: 1;
    
    
}
p{
    color:rgb(32, 32, 32) ;
    max-width: 800px;     
   margin-left: 0; 
    font-size: 32px;
    font-weight: 600;
    padding: 100px;
    line-height: 2;
    
}
*/

.hero {
  display: flex;
  align-items: center;          /* vertically align text & video */
  justify-content: space-between;
  padding: 60px 200px;
  gap: 20px;
    flex-basis: 25%;
    background: rgba(201, 201, 201, 0.8);
    border-radius: 10px;
    margin-bottom: 10%;
    padding: 60px 200px;
    box-sizing: border-box;
}

/* ===== TEXT ON THE LEFT ===== */
.hero-text {
  flex: 0 10% 30%;                /* text takes 40% of width */
  max-width: 1500px;             /* prevents text from reaching center */
}

.hero-text h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 100px;
}

.text1 {
  color: rgb(40, 38, 51);
  font-weight: 600;
  flex: 0 10% 30%;                /* text takes 40% of width */
  max-width: 1500px;             /* prevents text from reaching center */
}

.text1 p {
  font-size: 22px;
  font-weight: 600;
  color: rgb(40, 38, 51);
  line-height: 1.8;
  margin-bottom: 100px;
  text-align: left;
  margin-left: 10%;
 
}


.text2 p {
  font-size: 22px;
  font-weight: 600;
  color: rgb(40, 38, 51);
  line-height: 1.8;
  margin-bottom: 100px;
  margin-top: -5%;
  text-align: left;
  margin-left: 10%;
 
}
/* ===== VIDEO ON THE RIGHT ===== */
.hero-video {
  flex: 0 0 55%;                /* video takes right side */
  display: flex;
  justify-content: flex-end;
}

/* CRITICAL VIDEO RULES */
.hero-video video {
  width: 100%;
  max-width: 500px;             /* controls video size */
  height: auto;                 /* keeps aspect ratio */
  display: block;
  background: black;            /* shows if video has baked bars */
  border-radius: 12px;
}



.ABOUT{
width: 80%;
margin: auto;
text-align: center;


}
h3{
    color:rgb(32, 32, 32) ;
    font-size: 30px;
    font-weight: 600;
    
}

.row{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 5;

}
.row{
    flex-basis: 80%;
    background: rgba(201, 201, 201, 0.8) ;
    border-radius: 10px;
    margin-bottom: 15%;
    padding: 70px 50px;
    box-sizing: border-box;
}

.about-col{
    flex-basis: 31%;
    background: rgba(32, 32, 32, 0.8);
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    transition: .5s;
}

h2{
    text-align: center;
    color:rgba(201, 201, 201, 0.8) ;
    font-size: 23px;
    font-weight: 700;
    margin: 2px 0;
}

.about-col:hover,
.about-col:active{
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);
}

.CONTACT{
    
    min-height: 30vh;
    width: 100%;
    background-image: linear-gradient(rgba(80, 80, 80, 0.5),rgba(32, 32, 32, 0)),url(Photos/banner.png);
    background-position: center;
    background-size: cover;
    text-align: left;
    padding: 100px 0;
    position: relative;
    

}


.row10 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}

/* ===== LEFT: MESSAGE BOX ===== */
.row10 .contact-col:last-child {
margin-left: 2%;
  flex: 0 0 45%;
  order: -1;
}

.row10 form {
  background: rgba(99, 99, 99, 0.7);
  padding: 45px;
  border-radius: 12px;

}

.row10 input,
.row10 textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  margin-left: -20px;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 16px;
  
}

/* ===== BOTTOM CENTER CONTACT INFO ===== */
.row10 .contact-col:first-child {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-115%);
  text-align: center;
  gap: 40px;
  margin-top: auto; /* pushes it to bottom */
  padding-bottom: 30px;
}

/* EACH ICON + TEXT */
.contact-col div {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ICON STYLE */
.contact-col i {
  font-size: 24px;
  color: white;
}

/* TEXT */
.contact-col h6 {
    color: white;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.hero-btn1{
  color: white;
}

.CONTACT h7{
    color: rgba(201, 201, 201);
      font-size: 50px;
  font-weight: 400;
  margin-left: 2%;
}




@media(max-width: 720px){
      .site-scale {
    zoom: 85%;
    width: 100%;
  }

.hero-text h1{
font-size: 30px 35px;

}
.hero-text p{
margin: 2px 2px 2px;
font-size: 10px;
}

.CONTACT{
    min-height: .05vh;
    width: 100%;
    background-image: linear-gradient(rgba(80, 80, 80, 0.5),rgba(32, 32, 32, 0)),url(Photos/banner.png);
    background-position: center;
    background-size: cover;
    text-align: left;
    box-sizing: border-box;

}
.CONTACT h6{
    color: rgba(201, 201, 201);
      font-size: 8.5px;
  font-weight: 200;
  margin-left: 200%;
}
.row10 .contact-col:last-child {
margin-left: 2%;
  flex: 0 0 95%;
  order: -1;
}

}
html {
  scroll-behavior: smooth;
}

.contact-col a {
  text-decoration: none;   /* removes underline */
  color: inherit;          /* uses parent text color */
}



/*---- EQUIPMENT & TOOLS PAGE ----*/

/*---EQUIPMENT---*/



.equipment{
width: 85%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5vb;
    
}


.equipment-col{
    flex-basis: 31%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    transition: .5s;
}



.equipment-col:hover,
.equipment-col:active{
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}

.cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 20px;
}

h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 22px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 5;
}



.equipment-col {
  flex-basis: 27%;
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;

  opacity: 0;                /* hidden */
  transition: opacity 0.4s ease;
}

.equipment-col:hover .cover,
.equipment-col:active .cover {
  opacity: 1;
}

.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}

.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
}



}






/*---Softwares---*/

.proj{
width: 85%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5vb;
    
}


.equipment-col{
    flex-basis: 31%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    transition: .5s;
}



.equipment-col:hover,
.equipment-col:active{
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}

.cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 20px;
}

h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 22px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 5;
}



.equipment-col {
  flex-basis: 27%;
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;

  opacity: 0;                /* hidden */
  transition: opacity 0.4s ease;
}

.equipment-col:hover .cover,
.equipment-col:active .cover {
  opacity: 1;
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}
.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
}



}





/* ===================================== */
/* ===== EQUIPMENT & SOFTWARE MOBILE ==== */
/* ===================================== */

/* ===================================== */
/* ===== EQUIPMENT SECTION — MOBILE ==== */
/* ===================================== */

@media (max-width: 720px) {
      .site-scale {
    zoom: 85%;
    width: 100%;
  }
.equipment{
width: 100%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1vb;
    
}


.equipment-col{
    flex-basis: 31%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    transition: .5s;
}



.equipment-col:hover,
.equipment-col:active{
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}
.cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 20px;
}

h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 15px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1.3;
}



.equipment-col {
  flex-basis: 27%;
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;

  opacity: 0;                /* hidden */
  transition: opacity 0.4s ease;
}

.equipment-col:hover .cover,
.equipment-col:active .cover {
  opacity: 1;
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}
.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}

}

/*----------------------------------*/

.proj {
width: 100%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1vb;
    
}


.equipment-col{
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    
}





h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 15px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1.3;
}



.equipment-col {
  
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  margin-top: 42%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: 15%;
  opacity: 1;                /* hidden */
}

.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}


}









}







/*---------------------------------------------------------------------------------------*/


/*--------TriRaptor pages-----*/

.hero1 {
  display: flex;
  align-items: center;          /* vertically align text & video */
  justify-content: space-between;
  padding: 60px 200px;
  gap: 20px;
    flex-basis: 25%;
    background: rgba(201, 201, 201, 0.8);
    border-radius: 10px;
    margin-bottom: 10%;
    padding: 60px 200px;
    box-sizing: border-box;
    margin-top: -1%;
}


.hero-text1 {
  flex: 0 10% 30%;                /* text takes 40% of width */
  max-width: 1500px; 
              
}

.hero-text1 h1 {
  margin-top: 18%;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.hero-text1 p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 10px;
}


/* ===== VIDEO ON THE RIGHT ===== */
.hero-video1 {
  flex: 0 0 55%;                /* video takes right side */
  display: flex;
  justify-content: flex-end;
}

/* CRITICAL VIDEO RULES */
.hero-video1 video {
  width: 100%;
  max-width: 800px;             /* controls video size */
  height: 100%;                 /* keeps aspect ratio */
  display: block;
  background: black;            /* shows if video has baked bars */
  border-radius: 12px;
}




/* environments */

/* ---------- tri SECTION ---------- */

.operation-section-big {
  width: 85%;
  padding: 120px 6%;
  margin-bottom: 120px;
}

.future-section-big {
  width: 70%;
  padding: 120px 6%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  
}

.future-section-big1 p4 {
  width: 80%;
  padding: 120px 6%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  
}

.future-section-big1 h4 {
  width: 80%;
  padding: 120px 6%;
  margin-bottom: 120px;
  margin-left: 16%;
  margin-right: auto;
  
}

/* Title */

.operation-title-big {
  color: rgb(32, 32, 32);
  margin-top: -10%;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: .5vb;
}

/* GRID — THIS CONTROLS COLUMN SIZE & GAP */

.operation-grid-big {
  display: grid;

  /* 👇👇👇 CHANGE THESE 👇👇👇 */
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 48px;
}

/* CARD */

.operation-card-big {
  background: lightgray;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid lightgray;
}

/* Title above video */

.operation-card-big h3 {
  color: rgb(32, 32, 32);
  text-align: center;
  font-size: 22px;
  padding: 20px 24px;
  background: rgba(201, 201, 201);
  border-bottom: 1px solid rgba(201, 201, 201);
}

/* VIDEO — THIS CONTROLS VIDEO SIZE */

.operation-card-big video {
  width: 100%;
  height: 550px; /* 👈 MAKE THIS BIGGER OR SMALLER */
  object-fit: cover;
  display: block;
}


.operation-grid-big1 {
  display: grid;

  /* 👇👇👇 CHANGE THESE 👇👇👇 */
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 48px;
}

/* CARD */

.operation-card-big1 {
  background: lightgray;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid lightgray;
  text-align: center; /* centers title + image */
}

.operation-card-big1 img {
  width: 100%;
  height: 90%;           /* fixed, predictable height */
  object-fit: cover;
  display: block;
  border-radius: 10px;
  margin: 0 auto; 
  margin-left: 80%;         /* centers image */
}

.operation-card-big1 h3 {
  color: rgb(32, 32, 32);
  font-size: 22px;
  padding: 16px 0;
  background: lightgray;
}

.future-section-big h4{
  color: rgb(32, 32, 32);
  margin-top: -15%;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: .5vb;
  text-align: center;

}

.future-section-big p4{
  color: rgb(32, 32, 32);
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 60px;
  font-weight: 600;
  text-align: center;
  max-width: 720px;      /* 👈 controls narrowness */
  margin-left: auto;     /* 👈 center horizontally */
  margin-right: auto;
}

.future-section-big1 h4{
  color: rgb(32, 32, 32);
  margin-top: -8%;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: .5vb;
  text-align: center;

}

.future-section-big1 p4{
  color: rgb(32, 32, 32);
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 60px;
  font-weight: 600;
  text-align: center;
  max-width: 700px;      /* 👈 controls narrowness */
  margin-left: auto;     /* 👈 center horizontally */
  margin-right: auto;
}

.future-section-big1 p5{
  color: rgb(32, 32, 32);
  font-size: 22px;
  line-height: 1.6;
  margin-top: -25%;
  margin-bottom: 60px;
  font-weight: 600;
  text-align: center;
  max-width: 700px;      /* 👈 controls narrowness */
  margin-left: auto;     /* 👈 center horizontally */
  margin-right: auto;
}


/* ===================================== */
/* ===== TRIRAPTOR PAGES – MOBILE ====== */
/* ===================================== */

@media (max-width: 720px) {
      .site-scale {
    zoom: 85%;
    width: 100%;
  }

  /* ===== HERO SECTION ===== */
  .hero1 {
    flex-direction: column;      /* stack text & video */
    padding: 30px 20px;
    gap: 30px;
    margin-top: 0;
    margin-bottom: 15%;
  }

  .hero-text1 {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-text1 h1 {
    font-size: 22px;
    margin-top: 0;
  }

  .hero-text1 p {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-video1 {
    flex: 100%;
    justify-content: center;
  }

  .hero-video1 video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  /* ===== OPERATION SECTIONS ===== */
  .operation-section-big,
  .future-section-big,
  .future-section-big1 {
    width: 95%;
    padding: 60px 10px;
    margin-bottom: 80px;
  }

  /* ===== TITLES ===== */
  .operation-title-big,
  .future-section-big h4,
  .future-section-big1 h4 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.3em;
  }

  /* ===== GRID LAYOUT ===== */
  .operation-grid-big,
  .operation-grid-big1 {
    grid-template-columns: 1fr;   /* single column */
    gap: 30px;
  }

  /* ===== CARDS ===== */
  .operation-card-big video {
    height: 260px;
  }

  .operation-card-big h3,
  .operation-card-big1 h3 {
    font-size: 18px;
    padding: 12px;
  }

  .operation-card-big1 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* ===== TEXT BLOCKS ===== */
  .future-section-big p4,
  .future-section-big1 p4,
  .future-section-big1 p5 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }

}



/* RESPONSIVE */

@media (max-width: 720px) {
      .site-scale {
    zoom: 85%;
    width: 100%;
  }
  .operation-grid-big {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .operation-card-big video {
    height: 420px;
  }
}



/* ---------- PID SECTION ---------- */

.PID-section-big {
  width: 85%;
  padding: 120px 6%;
  margin-bottom: 120px;
}

.video-section-big {
  width: 85%;
  padding: 120px 6%;
  margin-bottom: 120px ;
  text-align: center;

  
}
/* Title */

.video-title-big {
  color: rgb(32, 32, 32);
  margin-top: -10%;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: .5vb;
}



.PID-title-big {
  color: rgb(32, 32, 32);
  margin-top: -15%;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: .5vb;
}


.PID-title-big1 {
  color: rgb(32, 32, 32);
  margin-top: -1%;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: .5vb;
}

.PID-title-big2 {
  color: rgb(32, 32, 32);
  margin-top: -1%;
  font-size: 30px;
  margin-bottom: 60px;
  margin-left: 3%;
  font-weight: 600;
  letter-spacing: .5vb;
}


/* GRID — THIS CONTROLS COLUMN SIZE & GAP */

.PID-grid-big {
  display: grid;

  /* 👇👇👇 CHANGE THESE 👇👇👇 */
  grid-template-columns: repeat(1, minmax(320px, 1fr));
  
}

/* CARD */

.PID-card-big {
  background: lightgray;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid lightgray;
}

/* Title above video */

.PID-card-big h3 {
  color: rgb(32, 32, 32);
  text-align: center;
  font-size: 22px;
  padding: 20px 24px;
  background: rgba(201, 201, 201);
  border-bottom: 1px solid rgba(201, 201, 201);
}

/* VIDEO — THIS CONTROLS VIDEO SIZE */

.PID-card-big img {
  width: auto;
  height: auto; /* 👈 MAKE THIS BIGGER OR SMALLER */
  object-fit: cover;
  display: block;
  margin-left: 25%;
  margin-bottom: auto;
  border-radius: 10px;
}

.PID-card-big20 img {
  width: auto;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big1 img {
  width: auto;
  height: 600px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big2 img {
  width: auto;
  height: 500px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.PID-card-big3 img {
  width: auto;
  height: 500px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big4 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big5 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big6 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big7 img {
  width: auto;
  height: 500px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big8 img {
  width: auto;
  height: 250px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big9 img {
  width: auto;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big10 img {
  width: auto;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big11 img {
  width: auto;
  height: 500px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big12 img {
  width: auto;
  height: 500px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big13 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big14 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big15 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big16 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.PID-card-big17 img {
  width: auto;
  height: 700px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big18 img {
  width: auto;
  height: 400px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}


.PID-card-big19 img {
  width: auto;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}




.video-section-big h4{
  color: rgb(32, 32, 32);
  margin-top: -15%;
  font-size: 30px;
  margin-bottom: -2%;
  font-weight: 600;
  letter-spacing: .5vb;
  text-align: center;

}

.video-section-big p4{
  color: rgb(32, 32, 32);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  max-width: 700px;      /* 👈 controls narrowness */
  margin-left: auto;     /* 👈 center horizontally */
  margin-right: auto;
  line-height: 7;
}

.video-card-big video {
  width: 50%;
  height: auto; /* 👈 MAKE THIS BIGGER OR SMALLER */
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-top: -2%;
  border-radius: 10px;
}


.video-card-big1 video {
  width: 20%;
  height: auto; /* 👈 MAKE THIS BIGGER OR SMALLER */
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-top: -2%;
  border-radius: 10px;
}


.video-card-big2 video {
  width: 60%;
  height: auto; /* 👈 MAKE THIS BIGGER OR SMALLER */
  object-fit: cover;
  display: block;
  margin-left: 25%;
  margin-bottom: auto;
  border-radius: 10px;
  align-items: center;
  margin-top: -2%;
}


/* ===================================== */
/* ===== PID & VIDEO SECTIONS MOBILE ==== */
/* ===================================== */

@media (max-width: 720px) {
      .site-scale {
    zoom: 85%;
    width: 100%;
  }

  /* ===== SECTIONS ===== */
  .PID-section-big,
  .video-section-big {
    width: 95%;
    padding: 60px 10px;
    margin-bottom: 1px;
  }
  

  
  /* ===== TITLES ===== */
  .PID-title-big,
  .PID-title-big1,
  .PID-title-big2,
  .title1 h5,
  .title1 p,
  .video-section-big h4 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.25em;
    text-align: center;
  }




  .video-title-big{

  font-size: 220px;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.25em;
    text-align: center;

  }

  /* ===== GRID ===== */
  .PID-grid-big {
    grid-template-columns: 1fr;
  }

  /* ===== PID CARDS ===== */
  .PID-card-big,
  .PID-card-big1,
  .PID-card-big2,
  .PID-card-big3,
  .PID-card-big4,
  .PID-card-big5,
  .PID-card-big6,
  .PID-card-big7,
  .PID-card-big8,
  .PID-card-big9,
  .PID-card-big10,
  .PID-card-big11,
  .PID-card-big12,
  .PID-card-big13,
  .PID-card-big14,
  .PID-card-big15,
  .PID-card-big16,
  .PID-card-big17,
  .PID-card-big18,
  .PID-card-big19 {
    text-align: center;
  }

  /* ===== PID IMAGES ===== */
  .PID-card-big img,
  .PID-card-big1 img,
  .PID-card-big2 img,
  .PID-card-big3 img,
  .PID-card-big4 img,
  .PID-card-big5 img,
  .PID-card-big6 img,
  .PID-card-big7 img,
  .PID-card-big8 img,
  .PID-card-big9 img,
  .PID-card-big10 img,
  .PID-card-big11 img,
  .PID-card-big12 img,
  .PID-card-big13 img,
  .PID-card-big14 img,
  .PID-card-big15 img,
  .PID-card-big16 img,
  .PID-card-big17 img,
  .PID-card-big18 img,
  .PID-card-big19 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
  }

  /* ===== VIDEO TEXT ===== */
  .video-section-big p4 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  /* ===== VIDEOS ===== */
  .video-card-big video,
  .video-card-big2 video,
  .video-card-big1 video {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    border-radius: 10px;
  }

}


/* RESPONSIVE */

@media (max-width: 720px) {
      .site-scale {
    zoom: 85%;
    width: 100%;
  }
  .PID-grid-big {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .PID-card-big video {
    height: 420px;
  }
}

/* ---------- Satellites SECTION ---------- */

.project-divider {

  width: 118%;
  height: 150px;
  background-color: rgba(201, 201, 201); /* light gray */
  margin: 100px -120px;
}

.project-divider4 {

  width: 127.4%;
  height: 150px;
  background-color: rgba(201, 201, 201); /* light gray */
  margin: 100px -120px;
}

.project-divider3 {

  width: 127.3%;
  height: 150px;
  background-color: rgba(201, 201, 201); /* light gray */
  margin: 100px -120px;
}

.project-divider2 {
  min-height: 15.89vh;
  width: 20%;
  height: 6px;
  background-color: rgb(32, 32, 32);
 
}


.hero-video2 {
  flex: 0 0 50%;                /* video takes right side */
  display: flex;
  justify-content: flex-end;
}

/* CRITICAL VIDEO RULES */
.hero-video2 video {
  width: 100%;
  max-width: 400px;             /* controls video size */
  height: auto;                 /* keeps aspect ratio */
  display: block;
  background: black;            /* shows if video has baked bars */
  border-radius: 12px;
}

.hero-video3 {
  flex: 0 0 50%;                /* video takes right side */
  display: flex;
  justify-content: flex-end;
}

/* CRITICAL VIDEO RULES */
.hero-video3 video {
  width: 100%;
  max-width: 600px;             /* controls video size */
  height: auto;                 /* keeps aspect ratio */
  display: block;
  background: black;            /* shows if video has baked bars */
  border-radius: 12px;
}

.hero-video4 {
  flex: 0 0 50%;                /* video takes right side */
  display: flex;
  justify-content: flex-end;
}

/* CRITICAL VIDEO RULES */
.hero-video4 video {
  width: 100%;
  max-width: 660px;             /* controls video size */
  height: auto;                 /* keeps aspect ratio */
  display: block;
  background: rgba(211, 211, 211, 0.247);            /* shows if video has baked bars */
  border-radius: 12px;
}

.hero-video5 {
  width: 100%;
  max-width: 1000px;   /* same as video */
  margin: 0 auto;      /* center container */
  display: flex;
  justify-content: center;
}

/* CRITICAL VIDEO RULES */
.hero-video5 video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  background: rgba(211, 211, 211, 0.247);
}

/* ===================================== */
/* ===== PROJECT DIVIDERS & VIDEOS ===== */
/* ============ MOBILE ================= */
/* ===================================== */

@media (max-width: 720px) {
      .site-scale {
    zoom: 85%;
    width: 100%;
  }

  /* ===== PROJECT DIVIDERS ===== */
  .project-divider,
  .project-divider3,
  .project-divider4 {
    width: 100%;
    height: 80px;
    margin: 60px 0;        /* remove negative margins */
  }

  .project-divider2 {
    width: 60%;
    height: 5px;
    min-height: unset;
    margin: 40px auto;     /* center horizontally */
  }

  /* ===== HERO VIDEOS (GENERAL) ===== */
  .hero-video2,
  .hero-video3,
  .hero-video4 {
    flex: 100%;
    justify-content: center;
  }

  .hero-video2 video,
  .hero-video3 video,
  .hero-video4 video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
  }

  /* ===== HERO VIDEO 5 ===== */
  .hero-video5 {
    max-width: 100%;
    padding: 0 10px;
  }

  .hero-video5 video {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

}




@media (max-width: 720px) {
      .site-scale {
    zoom: 85%;
    width: 100%;
  }

  
  body {
    overflow-x: hidden;
  }

  h1, h3, h4, h5 {
    letter-spacing: normal;
  }

  nav {
    padding: 4% 6%;
  }

  .logo {
    height: 90px;
  }

  .nav-links ul li {
    padding: 15px 20px;
  }

  
  .banner,
  .banner1,
  .banner2 {
    min-height: 50vh;
    background-size: cover;
  }

  .text-box,
  .text-box1,
  .text-box2,
  .text-box4,
  .text-box7 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 2px;
  }

  .text-box h5,
  .text-box2 h5,
  .text-box4 h5,
  .title1 h5,
  .text-box7 h5 {
    font-size: 22px;
    margin-top: 60px;
    line-height: 1.6;
    letter-spacing: normal;
  }

  .text-box p,
  .text-box2 p,
  .text-box4 p10,
  .text-box7 p,
  .title1 p,
  .text-box7 p10 {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: normal;
    word-spacing: normal;
  }

  
  .hero-btn,
  .hero-btn1,
  .hero-btn3 {
    font-size: 14px;
    padding: 10px 22px;
  }

  .hero-btn2 {
    font-size: 22px;
    padding: 10px 20px;
  }

  .hero,
  .hero1 {
    flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }

  .hero-text,
  .hero-text1,
  .text1,
  .text2 {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .hero-text h1,
  .hero-text1 h1 {
    font-size: 24px;
  }

  .hero-text p,
  .hero-text1 p,
  .text1 p,
  .text2 p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .hero-video,
  .hero-video1,
  .hero-video2,
  .hero-video3,
  .hero-video4,
  .hero-video5 {
    justify-content: center;
  }

  .hero-video video,
  .hero-video1 video,
  .hero-video2 video,
  .hero-video3 video,
  .hero-video4 video,
  .hero-video5 video {
    max-width: 100%;
    height: auto;
  }

  .video-card-big1 video{

    width: 70%;
    height: 500px;
    margin-top: 5%;
    margin-left: 17%;

  }

  .row,
  .row1,
  .row10 {
    flex-direction: column;
    padding: 30px 20px;
    margin: 10% auto;
  }

  .about-col {
    flex-basis: 100%;
  }

  h3 {
    font-size: 26px;
  }

  h2 {
    font-size: 18px;
  }

  .operation-section-big,
  .future-section-big,
  .future-section-big1,
  .video-section-big {
    width: 95%;
    padding: 60px 10px;
    margin-bottom: 60px;
  }

  .operation-title-big,
  .future-section-big h4,
  .future-section-big1 h4,
  .video-section-big h4 {
    font-size: 22px;
    margin-top: 0;
  }

  .future-section-big p4,
  .future-section-big1 p4,
  .future-section-big1 p5,
  .video-section-big p4 {
    font-size: 14px;
    line-height: 1.6;
  }

  .operation-grid-big,
  .operation-grid-big1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .operation-card-big video {
    height: 280px;
  }

  [class^="PID-card-big"] img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .CONTACT {
    padding: 60px 15px;
    text-align: center;
  }

  /* ===== TITLE ===== */
  .CONTACT h7 {
    display: block;
    font-size: 28px;
    margin: 0 0 35px 0;
  }

  /* ===== ROW ===== */
  .row10 {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* ===== CONTACT INFO (TOP) ===== */
  .row10 .contact-col:first-child {
    position: static;          /* remove absolute positioning */
    
    transform: none;
    order: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
  }

  .contact-col div {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .contact-col i {
    font-size: 20px;
  }

  .contact-col h6 {
    font-size: 14px;
    margin: 0;
  }

  /* ===== FORM (BOTTOM) ===== */
  .row10 .contact-col:last-child {
    order: 1;
    margin-left: 0%;
    text-align: left;
  }

  .row10 form {
    padding: 25px 30px;
    border-radius: 10px;
  }

  .row10 input,
  .row10 textarea {
    padding: 14px;
    font-size: 15px;
    margin-left: -4.7%;            /* remove desktop offset */
  }

  .hero-btn1 {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  ---- DIVIDERS -----
  .project-divider,
  .project-divider2,
  .project-divider3,
  .project-divider4 {
    width: 100%;
    margin: 60px 0;
  }




}


html, body {
  width: 100%;
  overflow-x: hidden;
}



/* iPads */
@media (min-width: 721px) and (max-width: 1024px) {
  .site-scale {
    zoom: 45%;
    width: 100%;
  }

  .contact-col{
    margin-left: 60px;
  }

.equipment{
width: 100%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1vb;
    
}


.equipment-col{
    flex-basis: 31%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    transition: .5s;
}



.equipment-col:hover,
.equipment-col:active{
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}
.cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 20px;
}

h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1.3;
}



.equipment-col {
  flex-basis: 27%;
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;

  opacity: 0;                /* hidden */
  transition: opacity 0.4s ease;
}

.equipment-col:hover .cover,
.equipment-col:active .cover {
  opacity: 1;
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}
.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}



}


.proj{
width: 100%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1vb;
    
}


.equipment-col{
    flex-basis: 31%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    
}






h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1.3;
}



.equipment-col {
  flex-basis: 27%;
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  margin-top: 44%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: 20%;
  opacity: 1;                /* hidden */
}

.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}



}




}

/* Small laptops */
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-scale {
    zoom: 45%;
    width: 100%;
  }

    .contact-col{
    margin-left: 60px;
  }

  .equipment{
width: 100%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1vb;
    
}


.equipment-col{
    flex-basis: 31%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    transition: .5s;
}



.equipment-col:hover,
.equipment-col:active{
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}
.cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 20px;
}

h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1.3;
}



.equipment-col {
  flex-basis: 27%;
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;

  opacity: 0;                /* hidden */
  transition: opacity 0.4s ease;
}

.equipment-col:hover .cover,
.equipment-col:active .cover {
  opacity: 1;
}
.equipment-col:focus-within {
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.999);

}
.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}



}


  .proj{
width: 100%;
margin: auto;
text-align: center;

.row1{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    

}
.row1{
    margin-top: -5%;
    flex-basis: 80%;
    background: lightgray ;
    border-radius: 10px;
    margin-bottom: 1%;
    padding: 70px 80px;
    box-sizing: border-box;
}



h1{
    margin-top: 8%;
    color:rgb(32, 32, 32) ;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1vb;
    
}


.equipment-col{
    flex-basis: 31%;
    background: lightgray;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
    padding: 10px 1px;
    box-sizing: border-box;
    
}






h2{
    text-align: center;
    color:rgba(201, 201, 201) ;
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0;
    line-height: 1.3;
}



.equipment-col {
  flex-basis: 27%;
  border-radius: 10px;
  margin: 5% 0;
  position: relative;        /* IMPORTANT */
  overflow: hidden;          /* hides overlay overflow */
}

.equipment-col img {
  width: 100%;
  margin-top: 42%;
  display: block;
  border-radius: 10px;
}

.cover {
  position: absolute;
  inset: 0;                  /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: 15%;
  opacity: 1;                /* hidden */
}


.cover h2 {
  text-align: center;
  color: #e5e5e5;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay-text {
  color: white;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}



}


  
}

@media (min-width: 1026px) and (max-width: 1300px) {
  .site-scale {
    zoom: 45%;
    width: 100%;
  }

}

.site-footer {
  text-align: left;
  font-size: 13px;
  color: rgba(201, 201, 201);
  padding: 10px 0;
  background-color: rgba(26, 26, 26);
}
