*{
   padding: 0%;
   margin: 0;
   box-sizing: border-box;
}

#heron{
   /* border: 2px solid red; */
   height: 514px;
   /* margin-top: 6%; */
}
#sub-heron{
   height: 510px;
   background-image: url("./images/network\ bgimg.png");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}
#sub-heron::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 510px;
   margin-top: 90px;
   background: rgba(0, 0, 0, 0.4); /* Adds a slight overlay for energetic contrast */
 }
#hero-contentn{
   /* border: 1px solid white; */
   /* bckground-color: rgba(255, 255, 255, 0.135); */
   width: 80%;
   height: 200px;
   position: relative;
   left: 11%;
   top: 20%;
   text-align: center;
   line-height: 2.5;
   animation: slideInRight 1s ease forwards; /* Apply the animation */
}
#hero-contentn>h1{
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   color: white;
   font-size: 3.5em;
   font-style: italic;
   font-weight: 600;
   text-shadow: 10px 2px 5px black;
}
#hero-contentn>p{
   width: 75%;
   color: #e5f3ff;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   /* color: #25d003; */
   font-size: 1.7em;
   font-weight: 600;
   font-style: italic;
   background-color: #2c3e5031;
   margin-top: 2%;
   margin-left:10%;
   border-radius: 10px;
   /* text-shadow: 1px 1px 15px rgba(255, 255, 255, 0.521); */
}
#heron-hr{
   border: 1px solid rgb(253, 252, 252);
}

@keyframes slideInRight {
   0% {
       transform: translateX(100%); /* Start off-screen to the right */
       opacity: 0; /* Start invisible */
   }
   100% {
       transform: translateX(0); /* End in place */
       opacity: 1; /* Fade in */
   }
}


@keyframes upDown {
   0%, 100% {
       transform: translateY(0); /* Original position */
   }
   50% {
       transform: translateY(-20px); /* Move up */
   }
}



/* **************************************************** */
#network-overview{
  
   width: 100%;
   height: 100%;
   margin-top: 2%;
  background-color: #F8f9fa;
}
#sub-network-overview{
  /* border: 1px solid red; */
   width: 95%;
   margin: auto;
   height: 100%;
   display: flex;
   justify-content: center;
   justify-content: space-between;
   list-style-type: none;
}
#network-overview-container1{
   /* border: 1px solid blueviolet; */
   width: 75%;
}
#network-overview-image>img{
  /* border: 1px solid; */
  width: 100%;
  margin-top:10%;
}
#network-overview-container2{

   /* width: 10%; */
   text-align: ceneter;
}
#network-overview-container2>hr{
   border: 1px solid gray;
   height: 500px;
   position: relative;
   right: 50px;
   /* top: 50px; */
}
#network-overview-container3{
   /* border: 1px solid; */
   width: 90%;
   margin-top: 2%;
   /* margin-left: 7%; */
}
#network-overview-content{
   list-style-type: none;
}
.network-overview-items::before{
   content: "✓";
   font-size:1.7rem;
   color: #1078bf;
   font-weight: bold;
   /* margin-left: 5%; */
}
.network-overview-items{
   /* border: 1px solid blue; */
   width:90%;
   height: 100%;
}
.network-overview-items>p{
   font-size: 1.2rem;
   word-spacing:1px;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   position: relative;
   left: 5%;
   bottom: 30px;
   letter-spacing: 1px;
}
#network-overview-container3 b{
   font-size: 1.3rem;
   position: relative;
   top: 15px;
   /* left: 40px; */
   word-spacing:1px;
   /* letter-spacing: 1px; */
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#network-overview-container3 b>a{
   color: #4a9f3b;
}



/* ************************************************ */
#why-choose-network{
   /* border: 1px solid red; */
   padding: 1% 0%;
   width: 100%;
   height: 100%;
   margin-top: 2%;
   background-color: #e5f3ff;
}
#sub-why-choose-network{
   /* border: 1px solid red; */
   width: 80%;
   margin: auto;
   height: 100%;
}
#why-choose-network>h1{
   text-align: center;
   font-size: 2rem;
   margin: 20px 0px;
   color: #084c7f;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#why-choose-network h4{
   text-align: center;
   font-size: 1.7rem;
   margin: 20px 0px;
   font-style: italic;
   color: #2c3e50;
}
#sub-why-choose-network>p{
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-size: 1.25rem;
   text-align: center;
   line-height: 1.6;
   word-spacing: 1px;
   font-style: italic;
   color: rgb(0, 0, 0);
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#why-choose-network-container{
   /* border: 1px solid; */
   margin-top: 2%;
}
#why-choose-network-content{
   /* border: 1px solid red;  */
   width: 80%;
   height: 100%;
   margin-left: 15%;
   list-style-type: none;
}

