* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: inter_regular, fallback-inter_regular, Arial, sans-serif;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f3f2f2;
    height: 10vh;
  }
  
  .logo {
    height: 10vh;
  }
  
  .logo img {
    width: 100%;
    height: 100%;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  .nav-links li a {
    color: rgb(31, 30, 30);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
  }
  
  .nav-links li a:hover {
    color: #000000;
    text-decoration: underline;
  }
  
  .icons a {
    color: rgb(31, 30, 30);
    font-size: 24px;
  }
  
  /* Hamburger Menu */
  .hamburger {
    display: none;
    font-size: 4vh;
  }
  
  
  /* Mobile Responsiveness */
  @media (max-width: 768px) {
    .nav-links {
      display: none;
      position: absolute;
      top: 13vh;
      left: 0;
      right: 0;
      background-color: #ffffff;
      ;
      flex-direction: column;
      gap: 15px;
      padding: 20px;
      color: rgb(31, 30, 30);

    }
  
    .nav-links.active {
      display: flex;
    }
  
    .hamburger {
      display: flex;
      color: rgb(31, 30, 30);

  
    }
  
    .icons a {
        color: rgb(31, 30, 30);
      font-size: 24px;
    }
  
  }

  .whatsp
{
position: fixed;
  top:81%;
  left:80%;
}
.whatsp img{
  width:100px;
}

  /* <!-- head section1 --> */
.main-head-product{
  width: 98%;
  margin: 1% 0%;
padding: 1% 0%;
  box-shadow: 0px 0px 3px 1px rgb(233, 232, 232);
  display: flex;
  justify-content: space-around;
      font-size: 14px;
}
.p1sec1{
  display: flex;
  justify-content: space-around;
  margin: 1%;
}
.p1 p{
  text-align: center;
  color: #474747;

}
  .p1 img{
    width: 30%;
    border-radius: 10px;
  }

/* intro-comp */
.intro-comp{
  background:linear-gradient(rgba(0, 0, 0, 0.126),rgba(0, 0, 0, 0.121)),url(https://png.pngtree.com/thumb_back/fh260/back_our/20190620/ourmid/pngtree-electronic-technology-website-texture-background-banner-image_156039.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  color:white;
  align-items: center;
  align-content: center;
      font-size: 14px;
}

.head-line-intro{
  text-align: left;
  margin-left: 3%;
}


/* hardware-services */
.hardware-all-text {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
}

.hardware-text1 {
  background-color: #20afd3;
  padding: 2% 0%;
  color: aliceblue;
}

.h-t-content1 {
  height: 5vh;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100%;
  color: #fff;
  margin: 1% 0%;
}

.hardware-all-text p {
  width: 100%;
  border: 1px solid #038d5f;
  text-align: center;
  padding: 1% 0%;
}


/* hardware-img-section */
.hardware-img-section
{
  display: flex;
  justify-content: space-around;
  margin: 2% 0%;
}
.hardware-img-section .card
{
  width:30%;
  background-color: #fffefe;
  box-shadow: 0px 0px 10px 2px rgb(223, 220, 220);
}
.hardware-img-section .card .c-img{
  width:100%;
  height: 70%;
  object-fit: cover;
}


/* Networking */
.Networking-text1 {
  background-color: #20afd3;
  padding: 2% 0%;
  color: aliceblue;
}

.networking-img-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.networking-img-section .card {
  background-color: #fffefe;
  box-shadow: 0px 0px 10px 2px rgb(223, 220, 220);
  width: 23%;
  padding-bottom: 3%;
  text-align: center;
}
.img img{
  width: 100%;
  object-fit: cover;

}
.networking-img-section .card img {
  width: 100%;
  height: 35vh;
  padding: 2% 0.5%;
  object-fit: cover;
}
/* installation service */
.installation-text1{
  background-color: #20afd3;
  padding: 2% 0%;
  color: aliceblue;
}
.installation-card{
margin: 2% 2%;
display: flex;
justify-content:space-around;
align-content: center;
align-items: center;
 }
 
 .installation-img{
 width: 40%;

 }
.installation-img img{
  width: 100%;
  object-fit: cover;
}
.installation-text{
  width:40%;
  text-align: center;
}
/* website  */

.website-text1 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}

.website-text1 table {
  width: 100%;
  
}
.all-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.table-sec,
table {
  width: 90%;
  border-collapse: collapse;
  text-align: center;

}

.table-sec th,
tr {
  height: 45px;
  color: rgb(49, 49, 49);
}

.table-sec table,
th,
td,
tr {
  border: 0.5px solid #20afd3;
  ;
}

.table-sec td a {
  color: rgb(49, 49, 49);
}

.table-sec td a:hover {
  color: #fff;

}

.table-sec td:hover {
  background-color:#20afd3;
  color: #fff;
  cursor:pointer;
  transition: 0.3s;
}

.table-sec td:hover a {
  color: #fff;

}
.table1-txt1{
  width: 100%;
  margin: 0% 3%;
}
.table1-txt1 img{
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.contact-text button {
  width: 140px;
  height: 8vh;
  border: 1px solid #20afd3;
  background: none;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
}

.contact-text button:hover {
  background-color: #20afd3;
  color: #fff;
  transition: 0.5s;
}

  /* footer */
  /* footer */
  /* footer */
  /* footer */
  

footer {
    background-color: #20afd3;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
  
  .footermain {
    display: flex;
    justify-content: space-between;
  
  }
  
  .footerlogo img {
  
    height: 10vh;
  }
  
  .footernevbar ul {
    list-style: none;
    /* margin: 10px 200px; */
  
  }
  
  .footernevbar li {
    margin-top: 10%;
  }
  
  .footernevbar li a {
    text-decoration: none;
    color: #ddd;
  }
  
  .footericons {
    margin-top: 3%;
    text-align: left;
  }
  
  .footernevbar hr {
    width: 200px;
  }
  

  /* contact */
  /* contact */
  /* contact */

  .hero2 {
    color: #fff;
    display: flex;
    justify-content: center;
    background: linear-gradient(rgb(243, 3, 3),rgb(37, 221, 0),rgb(234, 0, 255));
    border-radius: 20px;
    margin-top: 2%;
    width: 90%;
  }
  
  .hero2 img {
    width: 100%;
    height: 70vh;
    border-radius: 20px;
  }
  .hero2 img:hover{
    -webkit-filter:brightness(100%);
  }
  .hero2:hover{
    background: linear-gradient(rgb(234, 0, 255),rgb(37, 221, 0),rgb(243, 3, 3));
  -webkit-filter:none;
  
  }
  .hero2 .hero-text {
    background: linear-gradient(rgba(56, 136, 80, 0.767), rgba(15, 158, 58, 0.603));
    padding: 20px;
    border-radius: 10px;
  }
  .contact-info {
    padding: 50px 20px;
    text-align: center;
  }
  
  .contact-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .contact-details {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  
  }
  
  .contact-item {
    width: 25%;
    background-color: #03518d;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: #fcfcfc;
    box-shadow: 0px 0px 10px 1px rgb(139, 139, 139);
  
  
  }
  
  .contact-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fcfcfc;
  
  }
  
  .contact-item p {
    font-size: 16px;
    color: #fcfcfc;
  }
  
  .contact-item a {
    color: #ececec;
    font-size: 16px;
  }
  
  .contact-item a:hover {
    color: #ffffff;
    color: #333;
  }
  
  .contact-form {
    background-color: #fafafa;
    padding: 50px 20px;
  }
  
  .contact-form h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .contact-form .form-group {
    margin-bottom: 20px;
  }
  
  .contact-form label {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .contact-form button {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
  
    transition: 0.3s;
  }
  
  .contact-form button:hover {
    background-color:#038d5f;
  }
  
  /* servicespage */
  /* Hosting Plans */
  .hosting-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
  
  .plan {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 30%;
    text-align: center;
    box-sizing: border-box;
  }
  
  .plan h3 {
    color: #4CAF50;
    font-size: 1.5em;
  }
  
  .plan p {
    font-size: 1em;
    color: #555;
  }
  
  .plan strong {
    color: #000;
  }
  /* feed-back */

.feedback {
  margin: 1% 0%;
  background-color: #03888d;
  color: #ffffff;
  padding: 2% 0%;
}

.feedback h1 {
  margin: 1% 0%;
}

.f-s1 {
  display: flex;
  justify-content: space-around;
}

.fd {
  width: 40%;
  padding: 1% 2%;
  text-align: center;
  display: flex;
  align-items: center;

}

.fd img {
  border-radius: 50%;
  width: 20%;
  object-fit: cover;
}
  
