 /* *{
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
 }
 html,body{
  width:100vw;
  max-width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
 }  */

.li-disc{
  list-style-type: disc !important;
  margin-left: 16px;
}
.had-icon-clr{
  fill: #5b5f67;
}
 /* Overlay */
 .overlay {
     position: fixed;
     top: 60px;
     right: 40px;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: end;
     align-items: center;
     z-index: 999;

     /* Animation */
     animation: slideFadeIn 0.5s ease forwards;
     opacity: 0;
     /* start hidden */
     transform: translateX(100px);
     /* start slightly offscreen */
     animation-delay: 1.5s;
 }

 @keyframes slideFadeIn {
     to {
         opacity: 1;
         transform: translateX(0);
     }
 }

 /* Popup Box */
 .popup {
     background: #fff;
     padding: 30px;
     width: 400px;
     border-radius: 8px;
     position: relative;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
 }

 /* Close Button */
 .close-btn {
     position: absolute;
     top: 10px;
     right: 15px;
     font-size: 22px;
     cursor: pointer;
     color: #333;
 }

 .fnt-24 {
     font-size: 24px;
 }

 h2 {
     margin-top: 0;
 }

 input,
 textarea {
     width: 100%;
     padding: 10px;
     margin-top: 6px;
     margin-bottom: 20px;
     border: 1px solid #ccc;
     border-radius: 4px;
 }

 textarea {
     resize: vertical;
     min-height: 100px;
 }

 .btn-submit {
     background-color: #16a086;
     color: white;
     padding: 12px 20px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
 }

 .btn-submit:hover {
     background-color: #c9302c;
 }

 /*  patners logo slider  */


 @keyframes scroll {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(calc(-250px * 7))
     }

 }

 .slider-cus {
     height: 100px;
     margin: auto;
     overflow: hidden;
     position: relative;
     width: auto;

     .slide-track-cus {
         animation: scroll 30s linear infinite;
         display: flex;
         width: calc(250px * 14);
     }

     .slide-cus {
         height: 100px;
         width: 250px;
     }
 }

 .whatsapp-icon {
     position: fixed;
     left: 20px;
     bottom: 20px;
     z-index: 1000;
 }

 .whatsapp-icon img {
     width: 50px;
     height: auto;
     border-radius: 50%;
 }

 /* .overflow-hidden{
    overflow: hidden !important;
    height: 600px;
    background-size: cover;
    width: 100%;
} */

 .about-img1 {
     background-image: url('../images/about/about-01.jpg');
     background-size: cover;
     background-position: center;
 }

 .about-img2 {
     background-image: url('../images/about/about-02.jpg');
     background-size: cover;
     background-position: center;
 }

 .custom-list li {
     margin-bottom: 15px;
     font-size: 16px;
     line-height: 1.6;
    
 }

 .custom-list li strong {
     color: #6c6c6c;
     /* Bootstrap primary color */
 }

 @media (max-width: 576px) {
     .custom-list li {
         font-size: 15px;
     }
 }

   #contentBox {
      display: none;
      margin-top: 20px;
    }
    .btn-toggle {
      width: 100%;
    }

.bg-grad {
    background: linear-gradient(45deg, #1b374c, #04a692);
}

/* follter contact us button  */

    .contact-box {
      background: #ffffff00;
      width: 100%;
      max-width: 500px;
      padding: 6px 12px;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      text-align: center;
      color: rgb(60, 59, 59);
      /* border: 1px solid white; */
      backdrop-filter: blur(7px);
    }

    .contact-box h2 {
      font-weight: 700;
      letter-spacing: 3px;
      color: white;
      /* margin-bottom: 25x; */
    }

    /* .underline {
      width: 40px;
      height: 3px;
      background-color: #ffffff;
      margin: 10px auto 20px;
    } */

    .contact-box p {
      font-size: 14px;
      color: #ffffff;
      margin-bottom: 20px;
    }

    .form-control-cus {
      border: none !important;
      border-bottom: 1px solid #000 !important;
      border-radius: 0 !important;
      margin-bottom: 20px !important;
      font-size: 14px !important;
    }

    .form-control-cus:focus {
      box-shadow: none !important;
      border-color: #28a745 !important;
    }

    .btn-custom {
     
      color: #fff;
      border-radius: 25px;
      padding: 10px 20px !important;
      font-weight: 500;
      transition: 0.3s;
     
    }

  

    @media (max-width: 576px) {
      .contact-box {
        padding: 30px 20px;
      }
    }

    .bdr-rad-20{
        border-radius: 20px;
    }

 .call-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
  }

  .call-btn:hover {
    background-color: #004080; /* Dark blue */
    color: white;
    border: 1px solid  #004080;
  }

  .whatsapp-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
  }

  .whatsapp-btn:hover {
    background-color: #25D366;
    color: white;
    border: 1px solid #25D366;
  }

  .whatsapp-btn i {
    color: #ffffff;
  }

  .whatsapp-btn:hover i {
    color: white;
  }
  .cus-btn{
    border: 1px solid white;
    color: white;
    transition: all linear 0.35s;
    padding: 10px 20px;
    border-radius: 20px;
  }
   .cus-btn:hover{
    background-color: #05233a;
    color: white;
    border: 1px solid #05233a;
  }
