:root {
  /* --color-1: #005600; */
  /* --color-1: #006c00; */
  --color-1: #00bc00;
  /* --color-2: #00bc00; */
  /* --color-2: #00bc00; */
  --color-3: #01bb00;
}

.home-icon {
  font-size: 24px;
}

.home-cta-wrapper {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.home-hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-image-sm {
  display: none;
}
.hero-image-lg {
  display: block;
}
@media (max-width: 1024px) {
  .hero-image-sm {
    display: block;
  }
  .hero-image-lg {
    display: none;
  }
}

.home-hero div:nth-child(1) {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.home-hero div:nth-child(1) h1 {
  padding-top: 130px !important;
}

@media (max-width: 768px) {
  .home-cta-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    height: 200px;
    padding: 30px 0 0;
    gap: 10px;
  }
  .home-scroll-container {
    padding-top: 10px;
  }
  #content h1 {
    font-size: 50px !important;
  }
}

.home-cta-btn {
  font-size: 16px;
  display: block;
  padding: 15px 20px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  /* color: white; */
  color: var(--color-1);
  text-transform: uppercase;
  word-spacing: 3px;
  transition: all 0.5s;
  /* background-color: #495140; */
  background-color: #fff;
}

.home-cta-btn:hover {
  color: #555 !important;
  scale: 0.95;
}
.home-cta-btn:active,
.home-cta-btn:focus {
  color: var(--color-1);
}
.home-cta-btn:visited {
  color: var(--color-1);
}

#about h1 {
  margin-top: 30px;
}

.service img {
  border-radius: 30px;
}

.problem-sub-heading {
  margin-top: 20px;
}

.waste-sub-heading {
  font-size: 24px;
  margin-top: 20px;
}

#about h6 {
  font-size: 19px;
}

.dark-section {
  background: var(--color-1) !important;
}
.dark-section h2,
.dark-section div,
.dark-section span,
.dark-section p {
  color: #ededed !important;
}
.dark-section .colour {
  color: #ededed !important;
}

form.form textarea {
  resize: vertical;
  min-height: 135px !important;
}

.blog-date {
  color: #555;
}

/* menu animation */
.menu-container {
  width: 100%;
  overflow: hidden;
  /* background-color: #4a5042; */
  background-color: var(--color-1);
  color: #fff;
  padding: 15px 0;
  margin: 0 0 30px 0;
  position: relative;
}

.menu-items-wrapper {
  display: flex;
  flex-direction: row;
}

.menu-items {
  display: flex;
  white-space: nowrap;
  animation: scrollHorizontal 20s linear infinite;
}
.menu-item.dot {
  font-size: 16px;
}

.menu-item {
  margin-right: 30px;
  font-size: 32px;
  font-weight: bolder;
  font-family: lato, sans-serif;
}

@keyframes scrollHorizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* menu animation end */

/* food waste section */
.insights-wrapper {
  padding: 20px 0;
}
.cards-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}

.card {
  background: linear-gradient(145deg, var(--color-3), var(--color-1));
  color: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  min-height: 175px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card {
    min-height: 232px;
  }
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.card .icon {
  font-size: 55px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.card .icon img {
  display: unset;
}

.card h4 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.card p {
  font-size: 20px;
  margin-bottom: 15px;
  color: #f0f0f0;
  line-height: 1.5;
}

/* Environmental Impact Section */
.impact-section {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.impact-card {
  color: var(--color-1);
  border-radius: 10px;
  padding: 20px;
  margin: 50px 0;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
}

.impact-card:hover {
  transform: translateY(-10px);
}

.impact-card .icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.impact-card h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-1);
  margin-bottom: 15px;
}

.impact-card p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: 90px;
  vertical-align: middle;
  margin-bottom: 0;
  color: #fff !important;
}
/* food waste section end */

/* .environment {
  background-image: url("../graphics/environment-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  padding: 20px 0 60px;
} */

.environment h2 {
  color: var(--color-1) !important;
  text-shadow: 0px 0px 15px rgba(1, 1, 1, 0.5);
}

.why-it-matters {
  padding: 30px 0 30px;
}

.why-matter .matter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  line-height: initial;
}

.why-matter .matter .matter-item {
  width: 50%;
  padding: 10px;
  max-width: 250px;
  text-align: center;
}
.why-matter .matter .matter-item img {
  display: inline-block;
  height: 100px;
  width: 100px;
}
.why-matter .matter .matter-item p {
  font-size: 20px;
  /* font-weight: 800; */
}

