body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #31792f;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #31792f;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #31792f;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #31792f;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #4c8c4a;
  background-image: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #3b8657;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
#header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/homephoto.png) center top no-repeat;
  background-color: #e5e5e5;
  background-size: cover;
}

.intro {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

.intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.65);
}

.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff !important;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.intro p {
  color: #fff !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}

header .intro-text {
  position: relative;
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}

@media (max-width: 768px) {
  #header {
    min-height: 80vh;
    background-position: center 30%;
  }

  .intro {
    min-height: 80vh;
  }

  .intro .overlay {
    min-height: 80vh;
  }

  header .intro-text {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .intro h1 {
    font-size: 40px;
  }

  .intro p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  #header {
    min-height: 70vh;
    background-position: center 20%;
  }

  .intro {
    min-height: 70vh;
  }

  .intro .overlay {
    min-height: 70vh;
  }

  header .intro-text {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .intro h1 {
    font-size: 32px;
  }

  .intro p {
    font-size: 16px;
    padding: 0 15px;
  }
}
/* Features Section */
#features {
  padding-top: 80px;
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

/* About Section */
#about {
  padding: 100px 0;
  background: #ffffff;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}

#about p {
  line-height: 24px;
  margin: 30px 0;
}

#about .list-style {
  padding-bottom: 50px; /* Add padding to the parent instead */
}

#about .aboutbutton-container {
  display: flex;
  width: 100%; /* Ensures the container takes full width */
  margin-top: 80px;
}

.about-image-container {
  width: 100%;
  height: auto;
  margin-top: 70px;
  margin-bottom: 50px;
}

.about-image {
  width: 100%;
  height: auto;
  max-width: 520px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.06); */
}

@media (max-width: 768px) {
  .about-image-container {
    margin-bottom: 20px;
  }
  
  .about-image {
    max-width: 100%;
  }
  
  #about {
    padding: 40px 0;
  }
}

/* compliance */
/* Compliance Section */
#compliance {
  padding: 100px 0;
  background: #e6f7e6;
}
#compliance h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#compliance h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#compliance h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#compliance .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#compliance .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#compliance img {
  width: 520px;
  margin-top: 70px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#compliance p {
  line-height: 24px;
  margin: 30px 0;
}

#compliance .list-style {
  padding-bottom: 50px; /* Add padding to the parent instead */
}

#compliance .aboutbutton-container {
  display: flex;
  width: 100%; /* Ensures the container takes full width */
  margin-top: 80px;
}
/* Logo Container Styles */
.logos-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
  padding: 20px;
}

.logo-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 180px;
  width: 100%;
}

.ing-logo {
  width: auto;
  height: 90px;
  max-width: 100%;
}

.csa-logo {
  width: auto;
  height: 80px;
  max-width: 80%;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .logos-container {
    padding: 10px;
    margin-top: 20px;
  }

  .logo-box {
    height: 70px;
    padding: 15px;
  }

  .ing-logo {
    height: 40px;
  }

  .csa-logo {
    height: 40px;
  }
}

@media (max-width: 576px) {
  .logos-container {
    gap: 20px;
  }

  .logo-box {
    height: 150px;
  }

  .ing-logo {
    height: 70px;
  }

  .csa-logo {
    height: 50px;
  }
}

/* Services Section */
.services-section {
  padding: 60px 20px;
  background-color: #f0f4f0;
}

.services-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.services-section .section-title h2 {
  font-size: 4rem;
  color: #333;
}

.services-section .section-title p {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 10px auto;
}

/* Services Grid */
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Service Card Styling */
.services-section .service-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.services-section .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.services-section .service-icon {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.services-section .service-content {
  padding: 20px;
  text-align: center;
}

.services-section .service-content h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #333;
}

.services-section .service-content p {
  color: #555;
  font-size: 1.2rem;
  line-height: 1.5;
}

.services-section .loading-text {
  text-align: center;
  color: #888;
  font-size: 1.2rem;
}



/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}


/* OPST SECTION */
#solution {
  padding: 100px 0;
  background: #f0f4f0;
}
#solution h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#solution h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#solution h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#solution .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#solution .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#solution img {
  width: 100%;
  height: auto;
  margin-top: 70px;
}
#solution p {
  line-height: 24px;
  margin: 30px 0;
}



/* Banner Section */
/* Setting up the root variables */
:root {
  --color-text: #000; /* Black for the logos */
  --color-bg: #e6f7e6; 
  --color-bg-accent: #ffffff; /* White blocks for the SVGs */
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Allow vertical scrolling */
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
  background-color: var(--color-bg); /* Light green background */
}

#banner {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  padding-top: 20px;
  background: #e6f7e6;
}




.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text); /* Black logos */
  background: var(--color-bg-accent); /* White blocks */
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem; /* Rounded corners for a softer look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for a floating effect */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.marquee svg:hover {
  transform: scale(1.05); /* Slightly enlarges on hover */
}


#banner h1 {
  font-family: "Raleway", sans-serif; /* Matching the heading font used elsewhere */
  font-weight: 800; /* Strong, bold font weight as seen in other headings */
  font-size: 36px; /* Consistent size with other h2 styles; adjust as necessary */
  color: #333; /* Dark color matching the other headings */

  text-align: center; /* Center-align the heading as intended */
  padding-bottom: 15px; /* Extra padding to match section styles */
  position: relative; /* For pseudo-element styling */
}

#banner h1::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #31792f 0%, #3a6f36 100%); /* Matching the decorative line seen in other sections */
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* Centering the decorative line */
}

#banner h2 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #555; /* Slightly lighter color for distinction */
  line-height: 1.2; /* Increased line height for readability */
  max-width: 900px; /* Limit the width for better readability on wider screens */
  margin: 0 auto; /* Center the text */
  padding: 0 7px; /* Add side padding for spacing */
  text-align: center; /* Center the text */
}

.logo {
  height: 150px;
  width:100px;
  object-fit:contain;
}


/* Small stats banner */
/* Small Banner Section */
#stats-banner {
  background: #f8f9fa;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  gap: 30px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: bold;
  color: #31792f;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.4;
  max-width: 180px;
}

@media (max-width: 768px) {
  .stats-container {
      flex-direction: column;
      gap: 40px;
  }

  .stat-item {
      padding: 20px 0;
      border-bottom: 1px solid #eee;
  }

  .stat-item:last-child {
      border-bottom: none;
  }

  .stat-number {
      font-size: 2.75rem;
  }

  .stat-label {
      font-size: 1.1rem;
      max-width: none;
  }
}

@media (max-width: 576px) {
  #stats-banner {
      padding: 30px 0;
  }

  .stat-number {
      font-size: 2.25rem;
  }

  .stat-label {
      font-size: 1rem;
  }
}