:root {
  --primary-green: #2C443B;
  --primary-cream: #F6F6ED;
  --text-dark: #333333;
  --text-light: #66665E;
  --accent-green: #fec44a;
  --white: #F6F6ED;
  --shadow: rgba(76, 175, 80, 0.1);
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
  background-color: var(--primary-cream);
  color: var(--text-dark);
  font-family: "Nunito Sans", sans-serif;

}
.butn,.bg-primary{
    background-color: var(--primary-green);

}

p.text-justify {
    text-align: justify;
}
.our-approach .row h2, .our-approach .row p{
    color: var(--primary-green);
}
.our-approach .row p{
    font-weight: 500;
}
.border-primary {
    border-color: var(--primary-green);
}
.card-style1 .card-body .icon-box,.process-style1 .process-num {
    background: var(--primary-green);
}
.accordion .accordion-button.collapsed{
    background: var(--primary-green);
  border: var(--primary-green);
}
header.header-style3.p-dark.fixedHeader .navbar-default {
  box-shadow: unset !important;
}

.text-primary,.footer-social-style1 li a {
    color: var(--primary-green) !important;
}

header.header-style3.fixedHeader,
section {
  background-color: var(--primary-cream);
}

.navbar-default {
  transition: all 0.5s ease 0s !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
}

.border-color-extra-light-gray {
  border-color: #bdbdb7 !important;
}

.hero {
  display: flex;
    flex-wrap: wrap-reverse;
    padding: 0 2rem;
    padding-right: 0;
    align-items: center;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text h1 {
  font-size: 2.5rem;
  color: var(--primary-green);
  font-weight: 800;
}

.hero-text h2 {
  font-size: 1.5rem;
  color: var(--text-dark);
  font-weight: 700;
}

.hero-text p {
  font-size: 1.1rem;
  color: var(--text-light);
}

.hero-buttons {
  margin-top: 1rem;
}

.btn-primary {
  background: var(--primary-green);
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 1rem;
  cursor: pointer;
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--primary-green);
  color: var(--primary-green);
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

.counters {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}

.counter {
  text-align: center;
  flex: 1;
}

.counter i {
  color: var(--accent-green);
  font-size: 2rem;
}

.counter h3 {
  font-size: 2rem;
  color: var(--primary-green);
}

.about-text ul.checklist {
  list-style: none;
  padding-left: 0;
}

.about-text ul.checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--primary-green);
  margin-right: 0.5rem;
}

.what-we {
  font-weight: 700 !important;
  color: var(--text-dark) !important;
}



.testimonial-1 {
    background-color: var(--primary-green);
    margin: 0;
    padding: 0 30px;
}

.testimonial-1 .section-heading {
  text-align: center !important;
}

.testimonial-1 .section-heading h1 {
  color: var(--primary-cream) !important;
  font-weight: 600;
}

.testimonial-1 .section-heading h2 {
  color: var(--primary-cream) !important;

}
.testimonial-1 .section-heading h3 {
  font-size: 36px;
  color: var(--primary-cream) !important;

}

.testimonial-item {
  background: #fff;
  padding: 16px;
}

.testimonial-1 .section-heading h2,
.testimonial-1 .section-heading h3 {
  font-weight: 500;
}

.footer-logo {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}

.footer-list-style1 li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cta .btn-outline {
  background: #fec44a;
  border: 2px solid #fec44a;
  color: #66665E;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}

.cta {
  color: #fff;
}

.cta h2 {
  color: #fff;
}

.contact .container {
  background: #fff;
  padding: 0;
}

footer.footer-section {
    background: var(--primary-green) !important;
}

footer.footer-section .footer-list-style1 li a {
    color: var(--primary-cream);
}

footer.footer-section .footer-list-style1 li a:before {
    color: var(--primary-cream) !important;
}

footer.footer-section h3 {
    color: var(--primary-cream) !important;
}
footer.footer-section .footer-logo p {
    color: var(--primary-cream) !important;
}
.nutrition-bottom p,.nutrition-bottom h2 {
    color: var(--primary-green);
}

.nutrition-bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nutrition-bottom .btn-outline {
    background: var(--primary-green);
    border: 2px solid var(--primary-green);
    color: #ffff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