.mcc-img{
    background-image: url('../images/img/products/mccBig.jpg');
    background-size: cover;
    background-position: center;
}
/* micro system page code  */

.card-custom {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.45s ease-in-out;
    height: 100%;
    border-bottom: 5px solid #16A086 !important;
}

.card-custom:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

 .icon {
    font-size: 30px;
    color: #16a086;
    margin-bottom: 15px;
}

.card-custom h5 {
    font-weight: 600;
    color: #333;
}

.card-custom p {
    color: #555;
    font-size: 15px;
    margin-bottom: 0;
}
/* stytem page design */

 .icon-list {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
    }

    .icon-list i {
      color: green;
      margin-right: 15px;
      font-size: 18px;
      margin-top: 4px;
    }

    .icon-list p {
      margin: 0;
      font-size: 16px;
    }

    @media (max-width: 576px) {
      .icon-list {
        flex-direction: row;
        align-items: flex-start;
      }
    }
  
    
    .custom-card {
      margin-bottom: 25px;
    }
    .content-text {
      font-size: 16px;
      color: #555;
    }

.bg-smart-section{
   background-image: url('../images/img/system/Strategies.jfif');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 300px;
}
.bg-smart-section-2{
   background-image: url('../images/img/system/Strategies.jfif');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 300px;
}
.thead-green {
      background-color: #16A086;
      color: white;
    }
.overflow-hdd{
  overflow: hidden !important;
  width: 100vw;
  height: 40vh;
}
.bg-smart-section-3{
   background-image: url('../images/img/system/smart-bg-full.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 300px;
      overflow-x: hidden;
}

/* him styling services page  */
.hi-section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0c3c60;
}

.hi-highlight {
  color: #16A086;
}

.hi-info-box {
  padding: 25px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.hi-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.hi-info-icon {
  font-size: 24px;
  color: #16A086;
  margin-right: 10px;
}

.hi-custom-list li {
  margin-bottom: 10px;
}

.hi-custom-list i {
  color: #28a745;
  margin-right: 8px;
}

.hi-image-box {
  text-align: center;
}

.hi-image-box img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
  .him-section-2 {
      background-image: url('../images/img/services/hmi.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 300px;
      overflow-x: hidden;
      height: 70vh;
    }

    @media (max-width: 992px) {
      .him-section-2 {
        height: 60vh;
        background-position: center top;
      }
    }

    @media (max-width: 768px) {
      .him-section-2 {
        height: 50vh;
        background-position: top;
      }
    }

    @media (max-width: 576px) {
      .him-section-2 {
        height: 40vh;
        background-position: top center;
      }
    }
.pro-Solution-img{
     background-image: url('../images/img/services/process-img.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 300px;
      overflow-x: hidden;
      /* height: 70vh; */
}
.pro-img-sec-2{
     background-image: url('../images/img/services/pro-img-sc-2.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 300px;
      overflow-x: hidden;
      /* height: 70vh; */
}

.card-bdr{
      border: 1px solid #16a086;
    border-radius: 10px;
    border-bottom: 5px solid #16a086;
}
.text-clr{
  color: #16A086 !important;
}
/* ============================================== service field vfd repair-servies ===================================================*/

.icon-box {
  width: 50px;
  height: 50px;
  /* background: #007bff; */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .step {
    flex-direction: column;
    text-align: center;
  }
  .icon-box {
    margin: 0 auto 10px auto;
  }
}

/* ========================================== Transition effect ====================================== */

 /* .card-custom {
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    transition: background-color 0.4s ease, color 0.4s ease;
    height: 100%;
  }

  .card-custom i.icon {
    font-size: 2rem;
    color: #6c757d;
    transition: color 0.4s ease;
    margin-bottom: 1rem;
    display: inline-block;
  }

  .card-custom h5,
  .card-custom p {
    color: #343a40;
    transition: color 0.4s ease;
  }

  .card-custom:hover {
    background-color: #16A086; 
  }

  .card-custom:hover i.icon,
  .card-custom:hover h5,
  .card-custom:hover p {
    color: #ffffff !important;
  } */
/*===========================================toool csss =================================================== */
    /* .btn-contact-cus {
      background-color: #fff;
      color: #000000;
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: bold;
      border: none;
      margin-top: 10px !important;
    }
    .btn-contact-cus:hover{
      text-decoration: none;
      background-color: #05263c;
      color: white;
    } */

    .custom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 34px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom-btn i {
  font-size: 18px;
}

.custom-btn:hover {
  background-color: #041e39;
  color: #fff;
}
/* ========================= Networking ====================== */
.net-img-sec-2 {
  background-image: url('../images/img/services/networking.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  min-height: 500px; /* default height for desktop */
  overflow: hidden;
}

/* Optional: Responsive height adjustments */
@media (max-width: 768px) {
  .net-img-sec-2 {
    min-height: 300px;
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  .net-img-sec-2 {
    min-height: 250px;
    border-radius: 4px;
  }
}
/* --------------------------------------- stystem -cross -platform page css ----------------------------------------------------*/

.image-container {
  overflow: hidden;
  border-radius: 10px;
}

.responsive-img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.responsive-img:hover {
  transform: scale(1.05);
}

/* --------------------------------------- stystem -cross -platform page css ----------------------------------------------------*/