 

.processStepsGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    margin: 65px auto 40px;
}

.processStepCard {
  background: #F8FCFF;
    border: 1px solid #DFEDF8;
    border-radius: 20px;
  padding: 35px 24px ;
  max-width: 285px;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.processStepCard:hover {
  border-color: #0554E6;
  box-shadow: 0 6px 20px rgba(5, 84, 230, 0.15);
transform: scale(1.05);
background: #f1f6ff;
}

.stepIcon {
 
  font-size: 40px;
  margin: 0 0 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.stepIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.processStepCard h3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #231F20;
  margin-bottom: 7px;
  line-height: 140%;
}

.processStepCard p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #4b5563;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

.processFooter {
  text-align: left;
    /* max-width: 990px; */
  margin: 50px auto 0;

}

.processFooter p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #536C8B;
}

 .secTitlewrap h2{
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 38px;
    line-height: 150%;
    color: #35414B;
    text-align: center;
    margin-bottom: 3px;
}
.secTitlewrap p{
        text-align: center;
    margin: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 180%;
    color: #536C8B;
    font-weight: 400;
    padding-top: 0;
    font-family: 'Inter', sans-serif;
    padding-top: 0;
}
.howprocessworkSec {
    padding: 128px 0 90px;
}
section.blue-background {
    background: #f8fafc;
    padding: 70px 0;
}
/* Responsive Design */
@media screen and (max-width: 1024px) {
  .processStepsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .howprocessworkSec {
    padding: 40px 16px;
  }

  .howprocessworkSec .secTitlewrap {
    margin-bottom: 20px;
  }

  .howprocessworkSec .secTitlewrap h2 {
    font-size: 28px;
  }

  .howprocessworkSec .secTitlewrap p {
    font-size: 14px;
  }

  .processStepsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .processStepCard {
    padding: 34px 16px;
  }

  .stepIcon {
    width: 45px;
    height: 45px;
  }

  .processStepCard h3 {
    font-size: 15px;
  }

  .processStepCard p {
    font-size: 13px;
  }
}

@media screen and (max-width:575px) {
  .howprocessworkSec .secTitlewrap h2 {
    font-size: 24px;
  }
.process-cta-wrapper {
    
    margin-top: 30px;
}
  .processStepsGrid {

    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
        margin: 30px auto 40px;
        padding: 20px 0;
  }
/* Webkit browsers (Chrome, Safari, Edge) */
.processStepsGrid::-webkit-scrollbar {
  width: 6px;                  /* Very thin – matches your image */
  height: 6px;
}

.processStepsGrid::-webkit-scrollbar-track {
 background: #E9F4FF;     /* Fully transparent track */
  border-radius: 10px;
}

.processStepsGrid::-webkit-scrollbar-thumb {
  background: #0554E6;        /* Very light blue-gray when inactive */
  border-radius: 10px;
  transition: background 0.2s ease;
}
.secTitlewrap h2{
  
    font-size: 25px;
   
}
.secTitlewrap p{
   font-size: 15px;
}
.processStepsGrid::-webkit-scrollbar-thumb:hover,
.processStepsGrid::-webkit-scrollbar-thumb:active {
  background: #0554E6         /* Bright blue when hovering or scrolling (exactly like your image) */
}

/* Optional: make corner fully clean */
.processStepsGrid::-webkit-scrollbar-corner {
  background: #E9F4FF;
}
  .processStepCard {
    padding: 24px 20px;
    max-width: 310px;
    flex: 0 0 280px;
  }

  .processFooter {
    padding: 0px;
        margin: 20px auto 0;
  }

  .processFooter p {
    font-size: 14px;
  }
  .stepIcon {
    font-size: 32px;
    margin: 0 0 8px;
 
}
.processFooter p {

    line-height: 160%;

}
.process-cta-wrapper .hollow-cta-btn{
 
    display: flex;
   
    max-width: max-content;
   
 
 
 
}
}

/* CTA Button */
.process-cta-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}

.process-cta-wrapper .hollow-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #2756DF;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  padding: 14px 25px;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
}

/* Ripple effect */
.process-cta-wrapper .hollow-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(39, 86, 223, 0.4);
  animation: btn-bg-pulse 1.5s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}

 

/* Arrow icon */
.process-cta-wrapper .hollow-cta-btn::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 7.5H12.5M12.5 7.5L8.75 3.75M12.5 7.5L8.75 11.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.process-cta-wrapper .hollow-cta-btn:hover {
  background: #1e45c4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(39, 86, 223, 0.3);
}

.process-cta-wrapper .hollow-cta-btn:hover::after {
  transform: translateX(4px);
}
