@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  background: linear-gradient(to bottom right, #0c4a6e, #115e59, #0c4a6e);
  font-weight: 400;
  padding-top: 80px;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  background: linear-gradient(135deg, #0d9488 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0px;
}

header {
  background: rgba(17, 24, 39, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(56, 189, 248, 0.2);
}

nav.navbar {
  background: rgb(237 242 244 / 95%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(56, 189, 248, 0.2);
  padding: 15px 36px !important;
}

.navbar-nav .nav-link {
      color: #287e85 !important;
  font-weight: 500;
  font-size: 15px;
  padding-left: 35px !important;
}

.nav-link.contact-link {
  border: 1px solid rgba(56, 189, 248, 0.2);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-weight: 600;
  border-radius: 10px;
  background-image: linear-gradient(to right, #14b8a6, #06b6d4);
  background-color: hsl(180 60% 50%);
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-left: 20px;
  color: #fff;
}

.btn-secondary {
  background: rgba(17, 24, 39, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(56, 189, 248, 0.2);
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  border-radius: 10px;
}

.btn-primary {
  border: 1px solid rgba(56, 189, 248, 0.2);
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  border-radius: 10px;
  color: #000;
  background-image: linear-gradient(to right, #14b8a6, #06b6d4);
  background-color: hsl(180 60% 50%);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.heading {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.sub-heading {
  color: rgb(255 255 255 / 0.7);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 15px;
}

.heading .highlight {
  background: linear-gradient(135deg, #0d9488 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.hero {
  text-align: center;
  padding: 1rem 1rem;
}

.hero .connecting-healthcare {
  background: rgba(17, 24, 39, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(56, 189, 248, 0.2);
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
}

.hero h1 {
  font-weight: 700;
  padding-top: 50px;
  font-size: 4.5rem;
  line-height: 1;
}

.hero .hero-white {
  color: #ffffff;
}

.hero .highlight {
  background: linear-gradient(135deg, #0d9488 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(255 255 255 / 0.8);
  max-width: 48rem;
  margin: 30px auto;
}

.hero img {
  width: 100%;
  border-radius: 20px;
  margin: 50px 0px;
}

.section {
  padding: 4rem 1rem;
}


.card-custom {
  background: rgba(17, 24, 39, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 1rem;
  padding: 2rem;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-custom:hover {
  transform: translateY(-6px);
  background-color: rgb(20 184 166 / 0.1);
}

.service-items svg {
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
  width: 3rem;
  height: 3rem;
}

.service-items h3 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 1.875rem;
  padding-left: 15px;
  padding-top: 10px;
}

.service-items p {
  font-weight: 200;
}

.service-items ul {
  list-style: none;
  padding-left: 0px;
  line-height: 35px;
  font-weight: 200;
  font-size: 15px;
}

.service-items ul svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -5px;
}

.service-items a {
  display: block;
}

.features .card-custom h5 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}

.features-item p {
  color: rgb(255 255 255 / 0.7);
  text-align: center;
  margin-bottom: 0px;
  font-weight: 300;
}

.svg-feature {
  width: 4rem;
  height: 4rem;
  background-image: linear-gradient(to right, #14b8a6, #06b6d4);
  background-color: hsl(180 60% 50%);
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
  margin: 0 auto;
  margin-bottom: 20px;
}

.svg-feature svg {
  height: 35px;
  width: 35px;
}

.testimonial .card-custom p {
  font-style: italic;
  font-weight: 200;
  font-size: 15px;

}

.rating-star svg {
  fill: rgb(229 187 22);
  color: rgb(229 187 22);
}

.contact {
  text-align: center;
}

.contact p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 0.7);
  max-width: 42rem;
  text-align: center !important;
}

.footer {
  padding: 2rem 0;
  color: #cfe3e8;
  background-color: rgb(15 23 42 / 0.5);
}

.footer-logo {
  background: linear-gradient(135deg, #0D9488 0%, #22D3EE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.footer-heading {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 10px;
}

.footer a {
  color: rgb(255 255 255 / 0.6);
  text-decoration: none;
}

.footer .list-unstyled {
  line-height: 30px;
}

@media (max-width: 575.98px) {
  .navbar {
    display: block;
  }

  nav.navbar {
    padding: 18px 10px !important;
  }

  button.navbar-toggler {
    float: right;
    position: absolute;
    top: 15px;
    right: 5px;
    background: linear-gradient(135deg, #7fc6c0 0%, #9cabad 100%);
  }

  .navbar-collapse {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(204 204 204 / 20%);
  }

  .navbar-collapse .nav-link {
    padding-left: 0px !important;
  }

  .nav-link.contact-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0px;
    margin-top: 10px;
    width: 115px;
  }


  .section {
    padding: 3rem 1rem;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 45px;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: initial;
  }

  .hero .connecting-healthcare {
    display: none;
  }

  .hero h1 {
    padding-top: 30px;
  }

  .hero p {
    font-size: 18px;
    line-height: 29px;
    color: rgb(255 255 255 / 0.8);
    max-width: initial;
    margin: 15px auto;
  }

  .hero .btn-primary {
    margin-bottom: 15px;
  }

  .service-items h3 {
    font-size: 1.5rem;
  }

  footer.footer {
    text-align: center;
  }
}