body {
  --space-140: 140px;
}

.py-140 {
  padding-top: var(--space-140);
  padding-bottom: var(--space-140);
}

button{
border:none;
}

.link-outline {
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding-inline: 12px;
  border: 1px solid #fff;
  transition: background .5s ease-in-out, border-color .5s ease-in-out;
  border-radius: 100px;
}

.link-outline:hover {
  border-color: var(--color-primary-hover);
  background: var(--color-primary-hover);
}

.link-fill-primary {
  /* height: 42px;
  line-height: 42px; */
  display: inline-block;
  /* padding-inline: 30px; */
  /* color: #ffffff; */
  color: var(--color-primary);
      text-transform: capitalize;
    font-weight: 600;
  /* border-radius: 10px; */
  text-decoration: underline;
  text-underline-offset:3px;
  
}

.link-fill-primary:hover {
  text-decoration: underline;
}

/* .link-fill-primary:hover {
  background: var(--color-primary-hover);
} */

/* ----------------------------- */

.section_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 50px;
  padding-top: 35px;
  border-top: 1px solid var(--color-primary);
  margin-bottom: 70px;
}
.section_title p {
  max-width: 580px;
  color: #223a00;
  font-size: 22px;
}

/* ----------------------------- */

.horizontal-scoll-wrapper {
  overflow: hidden;
}

.horizontal {
  display: flex;
  height: 90vh;
}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  width: 100vw;
}

/* ----------------------------- */

.hm-service-content li {
    padding-left: 22px;
    position: relative;
    /* font-weight:600; */
    width:calc(50% - 12px);
}
/* .hm-service-content li + li {
    margin-top: 17px;
} */
.hm-service-content ul {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.hm-service-content li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    background: url(../images/icon-logo.png) no-repeat center center;
    background-size: cover;
}

.hm-service-content li:hover a{
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* .service_image_wrap{
  position: relative;
}
.service_image_wrap::after{
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  opacity: 0.5;
  z-index:1;
} */

.whatsapp-flot{
  position: fixed;
  right:30px;
  bottom:30px;
  z-index:1;
}