.whyContentwrap{
    
    display: flex;
    flex-wrap: wrap;
    max-width: 987px;
    width: 100%;
    justify-content: space-between;
    margin: 90px auto 0;
    gap: 30px;
}
.whyusBox {
    max-width: 309px;
    width: 100%;
    border: 2px solid #E3F0FF;
    box-shadow: 0px 0px 16px 0px #469FDF33;
    background: #FFFFFF;
    padding: 41px 21px 30px;
    transition: all ease-in 0.3s;
    border-radius: 30px;
    text-align: center;
}
.whyusBox img{
  display: inline-block;
}
.whyusBox:hover{
    transform: translateY(-4px);
    border-color: #0654E6;
}
.whyusBox .whyusBoxtitle{
font-weight: 500;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #231F20;
padding-top:23px;
text-wrap: wrap;
}
.whyusBox p{

font-weight: 400;
font-size: 13px;
line-height: 25.95px;
letter-spacing: 0.5%;
text-align: center;
color:#6F6F6f;
padding-top: 14px;
}
.microCopy {
    max-width: 987px;
    width: 100%;
}

/* CTA Wrapper */
.why-us-cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.why-us-cta-wrapper .hollow-cta-btn {
  display: inline-block;
  max-width: max-content;
  padding: 13px 18px;
  background: transparent;
  border: 1px solid #0654E6;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #0654E6;
  text-decoration: none;
  transition: all 0.3s ease;
}

.why-us-cta-wrapper .hollow-cta-btn:hover {
  background: #0654E6;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(5, 84, 230, 0.3);
}
@media (max-width:575px){
    .whyContentwrap {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: scroll;
    margin: 30px auto 0;
    padding: 20px 0 20px;
   flex-wrap: nowrap;
   
}
/* Webkit browsers (Chrome, Safari, Edge) */
  .whyContentwrap::-webkit-scrollbar {
  width: 6px;                  /* Very thin – matches your image */
  height: 6px;
}

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

  .whyContentwrap::-webkit-scrollbar-thumb {
  background: #0554E6;        /* Very light blue-gray when inactive */
  border-radius: 10px;
  transition: background 0.2s ease;
}

  .whyContentwrap::-webkit-scrollbar-thumb:hover,
  .whyContentwrap::-webkit-scrollbar-thumb:active {
  background: #0554E6         /* Bright blue when hovering or scrolling (exactly like your image) */
}

/* Optional: make corner fully clean */
  .whyContentwrap::-webkit-scrollbar-corner {
  background: #E9F4FF;
}
.whyusBox{
    min-height: 100%;
    padding: 30px 15px 40px;
            flex: 0 0 309px;
}
.whyusBox p{
    white-space: normal;
}
}