html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-paragraph);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  height: 74px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 47, 77, .03);
  z-index: 1030;
}

.box-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
 
.navbar {
  height: 74px
}

.brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain
}

.nav-link {
  color: var(--color-heading);
  font-size: 11px;
  font-weight: 600;
  padding: .4rem 0 !important;
  white-space: nowrap
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-primary-dark)
}

.search-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0 0 0 12px;
  background: #f4f8fa;
  color: var(--color-heading);
  box-shadow: 0 5px 20px rgba(20, 50, 70, .05)
}

.hero-section {
  min-height: 490px;
  /* margin-top: 74px; */
  background: linear-gradient(120deg, #f7fafb 0%, #eef5f7 52%, #fff 100%)
}

.hero-network {
  position: absolute;
  inset: 0 auto 0 33%;
  width: 280px;
  opacity: .55;
  background-image: radial-gradient(circle, #93d95e 0 2px, transparent 3px), linear-gradient(120deg, transparent 49%, rgba(116, 203, 61, .22) 50%, transparent 51%);
  background-size: 70px 70px, 70px 70px;
  mask-image: linear-gradient(to right, transparent, #000, transparent)
}

.hero-row {
  min-height: 625px
}

.hero-copy {
  padding: 60px 3% 48px 0;
  position: relative;
  z-index: 2
}

.eyebrow {
  color: var(--color-primary-dark);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px
}

.display-title,
.section-title {
  color: var(--color-heading);
  font-weight: 600;
  letter-spacing: -.035em
}

.display-title {
  font-size: clamp(38px, 5vw, 59px);
  line-height: .99
}

.display-title span,
.section-title span {
  color: var(--color-primary-dark)
}

.hero-text {
  color: #657482;
  font-size: 15px;
  max-width: 490px
}

.btn {
  font-weight: 700;
  font-size: 12px;
  border-radius: var(--radius-btn);
  padding: 11px 17px;
  border-width: 1px
}

.btn-brand {
  color: #0e2d24;
  background: var(--color-primary-light);
  border-color: var(--color-primary-light)
}

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

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

.btn-green:hover {
  color: #fff;
  background: #116a09;
  border-color: #116a09
}

.btn-light-custom {
  color: var(--color-heading);
  background: #fff;
  border-color: #e4e9ec;
  box-shadow: 0 5px 18px rgba(20, 50, 70, .08)
}

.btn-outline-green {
  color: var(--color-heading);
  border-color: var(--color-primary);
  background: transparent
}

.btn-outline-green:hover {
  color: #fff;
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark)
}

.hero-visual {
  align-self: stretch;
  min-height: 625px;
  position: relative
}

.hero-image-wrap {
  position: absolute;
  inset: 0 -48px 0 0;
  overflow: hidden;
  clip-path: ellipse(92% 78% at 66% 50%)
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92)
}

.hero-curve {
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: -18%;
  width: 30%;
  border-right: 10px solid var(--color-primary-light);
  border-radius: 50%;
  box-shadow: 8px 0 0 rgba(44, 155, 25, .8)
}

.hero-slogan {
  position: absolute;
  right: 6%;
  bottom: 45px;
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 25px;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-6deg);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .35)
}

.hero-slogan span {
  color: #c9ff58
}

.hero-stats {
  max-width: 650px
}

.stat-item {
  min-height: 55px;
  border-right: 1px solid #dce4e7;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
 margin: 0 20px;
}

.stat-item:first-child {
  padding-left: 0
}

.stat-item:last-child {
  border-right: 0
}

.stat-item>i {
  color: var(--color-primary);
  font-size: 32px
}

.stat-item strong {
  display: block;
  color: var(--color-heading);
  font-size: 24px;
  line-height: 1.1
}

.stat-item small {
  display: block;
  color: #6f7c85;
  font-size: 12px;
  white-space: nowrap
}

.section-space {
  padding: 42px 0
}

.section-title {
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.12
}

.section-copy {
  max-width: 650px;
	font-size:14px;
}

