strong {
  font-weight: 800;
}

.service-header {
  position: relative;
  background-image: url('../images/bg_26.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  padding: 60px 0 60px;
  margin-top: 116px;
  z-index: 1;
}

.service-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  background: linear-gradient(325deg, rgba(0, 51, 153, 0.60) 0%, rgba(65, 112, 206, 0.60) 50%, rgba(0, 51, 153, 0.60) 100%);
  background-size: 250% 100%;
  background-position: right;
  transition: background-position 0.5s ease;
  z-index: -1;
}

.service-textbox {
  position: sticky;
  top: 140px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
}

.service-header h1 {
  color: #fff;
  font-size: 2.8em;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.service-header h3 {
  /* padding-right: 40px; */
  margin: 0 auto;
  color: #fff;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.7px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); */
}

.service-header h2 {
  color: #e8ecf1;
}

.service-header:hover::before {
  background-position: left;
}

.services-page {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.service-card {
  position: relative;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(6px);
  border: 1px solid var(--vitt-green);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  padding: 75px 30px 28px 30px;
  min-width: 310px;
  max-width: 400px;
  transition: all 0.2s ease;
  margin-bottom: 40px;
  user-select: none;
}

.service-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.service-card h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  letter-spacing: 0.7px;
}

.service-card p {
  color: #00143a;
  font-size: 1.25rem;
  line-height: 1.6;
}

.service-card ul {
  padding-left: 1.3em;
  margin-bottom: 0;
  color: white;
}

.service-card li {
  font-size: 1.02em;
  line-height: 1.56em;
  margin-bottom: 8px;
}

.service-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  border: 2px dashed var(--vitt-green);
  transition: all 0.2s ease;
}

.service-icon img {
  width: auto;
  height: 70px;
  object-fit: contain;
  transition: all 0.2s ease;
}

.service-card:hover .service-icon {
  width: 130px;
  height: 130px;
  top: -70px;
}

.service-card:hover .service-icon img {
  height: 80px;
}

.cta {
  text-align: center;
  margin: 50px 0 70px 0;
}

.cta h2 {
  font-size: 1.6em;
  color: #003973;
  margin-bottom: 18px;
}

.service-bg {
  position: relative;
  background: linear-gradient(325deg, rgba(0, 51, 153, 1) 0%, rgba(65, 112, 206, 1) 50%, rgba(0, 51, 153, 1) 100%);
  background-size: 250% 100%;
  background-position: right;
  transition: background-position 0.5s ease;
  color: #fff;
  padding: 60px 0 60px;
  z-index: 1;
}

.service-bg h1 {
  color: #fff;
  font-size: 2.8em;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.service-bg h3 {
  padding-right: 40px;
  margin: 0 auto 1em;
  color: #e8ecf1;
  line-height: 1.6;
  text-align: justify;
}

.service-bg h2 {
  color: #e8ecf1;
}

.service-bg:hover {
  background-position: left;
}

@media (max-width: 1000px) {
  .services {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .service-card {
    min-width: 90%;
    max-width: 590px;
  }
}

.iti {
  width: 100%;
  max-width: 100% !important;
}

.iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
  }
}

.heartrate-container {
  opacity: .15;
}

.heartrate-container svg .heartrate-line {
  stroke: #fff;
}