* {

    margin: 0;
    padding: 0;    
    box-sizing: border-box;   
    }

body {  
    background-color: #fff;
    font-family: cursive;
   
  }



/* .....................................The navigation menu.......................................... */
    
    a {
    text-decoration: none;   
    }
    
    li {  
    list-style: none;
    }

    p{
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
      Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }

    h3{
      font-family:Georgia, 'Times New Roman', Times, serif;
    }
  
    h4{
      font-family:Georgia, 'Times New Roman', Times, serif;
    }
  
    

    .navbar {
        display: flex;
        width: 100%;       
        align-items: center;       
        justify-content: space-between;       
        padding-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-left: 20px;        
               
        color: #fff;       
        position: fixed;
        z-index: 10; 
        background-image: url("img/nav/navbar.webp");
        background-size: cover;
        background-position: center;  
        }
      
        .nav-links a {      
        color: #fff; 
            
        }

        .nav-links a:hover {
            color: #00bfff;
            
            
        }

        
        /* LOGO */
        
        .logo {
          z-index: 9;
        
        }
        
        /* NAVBAR MENU */       
        .menu {       
        font-size: 15px;       
        }

        .menu > ul {
        display: flex;
        gap: 1em;
        list-style: none;
        }
        
        .menu li:hover {        
        font-size: 20px;
        border-radius: 5px;       
        transition: 0.3s ease;       
        }
        




        .menu .active {        
          
          border-radius: 5px;              
          }
          .menu .active a {        
            color: #fff; 
            font-size: 20px;
               
        transition: 0.3s ease;  
                                
            }

        
        .menu li {       
        padding: 5px 14px;        
        }
        
        /* DROPDOWN MENU */
        
        .services {        
        position: relative;        
        }
        
        
        .dropdown {       
        background-image: url("img/nav/navbar.webp");   
        background-size: cover;
        background-position: center;   
        
        padding: 1em 0;      
        position: absolute; /*WITH RESPECT TO PARENT*/        
        display: none;        
        border-radius: 8px;       
        top: 35px;       
        }
        
        .dropdown li + li {       
        margin-top: 10px;       
        }
        
        .dropdown li {       
        padding: 0.5em 1em;       
        width: 15em;       
        text-align: center;
        font-size: 15px;      
        }
        
        .dropdown li:hover {       
        color: #0bbfff; 
        font-size: 15px; 
        background-color: #fff;     
        }

        .services:hover .dropdown {       
        display: block;
        
        }
  


        /*RESPONSIVE NAVBAR MENU STARTS*/

/* CHECKBOX HACK */

input[type=checkbox]{
    display: none;   
    } 
    
    /*GITECH MENU*/
    
    .gitech {    
    display: none;   
    font-size: 24px;
    user-select: none;   
    }
    










      
    /*--------------------------- APPLYING NAVBAR MEDIA QUERIES  768px  Mobile Phones--------------------
     */
    
     @media (max-width: 850px) {

   
      
      p{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
      }
    
      a{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      }
    
    
      h3{
        font-family:Georgia, 'Times New Roman', Times, serif;
      }
    
      h4{
        font-family:Georgia, 'Times New Roman', Times, serif;
      }
    
    
      .navbar{
        height: 80px;
      }
    
    
    
    
    
           .logo img{
            width: 250px;
           }
    
           
          
          .menu { 
        
        display:none;
        position: absolute;
    
    
        color: #fff;       
        position: fixed;
        z-index: 9; 
        background-image: url(img/nav/navbar.webp);
        background-size: cover;
        background-position: right;
        
        
    
    
        right: 0;
        left: 0;
        text-align: center;
        margin-top:0;
        font-size: 18px;
        
        margin-left: 40%;
        height: 100vh;
       
        }

        .menu > ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        padding-top: 10px;
        }
    
    
        .menu li {  
          padding-top: 30px;  
        display: block;
        width: 100%;
        
        color: #fff;
        transition: 0.3s ease;
        }
        
        .menu li + li {
        margin-top: 12px;
        
        }
        
        input[type=checkbox]:checked ~ .menu{
        display: block;
        }
        
        .gitech {
        display: block;
        
        padding-top: 23px;
        padding-bottom: 23px;
        }
        
        .dropdown {  
          width: 100%;  
          align-content: center;
          
        
        transform: translateX(5%);
        }
    
        .dropdown.open .dropdown {
          display: block;
        }
    
    
        
        .dropdown{
          cursor: pointer;
          
        }
        
        .dropdown li a {
          display: block;
          
        }
        
    
    
    
    
        
        .dropdown li:hover {
        background-color: #00bfff;
        color: #fff;
        }
    
    
        
        .menu .active {        
              
          border-radius: 5px;              
          }
          .menu .active a {        
            color: #fff; 
            font-size: 16px;
               
        transition: 0.3s ease;  
                                
            }
    
        
        .menu li {   
          margin-top: 50px;    
        padding: 10px 10px;        
        }
      }
    
    
    
    






























    


