@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  src: local('Helvetica'), url('assets/fonts/Helvetica.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica';
  font-style: italic;
  font-weight: 400;
  src: local('Helvetica Oblique'), url('assets/fonts/Helvetica-Oblique.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica';
  font-weight: 500 900;
  src: local('Helvetica Bold'), url('assets/fonts/Helvetica-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica';
  font-style: italic;
  font-weight: 500 900;
  src: local('Helvetica Bold Oblique'), url('assets/fonts/Helvetica-BoldOblique.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 300;
  src: local('Helvetica Light'), url('assets/fonts/helvetica-light.woff') format('woff');
}

html, body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  min-height: 100%;
  background: #fff;
}
section {
  margin: 72px auto;
  position: relative;
}
main {
  position: relative;
  overflow-x: clip;
}

.background-grid {
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-grid > .column {
  border-left: 1px solid #dad9da;
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 33.33333%;
  height: 100%;
}

@media (min-width: 480px) {
  .background-grid > .column {
      width: 25%;
  }
}

@media (min-width: 767px) {
  .background-grid > .column {
      width: 20%;
  }
}

@media (min-width: 992px) {
  .background-fix {
      background-attachment: fixed;
  }
  .background-grid > .column {
      width: 16.66666%;
  }
}

@media (max-width: 479px) {
  .background-grid > .column:nth-child(4) {
      display: none;
  }
}

@media (max-width: 767px) {
  .background-grid > .column:nth-child(5) {
      display: none;
  }
}

.hero-blur-wrapper {
  position: relative;
  z-index: 10;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  max-width: 80%;
  margin: 0 auto;
}
.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
}
.hero-title-nav {
  display: none;
}
.hero-nav-circle {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 780px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 106px;
}

.hero-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('assets/img/hero-shadow-xl-min.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  pointer-events: none;
}

.hero-title-1 {
  color: #fff;
}
.hero-content h1 {
  font-family: 'Abril Fatface', serif;
  color: #153E35;
  font-size: 46px;
  font-weight: 400;
  margin: 0;
  z-index: 2;
  background: none;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .hero-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 1400px) {
  .hero-bg {
    background-size: contain;
  }
}

@media (min-width: 1513px) {
  .hero-section {
    min-height: 110vh;
  }
  .hero-content {
    width: 30%;
  }
}
@media (min-width: 1600px) {
  .hero-section {
    min-height: 100vh;
  }
  .hero-content {
    width: 23%;
  }
  .hero-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 1950px) {
  .hero-section {
    min-height: 120vh;
  }
  .hero-content {
    width: 23%;
  }
  .hero-content h1 {
    font-size: 64px;
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: 0;
    margin-bottom: 0;
  }
  .hero-content {
    text-align: center;
    width: 100%;
    backdrop-filter: blur(4px);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(153, 153, 153, 0.3) 100%);
    padding-top: 140px;
    padding-bottom: 140px;
  }
  
  .hero-content h1 {
    display: none;
  }
  .hero-title-nav {
    display: block;
    font-family: 'Abril Fatface', serif;
    color: #153E35;
    font-weight: 400;
    margin: 0;
    z-index: 2;
    text-align: center;
    font-size: 42px;
    line-height: 70px;
  }
  .highlight {
    background-color: #153E35;
    color: #fff;
  }
  .hero-bg {
    background: url('assets/img/home-m.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* --- Layout Container --- */
.container {
  width: 83%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.main-nav {
  width: 100%;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 16px rgba(21,62,53,0.07);
  padding: 0;
  min-height: 64px;
  transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s cubic-bezier(.4,0,.2,1);
}

.main-nav.nav-hide {
  transform: translateY(-100%);
}

.main-nav.figma-shadow {
  box-shadow:
    0px 2px 5px 0px #8080801A,
    0px 8px 8px 0px #80808017,
    0px 19px 11px 0px #8080800D,
    0px 34px 13px 0px #80808003,
    0px 52px 15px 0px #80808000;
}
.main-nav .container {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* --- Hero Decorative Images --- */
.bg-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg-circle {
  left: -80px;
  top: 60px;
  width: 200px;
  height: 200px;
  animation: spin 10s linear infinite;
}
.hero-bg-circle-2 {
  right: 200px;
  bottom: 260px;
  width: 180px;
  height: 180px;
}
.hero-bg-circle-3 {
  right: 50%;
  bottom: 100px;
  width: 50px;
  height: 50px;
  transform: rotate(260deg);
}
.hero-bg-dots {
  right: -60px;
  top: 120px;
  width: 200px;
  height: 200px;
}
.hero-bg-dots-2 {
  left: 60px;
  bottom: 220px;
  width: 200px;
  height: 200px;
}
@media (max-width: 900px) {
  .container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .main-nav .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
}

/* --- Navigation Styles --- */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.logo-circle {
  background: #fff;
  border: 2.5px solid #6CCA98;
  color: #153E35;
  font-family: 'Abril Fatface', serif;
  font-size: 2.1rem;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 0.2em;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-main {
  font-family: 'Abril Fatface', serif;
  color: #153E35;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
.logo-sub {
  font-family: Helvetica, Arial, sans-serif;
  color: #6CCA98;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: -0.2em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  text-decoration: none;
  color: #153E35;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0.3em 0.7em;
  border-radius: 2em;
  transition: background 0.18s, color 0.18s;
  display: flex;
  align-items: center;
}
.nav-links a.active, .nav-links a:hover {
  background: #153E35;
  color: #fff;
}
.dropdown {
  position: relative;
}
.dropdown-arrow {
  font-size: 0.7em;
  margin-left: 4px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #ACC760;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  z-index: 1000;
  margin-top: 8px;
}
.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-menu a {
  border-radius: 0;
  display: block;
  padding: 12px 16px;
  color: #153E35;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.dropdown-menu a:hover {
  background: #f5f5f5;
  color: #6CCA98;
}
.dropdown-menu {
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition-delay: 0.1s;
}
.dropdown:hover .dropdown-menu {
  transition-delay: 0s;
}
@media (max-width: 900px) {
  .main-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    min-height: unset;
  }
  .nav-links {
    gap: 1rem;
    font-size: 0.98rem;
  }
  .logo-circle {
    font-size: 1.5rem;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 500px) {
  .dropdown-menu {
    min-width: 90vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* --- End Navigation Styles --- */

.how-content {
  max-width: 83%;
  margin: 0 auto;
  color: #5C5C5C;
  font-family: Helvetica, Arial, sans-serif;
}
.title {
  font-family: 'Abril Fatface', serif;
  color: #153E35;
  font-size: 36px;
  margin-bottom: 18px;
  font-weight: 400;
  z-index: 2;
}
.highlight {
  background: #153E35;
  color: #fff;
  padding: 1.6px 6.4px;
  border-radius: 3.2px;
  font-family: 'Abril Fatface', serif;
  font-weight: 400;
}
.how-section p {
  font-size: 18px;
  margin-bottom: 12px;
}
.how-section p strong {
  font-weight: 700;
}
.how-pillars {
  display: flex;
  gap: 0;
  padding: 0;
  max-width: 83%;
  margin: 48px auto 0 auto;
  position: relative;
  justify-content: center;
  z-index: 2;
}
.how-pillar {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 503px;
  min-height: 403px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px 28px 32px 32px;
  background: #ACC760;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.how-pillar:nth-child(2) {
  background: #153E35;
}
.how-pillar:nth-child(3) {
  background: #DAF4D8;
}
.how-pillar-number {
  position: absolute;
  top: 0;
  right: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 320px;
  line-height: 0.7;
  letter-spacing: 0;
  color: #FFFFFF80;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.how-pillar-content {
  position: relative;
  z-index: 1;
  color: #153E35;
  height: 230px;
}
.how-pillar:nth-child(2) .how-pillar-content {
  color: #fff;
}
.how-pillar h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
}
.how-pillar p {
  font-size: 1.05rem;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.how-pillar-triangle {
  position: absolute;
  top: 400px;
  left: 0;
  width: 32px;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  display: block;
}
.how-pillar-triangle-down { 
  display: none;
}
@media (max-width: 900px) {
  .how-pillar-triangle-down { 
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
    pointer-events: none;
    user-select: none;
  }
  .how-pillars {
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    padding: 0;
  }
  .how-pillar {
    height: auto;
    min-height: 400px;
    padding: 24px 16px 24px 16px;
  }
  .how-pillar-content {
    height: 250px;
  }
  .how-pillar-number {
    height: 180px;
  }
  .how-pillar-triangle {
    display: none;
  }
}

.bg-1 {
  background-color: #6CCA98;
  height: 360px;
  border-radius: 10px;
}

.bg-2 {
  background-color: #153E35;
  height: 360px;
  border-radius: 10px;
}

.bg-3 {
  background-color: #6CCA98;
  height: 360px;
  border-radius: 10px;
}

.team-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 83%;
  margin: 0 auto;
}
.team-grid-wrapper {
  display: flex;
  position: relative;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35.2px 35.2px;
  margin-top: 40px;
  max-width: 900px;
  width: 100%;
}
.team-card {
  background: #fff;
  box-shadow: 0 2px 24px rgba(21,62,53,0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  min-height: 348px;
  position: relative;
}
.team-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 106px;
  border-bottom: 3px solid #6CCA98
}
.team-card:hover .team-info {
  background: #153E35;
  color: #fff;
}
.team-card:hover .team-name {
  color: #fff;
}
.team-card:hover .team-role, .team-card:hover .team-desc {
  color: #fff;
}
.team-name {
  font-family: Helvetica, Arial, sans-serif;
  color: #153E35;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.2em;
  margin-top: 0;
  
}
.team-role {
  font-family: Helvetica, Arial, sans-serif;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.2em;
}
.team-desc {
  font-family: Helvetica, Arial, sans-serif;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .team-card {
    min-height: 348px;
  }
  .team-img-wrapper {
    height: 500px;
  }
  .team-info {
    height: 80px;
  }
  .team-info h3 {
    margin-top: 0;
  }
  .team-section {
    flex-direction: column;
    align-items: center;
  }
  .team-section .title {
    align-self: flex-start;
  }
}

@media (min-width: 1500px) {
  .team-img {
    object-position: top;
  }
}
/* Team Swiper Styles */
.team-swiper-container {
  width: 70%;
  overflow: hidden;
  margin-top: 40px;
}

.team-swiper-row {
  margin-bottom: 20px;
  flex-flow: row;
  flex: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-swiper-row:last-child {
  margin-bottom: 0;
}

.team-swiper {
  width: 100%;
  overflow: visible;
}

.team-swiper .swiper-wrapper {
  align-items: stretch;
}

.team-swiper .swiper-slide {
  width: 260px;
  height: auto;
}

.swiper-button-next1 {
  top: 40%;
  right: 0;
}
.swiper-button-prev1 {
  top: 40%;
  left: 0;
}
.swiper-button-next2 {
  top: 40%;
  right: 0;
}
.swiper-button-prev2 {
  top: 40%;
  left: 0;
}
.team-swiper-container .swiper-button-next1,
.team-swiper-container .swiper-button-prev1 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.team-swiper-container .swiper-button-next2,
.team-swiper-container .swiper-button-prev2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.team-nav-button {
  display: flex;
  opacity: 0;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 2px 32px #0000001f;
}

.team-swiper-row--left:hover .team-nav-button {
  opacity: 1;
  display: flex;
}

.team-swiper-row--right:hover .team-nav-button {
  opacity: 1;
  display: flex;
}

/* Ensure team cards maintain their styling within swiper */
.team-swiper-container .team-card {
  height: 100%;
  min-height: 348px;
}

@media (max-width: 900px) {
  .team-swiper-container {
    overflow: visible;
  }
  .team-swiper-container .swiper-slide {
    width: 100%;
  }
  
  .team-swiper-container .team-card {
    min-height: 348px;
  }
  .team-swiper-row {
    overflow: visible;
  }
}

@media (max-width: 600px) {
  .team-swiper-container .swiper-slide {
    width: 100%;
  }
  
  .team-swiper-container {
    margin-top: 30px;
    width: 100%;
  }
  
  .team-swiper-row {
    margin-bottom: 20px;
  }
}

.industries-section {
  z-index: 2;
  background-color: #FBFBFC;
  padding: 0 0 88px 0;
}

.industries-section .title {
  width: 83%;
  margin: 0 auto;
  padding: 64px 0;
}

.industries-parade {
  padding-block: 12px;
  overflow: hidden;
}

.industries-scroll {
  display: flex;
  gap: 4rem;
  width: 100%;
}

.industries-scroll__group {
  display: flex;
  gap: 4rem;
  font: 400 64px "Helvetica";
  letter-spacing: 0;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.industries-scroll__group li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.industries-scroll__group li::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('assets/img/circle-small.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.industries-scroll__group li:nth-child(odd) {
  color: #C1BFCF;
}

.industries-scroll__group li:nth-child(even) {
  color: #5C5C5C;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.industries-scroll--left {
  animation: scroll-left var(--time,40s) linear infinite;
}

@keyframes scroll-right {
  from {
    transform: translateX(-90%);
  }
  to {
    transform: translateX(0);
  }
}

.industries-scroll--right {
  animation: scroll-right var(--time,40s) linear infinite;
}

/* Brands Section Styles */
.brands {
  margin: 72px auto;
  position: relative;
  padding: 64px 0;
}
.brands .title {
  width: 83%;
  margin: 0 auto;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}

.brands-parade {
  padding-block: 12px;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}

.brands-scroll {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.brands-scroll__group {
  display: inline-flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  white-space: nowrap;
}

.brands-scroll__group li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid #DDE4EE;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brands-scroll__group li:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.brands-scroll__group li img {
  max-width: 130px;
  max-height: 130px;
}

.brands-scroll--left {
  animation: scroll-left var(--time,25s) linear infinite;
}

.brands-scroll--right {
  animation: scroll-right var(--time,25s) linear infinite;
}

@media (max-width: 900px) {
  .brands-scroll__group li {
    width: 140px;
    height: 140px;
  }
  .brands-scroll__group li img {
    max-width: 100px;
    max-height: 100px;
  }
  
  .brands-scroll {
    gap: 1rem;
  }
  
  .brands-scroll__group {
    gap: 1rem;
  }
  .brands-scroll--left {
    animation: scroll-left 120s linear infinite;
  }
  
  .brands-scroll--right {
    animation: scroll-right 120s linear infinite;
  }
}

.why-card {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 2px 24px rgba(21,62,53,0.07);
  border: 2px solid #6CCA98;
  margin: 40px auto 0 auto;
  padding: 35px 35px 35px 35px;
  max-width: 900px;
  position: relative;
  text-align: left;
}
.why-title {
  font-family: 'Abril Fatface', serif;
  color: #153E35;
  font-size: 21px;
  margin-bottom: 19px;
  font-weight: 400;
}
.why-highlight {
  background: #153E35;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
  font-family: 'Abril Fatface', serif;
  font-weight: 400;
}
.why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 27px 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.why-list li {
  display: inline-block;
  border: 1.5px solid #6CCA98;
  border-radius: 32px;
  padding: 8px 21px;
  font-size: 17px;
  color: #153E35;
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  margin-bottom: 3px;
  font-weight: 400;
}
.why-card-logo {
  position: absolute;
  right: 35px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.why-card-logo-circle {
  border: 3px solid #6CCA98;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
.why-card-logo-text {
  font-family: 'Abril Fatface', serif;
  color: #153E35;
  font-size: 51px;
  font-weight: 700;
}
.why-card-dots {
  width: 90px;
  height: auto;
  opacity: 0.22;
  margin-left: -18px;
}
.curved-line {
  display: block;
  width: 100%;
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: -74px;
}
@media (min-width: 1800px) {
  .curved-line {
    top: -100px;
  }
}
@media (max-width: 900px) {
  .industries-list-row {
    font-size: 21px;
    flex-direction: column;
    gap: 5px;
  }
  .why-card {
    padding: 19px 16px 19px 16px;
  }
  .why-card-logo {
    right: 16px;
    bottom: 16px;
  }
  .why-card-logo-circle {
    width: 70px;
    height: 70px;
  }
  .why-card-logo-text {
    font-size: 27px;
  }
  .why-card-dots {
    width: 50px;
    margin-left: -8px;
  }
  .industries-curve {
    margin-top: 12px;
  }
}

@media (max-width: 900px) {
  .title {
    font-size: 24px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.pillar-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
  width: 83%;
  margin: 0 auto;
}
.pillar {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 2px 24px rgba(21,62,53,0.07);
  overflow: hidden;
  align-items: stretch;
  min-height: 500px;
  position: sticky;
  top: 40px;
  z-index: 2;
}
.pillar-division-label-wrapper {
  display: flex;
  position: relative;
  width: fit-content;
}
.pillar-content {
  flex: 2;
  padding: 48px 40px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
  backdrop-filter: blur(4px);
  background-color: rgba(255,255,255,0.5);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 97%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 97%, rgba(0,0,0,0) 100%);
}
.pillar-triangle {
  position: absolute;
  z-index: 2;
  right: -23px;
}
@media (max-width: 900px) {
  .pillar-triangle {
    right: -8px;
    width: 16px;
    height: 28px;
  }
}
.pillar-division-label {
  background: #6CCA98;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 8px 24px 8px 16px;
  margin-bottom: 18px;
  display: inline-block;
  width: fit-content;
  border-radius: 0 24px 24px 0;
}
.pillar-content h3 {
  color: #153E35;
  margin-bottom: 8px;
}
.pillar-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 0;
  color: #153E35;
}
.pillar-desc {
  color: #153E35;
  font-size: 1.05rem;
  margin-bottom: 0;
  width: 80%;
}
.pillar-logo-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pillar-logo-bg {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: 0;
  border: 100px solid #153E351A;
}
.pillar-logo {
  position: relative;
  z-index: 1;
  width: 220px;
  max-width: 90%;
  margin-bottom: 12px;
  display: block;
}
.pillar-logo-caption {
  position: relative;
  z-index: 1;
  color: #888;
  font-size: 1.1rem;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  margin-top: 8px;
  letter-spacing: 1px;
}
@media (max-width: 900px) {
  .pillar {
    flex-direction: column;
    min-height: 0;
  }
  .pillar-content, .pillar-logo-box {
    padding: 24px 16px;
    max-width: 100%;
    min-width: 0;
  }
  .success-projects-header {
    width: 100%;
  }
  .success-projects-btn {
    position: static;
    margin: 16px 0 0 0;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1513px) {
  .pillar-logo-bg {
    left: -10%;
  }
}
.success-projects {
  z-index: 1;
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 80px;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
}
.success-projects-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 83%;
  margin: 0 auto;
}
.success-projects-btn {
  background: #153E35;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 14px 32px;
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}
.success-projects-btn:hover {
  background: #6CCA98;
  color: #153E35;
}

.success-projects-content {
  background-color: rgb(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 16px;
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 80%;
  width: 100%;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.success-projects-content h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
}
.success-projects-desc {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 12px;
  width: 60%;
}

.success-projects-desc ul {
  margin: 0.5rem 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}

.success-projects-desc ul li {
  margin-bottom: 0.3rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 900px) {
  .success-projects-header {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .success-projects-content {
    height: 90%;
  }
  .success-projects-desc {
    width: 100%;
  }
}

.testimonials-section {
  margin-bottom: 0;
  background-color: #EEF4DF;
  z-index: 1;
  margin-top: 0;
}
.testimonials-section .title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  background-color: #153E35;
  z-index: 1;
  position: relative;
  margin-bottom: 80px;
  margin-top: 0;
}
.testimonials-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.testimonials-swiper {
  width: 70%;
  margin: 0 !important;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}

.swiper-slide {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.testimonial-colons {
  position: absolute;
  top: -25px;
  left: 40px;
  width: 70px;
  height: 50px;
  z-index: 2;
}
.testimonial-content {
  position: relative;
  background: #fff;
  box-shadow: 0 4px 24px rgba(21,62,53,0.07);
  height: 380px;
  display: flex;
  flex-direction: column;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 44px 52px;
  margin-bottom: 44px;
}

.testimonial-text {
  font-size: 20px;
  color: #153E35;
  line-height: 30px;
  margin-bottom: 44px;
  font-style: italic;
  background: none;
  position: relative;
  width: 70%;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.author-name {
  font-weight: 700;
  color: #5C5C5C;
  font-size: 20px;
  text-align: center;
}

.author-role {
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 400;
  text-align: center;
}

.testimonial-stars {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

.testimonial-stars img {
  width: 28px;
  height: 28px;
}

.testimonial-company {
  background: #153E35;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 12px 24px;
  margin-top: 12px;
  text-align: center;
  display: inline-block;
}

.swiper-wrapper {
  max-width: 600px !important;
}

.swiper-pagination {
  bottom: 58px !important;
  position: absolute !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #D1D1D1 !important;
  border: 1px solid #D1D1D1 !important;
  opacity: 1 !important;
  margin: 0 8px !important;
  box-shadow: 0 2px 8px rgba(21,62,53,0.07) !important;
}
.swiper-pagination-bullet-active {
  background: #153E35 !important;
  border: 1px solid #153E35 !important;
}

@media (max-width: 900px) {
  .testimonials-section {
    padding: 0 8px;
  }
  .testimonials-content  {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .testimonials-section .title {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .testimonial-content {
    height: 700px;
    padding: 12px 0;
    width: 100%;
  }
  .testimonial-text {
    font-size: 1rem;
  }
  .swiper-pagination {
    margin-top: 1.2rem;
    padding-left: 0;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px !important;
  }
}

/* --- Footer Styles --- */
.site-footer {
  background: #153E35;
  color: #fff;
  padding: 0 0 0 0;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  z-index: 10;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 2vw 24px 2vw;
  position: relative;
}
.footer-cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-col {
  margin: 0 24px 24px 0;
  min-width: 180px;
}

.footer-cols a {
  color: #fff;
  text-decoration: none;
}
.footer-cols a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer-brand {
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-logo {
  width: 100%;
  max-width: 60px;
  height: 100%;
  object-fit: contain;

}
.footer-desc {
  font-size: 14.5px;
  color: #fff;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
  letter-spacing: 0.02em;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  font-size: 14.5px;
  margin-bottom: 10px;
  color: #fff;
  opacity: 0.85;
  line-height: 1.5;
}
.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14.5px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-social-link:hover {
  opacity: 1;
}
.footer-social-link svg {
  display: inline-block;
  vertical-align: middle;
}
.footer-top-btn {
  position: absolute;
  right: 2vw;
  top: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: transform 0.2s;
  z-index: 2;
}
.footer-top-btn:hover {
  transform: translateY(-4px) scale(1.08);
}
.footer-top-btn svg {
  display: block;
}
.footer-copyright {
  text-align: left;
  font-size: 13px;
  color: #fff;
  opacity: 0.7;
  padding: 18px 2vw 18px 2vw;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #153E35;
}
.footer-wave {
  display: block;
  width: 100%;
  position: relative;
  z-index: 11;
}
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 4vw 16px 4vw;
  }
  .footer-cols {
    width: 100%;
    gap: 4px;
  }
  .footer-col {
    margin-right: 0;
    margin-bottom: 32px;
    min-width: 0;
    width: 100%;
  }
  .footer-top-btn {
    position: static;
    margin-top: 24px;
    align-self: flex-end;
  }
  .footer-brand {
    max-width: 100%;
  }
  .footer-wave {
    display: none;
  }
  .curved-line {
    display: none;
  }
}
/* --- End Footer Styles --- */

/* --- Division Hero Section Styles --- */
.divisions-hero {
  background: url('assets/img/hero-divisions.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #153E35;
  font-family: 'Abril Fatface', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
  margin-top: 106px;
  z-index: 1;
}
.division-hero-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: none;
  padding: 0;
  margin: 0;
}
.division-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 83%;
  gap: 48px;
}
.division-hero-block {
  width: 100%;
  position: relative;
}
.division-services-title {
  font-size: 2rem;
  font-weight: 700;
  color: #153E35;
  margin-bottom: 12px;
}
.division-desc {
  color: #153E35;
  font-size: 1.1rem;
  margin-bottom: 24px;
  font-weight: 400;
}
.division-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.service-pill {
  background: #F6F6F9;
  color: #5C5C5C;
  border: 2px solid #DDE4EE;
  border-radius: 24px;
  padding: 10px 22px;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  outline: none;
  display: inline-block;
  z-index: 1;
}
.service-pill.active, .service-pill:hover {
  background: #DAF4D8;
  border: 2px solid #ACC760;
  color: #5C5C5C;
}
.service-detail {
  background: #ACC760;
  color: #153E35;
  padding: 77px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.service-detail-triangle {
  position: absolute;
  top: 75px;
  right : -10px;
  transform: rotate(90deg);
}
.service-detail-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 0;
  font-family: 'Abril Fatface', Helvetica;
}
.service-detail-desc {
  font-size: 20px;
  line-height: 30px;
}
.service-detail-quote {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  font-style: italic;
}

/* --- Benefits Section --- */
.division-benefits-section {
  width: 100%;
  margin-top: 128px;
  background: #FBFBFC;
  z-index: 1;
  padding-bottom: 64px;
  padding-top: 64px;
}
.division-benefits-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  background-color: #153E35;
  z-index: 1;
  position: relative;
  margin-bottom: 64px;
  margin-top: 0;
  font-family: Abril Fatface, Helvetica, Arial, sans-serif;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .division-hero-container {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    width: 100%;
  }
  .divisions-hero {
    font-size: 32px;
  }
  .service-detail {
    padding: 32px 12px;
  }
}
@media (max-width: 600px) {
  .division-hero-section {
    margin: 32px 0 0 0;
    padding: 0 8px;
  }
  .division-hero-container {
    gap: 12px;
  }
}
.logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
  justify-content: center;
}
.logo-card {
  background: #fff;
  box-shadow: 0px 3px 5px 0px #69CA9880;
  padding: 16px 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25%;
  transition: box-shadow 0.2s;
  z-index: 1;
}
.logo-card img {
  max-width: 120px;
  max-height: 80px;
  object-fit: contain;
}
/* Use Case Section Styles */
.use-case-section {
  display: flex;
  gap: 40px;
  margin: 60px auto 0 auto;
  max-width: 1200px;
  padding: 0 24px;
  z-index: 1;
}
.use-case-sidebar {
  min-width: 260px;
  border-radius: 12px;
  padding: 32px 20px 24px 20px;
  font-family: inherit;
}
.sidebar-title {
  color: #7ed6b2;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.sidebar-item {
  background: #f5f5f5;
  border-radius: 100px;
  padding: 8px 16px;
  margin-bottom: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
  border: 2px solid #DDE4EE;
  width: fit-content;
  text-transform: uppercase;
}
.sidebar-item.active, .sidebar-item:hover {
  background: #DAF4D8;
  border: 2px solid #A8D727;
  color: #5C5C5C;
}
.sidebar-divider {
  border-top: 1px solid #e0e0e0;
  margin: 20px 0;
}
.sidebar-link {
  color: #1a6c4e;
  font-size: 1.1rem;
  margin-bottom: 18px;
  cursor: pointer;
  display: inline-block;
}
.use-case-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.use-case-block {
  border-radius: 16px;
  padding: 36px 32px;
  margin-bottom: 32px;
}
.use-case-label {
  background: #153E35;
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
  font-size: 24px;
  font-family: 'Abril Fatface', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.use-case-label:not(:first-child) {
  margin-top: 24px;
}
.use-case-title {
  color: #153E35;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 12px 0 8px 0;
}
.use-case-meta {
  font-size: 1rem;
  color: #444;
  margin-bottom: 18px;
  color: #153E35;
}
.use-case-desc {
  font-size: 1.08rem;
  color: #153E35;
  margin-bottom: 18px;
}
.use-case-cta-block {
  background: #7ed6b2;
  color: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  margin: 28px 0 24px 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(126,214,178,0.08);
}
.use-case-cta-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.use-case-cta-desc {
  font-size: 1.08rem;
  margin-bottom: 18px;
}
.use-case-cta-btn {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.use-case-cta-btn:hover {
  background: #1a6c4e;
}
.use-case-results-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}
.use-case-result-pill {
  border: 1.5px solid #6CCA98;
  border-radius: 100px;
  color: #5C5C5C;
  background: #FBFBFC;
  padding: 8px 24px;
  font-size: 1rem;
  display: inline-block;
}
@media (max-width: 900px) {
  .use-case-section {
    flex-direction: column;
    gap: 0;
  }
  .use-case-sidebar {
    min-width: 0;
    margin-bottom: 24px;
  }
  .use-case-content {
    width: 100%;
  }
}

/* Mobile Navigation Styles */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

.mobile-menu-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #153E35;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  padding-top: 66px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.mobile-nav.active {
  transform: translateX(0);
}

.mobile-nav-links {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.mobile-nav-links li {
  margin: 0;
  border-bottom: 1px solid #eee;
}

.mobile-nav-links li:last-child {
  border-bottom: none;
}

.mobile-nav-links a {
  display: block;
  color: #153E35;
  text-decoration: none;
  font-size: 18px;
  padding: 12px 0;
  font-weight: 300;
}

.mobile-dropdown-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #153E35;
  font-size: 18px;
  padding: 12px 0;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-dropdown-btn .dropdown-arrow {
  transition: transform 0.3s;
}

.mobile-dropdown-btn.open .dropdown-arrow {
  transform: rotate(180deg);
}

.mobile-social-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 80px;
}

.mobile-social-link {
  background: #DAF4D8;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  transition: background 0.2s;
}

.mobile-social-link svg {
  width: 28px;
  height: 28px;
  fill: #153E35;
}
.mobile-dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 10px 0 10px 15px;
}

.mobile-dropdown-menu.active {
  display: block;
}

.mobile-dropdown-menu a {
  font-size: 16px;
  padding: 8px 0;
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  
  .mobile-menu-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  
  .mobile-nav {
    display: block;
  }
  
  .mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  
  .mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
}

/* Improved Stats Section Styles for visual match and border divider */
.stats-section {
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 10px 0px #ACC760;
  padding: 36px 0 32px 0;
  margin: 0 auto 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  z-index: 1;
}
.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.stat-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 0 18px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.stat-separator {
  width: 2px;
  height: 37px;
  background-color: #5C5C5C;
  border-radius: 1px;
  align-self: center;
  margin-left: 27px;
  margin-right: 27px;
}
.stat-number-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 2px;
  min-width: 68px;
  width: fit-content;
}
.stat-number-row:has(.counter[data-format="K"]) {
  min-width: 95px;
}
.stat-number-row:has(.counter[data-target="4"]) {
  min-width: 48px;
}
.plus {
  color: #ACC760;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 2px;
}
.counter {
  font-size: 2.4rem;
  font-weight: 700;
  color: #555;
  letter-spacing: -1px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
}
.counter[data-format="K"]::after {
  content: 'K';
  color: #555;
  font-size: 2.1rem;
  font-weight: 700;
  margin-left: 0.5px;
}
.stat-label {
  color: #888;
  font-size: 1.05rem;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin-top: 2px;
  margin-left: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .stat-separator {
    display: none;
  }
  .stats-section {
    padding: 32px 0 32px 0;
    margin: 0 auto 32px auto;
    box-shadow: 0px 3px 10px 0px #ACC760;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stats-container {
    flex-direction: column;
    gap: 32px;
    width: 90%;
    align-items: stretch;
  }
  .stat-item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    min-height: 64px;
    width: 100%;
  }
  .stat-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .stat-number-row {
    flex: none;
    min-width: 50%;
    justify-content: flex-end;
    align-items: baseline;
    padding-right: 8px;
  }
  .stat-number-row:has(.counter[data-target="4"]) {
    min-width: 50%;
  }
  .stat-number-row:has(.counter[data-target="12000"]) {
    min-width: 50%;
  }
  .plus, .counter {
    font-size: 2.6rem;
    line-height: 1;
  }
  .counter[data-format="K"]::after {
    font-size: 1.6rem;
  }
  .stat-label {
    flex: 1;
    text-align: left;
    font-size: 16px;
    margin: 0;
    color: #5C5C5C;
    font-weight: 400;
    word-break: break-word;
  }
}


/* --- Divisions Pillars Section --- */
.divisions-section {
  position: relative;
}
.divisions-title-row {
  width: 83%;
  margin: 0 auto 32px auto;
  padding: 64px 0 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.divisions-bg-text {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 240px;
  color: #FFFFFF80;
  letter-spacing: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  width: 100%;
  white-space: nowrap;
  line-height: 0.8;
}
@media (max-width: 900px) {
  .divisions-bg-text {
    display: none;
  }
}
@media (min-width: 1520px) {
  .divisions-bg-text {
    letter-spacing: 10px;
    font-size: 280px;
  }
}
@media (max-width: 1400px) {
  .divisions-bg-text {
    letter-spacing: 0;
    font-size: 220px;
  }
}
@media (max-width: 1200px) {
  .divisions-bg-text {
    letter-spacing: 0;
    font-size: 180px;
  }
}
@media (max-width: 1100px) {
  .divisions-bg-text {
    letter-spacing: 0;
    font-size: 170px;
  }
}

/* Background Circles for Main Content */
.bg-circle-green {
  position: fixed;
  top: -100px;
  right: 0;
  height: 500px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
  display: block;
}
.bg-circle-dark {
  position: fixed;
  bottom: -100px;
  left: 0;
  height: 600px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
  display: block;
}
@media (max-width: 900px) {
  .bg-circle-green, .bg-circle-dark {
    height: 250px;
  }
}

/* --- Contact Form New Design --- */
.contact-content-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  min-height: 600px;
  margin: 0 auto 64px auto;
  overflow: hidden;
}
.contact-image-col {
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  z-index: 1;
}
.contact-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.division-contact-form .contact-image-col {
  display: none;
}
.division-contact-form .contact-content-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-col {
  padding: 48px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.contact-form-col .title {
  font-size: 36px;
  margin-bottom: 8px;
  color: #153E35;
  font-family: 'Abril Fatface', serif;
}
.contact-subtitle {
  font-size: 22px;
  color: #153E35;
  margin-bottom: 32px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 33px;
}
.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px;
  font-family: Helvetica, Arial, sans-serif;

}
.form-row {
  display: flex;
  margin-bottom: 32px;
  gap: 32px;
}
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-group-full {
  flex: 1 1 100%;
}
.contact-form label {
  font-size: 20px;
  color: #444;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
}
.contact-form input,
.contact-form textarea {
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  background: none;
  border: none;
  border-bottom: 1px solid #153E35;
  border-radius: 0;
  color: #444;
  padding: 10px 0 8px 0;
  margin-bottom: 0;
  box-shadow: none;
  transition: border-color 0.2s;
  width: 100%;
  outline: none;
  z-index: 1;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom: 2px solid #153E35;
  background: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #BEBDBD;
  font-size: 20px;
  font-weight: 300;
}
.contact-form textarea {
  min-height: 44px;
  max-height: 120px;
  resize: none;
}
.form-row-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  z-index: 1;
}
.contact-form .cta-btn {
  background: #153E35;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 12px 32px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form .cta-btn:hover {
  background: #6CCA98;
  color: #153E35;
}
.contact-extra-info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-info-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.flex-row {
  display: flex;
  gap: 8px;
}
.gap-32 { 
  gap: 32px;
}
.space-between {
  justify-content: space-between;
}
.contact-info-icon {
  color: #6CCA98;
}
.contact-info-title {
  font-weight: bold;
  font-size: 20px;
  color: #153E35;
}
.contact-info-desc {
  color: #153E35;
  font-size: 16px;
  font-weight: 400;
  a {
    text-decoration: none;
    color: inherit;
  }
  a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 900px) {
  .contact-content-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    max-width: 100vw;
  }
  .contact-image-col {
    min-height: 220px;
    height: 220px;
  }
  .contact-main-image {
    min-height: 220px;
    height: 220px;
  }
  .contact-form-col {
    padding: 24px 16px 16px 16px;
    max-width: 100%;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
  }
  .form-group {
    margin-bottom: 12px;
  }
  .contact-form label {
    font-size: 0.95rem;
    margin-bottom: 4px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 0.95rem;
    height: 44px;
  }
  .contact-form textarea {
    min-height: 80px;
  }
  .form-row-submit {
    justify-content: center;
  }
  .contact-form .cta-btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    padding: 14px 24px;
    font-size: 0.95rem;
  }
  .contact-extra-info {
    margin-top: 18px;
    gap: 18px;
  }.mobile-col-direction {
    flex-direction: column;
    gap: 18px;
  }
}
@media (min-width: 1513px) {
  .contact-form-col {
    padding-right: 120px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 2000;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, background 0.2s;
}
.whatsapp-float:hover {
  background: #1ebe57;
  box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}
.whatsapp-float img {
  display: block;
}
@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
    padding: 10px;
  }
  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }
}
.scroll-to-top-btn {
  position: fixed;
  bottom: 90px; /* above WhatsApp */
  right: 24px;
  z-index: 2100;
  background: #6CCA98;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, opacity 0.2s;
  opacity: 0.95;
}
.scroll-to-top-btn:hover {
  background: #5bbd7a;
  box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}
@media (max-width: 600px) {
  .scroll-to-top-btn {
    bottom: 70px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
  .scroll-to-top-btn img {
    width: 22px;
    height: 22px;
  }
}

.service-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
  justify-content: center;
}

.iso-chip {
  background: #fff;
  color: #153E35;
  font-size: 1.1rem;
  padding: 10px 22px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(21,62,53,0.07);
  font-family: inherit;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
  white-space: nowrap;
  border: none;
}