.neon {
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
    0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}

h1 {
  color: white;
}
footer {
  color: white;
}
footer a {
  text-decoration: none;
  color: white;
}
footer a:hover {
  color: #0d6139;
}

.home .whatsapp {
  color: #25d366;
  padding: 20px;
  border-color: #25d366;
  font-size: 23px;
  transition: 0.2s;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  background: #25d366;
  box-shadow: 0 0 10px #25d366, 0 0 30px #25d366, 0 0 60px #25d366;
}
.home .whatsapp a {
  color: #fff;
  text-decoration: none;
}
.home .telegram {
  color: #0088cc;
  padding: 20px;
  border-color: #0088cc;
  font-size: 23px;
  transition: 0.2s;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  background: #0088cc;
  box-shadow: 0 0 10px #0088cc, 0 0 30px #0088cc, 0 0 60px #0088cc;
}
.home .telegram a {
  color: #fff;
  text-decoration: none;
}

#buttons button {
  background-color: #0d6139;
}
#buttons button a {
  color: white;
  text-decoration: none;
}

.float {
  text-decoration: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float:hover {
  color: white;
}

.my-float {
  margin-top: 16px;
}

/*--------------------------------------------------------------
# WHY JP
--------------------------------------------------------------*/
.services .icon-box {
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
}

.services .icon-box a {
  text-decoration: none;
}

.services .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #0d6139;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #282828;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  border-color: #0d6139;
}

.services .icon-box:hover h4 a {
  color: #0d6139;
}
