
  .maniBannerAll {
    background-color: #1E1B4B;
    /*background-color: #031119;*/
    padding: 40px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }

  .maniBannerAll h1 {
    font-size: 3rem;
    font-weight: 700;
  }

  .maniBannerAll p {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .maniBannerAll .btn-warning {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 999px;
    font-size: 16px;
  }

  .maniBannerAll .row.align-items-center {
    align-items: flex-start !important;
  }

  .maniBannerAll img {
    max-height: 400px;
    width: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
  }

  @media (max-width: 767.98px) {
    .maniBannerAll {
      text-align: center;
      padding: 15px 0;
    }
    .maniBannerAll h1 {
      font-size: 2.2rem;
    }
    .maniBannerAll img {
      max-height: 300px;
    }
  }


/*end*/

/*itServices*/


  .itServices{
    padding: 0px;
    background: #031119;
  }
  .itServices .service-card {
    perspective: 1000px;
    height: 350px;
    background: #051c2c;
  }

  .itServices .service-card h3,h4{
    font-weight: 600;
    font-size: 1.5rem;
  }

  .itServices .service-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
  }

  .itServices .service-card:hover .service-card-inner {
    transform: rotateY(180deg);
  }

  .itServices .service-card-front,
  .service-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
  }

  .itServices .service-card-front {
    background: #031119;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
  }

  .itServices .service-card-back {
    background: #051c2c;
    color: #1f2937;
    font-weight: 600;
    transform: rotateY(180deg);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .itServices .icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .itServices .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color:#fff;
    font-weight: 600;
    font-size: 0.8rem;
  }

  .itServices .feature-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .itServices .feature-list li:last-child {
    border-bottom: none;
  }

  .itServices .hover-lift {
    transition: transform 0.2s;
  }

  .itServices .hover-lift:hover {
    transform: translateY(-5px);
  }
  .itServices .feature-list li i {
    margin-right: 10px;
    color: #ec3237;
  }
  .itServices .about-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.itServices .about-heading::after {
  content: '';
  width: 60px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}


/*end of itServices*/

/*star desc*/


  .itServiceDesc {
/*    background: #031119;*/
    padding: 60px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }

  .itServiceDesc h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff; /* From .how-section1 h4 */
    margin-bottom: 10px;
  }

  .itServiceDesc .subheading {
    color: #00bfff; /* From .how-section1 .subheading */
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .itServiceDesc p {
    font-size: 17px;           /* From .how-section1 p */
    line-height: 1.9;          /* From .how-section1 p */
    font-weight: 400;
    text-align: justify;
    color: #ccc;
  }

  .itServiceDesc .btn-warning {
    background-color: #FACC15;
    color: #1E1B4B;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 999px;
    font-size: 16px;
  }

  .itServiceDesc .row.align-items-center {
    align-items: flex-start !important;
  }

  .itServiceDesc img {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
  }

  /*@media (max-width: 767.98px) {
    .itServiceDesc {
      text-align: center;
      padding: 15px 0;
    }

    .itServiceDesc h1 {
      font-size: 2.2rem;
    }

    .itServiceDesc img {
      max-height: 300px;
    }
  }*/
 @media (max-width: 767.98px) {
  .itServiceDesc {
    text-align: center;
    padding: 30px 15px;
  }

  .itServiceDesc h1 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .itServiceDesc .subheading {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .itServiceDesc p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }

  .itServiceDesc .btn-warning {
    font-size: 14px;
    padding: 10px 25px;
  }
}
/*end desc*/

/*hrsection*/

  .hrAboutSec {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 0;
    background-color: #051c2c;
  }

  .hrAboutSec .about-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
  }

  .hrAboutSec .about-heading::after {
    content: '';
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
  }

  .hrAboutSec .about-text p {
    font-size: 1rem;
    color: #dcdcdc;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: justify;
  }

  .hrAboutSec img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 20px;
  }

  @media (max-width: 767px) {
    .hrAboutSec .about-heading {
      font-size: 2rem;
      text-align: center;
    }

    .hrAboutSec .about-text {
      text-align: center;
    }

    .hrAboutSec img {
      margin-top: 30px;
    }
  }

/*end hrsection*/


/*industriesServedSection*/




  .industriesServedSection {
  background-color: #031119; /* Dark Theme */
}

.industriesServedSection .industry-card {
  background-color: #0c1c2b;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industriesServedSection .industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.05);
}

.industriesServedSection .industry-card ul li {
  margin-bottom: 6px;
}

.industriesServedSection .industry-card {
    font-family: 'Segoe UI', sans-serif;
    padding: 60px 0;
    background-color: #031119;
  }

  .industriesServedSection .about-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
  }

  .industriesServedSection .about-heading::after {
    content: '';
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
  }

  .industriesServedSection p {
    font-size: 1rem;
    color: #dcdcdc;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: justify;
  }



/*end industriesServedSection*/