#about {
  padding-top: 20px;
  scroll-margin: 78px;
}

#blogs {
  scroll-margin: 78px;
  padding-bottom: 30px;
}

#blogs h2 {
  margin-bottom: 30px;
}

#contact {
  scroll-margin: 78px;
  padding: 40px 0 40px;
}

.map-container {
  padding-top: 10px;
}

/* .map-container iframe {
  margin-top: 30px;
  width: 100%;
  height: 350px;
  border: 0;
} */

#contact h2 {
  color: #f0f0f0 !important;
  margin-bottom: 10px;
}
#contact h3 {
  text-align: justify;
  color: #f0f0f0 !important;
  font-size: 20px;
}

.fa-li {
  padding: inherit;
}
/* .fa-ul{
  margin-top: 20px;
} */
.fa-ul li {
  font-size: 16px;
  padding: 6px 0;
}
@media (min-width: 1024px) {
  .fa-ul {
    margin-top: 20px;
  }
  .fa-ul li {
    font-size: 20px;
    padding: 10px 0;
  }
}
/* @media (max-width: 768px) {
  #contact h3 {
    font-size: 26px;
  }
} */
@media (min-width: 768px) {
  .fa-ul {
    margin-top: 20px;
  }
  .fa-ul li {
    font-size: 20px;
    padding: 8px 0;
  }
}
@media (max-width: 568px) {
  .map-container {
    padding-top: 0;
  }
  .fa-ul {
    margin-top: 20px;
  }
  .fa-ul li {
    font-size: 20px;
    padding: 8px 0;
  }
}

#clients {
  text-align: center !important;
  padding: 40px 0;
}
#clients img {
  display: inline !important;
}

.container.hero-img {
  padding: 0 !important;
  width: 100%;
}
.hero-img img {
  width: 100% !important;
}

.solution-item {
  margin: 0 5px 40px;
  height: 100%;
  padding: 0 20px;
  border: 2px solid var(--color-1);
  text-align: justify;
}
.solution-item.last {
  margin: 0 5px 0;
}

.solution-item h3 {
  text-align: center;
  font-weight: 700;
  color: var(--color-1);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .solution-item {
    min-height: 224px;
  }
  .why-matter .matter .matter-item {
    max-width: 232px;
  }
}

.logo-text {
  color: var(--color-1) !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .card {
    min-height: 206px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .solution .col-md-6 {
    width: 50%;
    float: left;
  }
  .solution-item {
    min-height: 299px;
  }
}

/* .fixed-image.image-1 {
  background: url(../graphics/grabitz-image-1.png) repeat-y center center fixed;
}
.fixed-image.image-2 {
  background: url(../graphics/grabitz-image-6.jpg) repeat-y center center fixed;
}

.fixed-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
} */

/* @supports not (background-attachment: fixed){
  .fixed-image {
    background-attachment: scroll !important;
  }
} */

/* @media (max-width: 1025px) {
  body {
    background-attachment: scroll !important;
  }
} */
.section-image {
  width: 100%;
}

.section-image-sm {
  display: none;
  width: 100%;
}
.section-image-lg {
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .section-image-sm {
    display: block;
  }
  .section-image-lg {
    display: none;
  }
}

.blog-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-margin {
  margin-bottom: 0px;
}
.blog-detail-header {
  padding: 100px 20px 0px;
}
.blog-detail h1 {
  font-size: 40px;
  text-align: justify;
}
.blog-detail img {
  width: 100%;
  margin-bottom: 20px;
}

.food-line {
  border-top: 3px solid #555;
}

.food-subheading {
  color: #555 !important;
  font-size: 30px !important;
}
.food-card {
  margin-bottom: 35px;
}

.food-card .line1 {
  color: var(--color-1);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.food-card .line2 {
  color: var(--color-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.food-card .line3 {
  color: #555;
  font-size: 16px;
  line-height: 1.2;
}

.food-card .icon {
  text-align: center;
}
.food-card .icon img,
.food-card .icon svg {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.food-image-container {
  height: 100%;
}

.food-image {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* frame */
.food-image img {
  --s: 10px;
  padding: var(--s);
  border: calc(2 * var(--s)) solid #0000;
  outline: 1px solid #000;
  outline-offset: calc(-1 * var(--s));
  background: conic-gradient(from 90deg at 1px 1px, #0000 25%, #000 0);
}

@media (min-width: 1024px) {
  .food-image img {
    max-height: 380px;
  }
}
