
  .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*/



/* detailSection */
.detailSection {
  font-family: 'Segoe UI', sans-serif;
  background-color: #031119;
}

.detailSection .about-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.detailSection .about-heading::after {
  content: '';
  width: 60px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 2px;
}

.detailSection .about-text {
  background: #051c2c;
  transition: 0.3s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  height: 100%; /* equal height */
}

.detailSection .about-text p {
  padding: 10px 20px 10px 20px;
  font-size: 1.06rem;
  color: #ffffffcc; 
  text-align: justify;
}

.detailSection .btn-gradient {
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.detailSection .btn-gradient:hover {
  background: linear-gradient(to left, #ff416c, #ff4b2b);
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .detailSection .about-heading {
    font-size: 2rem;
  }
  .detailSection h2 {
    text-align: center;
  }
  .detailSection .about-text {
    height: auto; /* mobile pe auto height */
  }
}

.detailSection .service-box {
  background: #051c2c;
  padding: 5px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailSection .service-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.detailSection .service-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}
/* end detailSection */

/*itServices*/


  .itServices{
    padding: 0px;
  }
  .itServices .service-card {
    perspective: 1000px;
    height: 350px;
    background: #031119;
  }

  .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: #051c2c;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
  }

  .itServices .service-card-back {
    background: #031119;
    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;
    line-height: 1.9;
    font-weight: 400;
    color: #ccc;
    text-align: justify;
  }

  .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: 400px;
    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*/