.elementor-416 .elementor-element.elementor-element-b2f8d0e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:150px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-416 .elementor-element.elementor-element-b7f60f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-a3a858d{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-416 .elementor-element.elementor-element-b2f8d0e{--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-17ab59a *//* ==============================
   VM Service Intro Section 01
   ============================== */

.vm-service-intro-01 {
  max-width: 900px;
  padding:60px 20px 20px 20px;
  box-sizing: border-box;
}

.vm-service-intro-01__label {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.5px;
  color: #16c79a;
}

.vm-service-intro-01__title {
  margin: 0 0 30px;
  font-size: 71px;
  font-weight: 400;
  line-height: 80px;
  color: #1f4fff;
}

.vm-service-intro-01__text {
  max-width: 720px;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  color: #333333;
}

/* Tablet */
@media (max-width: 1024px) {
  .vm-service-intro-01 {
    padding: 90px 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .vm-service-intro-01 {
    padding: 70px 16px;
  }

  .vm-service-intro-01__title {
    font-size: 32px;
    line-height: 1.25;
  }

  .vm-service-intro-01__text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34fcdd2 *//* SECTION */
.services-section{
padding:50px 0;
}

/* GRID */
.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
max-width:1200px;
margin:auto;
}

/* CARD */
.service-card{
padding:50px 40px;
transition:all .4s ease;
position:relative;
overflow:hidden;
cursor:pointer;
}
.elementor-416 .elementor-element.elementor-element-34fcdd2 p{
    text-wrap: pretty;
}

.vm-whitecard{ background:#fff; }
.vm-graycard{ background:#F3F6FE; }

.service-card h3{
font-size:22px;
font-weight:400;
margin-top:50px;
color:#1e1e1e;
}

/* ICON */
.icon-wrapper{
position:relative;
width:60px;
height:60px;
}

.icon-wrapper img{
position:absolute;
width:60px;
transition:all .4s ease;
}

.icon-hover{
opacity:0;
transform:translateY(10px);
}

/* LINK */
.service-link{
display:inline-flex;
align-items:center;
gap:8px;
font-size:13px;
font-weight:600;
color:#2a5bd7;
}

/* ARROW SYSTEM */
.arrow-wrap{
display:inline-flex;
align-items:center;
}

/* LINE */
.arrow-wrap .line{
width:0;
height:2px;
background:currentColor;
transition:width .35s ease;
}

/* ARROW SVG */
.arrow-wrap .arrow{
display:flex;
align-items:center;
justify-content:center;
opacity:0;
transform:translateX(-6px);
margin-left:-1px; /* perfect join */
transition:all .35s ease;
}

/* HOVER */
.service-card:hover{
background:#2f5fe3;
transform:scale(1.15);
z-index:10;
color:#fff;
}

.service-card:hover h3,
.service-card:hover .service-link{
color:#fff;
}

.service-card:hover .icon-default{
opacity:0;
transform:translateY(-10px);
}

.service-card:hover .icon-hover{
opacity:1;
transform:translateY(0);
}

/* ARROW ANIMATION */
.service-card:hover .line{
width:22px;
}

.service-card:hover .arrow{
opacity:1;
transform:translateX(0);
}
.elementor-416 .elementor-element.elementor-element-34fcdd2 p{
    color: #000;
    font-size: 16px;
}

/* TABLET */
@media (max-width:1024px){
.services-grid{ grid-template-columns:repeat(2,1fr); }

.service-card{ padding:40px 30px; }

.service-card:hover{ transform:scale(1.05); }

.service-card h3{
font-size:20px;
margin-top:40px;
}
}

/* MOBILE */
@media (max-width:767px){
    
    .icon-wrapper{
        position: relative;
        width: 100%;;
    }
    .icon-wrapper img{
        top: 10px;
        left: 10px;
    }

.services-section{ padding:30px 15px; }

.services-grid{ grid-template-columns:1fr; }

.service-card{
padding:30px 25px;

}

.service-card:hover{ transform:none; }

.service-card h3{
font-size:18px;
margin-top:30px;
}

.icon-wrapper{ margin:auto; }

.service-link{
justify-content:left;
}
}/* End custom CSS */