.about-visual {
    min-height: 360px;
    /* padding: 0 15% 0 8%; */
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center;
}

.about-main-img {
  width: 82%;
  height: auto;
  object-fit: cover;
  border-radius: 52px 52px 52px 52px;
  display: block
}

.about-small-img {
  position: absolute;
  width: 31%;
  height: 200px;
  right: 0%;
  bottom: -20px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 28px;
  box-shadow: var(--shadow-soft)
}

.floating-pill {
  position: absolute;
  z-index: 3;
  background: #fff;
  color: var(--color-heading);
  font-weight: 700;
  font-size: 10px;
  border-radius: 24px;
  padding: 9px 13px;
  box-shadow: 0 7px 20px rgba(27, 57, 70, .12);
  white-space: nowrap
}

.floating-pill i {
  color: var(--color-primary);
  font-size: 15px;
  margin-right: 7px
}

.pill-1 {
  left: 0;
  top: 76px
}

.pill-2 {
  left: 0;
  top: 128px
}

.pill-3 {
  left: 0;
  top: 180px
}

.pill-4 {
  left: 0;
  top: 232px
}

.mini-features {
  background: #fff;
  box-shadow: var(--shadow-soft);
  border-radius: 7px;
  overflow: hidden
}

.mini-feature {
  min-height: 80px;
  border-right: 1px solid #edf0f1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px
}

.mini-feature:last-child {
  border-right: 0
}

.mini-feature i {
  color: var(--color-primary);
  font-size: 28px
}

.mini-feature span {
  color: #2e4355;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25
}

.expertise-section {
  background: #f1f7f9;
  border-top: 1px solid #edf2f3;
  border-bottom: 1px solid #edf2f3
}

.section-side-note {
  color: #71808a;
  font-size: 14px
}

.section-side-note span {
  display: inline-block;
  width: 70px;
  border-top: 2px solid var(--color-primary);
  vertical-align: middle;
  margin-left: 7px
}

.service-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid #e2e9eb;
  border-radius: 9px;
  padding: 15px 13px;
  box-shadow: 0 5px 15px rgba(31, 59, 74, .035);
  display: flex;
  flex-direction: column
}

.service-icon {
  color: var(--color-primary);
  font-size: 28px;
  margin-bottom: 14px
}

.service-card h3 {
  color: var(--color-heading);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  min-height: 29px
}

.service-card p {
  color: #75828b;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 12px;
  flex-grow: 1
}

.service-card>a {
  width: 26px;
  height: 26px;
  border: 1px solid #b7c2c8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  font-size: 9px
}

.facility-card {
  margin: 0;
  text-align: center
}

.facility-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid var(--color-primary-light);
  padding: 8px;
  background: #fff;
  border-radius: 25px
}

.facility-card figcaption {
  color: var(--color-heading);
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px
}

.capabilities-section {
  padding: 38px 0;
  background: linear-gradient(110deg, #edf9ee 0%, #f7fbf8 100%)
}

.cap-card {
  height: 100%;
  /* min-height: 142px; */
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  padding: 17px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.cap-card i {
  color: var(--color-primary);
  font-size: 28px;
  margin-bottom: 8px
}

.cap-card strong {
  color: var(--color-primary-dark);
  font-size: 32px;
  line-height: 1
}

.cap-card span {
  color: var(--color-heading);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 7px
}

.site-footer {
  color: #6e7d87;
  background: #f6fafb;
  border-top: 1px solid #edf1f2
}

.footer-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 5px !important;
  
}

.site-footer h3 {
  color: var(--color-heading);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px
}

.site-footer p,
.footer-links a {
  font-size: 14px;
  line-height: 1.65
}

ul.footer-links>li {
    margin-bottom: 5px;
}
.footer-links {
  margin: 0
}

.footer-links a {
  color: #5f6f79
}

.footer-links a:hover {
  color: var(--color-primary-dark)
}

.newsletter .form-control {
  border-color: #e3e9eb;
  font-size: 14px;
  min-height: 38px;
  box-shadow: none
}

.newsletter .btn {
  min-width: 38px;
  padding: 0
}

.socials a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #77848c;
  color: #fff;
  font-size: 11px
}

