.get_btn_wrap {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  width: fit-content;
}

/* Add image before the div */
.get_btn_wrap::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -1px;
  width: 91px;
  height: 51px;
  background-image: url(/wp-content/uploads/2026/01/upperangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* OR add image after the div */
.get_btn_wrap::after {
  content: "";
  position: absolute;
  right: 12px; /* adjust spacing */
  top: 41px;
  width: 91px;
  height: 36px;
  background-image: url(/wp-content/uploads/2026/01/loweangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.get_btn_wrap a {
  z-index: 2;
  position: relative;
}
.elementor-testimonial-content {
  max-height: 100px !important;
  overflow: auto;
}

.elementor-icon-box-title span > span {
  color: var(--e-global-color-6137022);
}

.van_contact_img img {
  mask: url(/wp-content/uploads/2026/01/shape1-1.png) no-repeat center;
  mask-size: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 540px !important;
}
.van_contact_img {
  position: relative;
}
.van_contact_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(/wp-content/uploads/2026/01/ico-white-4-1.png);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