.why-choose-network-items img{
   height: 3em;
}
.why-choose-network-items p{
   position: relative;
   left: 8%;
   bottom: 42px;
   font-size: 1.2rem;
   color: #2c3e50;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#network-whychoose-btn{
   margin-left: 40%;
   border: 1px solid gray;
   padding: 5px 10px;
   width:15%;
   text-align: center;
   border-radius: 5px;
  background-color: #2c3e50;
}
#network-whychoose-btn:hover{
  background-color: #4a9f3b;
}
#network-whychoose-btn:hover a{
  color: #e5f3ff;
 
}
#talk-to-us{
    text-decoration: none;
    font-size: 1.7rem;
    color: white;
 }


 /* ***************************************** */
 #network-solutions{
  /* border :1px solid red; */
  width: 100%;
  height: 100%;
  margin-top: 2%;
 }
 #sub-network-solutions1{
  /* border :1px solid red; */
  width: 93%;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  justify-content: space-between;
 }
 #network-solutions-container{
  /* border: 1px solid; */
  width:64%;
 }
 #network-solutions-container>h1{
  text-align: center;
  color: #084c7f;
  font-size: 2rem;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-top:2% 0;
 }
 #network-solutions-container>p{
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom: 2%;
  font-style: italic;
  margin-top: 2%;
 }
 #network-solutions-buttons{
  border: 1px solid lightgray;
  background-color: #2c3e50;
  padding: 0.8% 0;
  width: 100%;
  justify-content: center;
  display: flex;
  justify-content: space-around;
  list-style: none;
  /* background-color: rgba(222, 218, 218, 0.664); */
  border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
 }
 #network-infrastructure{
  /* border: 1px solid; */
  margin-top: 4%;
  /* width: 40%; */
 }
 #network-infrastructure img{
  height: 25em;
 }
 .hidden {
  display: none;
}
.network-content{
  margin-top: 10px;
  border: 1px solid #ccc;
  background-color: #2c3e50;
  padding: 10px;
  font-size: 1.2rem;
  word-spacing: 1px;
  letter-spacing: 0.5px;
  color: #f8f9fa;
  border-radius: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.network-content b{
  font-style: italic;
  font-size: 1.2rem;
  margin-left: 13%;
  line-height: 1;
}
#network-solutions-buttons .active {
  border: 1px solid lightgray;
  background-color:#5bb949;
  margin-right: 5px;
  color: black;
  font-weight: bold;
}
#network-solutions-buttons>button{
  border: 1px solid lightgray;
  background-color:#e5f3ff;
  color: black;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  box-shadow: 2px 2px 5px gray;
}
#network-contact{
  /* border: 1px solid green; */
  width: 65%;
  margin-top: 1.5%;
  margin-left: 20%;
}
#network-contact>p{
  font-size: 1.3rem;
  word-spacing: 1px;
  text-align: center;
  line-height: 1.5;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 2%;
  font-style: italic;
  font-weight: bold;
  color: #2c3e50;
}
#network-contact>p>a{
  color: #4a9f3b;
  font-size: 1.7rem;
}


/* ************************************ */

#network-security{
  /* border: 1px solid;  */
  width: 100%;
  /* display: flex; */
  background-color: #e5f3ff;
}
#sub-network-security{
  /* border: 1px solid green;  */
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  justify-content: space-between;
 
}
#network-security-container{
  /* border: 1px solid red; */
  width: 65%;
}
#network-security-img>img{
  height: 18em;
}
#network-security-container>h1{
  text-align: center;
  color: #084c7f;
  font-size: 2rem;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-top: 2.5%;
 }
 #network-security-container>p{
  font-size: 1.2rem;
  word-spacing: 1px;
  text-align: center;
  line-height: 1.5;
  margin-top: 2%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }
 #Talk{
     margin-left: 35%;
     font-size: 1.3rem;
     margin-top: 5%;
     border: none;
 }
 #Talk>a{
  text-decoration: none;
  background-color: #5bb949;
  padding: 10px 15px;
  color: white;
  border: 1px solid gray; 
  border-radius: 3px;
  font-weight: bold;
 }
 #Talk>a:hover{
background-color: #1078bf;
color: white;
}


