:root {
  --blue: #0756a6;
  --blue-dark: #053d78;
  --blue-deep: #032e5c;
  --blue-light: #0b91dc;
  --green: #079447;
  --green-dark: #056c34;
  --light: #f4f9fd;
  --text: #19324d;
  --muted: #6d8092;
  --white: #fff;
  --border: #e3edf5;
  --shadow: 0 18px 50px rgba(4, 62, 110, .10);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  overflow-x: hidden
}

a {
  text-decoration: none
}

.site-nav {
  min-height: 82px;
  border-bottom: 1px solid rgba(5, 61, 120, .08);
  box-shadow: 0 4px 24px rgba(3, 46, 92, .06)
}

.brand-logo {
  width: 175px;
  height: 65px;
  object-fit: contain;
  display: block
}

.nav-link {
  font-weight: 600;
  color: #29455e !important;
  padding: .75rem .8rem !important;
  transition: .25s
}

.nav-link:hover,
.nav-link.active {
  color: var(--blue) !important
}

.contact-nav {
  border: 1px solid var(--blue);
  border-radius: 50px;
  padding: .55rem 1.15rem !important;
  margin-left: .3rem
}

.contact-nav:hover {
  background: var(--blue);
  color: #fff !important
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(120deg, #032e5c 0%, #0756a6 57%, #087fb8 100%);
  color: #fff;
  padding: 85px 0
}

.hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 25%, rgba(255, 255, 255, .15), transparent 28%), radial-gradient(circle at 10% 90%, rgba(12, 164, 82, .16), transparent 25%)
}

.hero-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 50%
}

.shape-one {
  width: 520px;
  height: 520px;
  right: -210px;
  top: -180px
}

.shape-two {
  width: 340px;
  height: 340px;
  left: -210px;
  bottom: -190px
}

.eyebrow,
.section-kicker {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--green);
  margin-bottom: 15px
}

.hero-section .eyebrow {
  color: #bff5d8
}

.hero-section h1 {
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -2px;
  margin: 0 0 22px
}

.hero-section h1 span {
  color: #61e09b
}

.hero-section h2 {
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.4;
  max-width: 680px
}

.hero-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .82);
  max-width: 680px;
  margin: 20px 0 28px
}

.btn-primary {
  background: var(--blue);
  border-color: var(--blue)
}

.btn-primary:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark)
}

.hero-section .btn-primary {
  background: #fff;
  border-color: #fff;
  color: var(--blue-dark)
}

.hero-section .btn-primary:hover {
  background: #eaf8f0;
  border-color: #eaf8f0
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: rgba(255, 255, 255, .9);
  font-size: .88rem
}

.hero-points span {
  display: flex;
  align-items: center;
  gap: 7px
}

.hero-points i {
  color: #64e19b
}

.hero-card {
  height: 480px;
  max-width: 430px;
  margin: auto;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .05));
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 35px 80px rgba(0, 0, 0, .2);
  display: flex;
  align-items: flex-end;
  padding: 42px
}

.medical-cross {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  font-size: 5rem;
  color: #7ae5aa
}

.medical-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  left: 50%;
  top: 145px;
  transform: translate(-50%, -50%)
}

.orbit-a {
  width: 270px;
  height: 270px
}

.orbit-b {
  width: 390px;
  height: 390px
}

.hero-icon {
  position: absolute;
  font-size: 3.2rem;
  color: #fff;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .2))
}

.icon-one {
  top: 190px;
  left: 75px
}

.icon-two {
  top: 270px;
  right: 65px
}

.icon-three {
  top: 95px;
  right: 55px;
  color: #70e4a4
}

.hero-card-content {
  position: relative;
  z-index: 2
}

.hero-card-content span {
  display: block;
  color: #9cefc0;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 10px
}

.hero-card-content strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2
}

.hero-card-content small {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, .65)
}

.section-padding {
  padding: 100px 0
}

.light-section {
  background: var(--light)
}

.section-kicker {
  margin-bottom: 12px
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--blue-deep);
  margin-bottom: 20px
}

.section-text {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted)
}

.section-subtitle {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.7
}

