* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  color: #101923;
}
.page-shell {
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
    max-width: 1400px;
}
.site-header {
  height: 84px;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  background: #fff;
}
.brand img{max-width:170px}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #121a22;
  min-width: 190px;
}
.brand-mark {
  width: 55px;
  height: 61px;
  margin-right: 2px;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 0.86;
}
.brand-copy strong {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1.6px;
}
.brand-copy em {
  font-family: Georgia, serif;
  font-size: 17px;
  align-self: center;
  margin-left: 31px;
  margin-top: 5px;
  color: #34383d;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 33px;
}
.main-nav a {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}
.main-nav a:hover {
  color: #087c40;
}
.demo-btn {
  background: #07803f !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #0b1a13;
  margin: 5px 0;
}
.hero {
  position: relative;
  min-height: 505px;
  overflow: hidden;
  background: linear-gradient(102deg, #fff 0%, #fff 53%, #fbfefc 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 60% 57%,
      rgba(28, 150, 85, 0.09),
      transparent 25%
    ),
    linear-gradient(180deg, transparent 80%, rgba(17, 135, 75, 0.025));
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 4;
  width: 59%;
  padding: 35px 0 28px 57px;
}
.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #066d37;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 22px;
}
.eyebrow b {
  font-size: 9px;
}
.hero h1 {
  font-size: 45px;
  line-height: 1.13;
  letter-spacing: -1.35px;
  margin: 0;
  font-weight: 800;
  color: #101b28;
}
.hero h1 span {
  color: #087d40;
  position: relative;
  display: inline-block;
}
.hero h1 span:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 125px;
  left: 1px;
  bottom: -8px;
  background: #087d40;
  border-radius: 50%;
  transform: rotate(-3deg);
}
.intro {
  font-size: 14px;
  line-height: 1.75;
  max-width: 398px;
  margin: 20px 0 0;
  color: #1d252b;
}
.features {
  display: grid;
  grid-template-columns: repeat(4, 75px);
  gap: 45px;
  margin-top: 35px;
}
.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #087c40;
}
.feature svg {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.feature strong {
  font-size: 12px;
  line-height: 1.5;
  color: #111;
  font-weight: 700;
}
.hero-art {
    position: absolute;
    z-index: 2;
    left: 34%;
    top: 23px;
    width: 43%;
    height: 415px;
    pointer-events: none;
}
.hero-art img {
    max-width: 100%;
}
div#demoForm p {
    margin: 0px;
}
div#demoForm label {
    margin-bottom: 17px;
    display: block;
    position: relative;
}