/* ....................................SYSTEM SUPPORT ADN MAINTENANCE.......................................... */
.sys-back{
  background-image: url("img/systembox/back.webp");
}


.about {
  background: #fff;
  padding: 80px 50px;
  position: relative;
  margin: 0 70px;
  box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
  border-radius: 60px;
  padding-top: 120px;
  opacity: 0.8;
}

.container_width {max-width: 1380px;
padding: 0 15px;
display: block;
margin: 0 auto;
clear: both;


}

.about .titlepage {
   padding-bottom: 0;
}
.about .titlepage h1,
.about .titlepage h2 {
  position: relative;
  padding-bottom: 18px;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      color: #00bfff;
}

.about .titlepage h1::before,
.about .titlepage h2::before {
  position: absolute;
  content: "";
  bottom: 0px;
  background: #00bfff;
  width: 93px;
  height: 11px;
  left: 0;
  border-radius: 20px;
}
.about .titlepage p {
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #111111;
  padding: 20px 0px 20px 0px;
}


.about_img figure {
   margin: 0;
}







  /* .....................................system support.......................................... */
 
  .system-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left:  40px;
    padding-right:  40px;
    padding-top: 120px;
   
    align-items: center;
    justify-items: center;
    grid-column-gap: 50px;
}

  .sysbox{
    flex: 3 1 320px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    padding: 30px;
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff; opacity: 0.8;
  
    border-radius: 15px;
}



.sysbox:hover{
    flex: 3 1 320px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    padding: 30px;
    height: auto;
    text-align: center;
    color: white;
    background-color: #00bfff;
}



.sysbox h2, .sysbox h3{
    color: deepskyblue;
    font: 500;
    font-size: 20px;
    font-weight: 1000;
    padding: 5px;
    
}



.sysbox p{
  
  font-size: 14px;
  text-align: justify;
 
  
}