/* *********************************************** */
#network-help{
  /* border: 1px solid red; */
  width: 100%;
  height: 100%;
  margin-top: 2%;
  text-align: center;
}

#network-header{  
  background-image: url(./images/network-help-bg-image.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 2% 0;   
text-shadow: 2px 2px 5px black;
}
#network-header>h1{
  font-size: 2.5rem;
  text-align: center;
  color: white;
  font-weight: bold;
 
}
#network-header>h4{
  margin: 1% 0;
  color: white;
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#network-header>i{
  margin: 1% 0;
  color: white;
  font-size: 1.8rem;
  /* margin-left: 22%; */
  font-weight: bold;
}

@media screen and (360px <= width <= 480px){
  #network-help{
     /* border: 4px solid red; */
     text-align: center;
  }
  #network-header>i{
    font-size: 0.8rem;
    text-align: center;
   margin-left: 0;
  }
}
/* **************************8888888 */
#sub-network-help1{
   /* border: 1px solid red;/ */
padding-bottom: 40px;
   width: 100%;
   margin: auto;
   height: 100%;
}

#sub-network-help1 .container {
  margin-top: 1%;
  /* border: 1px solid green; */
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: center;
  justify-content: space-between;
}

#sub-network-help1 .card {
  /* padding: 3% 0; */
  border: 1px solid; 
  width: 300px;
  height: 270px;
  perspective: 1000px;
  /* margin: 10px ; */
}

#sub-network-help1 .card-inner {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #2c3e50;
  border: 1px solid lightgray;
  border-radius: 10px;
  /* padding: 5% 0; */
  position: relative;
  width: 100%;
  height: 270px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

#sub-network-help1 .card-front,#sub-network-help1 .card-back {
  /* padding: 2% 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#sub-network-help1 .card-front>h2{
font-size: 1.1rem; 
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: bold;
color: #4a9f3b;
margin-bottom: 1.1%;
}
#sub-network-help1 .card-front>p{
  font-size: 1.05rem; 
  line-height: 1.2;
  /* text-align: center; */
 }

 #sub-network-help1 .card-front {
  background:linear-gradient(40deg,#e5f3ff,#f8f9fa,#f8f9fa,#e5f3ff);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
#sub-network-help1 .card-front>button{
  width: 50%;
 margin-left: 25%;
}

#sub-network-help1 .card-back {
  background:linear-gradient(40deg,#e5f3ff,#f8f9fa,#f8f9fa,#e5f3ff);
  transform: rotateY(180deg);
  padding: 20px;

}
#sub-network-help1 .card-back>button{
  /* width: 50%; */
 margin-left: 38%;
}

#sub-network-help1 .card-back>p{
  font-weight: bold;
  color: #084c7f;
  /* text-decoration: underline; */
  font-size: 1.2rem;
  line-height: 2;
}
#sub-network-help1 .card-back>ul>li{
  font-size: 1.03rem;
}

#sub-network-help1 .details-btn {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 5%;
  background-color: #2c3e50;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

#sub-network-help1 .details-btn:hover {
  background-color: #5bb949;
  
}



/* *****************************8888 */
#free-consultation{
  margin-top: 2%;
  /* border: 1px solid red; */
  width: 100%;
  height: 100%;
  padding: 1% 0;
}
#consultation-container{
  /* border: 1px solid; */
  width: 70%;
  height: 100%;
  margin: auto;
  text-align: center;
  padding: 1% 0;
  border-radius: 10px;
  background: linear-gradient(170deg,#f8f9fa,#e5f3ff,#2c3e50);
  box-shadow: 2px 2px 15px lightgray;
}
#consultation-container>h1{
font-size: 1.9rem;
}
#consultation-container>p{
  margin: 1.5%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.2rem;
  color: #2c3e50;
}
#consultation-container>p>a{
  /* text-decoration: none; */
  color: #4a9f3b;
  font-size: 1.4rem;
  font-weight: bold;
}
#consultation-container>p>span{
font-style: italic;
font-weight: bold;
color: black;
}


