.elementor-65 .elementor-element.elementor-element-0169f32{width:100%;max-width:100%;}.elementor-65 .elementor-element.elementor-element-64e6d34{width:100%;max-width:100%;}.elementor-65 .elementor-element.elementor-element-06f895e{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-0169f32 */.vr-services-heading{
  text-align:center;
  padding:45px 20px 35px;
}

.vr-services-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#eef5ff;
  color:#0b66c3;
  border-radius:999px;
  padding:10px 24px;
  font-size:15px;
  font-weight:900;
  letter-spacing:.4px;
  margin-bottom:20px;
}

.vr-services-label span{
  font-size:18px;
  line-height:1;
}

.vr-services-heading h2{
  margin:0;
  color:#082f5c;
  font-size:54px;
  line-height:1.08;
  font-weight:900;
}

.vr-heading-line{
  width:58px;
  height:5px;
  background:#1578d4;
  border-radius:99px;
  margin:24px auto 20px;
}

.vr-services-heading p{
  margin:0;
  color:#1d3554;
  font-size:21px;
  line-height:1.45;
  font-weight:500;
}

.vr-services-heading p strong{
  color:#0b66c3;
  font-weight:900;
}

@media(max-width:767px){
  .vr-services-heading{
    padding:35px 18px 28px;
  }

  .vr-services-label{
    font-size:13px;
    padding:9px 18px;
  }

  .vr-services-heading h2{
    font-size:34px;
  }

  .vr-services-heading p{
    font-size:17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64e6d34 */.vr-service-cards{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  max-width:1480px;
  margin:0 auto;
}

.vr-service-card{
  background:#fff;
  border-radius:18px;
  padding:12px 12px 20px;
  box-shadow:0 14px 35px rgba(8,47,92,.08);
  display:flex;
  flex-direction:column;
  min-height:560px;
}

.vr-service-img{
  position:relative;
  height:245px;
  border-radius:14px;
  overflow:hidden;
  margin-bottom:18px;
}

.vr-service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.vr-service-icon{
  position:absolute;
  top:14px;
  left:14px;
  width:66px;
  height:66px;
  border-radius:50%;
  background:#0b66c3;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
}

.vr-service-card h3{
  margin:0 10px 12px;
  color:#082f5c;
  font-size:25px;
  line-height:1.15;
  font-weight:900;
}

.vr-service-card p{
  margin:0 10px 18px;
  color:#1d3554;
  font-size:15px;
  line-height:1.55;
}

.vr-service-notes{
  background:#f5f9ff;
  border:1px solid #e2eefc;
  border-radius:12px;
  padding:14px 16px;
  margin:0 10px 18px;
  color:#082f5c;
  font-size:14px;
  line-height:1.35;
}

.vr-service-notes div:not(:last-child){
  margin-bottom:12px;
}

.vr-service-notes strong{
  color:#0b66c3;
  font-weight:900;
}

.vr-service-btn{
  margin:auto 10px 0;
  height:46px;
  border:2px solid #0b66c3;
  border-radius:6px;
  color:#0b66c3;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-decoration:none !important;
  font-size:14px;
  font-weight:900;
  transition:.3s;
}

.vr-service-btn span{
  font-size:26px;
  line-height:1;
}

.vr-service-btn:hover{
  background:#0b66c3;
  color:#fff;
  transform:translateY(-3px);
}

@media(max-width:1200px){
  .vr-service-cards{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:767px){
  .vr-service-cards{
    grid-template-columns:1fr;
    gap:22px;
  }

  .vr-service-card{
    min-height:auto;
  }

  .vr-service-card h3{
    font-size:24px;
  }
}

.vr-service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 55px rgba(8,47,92,.14);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06f895e */.vr-benefit-strip{
  max-width:1500px;
  margin:24px auto 0;
  padding:22px 28px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 14px 35px rgba(8,47,92,.08);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
}

.vr-benefit-item{
  display:flex;
  align-items:center;
  gap:16px;
  padding:0 22px;
  border-right:1px solid #dfe8f2;
}

.vr-benefit-item:last-child{
  border-right:none;
}

.vr-benefit-icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:50%;
  background:#eef5ff;
  color:#0b66c3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
}

.vr-benefit-item h3{
  margin:0 0 6px;
  color:#082f5c;
  font-size:17px;
  font-weight:900;
  line-height:1.2;
}

.vr-benefit-item p{
  margin:0;
  color:#1d3554;
  font-size:13px;
  line-height:1.45;
}

@media(max-width:1024px){
  .vr-benefit-strip{
    grid-template-columns:repeat(2,1fr);
    gap:24px 0;
  }

  .vr-benefit-item:nth-child(2),
  .vr-benefit-item:nth-child(4){
    border-right:none;
  }
}

@media(max-width:767px){
  .vr-benefit-strip{
    grid-template-columns:1fr;
    padding:24px 20px;
    gap:22px;
  }

  .vr-benefit-item{
    border-right:none;
    padding:0;
  }
}/* End custom CSS */