div#demoForm br {
    display: none;
}
div#demoForm label span.wpcf7-not-valid-tip {
    font-size: 12px;
}
div#demoForm label span.wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    left: 0px;
    bottom: 33px;
}
fieldset.hidden-fields-container {
    display: none;
}
.screen-reader-response {
    display: none;
}
.contact-card {
  position: absolute;
  z-index: 10;
  right: 49px;
  top: 0;
  width: 340px;
  min-height: 458px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 11px;
  padding: 15px 22px 10px;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.11);
  margin-top: 10px;
}
.contact-card h2 {
  font-size: 20px;
  line-height: 1.25;
  color: #086c38;
  margin: 0 0 3px;
  font-weight: 800;
  letter-spacing: -0.4px;
}
.contact-card > p {
    font-size: 11px;
    line-height: 1.2;
    color: #20252a;
    margin: 0 0 9px;
    padding-bottom: 10px;
}
.contact-card form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  border: 1px solid #dfe2e3;
  background: #fff;
  border-radius: 5px;
  color: #2a2f33;
  font: 500 10.5px Inter, Arial, sans-serif;
  outline: none;
  transition: 0.18s;
}
.contact-card input,
.contact-card select {
  height: 31px;
  padding: 0 10px;
}
.wpcf7-response-output {
    font-size: 9px;
}
.contact-card textarea {
  resize: none;
  height:60px;
  padding: 10px;
  line-height: 1.45;
}
.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: #30343a;
  opacity: 1;
}
.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus {
  border-color: #0b8a49;
  box-shadow: 0 0 0 2px rgba(11, 138, 73, 0.08);
}
.select-wrap {
  position: relative;
}
.select-wrap:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 5px;
  font-size: 17px;
  color: #0d1a22;
  pointer-events: none;
}
.contact-card select {
  appearance: none;
  padding-right: 30px;
}
.submit-btn {
  height: 32px;
  border: 0;
  border-radius: 5px;
  background: #07803f;
  color: #fff;
  font: 700 11px Inter, Arial, sans-serif;
  cursor: pointer;
  margin-top: 0;
}
.submit-btn:hover {
  background: #066e37;
}
.safe-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #4a5055;
  margin-top: 3px;
}
.safe-note span {
  font-size: 11px;
}
.form-message {
  text-align: center;
  min-height: 13px;
  font-size: 10px;
  color: #07803f;
}
.green-corner {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 360px;
  height: 282px;
  background: #087f40;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.placeholder-section {
  padding: 70px 55px;
  text-align: center;
  min-height: 160px;
}
.placeholder-section h2 {
  font-size: 28px;
  margin: 0;
  color: #10201a;
}
.placeholder-section:nth-of-type(odd) {
  background: #f7faf8;
}
.desktop-only {
  display: block;
}
@media (max-width: 900px) {
  .site-header {
    padding: 0 28px;
    height: 76px;
  }
  .main-nav {
    gap: 19px;
  }
  .main-nav a {
    font-size: 11px;
  }
  .hero-copy {
    padding-left: 38px;
    width: 58%;
  }
  .hero h1 {
    font-size: 32px;
  }
  .contact-card {
    right: 25px;
    width: 300px;
  }
  .hero-art {
    left: 30%;
    width: 69%;
  }
  .features {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 72px;
    padding: 0 20px;
  }
  .brand-mark {
    width: 46px;
    height: 53px;
  }
  .brand-copy strong {
    font-size: 27px;
  }
  .brand-copy em {
    font-size: 15px;
    margin-left: 26px;
  }
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 30;
  }
  .main-nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 15px 20px 20px;
    gap: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    padding: 13px 4px;
    border-bottom: 1px solid #eef1ef;
  }
  .main-nav .nav-demo {
    margin-top: 10px;
    text-align: center;
    border: 0;
  }
  .hero {
    min-height: auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .hero-art {
    position: absolute;
    left: 12%;
    top: 285px;
    width: 90%;
    height: 330px;
    opacity: 0.95;
  }
  .hero-copy {
    width: 100%;
    padding: 34px 24px 365px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 17px;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }
  .intro {
    font-size: 12px;
    max-width: 520px;
  }
  .features {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
    max-width: 440px;
    margin-top: 30px;
  }
  .feature svg {
    width: 36px;
    height: 36px;
  }
  .feature strong {
    font-size: 9px;
  }
  .contact-card {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% - 36px);
    margin: -350px 18px 26px;
    min-height: 0;
    padding: 19px 18px 12px;
  }
  .contact-card h2 {
    font-size: 21px;
  }
  .contact-card > p {
    font-size: 11px;
  }
  .contact-card input,
  .contact-card select {
    height: 38px;
    font-size: 11px;
  }
  .contact-card textarea {
    height: 90px;
    font-size: 11px;
  }
  .submit-btn {
    height: 39px;
    font-size: 12px;
  }
  .green-corner {
    width: 230px;
    height: 190px;
    opacity: 0.95;
  }
  .desktop-only {
    display: none;
  }
  .placeholder-section {
    padding: 55px 25px;
  }
}
@media (max-width: 430px) {
  .hero-copy {
    padding: 28px 20px 340px;
  }
  .hero h1 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .intro {
    font-size: 11.5px;
  }
  .features {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
  }
  .feature svg {
    width: 31px;
    height: 31px;
  }
  .feature strong {
    font-size: 8px;
    line-height: 1.6;
  }
  .hero-art {
    left: 2%;
    top: 280px;
    width: 105%;
    height: 295px;
  }
  .contact-card {
    width: calc(100% - 28px);
    margin-left: 14px;
    margin-right: 14px;
  }
  .brand-copy strong {
    font-size: 24px;
  }
  .brand-copy em {
    font-size: 13px;
  }
  .brand {
    min-width: auto;
  }
  .site-header {
    padding: 0 16px;
  }
  .placeholder-section h2 {
    font-size: 23px;
  }
}
/* =========================
   ========================= */