/*  */
@media screen and (320px <= width <= 480px){
  #consultation-container>h1{
     font-size: 0.8rem;
  }
  #consultation-container>p{
     margin-top: 2%;
     font-size: 0.8rem;
  }
  #consultation-container>p>a{
     font-size: 0.8rem;
     font-weight:bold;
}
}
@media screen and (320px <= width <= 480px){
  #network-header>h4{
  font-size: 1.1rem;
  }
  #network-header>h6{
     font-size: 0.9rem;
     text-align: center;
  }
  .card{
     height: 185px;
     width: 250px;
  }
  .card-inner {
     height: 185px;
     width: 250px;
  }
  .card-front{
     /* border: 1px solid; */
     height: 180px;
     width:250px;
  }
  .card-front>h2{
     font-size: 0.8rem;
  }
  .card-front>p{

   font-size: 0.7rem;
  }
  .card-back{
     height: 180px;
     width:250px;
  }
  .card-back>p{
     font-size: 0.9rem;
  }
  .card-back>ul>li{
     font-size: 0.8rem;
  }
  .details-btn {
     font-size: 0.8rem;
     padding:5px;
}
}
@media screen and (320px <= width <= 480px){
  #network-security{
     padding: 2% 0;
  }
  #network-security-img>img{
     height: 6em;
   }
   #network-security-container>h1{
     font-size: 1rem;
   }
   #network-security-container>p{
     font-size: 0.5rem;
   }
   #Talk{
     margin-left: 50px;
     height: 10px;
   }
   #Talk>a{
     height: 10px;
     padding: 3px;
     font-size: 0.5rem;

}
}
@media screen and (320px <= width <= 480px){
  #network-solutions-container>h1{
     font-size: 1rem;
  }
  #network-solutions-container>p{
     font-size: 0.6rem;
  }
  #network-solutions-buttons{
     height: 30px;
  /* padding: 4px 2px; */
  }
  #network-solutions-buttons>button{
     height: 20px;
     /* text-align: center; */
     font-size: 0.4rem;
     padding: 0px 10px;
     /* margin-top: -10px; */
  }
  .network-content{
     word-spacing: 0px;
     letter-spacing: 0px;
     font-size: 0.5rem;
  }
  .network-content b{
  font-size: 0.5rem;
  margin-left: -1px;
  }
  #network-infrastructure{
     margin-right: 70px;
  }
  #network-infrastructure img{
     /* border: 1px solid; */
     height: 14em;
     width: 11.5em;
     margin-top: 50px;

    }
    #network-contact>p{
     font-size: 0.5rem;
    }
    #network-contact>p>a{
     font-size: 0.8rem;
}
}
@media screen and (320px <= width <= 480px){
  #why-choose-network{
     margin-top: 10%;
     /* border: 1px solid; */
  }
  #why-choose-network>h1{
     font-size: 1rem;
  }
  #why-choose-network h4{
     font-size: 0.6rem;
  }
  #sub-why-choose-network>p{
     font-size: 0.5rem;
  }
  .why-choose-network-items img{
     height: 1.5em;
  }
  .why-choose-network-items {
     /* border: 1px solid; */
     height: 35px;
     margin-left: -35px;
  }
  .why-choose-network-items p{
     font-size: 0.6rem;
     margin-top: 6%;
     margin-left: 10px;
  }
 
 #network-whychoose-btn{
  height: 27px;
  width: 25%;
  padding:0px;
 }
 #talk-to-us{
  font-size: 0.6rem;

}
}
@media screen and (320px <= width <= 480px){
  .network-overview-items::before{
     font-size: 0.6rem;
  }
  .network-overview-items>p{
     height: 100%;
     font-size: 10rem;
  }
  #network-overview-container2{
     margin-top: 2%;
  }
  #network-overview-container2>hr{
     /* color: red; */
     margin-left: 30px;
     height:200px;
  
  }
  #network-overview-image>img{
     height: 10em;
     width: 10em;
     margin-top: 20%;
  }
  #network-overview-content{
     /* border: 1px solid; */
     margin-left: -40px;
  }
  .network-overview-items{
     /* width: 85%; */
     height: 50px;
  }
  .network-overview-items>p{
     font-size: 8px;
     margin-left: 4px;
     margin-top: 13px;
     letter-spacing: 0px;
     word-spacing:0px;
  }
  
  #network-overview-container3 b{
     font-size: 0.5rem;
     margin-left: -160px;
     word-spacing:0px;
    }
    #network-overview-container3 b>a{
     font-size: 0.6rem;
    }
}

@media screen and (320px <= width <= 480px){
  #heron{  
     height: 200px;
  }
  #sub-heron{
     height: 200px;
  }
  #sub-heron::before{
     height:200px;
  }
  #hero-contentn{
     height: 40px;
  }
  #hero-contentn>h1{
     margin-left: -10px;
     font-size: 1.2em;
  }
  #hero-contentn>p{
     font-size: 9px;
     margin-left:35px ;
  }
  #heron-hr{
     width:100%;
}

}