.sysbox h2:hover, .sysbox h3:hover{
    color: white;

}






      
    /*--------------------------- system support and maintenance  768px  Mobile Phones--------------------
     */
    
     @media (max-width: 850px) {


      





      .sys-back{
        background-image: url("img/systembox/back.webp");
      }
      
      
      .about {
        background: #fff;
        padding: 0px 5px;
        position: relative;
        margin: 0 0px;
        box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
        border-radius: 60px;
        padding-top: 120px;
        opacity: 0.8;
      }
      
      .container_width {max-width: 1380px;
      padding: 5px 5px;
      display: block;
      margin: 0px 0px;
      clear: both;
      
      
      }
      
      .about .titlepage {
         padding-bottom: 0;
      }
      .about .titlepage h1,
.about .titlepage h2 {
        position: relative;
        padding-bottom: 18px;
      }
      
      .about .titlepage h1::before,
.about .titlepage h2::before {
        position: absolute;
        content: "";
        bottom: 0px;
        background: #00bfff;
        width: 93px;
        height: 11px;
        left: 0;
        border-radius: 20px;
      }
      .about .titlepage p {
        text-align: justify;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #111111;
        padding: 20px 0px 20px 0px;
      }
      
      
      .about_img figure {
         margin: 0;
      }
      
      
      
      
      
      
      
        /* .....................................system support.......................................... */
       
        .system-box {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          padding-left:  20px;
          padding-right:  20px;
          padding-top: 30px;
         
          align-items: center;
          justify-items: center;
          grid-column-gap: 10px;
      }
      
        .sysbox{
          flex: 1 1 320px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
          transition: all ease-in-out 0.3s;
          padding: 10px;
          height: auto;
          text-align: center;
          margin-bottom: 20px;
          background-color: #fff; opacity: 0.8;
        
          border-radius: 15px;
      }
      
      
      
      .sysbox:hover{
          flex: 3 1 320px;
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          transition: all ease-in-out 0.3s;
          padding: 30px;
          height: auto;
          text-align: center;
          color: white;
          background-color: #00bfff;
      }
      
      
      
      .sysbox h2, .sysbox h3{
          color: deepskyblue;
          font: 500;
          font-size: 20px;
          font-weight: 1000;
          padding: 5px;
          
      }
      
      
      
      .sysbox p{
        
        font-size: 14px;
        text-align: center;
       
        
      }
      
      
      .sysbox h2:hover, .sysbox h3:hover{
          color: white;
      
      }
      

     }




     


    
    
    /*--------------------------- APPLYING System Support and Maintenance QUERIES  1000px  15 inches--------------------
     */
    
     @media (min-width: 1500px) {



/* ....................................SYSTEM SUPPORT ADN MAINTENANCE.......................................... */
.sys-back{
  background-image: url("img/systembox/back.webp");
}


.about {
  background: #fff;
  padding: 80px 50px;
  position: relative;
  margin: 0 70px;
  box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
  border-radius: 60px;
  padding-top: 120px;
  opacity: 0.8;
}

.container_width {max-width: 1380px;
padding: 0 15px;
display: block;
margin: 0 auto;
clear: both;


}

.about .titlepage {
   padding-bottom: 0;
}
.about .titlepage h1,
.about .titlepage h2 {
  position: relative;
  padding-bottom: 18px;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      color: #00bfff;
}

.about .titlepage h1::before,
.about .titlepage h2::before {
  position: absolute;
  content: "";
  bottom: 0px;
  background: #00bfff;
  width: 93px;
  height: 11px;
  left: 0;
  border-radius: 20px;
}
.about .titlepage p {
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #111111;
  padding: 20px 0px 20px 0px;
}


.about_img figure {
   margin: 0;
}







  /* .....................................system support.......................................... */
 
  .system-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left:  40px;
    padding-right:  40px;
    padding-top: 120px;
   
    align-items: center;
    justify-items: center;
    grid-column-gap: 60px;
}

  .sysbox{
    flex: 3 1 450px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    padding: 30px;
    height: 260px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff; opacity: 0.8;
  
    border-radius: 15px;
}



.sysbox:hover{
    flex: 3 1 320px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    padding: 30px;
    height: auto;
    text-align: center;
    color: white;
    background-color: #00bfff;
}



.sysbox h2, .sysbox h3{
    color: deepskyblue;
    font: 500;
    font-size: 20px;
    font-weight: 1000;
    padding: 5px;
    
}



.sysbox p{
  
  font-size: 14px;
  text-align: justify;
 
  
}


.sysbox h2:hover, .sysbox h3:hover{
    color: white;

}

     }



      

   
      





















































/* ....................................ICT SECURITY SOLUTIONS.......................................... */



.spacer{
  height: 120px;
  
}


.ict-back{

  background-image: url("img/ict/back.webp");
  background-size: contain;
  background-position: center;

}


.ict-about {
  background: #fff;
  padding: 20px 20px;
  position: relative;
  margin-right:  70px;
  margin-left:  70px;
  box-shadow: 20px 0px 62px rgba(13, 3, 3, 0.33);
  border-radius: 60px;
  opacity: 0.6;

  flex: 2 1;

  display: flex;
  margin-bottom: 20px;
}

.ict-info{
  padding: 50px;
}

.ict-info p{
 text-align: center;
 font-weight: 350;
}


.ict-info h2{
  text-align: center;
  padding: 20px;
  color: #00bfff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
  Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  
}



