

.benifits-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 70%;
    margin: 90px auto;



}

.benifits-left{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benifits-left h2{
    color: #222;
    font-size: 30px;
    font-weight: 500;

}

.benifits-left p{
    color: #130032BF;

}


.benifits-left a{
    text-decoration: none;
    color: #1777f7;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
}

.benifits-right{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.benifits-right .benifit-card{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
height: 250px;
border: 1px solid #13003226;
border-radius: 10px;
}

.benifit-card p{
    font-size: 19px;
    color: #222;
    font-weight: 500;;

}


.box-wrapper{
  /* margin: 90px auto; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  /* width: 80%; */

}

.box-image{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.box-content{
  display: flex;
  flex-direction: column;
  gap: 25px;
  
}


.box-content{
  margin-left: 40px;
}

.box-content-wrapper{
 padding: 10% 0;
}


.box-product-name{
  font-size: 14px;
  font-weight: 400;
  color: #1777f7;
  background: #1778f71d;
  padding: 8px 15px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 15px;

}

.box-heading{
  font-size: 40px;
  font-weight: 500;
  line-height: 43px;
  color: #222;

}

.box-sub-heading{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
 width: 90%;

}

.box-btn-wrapper{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.box-btn{
  padding: 13px 22px;
  font-size: 17px;
  font-weight: 500;
  outline: none;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
}
.box-btn:active,.box-btn:focus{
  outline: none;
}

.box-btn-primary{
  background: #1777f7;
  color: #fff;
border: 1px solid #1777f7;

}



.box-btn-secondary{
  background: transparent;
  color: #1777f7;
border: 1px solid #1777f7;
}

.box-btn-primary:hover{
  background: #1778f7e2;
}

.box-btn-secondary:hover{
  background: #1778f714;
}
.img-long{
  width: 100%;
  /* height: 700px; */
}

/* .img-short{
  width: 550px;
  height: 550px;
} */

.box-question{
  padding: 40px;
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin: 50px auto;
}

.box-question h1{
  font-size: 28px;
  font-weight: 500;
  color: #222;

}

.box-question p{
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.box-container{
  padding: 60px 10%;
 
}
.grey-bg{
  background: #1778f709;
}

.reverse .box-content-image{
display: flex;
justify-content: center;
}

.reverse .box-content{
  margin-left: 0;
  margin-right: 8%;
}

.plan-wrapper{
  width: 80%;

  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border: 1px solid #ccc;
  margin: 60px auto;
  border-radius: 30px;
}

.plan-wrapper h1{
  font-size: 30px;
  color: #222;

}

.plan-wrapper p{
  color: #666;
  text-align: center;
  width: 80%;
}

.first-container{
  margin-top: 60px;
}


.use-cases-swiper {
  padding: 20px 0;
  margin-top: 40px;
  width: 90%;
}

.use-card {
  background: #fff;
  border-radius: 12px;
  border-radius: 16px;
  padding: 28px;

 
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.use-card h3{
    font-size: 1.3rem;
  margin-bottom: 12px;
}

.use-card p{
    max-width: 760px;
  line-height: 1.75;
  color: #62738c;
}

.use-new-card-img {
  width: 100%;
  height: 200px;
  /* max-width: 80px; */
  margin-bottom: 15px;
  border-radius: inherit;
}
.use-card h3{
    margin-top: 10px !important;
}

.swiper-slide {
  height: auto;
}

/* Common styles for both arrows */
.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.3s ease;
}

/* Remove default arrow size */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

/* Active / click effect */
.swiper-button-next:active,
.swiper-button-prev:active {
  transform: scale(0.95);
}

.digital-better-experience {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.digital-better-experience-card{
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.digital-better-experience-card h3{
   background-color: #ba98f126;
   font-size: 18px;
   font-weight: 600;
   padding: 20px;
   line-height: 30px;

}
.digital-better-experience-card-text-wrapper{
    padding: 20px;
 display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.digital-better-experience-card-text-wrapper p{
font-size: 15px;
color: #606060;
line-height: 27 px;

}

.digital-better-experience-card-text-wrapper img{
    width: 40%;

}

.benefits {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 32px;
      margin-top: 48px;
    }

    .benefit {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 28px;
      position: relative;
    }

    .benefit::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 5px;
      border-radius: 16px 0 0 16px;
      background: #0e7490;
    }
    .benefit h3{
          font-size: 1.3rem;
    margin-bottom: 10px;
    }

    .benefit p{
      max-width: 760px;
    line-height: 1.75;
    color: #64748b;
    }

    .insurance .use-new-card-img{
      height: initial !important;
    }

    .healthcare-hero-img img{
      margin-top: 40px;
    }
/* Optional: hide on mobile */
@media (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .use-cases-swiper {
    margin-top: 10px;
    width: 100%;
  }
}



@media (max-width:768px){
   .healthcare-hero-img img{
      margin-top: 0px;
    }
  .use-card{
    padding: 15px !important;
  }
    .digital-better-experience{
        grid-template-columns: 1fr;
    }
  .first-container{
  margin-top: 10px;
}
  .box-container{
    padding: 20px;
  }

  .box-wrapper{
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .box-content{
    margin: 0;
    gap: 10px;
  }
  .box-product-name{
    margin: 0;
    font-size: 13px;
    padding: 8px 10px;
  }

  .box-heading{
    font-size: 23px;
    line-height: 30px;
  }
  .box-sub-heading{
    font-size: 15px;
    line-height: 23px;
    width: 100%;
  }

  .box-btn-wrapper{
    gap: 12px;
  }

  .box-btn{
    padding: 8px 10px;
  font-size: 14px;
  white-space: nowrap;
  }
  .box-image{
    width: 100% !important;
    height: 100%;
  }
  .box-question{
    padding: 25px;
    width: 100%;
    margin: 25px auto;
  }

  .box-question h1{
    font-size: 20px;
  }

  .box-question p{
    font-size: 14px;
  }
  .reverse .box-content{
    margin: 0;
  }
  .box-content-wrapper{
    padding: 0;
  }
  .plan-wrapper{
    width: 90%;
    padding: 20px 0;
    margin: 30px auto;
  }
  .plan-wrapper h1{
    font-size: 23px;
    text-align: center;
  }
  .plan-wrapper p{
    width: 90%;
    font-size: 15px;
  }
}