.section-heading {
  margin-bottom: 55px
}

.about-visual {
  min-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.visual-panel {
  width: 330px;
  height: 390px;
  border-radius: 35px;
  background: linear-gradient(145deg, #0756a6, #032e5c);
  box-shadow: var(--shadow);
  padding: 45px;
  color: #fff;
  position: relative;
  overflow: hidden
}

.visual-panel:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  right: -100px;
  top: -90px
}

.panel-main i {
  font-size: 4rem;
  color: #69e0a0;
  display: block;
  margin-bottom: 80px
}

.panel-main h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1
}

.panel-main p {
  color: rgba(255, 255, 255, .7);
  margin: 10px 0 0
}

.floating-stat {
  position: absolute;
  right: 0;
  top: 70px;
  background: #fff;
  border-radius: 20px;
  padding: 17px 22px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--blue-deep)
}

.floating-stat i {
  width: 45px;
  height: 45px;
  border-radius: 14px;
  background: #e7f7ef;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 1.35rem
}

.floating-icon {
  position: absolute;
  left: 5px;
  bottom: 65px;
  width: 75px;
  height: 75px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 2rem
}

.mini-feature {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: .9rem
}

.mini-feature i {
  color: var(--green);
  font-size: 1.2rem
}

.info-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(3, 46, 92, .05);
  transition: .3s
}

.info-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow)
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #eaf4fc;
  color: var(--blue);
  font-size: 1.7rem;
  margin-bottom: 22px
}

.info-card:nth-child(even) .card-icon {
  background: #eaf8f0;
  color: var(--green)
}

.info-card h3 {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--blue-deep)
}

.info-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0
}

.service-list {
  border-top: 1px solid var(--border)
}

.service-row {
  display: grid;
  grid-template-columns: 65px 1fr 50px;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--border)
}

.service-number {
  font-weight: 900;
  color: #9db0c1
}

.service-row h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--blue-deep)
}

.service-row p {
  margin: 0;
  color: var(--muted)
}

.service-row>i {
  font-size: 1.7rem;
  color: var(--green);
  text-align: right
}

.dark-section {
  background: linear-gradient(120deg, #032e5c, #0756a6);
  color: #fff
}

.light {
  color: #7ee3a8
}

.light-title {
  color: #fff
}

.light-text {
  color: rgba(255, 255, 255, .68)
}

.why-card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  padding: 30px;
  background: rgba(255, 255, 255, .06);
  transition: .3s
}

.why-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, .1)
}

.why-card>i {
  font-size: 2rem;
  color: #75e3a6
}

.why-card h3 {
  font-size: 1.1rem;
  margin: 18px 0 8px;
  font-weight: 800
}

.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, .65);
  line-height: 1.7
}

.quality-strip {
  padding: 75px 0;
  background: #e9f7ef
}

.quality-strip h2 {
  color: var(--blue-deep);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem)
}

.quality-strip p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 750px
}

.quality-strip .btn-light {
  color: var(--blue-dark);
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(3, 46, 92, .1)
}

.contact-section {
  background: #f8fbfe
}

.contact-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 25px;
  padding: 32px;
  box-shadow: var(--shadow)
}

.contact-item {
  display: flex;
  gap: 16px;
  margin-bottom: 25px
}

.contact-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eaf4fc;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.3rem
}

.contact-item span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px
}

.contact-item strong {
  display: block;
  color: var(--blue-deep);
  line-height: 1.55;
  font-size: .95rem
}

.contact-item a strong {
  transition: .2s
}

.contact-item a:hover strong {
  color: var(--green)
}

.map-card {
  height: 100%;
  min-height: 430px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #dfeaf2
}

.map-placeholder {
  height: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px;
  background: radial-gradient(circle at 50% 40%, #fff 0, #eef6fb 48%, #d9e9f3 100%);
  position: relative
}

.map-placeholder:before {
  content: "";
  position: absolute;
  inset: 25px;
  border: 2px dashed rgba(7, 86, 166, .15);
  border-radius: 20px
}

.map-pin {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--blue);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 12px 30px rgba(7, 86, 166, .25);
  margin-bottom: 30px
}