.ict-img img{
  width: 400px;
  border-radius: 60px;
}





    /*--------------------------- ICT Security  768px  Mobile Phones--------------------
     */
    

@media (max-width: 850px) {



  .spacer{
    height: 100px;
    
  }
  
  
  .ict-back{
  
    background-image: url("img/ict/back.webp");
    background-size: contain;
    background-position: center;
  
  }
  
  
  .ict-about {
    background: #fff;
    padding: 2px 2px;
    position: relative;
    margin-right:  5px;
    margin-left:  5px;
    box-shadow: 20px 0px 62px rgba(13, 3, 3, 0.33);
    border-radius: 60px;
  
    flex: 1 1;
  
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  
  .ict-info{
    padding: 10px;
  }
  
  .ict-info h2{
    text-align: center;
    padding: 20px;
    color: #00bfff;
  }
  
  
  
  .ict-img img{
    width:100%;
    padding: 10px;
    border-radius: 60px;
    align-self: center;
  }


}






























































/* ....................................NETWORK SOLUTIONS.......................................... */




 
/* .....................................Grid Network Solutions.......................................... */
.net-container {
    padding-top: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    

   
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;
    justify-items: center;
    grid-column-gap: 20px;


    background-image: url("img/sys/R.webp");
    background-size: cover;
    background-position: center;
  }
  
  .net-item {
    flex: 3 1 300px;
    margin: 15px;
    
  align-self: flex-start;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff; opacity: 0.8;

    height: 360px;
    
    padding: 10px;
    
    
    
  }
  
  .net-item p {
    font-size: 14px;
    font-weight: 200;
    color: #595959;
    text-align: center;
    padding: 10px;
    height: 80px;
  }
  
  .net-item h2 {
    text-transform:uppercase;
    text-align: center;
    padding: 10px;
    color: #0bbfff;
  }
  
  .net-item p {
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    padding: 10px;
  }

  
  
  .net-item img:hover {
  transform: scale(1.1);
  
  }




  
    /*--------------------------- Network Solutions  768px  Mobile Phones--------------------
     */
    

@media (max-width: 850px) {


  
/* .....................................Grid Network Solutions.......................................... */
.net-container {
  padding-top: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;

  

 
  padding-right: 5px;
  padding-left: 5px;
  align-items: center;
  justify-items: center;
  grid-column-gap: 0px;


  background-image: url("img/sys/R.webp");
  background-size: cover;
  background-position: center;
}

.net-item {
  flex:  1 1 100%;
  margin: 2px;
  
align-self: flex-start;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff; 
  opacity: 1.0;

  height: 360px;
  
  padding: 10px;
  
  
  
}

.net-item p {
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-align: center;
  padding: 5px;
  height: 80px;
}

.net-item h2 {
  text-transform:uppercase;
  text-align: center;
  padding: 10px;
  color: #0bbfff;
}

.net-item p {
  font-size: 14px;
  font-weight: 200;
  text-align: center;
  padding: 10px;
}



.net-item img:hover {
transform: scale(1.1);

}




}



    
    /*--------------------------- APPLYING network Solution and Maintenance QUERIES  1000px  15 inches--------------------
     */
    
     @media (min-width: 1500px) {



/* .....................................Grid Network Solutions.......................................... */
.net-container {
  padding-top: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;

  

 
  padding-right: 40px;
  padding-left: 40px;
  align-items: center;
  justify-items: center;
  grid-column-gap: 20px;


  background-image: url("img/sys/R.webp");
  background-size: cover;
  background-position: center;
}

.net-item {
  flex: 3 1 300px;
  margin: 15px;
  
align-self: flex-start;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff; opacity: 0.8;

  height: 360px;
  
  padding: 10px;
  
  
  
}

.net-item p {
  font-size: 14px;
  font-weight: 200;
  color: #595959;
  text-align: center;
  padding: 10px;
  height: 80px;
}

.net-item h2 {
  text-transform:uppercase;
  text-align: center;
  padding: 10px;
  color: #0bbfff;
}

.net-item p {
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  padding: 10px;
}



.net-item img:hover {
transform: scale(1.1);

}
/* .....................................Grid Network Solutions.......................................... */
.net-container {
    padding-top: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    

   
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;
    justify-items: center;
    grid-column-gap: 25px;


    background-image: url("img/sys/R.webp");
    background-size: cover;
    background-position: center;
  }
  
  .net-item {
    flex: 4 1 380px;
    margin: 15px;
    
  align-self: flex-start;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff; opacity: 0.8;

    height: 380px;
    
    padding: 10px;
    
    
    
  }
  
  .net-item p {
    font-size: 14px;
    font-weight: 200;
    color: #595959;
    text-align: center;
    padding: 10px;
    height: 80px;
  }
  
  .net-item h2 {
    text-transform:uppercase;
    text-align: center;
    padding: 10px;
    color: #0bbfff;
  }
  
  .net-item p {
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    padding: 10px;
  }

  
  
  .net-item img:hover {
  transform: scale(1.1);
  
  }

     }




















































  

  


/* ....................................SOFTWARE LICENSING.......................................... */

.software{
  height: 94vh;
  background-image: url("img/soft/R.webp");
  background-size: cover;
  background-position: center;
  padding: 120px 30px;
  display: flex;
}

.soft-info{
  padding: 30px 30px;
  width: 700px;
}


.soft-info h1{
  color: deepskyblue;
  font: 500;
  font-size: 30px;
  font-weight: 1000;
  padding: 20px;
  text-align: center;
  
}



.soft-info p{

font-size: 14px;
text-align: justify;


}

.img{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 20px;
}

.soft-image{
  border-radius: 20px;
}




  
    /*--------------------------- Software Licensing  768px  Mobile Phones--------------------
     */
    

     @media (max-width: 850px) {



      
.software{
  height:auto;
  background-image: url("img/soft/R.webp");
  background-size: cover;
  background-position: center;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
}

.soft-info{
  padding:5px 5px;
  width: 100%;
}


.soft-info h1{
  color: deepskyblue;
  font: 500;
  font-size: 30px;
  font-weight: 1000;
  padding: 20px;
  text-align: center;
  
}



.soft-info p{

font-size: 14px;
text-align: justify;


}

.img{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 20px;
}

.soft-image{
  border-radius: 20px;
 
}


.soft-image img{
  width: 100%;
 
}


     }


  
    /*--------------------------- APPLYING Software Licensing and Maintenance QUERIES  1000px  15 inches--------------------
     */
    
     @media (min-width: 1500px) {

      .software{
        height: 94vh;
        background-image: url("img/soft/R.webp");
        background-size: cover;
        background-position: center;
        padding: 120px 30px;
        display: flex;
      }
      
      .soft-info{
        padding: 30px 30px;
        width: 1100px;
      }
      
      
      .soft-info h1{
        color: deepskyblue;
        font: 500;
        font-size: 34px;
        font-weight: 1000;
        padding: 30px;
        text-align: center;
        
      }
      
      
      
      .soft-info p{
      
      font-size: 18px;
      text-align: justify;
      
      
      }
      
     



      
      .soft-image{
        border-radius: 20px;
        padding-left: 70px;
        padding-top: 130px;
      }

     
      
      

     }








































































/* ....................................CCTV & SECURITY SYSTEMS.......................................... */


.cctv-img{
  padding-top: 30px;
  height: 60vh;
  width: 100%;
  background-image: url("img/cctv/camera.webp");
  background-size: cover;
}




.cctv-container {
  padding-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
  padding-left: 40px;
  align-items: center;
  justify-items: center;
  grid-column-gap: 20px;


  background-image: url("img/sys/R.webp");
  background-size: cover;
  background-position: center;
}

.cctv-item {
  flex: 3 1 500px;
  margin: 10px 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff; opacity: 0.8;
  padding: 10px;
  border-radius: 30px;
    
}

.cctv-item p {
  font-size: 15px;
  font-weight: 200;
  color: black;
  text-align: center;
  
}

.cctv-item h2 {
  font-size: 16px;
  text-transform:uppercase;
  text-align: center;
  
  color: #0bbfff;
}





  
    /*--------------------------- system security  768px  Mobile Phones--------------------
     */
    

     @media (max-width: 850px) {



      
.cctv-img{
  padding-top: 10px;
  height: 21vh;
  width: 100%;
  background-image: url("img/cctv/camera.webp");
  background-size: cover;
  background-position: center;
}




.cctv-container {
  padding-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
  padding-left: 10px;
  align-items: center;
  justify-items: center;
  grid-column-gap: 0px;


  background-image: url("img/sys/R.webp");
  background-size: cover;
  background-position: center;
}

.cctv-item {
  flex: 3 1 500px;
  margin: 10px 3px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff; opacity: 0.8;
  padding: 10px;
  border-radius: 30px;
    
}

.cctv-item p {
  font-size: 15px;
  font-weight: 300;
  color: black;
  text-align: center;
  
}

.cctv-item h2 {
  font-size: 16px;
  text-transform:uppercase;
  text-align: center;
  padding: 3px 0px;
  color: #0bbfff;
}




     }




















































































/* ....................................IP TELEPHONY.......................................... */



.phone-background{
  
  height: 95vh;
  width: 100%;
  background-image: url("img/IpPhone/R.webp");
  background-size: cover;
  display: flex;
}


.phone-img{
  padding-left: 30px;
  padding-top: 110px;
  width: 600px;
}


.phone-img h1 {
  color: deepskyblue;
  font: 500;
  font-size: 30px;
  font-weight: 1000;
  padding-left: 300px;
  text-align: center;
 
}



.phone-info {
  width: 600px;
  padding-top: 160px;
  margin-left: 80px;
   
}

.phone-info p{
  font-size: 15px;
  text-align: justify;
  
}


  
    /*--------------------------- IP Telephony  768px  Mobile Phones--------------------
     */
    

     @media (max-width: 850px) {

 
.phone-background{
  
  height: 95vh;

  background-image: url("img/IpPhone/R.webp");
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}


.phone-img{
  padding: left 0;;
  padding-top: 110px;
  width: 100%;
}

.phone-img img{
 
  width: 100%;
}


.phone-img h1 {
  color: deepskyblue;
  font: 500;
  font-size: 18px;
  font-weight: 1000;
  padding-left: 0px;
  text-align: center;
 
}



.phone-info {
  width: 100%;
  padding-top: 0px;
  margin-left: 0px;
   
}

.phone-info p{
  font-size: 15px;
  text-align: justify;
  padding: 8px;
  
}

.phone-info img{
  display: none;
  
}




     }

/* ================= TABLET FIX: IP TELEPHONY (851px-1300px) ================= */
@media (min-width: 851px) and (max-width: 1300px) {

.phone-background{
height: auto;
min-height: 100vh;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
padding: 110px 20px 40px;
}

.phone-img{
padding-left: 0;
padding-top: 0;
width: 100%;
text-align: center;
}

.phone-img img{
max-width: 320px;
width: 100%;
height: auto;
}

.phone-img h1 {
padding-left: 0;
font-size: 26px;
}

.phone-info {
width: 100%;
padding-top: 20px;
margin-left: 0;
text-align: center;
}

.phone-info p{
max-width: 700px;
margin: 0 auto;
padding: 8px 15px;
text-align: left;
}

.phone-info img{
display: block;
max-width: 280px;
width: 100%;
height: auto;
margin: 15px auto 0;
}

}




  
    /*--------------------------- APPLYING Software Licensing and Maintenance QUERIES  1000px  15 inches--------------------
     */
    
     @media (min-width: 1500px) {



      

/* ....................................IP TELEPHONY.......................................... */



.phone-background{
  
  height: 95vh;
  width: 100%;
  background-image: url("img/IpPhone/R.webp");
  background-size: cover;
  display: flex;
}


.phone-img{
  padding-left: 50px;
  padding-top: 190px;
  width: 1000px;
}


.phone-img h1 {
  color: deepskyblue;
  font: 500;
  font-size: 30px;
  font-weight: 1000;
  padding-left: 300px;
  padding-bottom: 50px;
  text-align: center;
 
}



.phone-info {
  width: 600px;
  padding-top: 290px;
  margin-left: 10px;
   
}

.phone-info p{
  font-size: 18px;
  text-align: justify;
  
}


     }























































































/* .....................................Footer.......................................... */
.footer {
    background-color: #fff;
    padding: 10px;
    text-align: center;
  }
  
  .footer p {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
  }
  
  
  
  
/* ================= FAQ SECTION (added) ================= */
.faq-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 40px 60px;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #00bfff;
  font-size: 1.8rem;
}
.faq-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.faq-item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #222;
}
.faq-item p {
  color: #595959;
  font-size: 0.95rem;
  line-height: 1.6;
}
/* ================= END FAQ SECTION ================= */