.company-overview {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 22px;
  padding: 25px 57px 25px;
  background: #fff;
}
.section-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #087d40;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-kicker:before,
.section-kicker:after {
  content: "";
  height: 1px;
  background: #54a978;
  width: 20px;
}
.overview-intro .section-kicker:before {
  display: none;
}.footer-logo img {
    max-width: 120px;
}
.overview-intro h2 {
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.6px;
  margin: 0 0 10px;
  font-weight: 800;
}
.overview-intro p {
  font-size: 14px;
  line-height: 1.52;
  max-width: 385px;
  margin: 0 0 21px;
  color: #283036;
}
.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #0b8a49;
  border-radius: 4px;
  color: #087d40;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
}
.learn-more span {
  font-size: 11px;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.stat-card {
  /* height: 60px; */
  border: 1px solid #edf0ef;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(18, 46, 34, 0.04);
  display: flex;
  align-items: center;
  padding: 10px 20px;
  gap: 12px;
  width: 43%;
}
.stat-icon {
  color: #16884c;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;
}
.stat-icon.people {
}
.stat-icon.globe {
}
.stat-card strong {
  display: block;
  color: #138247;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}
.stat-card small {
  display: block;
  color: #171c1f;
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
}
.clients-section,
.technology-section,
.profiles-section {
  padding: 2px 57px 8px;
  background: #fff;
}
.section-title {
  text-align: center;
  padding-bottom: 16px;
}
.section-title .section-kicker {
  margin-bottom: 2px;
}
.section-title h2 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 15px;
  font-weight: 800;
  letter-spacing: -0.25px;
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.client-card {
  border: 1px solid #edf0ef;
  border-radius: 5px;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.025);
  overflow: hidden;
  background: #fff;
}
.client-card img {
  width: 86%;
  height: 84%;
  object-fit: contain;
  image-rendering: auto;
}
.technology-section {
  padding-top: 15px;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.tech-card {
    min-height: 77px;
    border: 1px solid #e6ece8;
    border-radius: 5px;
    padding: 15px 10px 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.025);
}
.tech-icon {
    color: #16884c;
    font-size: 32px;
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 25px;
    margin-bottom: 7px;
}
.tech-card strong {
  font-size: 14px;
  color: #168247;
  display: block;
  margin-bottom: 4px;
}
.tech-card p {
  font-size: 12px;
  line-height: 1.38;
  color: #343b3f;
  margin: 0;
}
.profiles-section {
  padding-top: 15px;
  padding-bottom: 20px;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.profile-card {
  border: 1px solid #e9eceb;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  min-width: 150px;
}
.profile-photo {
  height: 150px;
  background: linear-gradient(#fff, #f6f7f7);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}
.profile-body {
  position: relative;
  padding: 6px 9px 7px;
  min-height: 64px;
}
.profile-body h3 {
  font-size: 14px;
  color: #138247;
  margin: 0 0 2px;
  font-weight: 800;
}
.profile-body > b {
  font-size: 12px;
  color: #4b5052;
  display: block;
  margin-bottom: 7px;
}
.profile-body p {
  font-size: 12px;
  line-height: 1.35;
  color: #3b4144;
  margin: 0;
  max-width: 85%;
}
.profile-body > a {
  position: absolute;
  right: 8px;
  bottom: 7px;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: #087d40;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
}
.project-cta {
  margin: 0 57px 10px;
  height: 58px;
  border-radius: 6px;
  background: linear-gradient(90deg, #08783f, #06904b);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.project-cta:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 170px;
  opacity: 0.13;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 8px 8px;
}
.cta-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: 12px;
  font-size: 15px;
  z-index: 1;
}
.project-cta > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.project-cta strong {
  font-size: 15px;
  line-height: 1.1;
}
.project-cta span {
  font-size: 10px;
  margin-top: 3px;
}
.project-cta > a {
  margin-left: auto;
  z-index: 2;
  background: #fff;
  color: #08783f;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 18px;
}
.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1.05fr 1.35fr 1fr;
  gap: 20px;
  padding: 10px 57px 6px;
  background: #fff;
  min-height: 76px;
}
.footer-brand {
  padding-top: 5px;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #101c24;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.footer-logo > span {
  color: #087d40;
  font-size: 25px;
  margin-right: -1px;
}
.footer-logo em {
  position: absolute;
  left: 34px;
  top: 20px;
  font: italic 8px Georgia, serif;
  color: #34383d;
}
.footer-brand p {
  font-size: 12.2px;
  line-height: 1.4;
  max-width: 210px;
  margin: 8px 0 8px;
  color: #454b4f;
}
.footer-brand small {
  font-size: 12px;
  color: #666;
}
.footer-col {
  padding-top: 8px;
}
.footer-col h3 {
  font-size: 13px;
  margin: 0 0 8px;
  color: #111;
  font-weight: 800;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 13px;
}
.footer-col a,
.footer-col p {
  font-size: 13px;
  color: #30363a;
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
}
.footer-col p {
  margin-bottom: 5px;
}
.socials {
  display: flex;
  gap: 7px;
}
.socials a {
  width: 35px;
  height: 35px;
  border: 1px solid #e9eceb;
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: #087d40;
  font-size: 20px;
  font-weight: 800;
}
.footerinner {
    display: flex;
    gap: 0px;
    padding: 10px 27px 6px;
    border-top: 1px solid #e6eae8;
    background: #fff;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.legal {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  white-space: nowrap;
}
.legal a,
.legal span {
  font-size: 13px;
  color: #5c6163;
}

@media (max-width: 760px) {
  .company-overview {
    grid-template-columns: 1fr;
    padding: 25px 20px 10px;
    gap: 18px;
  }
  .overview-intro h2 {
    font-size: 26px;
  }
  .overview-intro p {
    font-size: 11px;
    max-width: 520px;
  }
  .section-kicker {
    font-size: 8px;
  }
  .learn-more {
    font-size: 10px;
  }
  .stats-grid {
    gap: 8px;
  }
  .stat-card {
    height: 64px;
  }
  .stat-card strong {
    font-size: 18px;
  }
  .stat-card small {
    font-size: 8px;
  }
  .clients-section,
  .technology-section,
  .profiles-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-title h2 {
    font-size: 21px;
  }
  .client-grid,  .tech-grid, .profile-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
 	.client-card {
    min-width: 150px;
}
  .tech-card {
    min-height: 100px;
    padding: 11px;
  }
  .tech-card strong {
    font-size: 10px;
  }
  .tech-card p {
    font-size: 8px;
  }
 
  .profile-photo {
    height: 130px;
  }
  .profile-body {
    min-height: 95px;
    padding: 9px 10px;
  }
  .profile-body h3 {
    font-size: 16px;
  }
  .profile-body > b {
    font-size: 11.5px;
  }
  .profile-body p {
    font-size: 12px;
  }
  .profile-body > a {
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
  .project-cta {
    margin: 0 20px 12px;
    height: 58px;
    padding: 0 12px;
  }
  .cta-icon {
    width: 34px;
    height: 34px;
  }
  .project-cta strong {
    font-size: 13px;
  }
  .project-cta span {
    font-size: 8px;
  }
  .project-cta > a {
    font-size: 8px;
    padding: 9px 12px;
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 10px 20px 15px;
  }
  .footer-brand p {
    font-size: 14px;
    max-width: 100%;
  }
  .footer-col h3 {
    font-size: 16px;
  }
  .footer-col a,
  .footer-col p {
    font-size: 14px;
  }
  .social-col {
    grid-column: 1/-1;
  }
  .legal {
    justify-content: center;
    margin-top: 8px;
  }
}
@media (max-width: 430px) {
  .company-overview {
    padding-left: 15px;
    padding-right: 15px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .clients-section,
  .technology-section,
  .profiles-section {
    padding-left: 15px;
    padding-right: 15px;
  }

 
 
  .profile-photo {
    height: 180px;
  }
  .project-cta {
    margin-left: 15px;
    margin-right: 15px;
  }
  .project-cta > a {
    padding: 8px 9px;
  }
  .site-footer {
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr;
  }
}
.wpcf7-response-output {
    font-size: 11px;
    color: green;
    text-align: center;
    font-weight: bold;
}