.socials a:hover {
  background: var(--color-primary)
}

.footer-bottom {
  border-top: 1px solid #e3e9eb;
  color: #7b8790;
  font-size: 12px
}

.footer-bottom strong {
  color: var(--color-primary-dark);
  font-weight: 700
}

@media (max-width:1199px) {
  .navbar-nav {
    gap: .7rem !important
  }

  .nav-link {
    font-size: 10px
  }

  .hero-copy {
    padding-right: 1rem
  }
}

@media (max-width:991px) {

  .site-header,
  .navbar {
    height: 68px
  }

  .hero-section {
    margin-top: 20px
  }

  .navbar-collapse {
    background: #fff;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    box-shadow: var(--shadow-soft)
  }

  .search-btn {
    margin-top: .5rem
  }

  .hero-row {
    min-height: auto
  }

  .hero-copy {
    padding: 50px 0 25px
  }

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

  .hero-image-wrap {
    inset: 0;
    clip-path: ellipse(95% 82% at 70% 50%)
  }

  .hero-curve {
    left: -8%;
    width: 22%
  }

  .about-visual {
    margin-bottom: 25px
  }
}

@media (max-width:767px) {
  .section-space {
    padding: 34px 0
  }

  .display-title {
    font-size: 40px
  }

  .hero-text {
    font-size: 13px
  }

  .hero-stats {
    margin-top: 10px
  }

  .stat-item {
    padding: 7px 8px !important;
    border-right: 0
  }

  .stat-item:nth-child(odd) {
    border-right: 1px solid #dce4e7
  }

  .stat-item:nth-child(-n+2) {
    border-bottom: 1px solid #dce4e7
  }

  .hero-visual {
    min-height: 330px
  }

  .hero-slogan {
    font-size: 20px;
    right: 5%;
    bottom: 25px
  }

  .about-visual {
    padding-left: 12%;
    padding-right: 5%;
    min-height: 330px
  }

  .about-main-img {
    width: 88%;
    height: 300px
  }

  .about-small-img {
    height: 130px;
    width: 38%;
    right: 0
  }

  .floating-pill {
/*     font-size: 8px; */
    padding: 7px 9px
  }

  .floating-pill i {
    font-size: 12px
  }

  .pill-1 {
    top: 48px
  }

  .pill-2 {
    top: 93px
  }

  .pill-3 {
    top: 138px
  }

  .pill-4 {
    top: 183px
  }

  .mini-feature {
    border-bottom: 1px solid #edf0f1
  }

  .mini-feature:nth-child(2n) {
    border-right: 0
  }

  .mini-feature span {
    font-size: 12px
  }

  .facility-card img {
    height: 135px
  }
}

@media (max-width:575px) {
  .container-fluid {
    padding-left: 18px !important;
    padding-right: 18px !important
  }

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

  .hero-copy {
    padding-top: 36px
  }

  .hero-visual {
    min-height: 275px
  }

  .hero-image-wrap {
    clip-path: ellipse(110% 82% at 74% 50%)
  }

  .hero-curve {
    border-width: 6px
  }

  .hero-slogan {
    font-size: 17px
  }

  .facility-card img {
    height: 118px;
    border-radius: 18px
  }

  .cap-card {
    min-height: 128px
  }

  .cap-card strong {
    font-size: 22px
  }
}
/* Header at top */
#site-header {
    background-color: #ffffff;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Header after scrolling */
#site-header.scrolled {
    background-color: #8fdc39;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Menu color after scroll */
#site-header.scrolled .nav-menu a.mega-menu-link  {
    color: #ffffff !important;
}

/* Search icon after scroll */
/* #site-header.scrolled .search-btn {
    color: #ffffff;
} */

/* Menu button after scroll */
#site-header.scrolled .menu-toggle {
    color: #ffffff;
}