/* ================= NEW: GENERIC SERVICE PAGE TEMPLATE (10-category rebuild) ================= */
.svc-hero {
  text-align: center;
  padding: 48px 20px 16px;
  max-width: 900px;
  margin: 0 auto;
}
.svc-hero h1 {
  font-size: 2.1rem;
  margin: 0 0 14px;
  color: #1a1a1a;
}
.svc-hero p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}
.svc-badge {
  display: inline-block;
  background: #e6f9ff;
  color: #0090c2;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.svc-hero-media {
  max-width: 1000px;
  margin: 8px auto 32px;
  padding: 0 20px;
}
.svc-hero-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 36px auto;
  padding: 0 24px;
}
.svc-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.svc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.svc-card h2 {
  font-size: 1.1rem;
  color: #0090c2;
  margin: 0 0 10px;
}
.svc-card p {
  color: #595959;
  font-size: 0.93rem;
  line-height: 1.6;
  margin: 0;
}
.svc-benefits {
  max-width: 1100px;
  margin: 10px auto 0;
  padding: 30px 40px 10px;
  text-align: center;
}
.svc-benefits h2 {
  color: #00bfff;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.svc-benefits p {
  color: #595959;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto;
}
.svc-cta {
  max-width: 1100px;
  margin: 30px auto 10px;
  padding: 30px 24px;
  text-align: center;
  background: #f2fbff;
  border-radius: 10px;
}
.svc-cta h2 {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-size: 1.4rem;
}
.svc-cta p {
  color: #555;
  margin: 0 0 18px;
}
.svc-cta a.svc-btn {
  display: inline-block;
  background: #00bfff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  transition: background 0.2s ease;
}
.svc-cta a.svc-btn:hover {
  background: #0090c2;
}
.svc-related {
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 0 24px;
  text-align: center;
  color: #777;
  font-size: 0.92rem;
}
.svc-related a {
  color: #0090c2;
  text-decoration: none;
  font-weight: 600;
}
.svc-related a:hover { text-decoration: underline; }
/* ================= END NEW SERVICE TEMPLATE ================= */


/* ===================== FLUID DESIGN (service pages, shared by 12 pages) ===================== */
.svc-hero {
  padding: clamp(28px, 6vw, 48px) clamp(16px, 4vw, 20px) 16px !important;
}
.svc-hero h1 {
  font-size: clamp(1.6rem, 1rem + 2.2vw, 2.1rem) !important;
}
.svc-hero p {
  font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.05rem) !important;
}
.svc-badge {
  font-size: clamp(0.72rem, 0.65rem + 0.2vw, 0.8rem) !important;
}
.svc-hero-media {
  padding: 0 clamp(12px, 3vw, 20px) !important;
  margin: 8px auto clamp(20px, 4vw, 32px) !important;
}
.svc-grid {
  gap: clamp(16px, 3vw, 24px) !important;
  padding: 0 clamp(16px, 3vw, 24px) !important;
  margin: clamp(24px, 4vw, 36px) auto !important;
}
.svc-card {
  padding: clamp(18px, 3vw, 24px) !important;
}
.svc-card h2 {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.1rem) !important;
}
.svc-card p {
  font-size: clamp(0.88rem, 0.85rem + 0.1vw, 0.93rem) !important;
}
