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

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

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

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

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

.supportDevSec .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;
}



.supportDevSec 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) {
    .supportDevSec {
        padding: 0;
    }
    .supportDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .supportDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .supportDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .supportDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .supportDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
/* supportdevsev end */

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

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

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


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

.support-services-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;
}

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

.support-services-section .image-container {
    text-align: right;
}

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

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

    .support-services-section h2 {
        font-size: 24px;
    }

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

    .support-services-section .image-container {
        text-align: center;
    }

    .support-services-section img {
        margin: 0 auto;
        max-width: 80%;
    }

    .support-services-section .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}
/* support services sectionn end */

/* support services detailed start */

.support-services-detailed {
  background: #fff;
  padding: 60px 20px;
}

.support-services-detailed h3 {
     font-size: 32px;
    /* font-weight: 700; */
    color: #333;
    margin-bottom: 25px;
}

.support-services-detailed ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.support-services-detailed ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.strong-highlight {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bolder;
  display: inline-block; /* to apply margin-bottom properly */
}

.support-services-detailed ul li::before {
  content: "\2713"; /* checkmark */
  position: absolute;
  left: 0;
  top: 2px;
  color: #0b7dda;
  font-weight: bold;
}

.support-services-detailed p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .support-services-detailed {
    padding: 40px 0;
  }
  
  .support-services-detailed h3 {
    font-size: 24px;
  }

  .support-services-detailed ul li {
    font-size: 15px;
  }
}
/* support services detailed end */


/* why chooses section start */

.why-choose-section {
    background: #f2f8fd;
    padding: 60px 20px;
  text-align: center;
}

.why-choose-section span {
      color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    display: flex;
    justify-self: center;
}


.why-choose-section h2 {
  font-size: 32px;
  margin-top: 10px;
  color: #333;
}

.section-intro {
  max-width: 700px;
  margin: 15px auto 0;
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.benefit-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  height: 100%;
}

.benefit-box .icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.benefit-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.benefit-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.benefit-box:hover {
  background: #0b7dda;
  color: #fff;
  transform: translateY(-5px);
}
/* .benefit-box h3:hover{
  color: #fff;
} */

.benefit-box:hover h3,
.benefit-box:hover p {
  color: #fff;
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 50px 0;
  }
  .why-choose-section h2 {
    font-size: 26px;
  }
  .benefit-box {
    margin-bottom: 20px;
  }
}
/* why chooses section end */ 


/* support evolve section start */
.support-evolve-section {
  padding: 60px 20px;
  background-color: #f8f9fc;
  overflow: hidden;
}

.support-evolve-section h2 {
 font-size: 32px;
    /* font-weight: 700; */
    color: #333;
    margin-bottom: 20px;

}

.support-evolve-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.features-list {
  border-left: 2px solid #0b7dda;
  padding-left: 25px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.feature-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  border: 2px solid #0b7dda;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #0b7dda;
  margin-right: 12px;
}

.feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b7dda;
  margin-bottom: 4px;
}

.feature-item p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

@media (max-width: 768px) {
  .features-list {
    border-left: none;
    padding-left: 0;
  }
  .feature-item {
    margin-bottom: 20px;
  }
}

/* support evolve section end  */


/* tech section start */
.why-choose-tech {
  padding: 60px 20px;
    background-color: #F5F5F5;
}

.why-choose-tech p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.why-choose-tech h5 {
      font-size: 20px !important;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}
 .why-choose-tech h2 {
    font-size: 32px !important;
    
  }
.why-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .why-choose-tech .row {
    flex-direction: column;
  }

  .why-choose-tech h2 {
    font-size: 24px !important;
    text-align: center;
  }

  .why-choose-tech span {
    text-align: center;
    display: block;
  }

  .why-choose-tech p {
    text-align: center;
  }

  .why-choose-tech .col-md-6 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* tech section end */




section.support-section {
    padding: 60px 20px;
}


/* hosting section start */
.hosting-section {
  padding: 60px 20px;
  background: linear-gradient(120deg, #f8fbff, #f0f7ff);
  font-family: 'Poppins', sans-serif;
}

.hosting-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.hosting-header span {
      font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}


.hosting-header h2 {
  font-size: 32px;
  color: #333;
  margin: 10px 0;
}

.hosting-header p {
  color: #666;
  font-size: 1rem;
  font-size: 20px;
}

.hosting-features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hosting-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.hosting-feature img {
  width: 60px;
  height: 60px;
}

.hosting-feature h3 {
  margin: 0;
  color: #0073e6;
  font-size: 20px;
}

.hosting-feature p {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
}

@media (min-width: 768px) {
  .hosting-features {
    flex-direction: row;
    gap: 50px;
  }
  .hosting-feature {
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}


/* hosting section end */



















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

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

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

/* Blue Highlighted Text */
.it-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 */
.it-subtext {
    font-size: 18px;
    color: #666666;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service Boxes */
.it-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;
}

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

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

/* Service Box Text */
.it-service-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
span.section-label {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 0px;
}
/* Animation Keyframe */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.it-services-section {
  background: #e0e0e05e;
  padding: 60px 20px;
}

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

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

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

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

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

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


.title span {
    color: #006BCC;
}











