.services-para {
 font-family: Alegreya Sans;
    font-style: normal;
    text-align: justify;
    font-size: 15px;
    color: black;
  
}

.services-heading {
  color: #004AAD;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.servicessub-heading {
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  color: #004AAD;
}

.services-main-heading {
  color: white;
  background-color: #004AAD;
  padding: 15px;
  font-weight: 700;
}

.vertical-image-background-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.card-style-new {
  background: #ffffff;
  border: 1px solid rgba(22, 102, 250, 0.4);
  box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
  border-radius: 10px;
  cursor: pointer;
  width: 90%;
  max-width: 250px;
  padding: 15px;
  flex-shrink: 0;  /* stop shrinking */
  text-align: center;
}

.cards-sizing-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}



.left-scroll-container::-webkit-scrollbar {
  width: 6px;
}
.left-scroll-container::-webkit-scrollbar-thumb {
  background: #004AAD;
  border-radius: 4px;
}
.left-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* ✅ Tablet & Mobile: Horizontal Scroll */
@media (max-width: 991px) {
  .left-scroll-container {
    max-height: unset;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
  }

  .vertical-image-background-new {
    flex-direction: row;
    gap: 12px;
  }

  .left-scroll-container::-webkit-scrollbar {
  width: 2px;
  margin-bottom: 2%;
}
  .card-style-new {
    display: inline-block;
    min-width: 220px;
    max-width: 220px;
    padding: 15px;
    margin-right: 10px;
  }
}

/* ✅ Mobile Phones */
@media (max-width: 576px) {
  .card-style-new {
    min-width: 180px;
    max-width: 180px;
    padding: 12px;
    margin-right: 8px;
  }

  


}
