body {
    font-family: Arial, sans-serif;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.Faqs {
    padding: 60px 20px;
    background-color: #F2F8FD;
}
.iotDevSec {
     background: url('./../../images/iot_solutions_banner.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.iotDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.iotDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.iotDevSec .text-column {
    margin-top: 50px;
}

.iotDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.iotDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}



.iotDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .iotDevSec {
        padding: 0;
    }
    .iotDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .iotDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .iotDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .iotDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .iotDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
/* iotdevsev end */

/* iot solutions section start */
section.iot-solutions-section {
    background-color: #F5F5F5;
     padding: 60px 20px
}

.iot-solutions-section span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}

.iot-solutions-section h2 {
        font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}


.iot-solutions-section p {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.iot-solutions-section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.iot-solutions-section .btn-primary:hover {
    background: linear-gradient(90deg, rgba(0, 107, 204, 1) 100%, rgba(0, 149, 228, 1) 0%);
}

.iot-solutions-section .image-container {
    text-align: right;
}

.iot-solutions-section img {
    max-width: 77%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: -30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .iot-solutions-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .iot-solutions-section h2 {
        font-size: 24px;
    }

    .iot-solutions-section h2,
    .iot-solutions-section p {
        text-align: center;
        font-size: 16px;
    }

    .iot-solutions-section .image-container {
        text-align: center;
    }

    .iot-solutions-section img {
        margin: 0 auto;
        max-width: 80%;
    }

    .iot-solutions-section .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}
/* iot solutions section end */


/* Overall Section */
.iot-services-section {
    background-color: #ffffff;
    font-family: 'Outfit', sans-serif;
}

/* Top Label */
.iot-services-section span {
    font-size: 18px;
    color: #006BCC;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

/* Section Heading */
.iot-services-section h2 {
    /* font-size: 36px;
    color: #1B1D21;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px; */
}

/* Blue Highlighted Text */
.iot-highlight-blue {
    background-image: linear-gradient(to right, #006BCC, #0095E4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    animation: fadeSlideIn 1s ease forwards;
}

/* Paragraph */
.iot-subtext {
    font-size: 18px;
    color: #666666;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service Boxes */
.iot-service-box {
    background-color: #F9FAFB;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    height: 100%;
    border: 1px solid #E6E8EB;
}

.iot-service-box:hover {
    background-color: #E9F4FF;
    box-shadow: 0px 8px 24px rgba(0, 107, 204, 0.1);
}

/* Service Box Heading */
.iot-service-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #006BCC;
    margin-bottom: 12px;
}

/* Service Box Text */
.iot-service-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* Animation Keyframe */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.iot-services-section {
  background: #f7f9fc;
  padding: 60px 20px;
}

.iot-section-subtitle {
  color: #666;
  font-size: 20px;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.iot-service-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  color: #333;
}

.iot-service-box {
  transition: all 0.3s ease;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 20px;
}

.iot-service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.iot-service-box .iot-icon {
  transition: color 0.3s ease;
}

.iot-service-box:hover .iot-icon {
  color: #006BCC;
}



/* Responsive Icon Size */

/* Apply to each box */








  .api-process-section {
    padding: 60px 20px;
    background-color: #F5F5F5;
  }

  .api-process-heading span {
        color: #006BCC;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      display: flex;
      justify-self: center;

  }

  .api-process-heading h2 {
        font-size: 32px;
        color: #333;
        margin-bottom: 30px;
  }

  .api-process-subtext {
    max-width: 750px;
    margin: 20px auto 50px;
    font-size: 20px;
    color: #666;
  }

  .api-process-card {
    background: #f1f8ff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    border-bottom: 4px solid #007bff;
    transition: transform 0.3s ease;
  }

  .api-process-card:hover {
    transform: translateY(-5px);
  }

  .api-process-icon {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
  }

  .api-process-card h3{
    font-size: 20px;
    margin-bottom: 12px;
    color: #333;
  }

  .api-process-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .api-process-heading h2 {
      font-size: 24px;
    }

    .api-process-subtext {
      font-size: 16px;
    }

    .api-process-icon {
      width: 50px;
      height: 50px;
      font-size: 14px;
    }
  }


  .iot-differentiator-modern {
  background: #f7f9fc;
  padding: 60px 20px;
}

.iot-differentiator-modern .iot-img-wrap i {
  font-size: 64px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.iot-differentiator-modern .iot-img-wrap:hover i {
  transform: scale(1.1);
  color: #006BCC;
}

.iot-differentiator-modern .iot-text-block h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-bottom: 10px;
}

.iot-differentiator-modern .iot-text-block p {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Outfit', sans-serif;
  color: #666;
  margin-bottom: 0;
}








.iot-advantage-section {
  background: #fff;
  padding: 60px 20px;
  font-family: 'Outfit', sans-serif;
}

.iot-advantage-heading .subheading {
  font-size: 18px;
    color: #006BCC;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.iot-advantage-heading h2 {
font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
}

.iot-advantage-heading p {
  color: #666;
    font-size: 20px;
    line-height: 1.5;
  /* max-width: 480px; */
}

.iot-dotted-box {
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#ccc 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.4;
}

.iot-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px 40px;
  box-shadow: 0 0 0 1px #eee;
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.iot-feature-card:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.iot-feature-card .icon {
  font-size: 28px;
  color: #006BCC;
  margin-bottom: 15px;
}

.iot-feature-card h4 {
      font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.iot-feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.iot-feature-card .card-border {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 60px;
  height: 4px;
  background-color: #006bcc;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .iot-advantage-heading h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}
}


.tech-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.section-heading.tech {
  text-align: left;
  margin-bottom: 40px;
}

.section-heading.tech span {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-align: left;
}

.section-heading.tech h2 {
   font-family: 'Outfit', sans-serif;
  color: #333;
  padding-top: 10px;
  font-size: 32px;
  max-width: 600px;
  line-height: 1.4;
  text-align: left;
  
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.tech-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.tech-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  flex: 1 1 calc(25% - 30px); /* 4 per row */
  max-width: calc(25% - 30px);
  min-width: 220px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
}

.tech-box:hover {
  transform: translateY(-5px);
}

.tech-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.tech-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-top: 10px;
}

/* Tablet */
@media (max-width: 992px) {
  .tech-box {
    flex: 1 1 calc(33.333% - 30px); /* 3 per row */
    max-width: calc(33.333% - 30px);
  }

  .section-heading.tech {
    text-align: center;
  }
.section-heading.tech span {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-align: center;
}
  .section-heading.tech h2 {
    margin: 0 auto;
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tech-box {
    flex: 1 1 calc(45% - 30px); /* 2 per row */
    max-width: calc(45% - 30px);
  }

  .section-heading.tech h2 {
    font-size: 24px;
  }
}

/* Small Screens */
@media (max-width: 480px) {
  .tech-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tech-box img {
    width: 60px;
    height: 60px;
  }

  .section-heading.tech h2 {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tech-boxes {
    justify-content: center; /* Center all items */
  }

  .tech-box {
    flex: 0 1 80%;
    max-width: 37%;
  }
}


 .title span {
    color: #006BCC;
}
