
.services-sec{
  margin: 0px 160px 60px 160px !important;
}
.services-sec .ser-title h4{
  font-family: New-Gilroy-SemiBold;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: 0px;
}
.services-sec .ser-content{
      font-family: 'New-Gilroy-Medium';
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 19.2px;
      letter-spacing: 0px;
}
/* Container for the entire swiper */
  .custom-service-slider {
    padding: 0;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
  }
  .service-cards{
    display: flex;
    gap: 20px !important;
  }
  /* Each swiper slide is a card */
  .service-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px 5px 12px 5px;
    box-shadow: 0px 3px 40px 0px #8F824114;
    text-align: center;
    cursor: default;
    transition: box-shadow 0.3s ease;
/*    width: 293px !important;*/
    height: 258px !important;
  }

  .service-card:hover {
    box-shadow: 0 8px 20px rgba(0,123,255,0.3);
  }

  .service-card img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    object-fit: contain;
  }

  .service-card h4 {
    font-size: 1.1rem;
    color: #007bff;
    margin-bottom: 8px;
  }
  .service-card .card-img{
    display: flex;
    justify-content: center;
  }

.service-card .card-title h4{
  font-family: New-Gilroy-SemiBold;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: 0px;
  text-align: center;
}

  .service-card .card-content{
      background-color: #FBEEEF;
      border-radius: 9px;
      padding: 14px 10px 14px 10px;
      height: 81px;
  }
  .service-card p {
    color: #666;
    margin-bottom: 0px !important;
  }

  /* Swiper navigation buttons styling (optional) */
  .swiper-button-next,
  .swiper-button-prev {
    color: #007bff;
  }

  /* Pagination bullets */
  .swiper-pagination-bullet {
    background: #007bff;
    opacity: 0.4;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  @media (max-width: 1440px) {
   .services-sec{
      margin: 0px 100px 60px 100px !important;
    }
  }
  @media screen and (max-width: 1024px) {
   .services-sec{
        margin: 0px 60px 50px 60px !important;
    }
  }
  @media (max-width: 992px) {
    .services-sec{
      margin: 0px 40px 40px 40px !important;
    }
    .services-sec .ser-title h4{
      font-size: 32px;
      line-height: 38.4px;
    }
    .service-card .card-content{
      height: auto;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 600px) {
     .services-sec{
      margin: 0px 20px 50px 20px !important;
    }
  }