.map-pin i {
  transform: rotate(45deg)
}

.map-placeholder h3,
.map-placeholder p,
.map-placeholder a {
  position: relative;
  z-index: 1
}

.map-placeholder h3 {
  font-weight: 800;
  color: var(--blue-deep)
}

.map-placeholder p {
  color: var(--muted);
  line-height: 1.7
}

.cta-section {
  padding: 0 0 100px;
  background: #f8fbfe
}

.cta-box {
  border-radius: 30px;
  padding: 55px 60px;
  background: linear-gradient(120deg, #0756a6, #032e5c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: var(--shadow)
}

.cta-box h2 {
  font-weight: 800;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  margin: 0 0 10px
}

.cta-box p {
  margin: 0;
  color: rgba(255, 255, 255, .72)
}

.footer {
  background: #021f3d;
  color: #fff;
  padding: 75px 0 25px
}

.footer-logo {
  width: 190px;
  height: 75px;
  object-fit: contain;
  object-position: left center;

  border-radius: 8px;
  padding: 3px;
  margin-bottom: 18px
}

.footer-desc {
  color: rgba(255, 255, 255, .58);
  line-height: 1.75;
  max-width: 440px
}

.footer h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 20px
}

.footer a,
.footer p {
  display: block;
  color: rgba(255, 255, 255, .62);
  line-height: 1.7;
  margin-bottom: 9px
}

.footer a:hover {
  color: #7ee3a8
}

.footer p i {
  color: #7ee3a8;
  margin-right: 8px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 45px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: rgba(255, 255, 255, .45);
  font-size: .82rem
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(3, 46, 92, .25);
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 1000
}

.back-to-top.show {
  opacity: 1;
  visibility: visible
}

@media(max-width:991.98px) {
  .site-nav {
    min-height: 74px
  }

  .brand-logo {
    width: 150px;
    height: 58px
  }

  .navbar-collapse {
    padding: 15px 0
  }

  .nav-link {
    padding: .65rem 0 !important
  }

  .contact-nav {
    display: inline-block;
    margin: 5px 0 0
  }

  .hero-section {
    padding: 70px 0
  }

  .hero-card {
    height: 430px
  }

  .section-padding {
    padding: 80px 0
  }

  .about-visual {
    min-height: 430px
  }

  .cta-box {
    padding: 45px 35px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media(max-width:575.98px) {
  .brand-logo {
    width: 135px;
    height: 52px
  }

  .hero-section {
    min-height: auto;
    padding: 60px 0
  }

  .hero-section h1 {
    letter-spacing: -1px
  }

  .hero-text {
    font-size: .96rem
  }

  .hero-points {
    display: grid;
    gap: 8px
  }

  .hero-card {
    height: 390px;
    border-radius: 28px;
    padding: 30px
  }

  .hero-card-content strong {
    font-size: 1.5rem
  }

  .icon-one {
    left: 35px
  }

  .icon-two {
    right: 30px
  }

  .icon-three {
    right: 35px
  }

  .medical-cross {
    top: 60px
  }

  .about-visual {
    min-height: 390px
  }

  .visual-panel {
    width: 275px;
    height: 335px;
    padding: 32px
  }

  .panel-main i {
    margin-bottom: 45px;
    font-size: 3rem
  }

  .panel-main h3 {
    font-size: 1.7rem
  }

  .floating-stat {
    right: -3px;
    top: 30px
  }

  .floating-icon {
    left: -3px;
    bottom: 25px
  }

  .section-padding {
    padding: 65px 0
  }

  .section-heading {
    margin-bottom: 38px
  }

  .service-row {
    grid-template-columns: 45px 1fr 35px;
    gap: 10px
  }

  .service-row h3 {
    font-size: 1rem
  }

  .service-row p {
    font-size: .85rem
  }

  .quality-strip {
    padding: 55px 0
  }

  .cta-section {
    padding-bottom: 65px
  }

  .cta-box {
    padding: 35px 25px;
    border-radius: 24px
  }

  .footer {
    padding-top: 55px
  }

  .footer-bottom {
    flex-direction: column
  }
}