@font-face {
  font-family: "arialroundedmtbold";
  src: url("https://plantechkenya.com/wp-content/uploads/useanyfont/8125arialroundedmtbold.woff2")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "arialroundedmtbold", sans-serif !important;

  height: 100%;
  width: 100%;
}

a {
  font-family: "arialroundedmtbold", sans-serif !important;
}

button {
  font-family: "arialroundedmtbold", sans-serif !important;
}

main {
  height: 100%;
  width: 100%;
  color: #2d5a33;
  color: #34643b;
}

body,
main,
section,
img,
a,
div,
h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
  line-height: normal;
}

p {
  font-size: 1.2rem;
  font-weight: 100;
  color: black;
  line-height: normal;
}

.navbar .active {
  color: #3f7e47 !important;
}

button {
  background-color: #3f7e47;
  color: white;
  font-size: 1.2rem;
  font-weight: 400 !important;
  border: 0;
  border: 1px solid #3f7e47;
  padding: 1rem 2rem;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 0.3rem;
  transition: 1s ease;
}

button:hover {
  color: #3f7e47;
  background-color: white;
}

main .layout .container .text h1.heading {
  font-size: 3rem;
  line-height: 2.5rem;
  color: whitesmoke;
}

.heading h3 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #34643b;
  letter-spacing: 0.2rem;

  text-transform: capitalize !important;
}

.heading h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #34643b;

  text-transform: uppercase !important;
}

@media only screen and (max-width: 768px) {
  main .layout .container .text h1.heading {
    font-size: 2rem;
    line-height: 2.5rem;
    color: whitesmoke;
  }

  .heading h2 {
    font-size: 1.75rem !important;
    font-weight: 400;
    color: #34643b;
  }

  .heading h3 {
    font-size: 1.6rem;
    color: #34643b;
  }
}

.cta .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

  z-index: 10;

  max-width: 1400px;
  width: 90%;
}

.cta h2 {
  font-size: 1.6rem;
  font-weight: 400;
}

.cta p {
  font-size: 3rem;
  font-weight: 600;
  padding: 2rem 1rem;
  line-height: normal;
  text-align: center;
  color: white;

  text-transform: uppercase;
}

.cta div {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cta {
    background-attachment: fixed;
    height: 500px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    color: white;
    z-index: 0;
  }

  .cta h2 {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
  }

  .cta p {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
  }

  .cta div {
    text-align: center;
    width: 90%;
  }
}

/* =======================NAVBAR=================================================== */
.navbar {
  width: 100%;
  height: auto !important;
  display: flex;
  border-bottom: 1px solid #4d4d4d10;
}

.navbar .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
}

.navbar .container .logo {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar .container .logo img {
  width: 300px;
  height: auto;
  padding-left: 2vw;
}

.navbar .container .links {
  width: auto;
  height: 100%;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3vw;
  box-sizing: border-box;
  margin-left: auto;
}

.navbar .container .links a {
  padding: 0rem 0.8rem 0rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  color: black;

  text-decoration: none;
  color: black;
}

.navbar .container .links a:hover {
  color: #3f7e47;
}

.navbar .container .call-us {
  width: auto;
  height: 100%;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3vw;
  box-sizing: border-box;
  margin-left: auto;
}

.navbar .container .call-us button {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
}

.navbar .container .call-us button i {
  padding-right: 0.5rem;
  font-size: 1.45rem;
  display: inline-block;
  text-decoration: none !important;
}

.navbar .container .call-us button span {
  font-size: 1.2rem;
  line-height: 1.5rem !important;
  display: inline-block;
}

.navbar .container .menu-icon {
  display: none;
}

.navbar .container .menu-icon img {
  width: 30px;
  height: auto;
}

@media only screen and (min-width: 1400px) {
  .navbar .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 1rem 1rem;
    box-sizing: border-box;
  }

  .navbar .container .links {
    width: auto;
    height: 100%;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6vw;
    box-sizing: border-box;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1050px) {
  .navbar {
    width: 100%;
    height: auto;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: white;
  }

  .navbar .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0rem 0.5rem 0rem;
    padding-right: 1rem;
    padding-left: 0rem;
    box-sizing: border-box;
  }

  .navbar .container .logo img {
    width: 300px;
    height: auto;
    padding-left: 2vw;
  }

  .navbar .container .links {
    display: none;
  }

  .navbar .container .menu-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 2vw;
  }
}

@media only screen and (max-width: 600px) {
  .navbar {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0rem;
    box-sizing: border-box;
  }

  .navbar .container .logo img {
    width: auto;
    height: 2.5rem;
    padding-left: 2vw;
  }

  .navbar .container .links {
    display: none;
  }

  .navbar .container .menu-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar .container .call-us button {
    display: none;
  }
}

/* ---------phone navigation--------- */
#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;

  background-color: white;

  transition: 0.8s ease;
}

.toggle .container {
  position: relative;

  height: 100%;
  width: 100%;

  padding-top: 40%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  color: black;
}

.toggle .container a {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
  color: black;

  text-decoration: none;
}

.toggle .container a:hover {
  color: #3f7e47;
}

.toggle .close-icon {
  width: 25px;
  height: 25px;

  cursor: pointer;

  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media only screen and (min-width: 600px) {
  .small {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .large {
    display: none;
  }
}

/* ======================================================== */

.home {
  height: 100%;
  width: 100%;
}

.home .layout {
  height: 700px;
  max-height: 80vh;
  width: 100%;
  overflow: hidden;

  position: relative;
}

.hero {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;

  display: none;
}

.hero.active {
  display: block;
  width: 100%;
  height: 100%;

  animation:
    fadeInScale 10s ease forwards,
    fadeInOut 10s ease forwards;
  z-index: 5;
}

@keyframes fadeInOut {
  0% {
    filter: brightness(30%);
  }
  20% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(110%);
  }
}

@keyframes fadeInScale {
  0% {
    transform: scale(1);
    /* opacity: 0; */
  }
  100% {
    transform: scale(1.05);
    /* opacity: 1; */
  }
}

.home .layout .container {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #093d0f59;
}

.home .layout .container button {
  margin-top: 2rem;
  height: auto;
}

.home .layout .container h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;

  color: white;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  height: auto;

  text-transform: uppercase !important;
}

.home .layout .container h1 p {
  font-size: 1.6rem;
  font-weight: 400;
  color: white;

  text-transform: capitalize !important;
}

.home .layout .container .slides {
  display: flex;

  justify-content: space-between;
  align-items: center;

  position: absolute;
  width: 100%;
  left: 0%;
}

.home .layout .container .arrow {
  background-color: rgba(255, 255, 255, 0);
  width: 50px;
  height: 50px;
  font-size: 1.5rem;

  border: 2px solid #c0c0c0;
  padding: 0 !important;
  color: #c0c0c0;

  margin: 2rem;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 100%;
  position: relative;
  z-index: 5;

  transition: 0.6s ease;
}

.home .layout .container .arrow:hover {
  color: white;
  border: 2px solid white;
}

/* .home .layout .container .arrow::before {
  content: "";
  color: white;
  opacity: 30%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
} */

@media only screen and (max-width: 768px) {
  .home .layout {
    height: 50vh;
    width: 100%;
    overflow: hidden;

    position: relative;
  }

  .home .layout .container h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 1rem;

    color: white;
    font-size: 2rem;
    font-weight: 800;
  }

  .home .layout .container h1 p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .home .layout .container .arrow {
    display: none;
  }
}

/* ============================================== */

.home .about {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;

  padding: 3rem 0;
}

.home .about .container {
  width: 95%;
  max-width: 1350px;
  height: auto;

  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;

  gap: 2rem;
  box-sizing: border-box;
}

.home .about .container .image-container {
  width: 40%;
  height: auto;

  display: flex;
  justify-content: flex-start;

  padding-right: 0%;
  padding-top: 0%;
  box-sizing: border-box;
}

.home .about .container .image-container .cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;

  overflow: hidden;
}

.home .about .container .image-container .cont .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.home .about .container .image-container .swiper-slide {
  width: 100%;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.home .about .container .image-container .cont img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.home .about .container .content {
  height: auto;
  width: 60%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;

  padding: 0;
  margin: 0;
  gap: 1rem;
}

.home .about .container .content h2 {
  text-align: start;
  line-height: 1;
}

.home .about .container .content h3 {
  padding: 0.5rem 0 1rem 0;
  text-align: start;
}

.home .about .container .content p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #000;
  text-align: start;
}

.home .about .container .content .cards-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;

  padding: 0rem;
}

.home .about .container .content .cards-container .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 50px 1px #ccc;
  margin-right: 1rem;
  border-radius: 10px;
  padding: 1rem;
}

.home .about .container .content .cards-container .card img {
  width: 70px;
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
}

.home .about .container .content .cards-container .card .wrapper {
  font-size: 1.8rem;
  font-weight: 600;
  color: #34643b;
  position: relative;
  width: auto;
}

.home .about .container .content .cards-container .card p {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  line-height: normal;
}

.home .about .container .content a {
  margin: 0;
  padding: 0;
}

.plus {
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  font-size: 1.5rem;
}

/* ----------------------------------------- */
.home .about .image-container {
  position: relative;
  height: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  height: 100%;

  display: flex;
  align-items: center;
}

.home .about .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95% !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  */
}

.swiper-pagination {
  bottom: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px;
  margin-bottom: 10px !important;
  border-radius: 50%;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #34643b !important;
}

@media only screen and (max-width: 1050px) {
  .home .about .overlay-img {
    display: none;
  }

  .home .about .container .image-container .cont {
  }

  .home .about .container .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .home .about {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    padding: 0;
  }

  .home .about .overlay-img {
    display: none;
  }

  .home .about .container {
    max-width: 1400px;
    width: 100%;

    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;

    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home .about .container .image-container .cont {
    width: 100vw;
    height: 400px;
  }

  .home .about .container .image-container img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: top;

    border-radius: 15px;
  }

  .home .about .container .column {
    width: 95%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-bottom: 0rem;
  }

  .home .about .container .content {
    padding-bottom: 0rem;
    width: 100%;
  }

  .home .about .container .column h2 {
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
  }

  .home .about .container .column h3 {
    font-size: 1.6rem;
    color: #3f7e47;

    width: 100%;

    padding: 1rem 0;
    text-align: center;
  }

  .home .about .container .column p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #000;
    padding: 0 0.8rem;
    box-sizing: border-box;
    text-align: center;
  }

  .home .about .container .content .cards-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;

    padding: 2rem 0;
    box-sizing: border-box;
  }

  .home .about .container .content .cards-container .card {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #b8b2b25d;
    margin: 0.4rem 0;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0.5rem 0;
  }
}

/* ======================================================================= */

.home .our-services {
  background-image: url("https://plantechkenya.com/wp-content/uploads/2025/02/0A0A0396.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 4rem 0 3rem 0;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.our-services::after {
  content: "";
  background-color: #205a29;
  opacity: 70%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .our-services .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  z-index: 10;
}

.home .our-services .container .heading {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;
}
.home .our-services .container .heading h2 {
  color: white;
}

.home .our-services .container .heading h3 {
  color: white;
  padding-bottom: 0.5rem;
}

.home .our-services .services-swiper-container {
  width: 95%;
  max-width: 1400px;
  overflow: hidden;
}

.home .our-services .cards-container {
  width: 100%;
}

.home .our-services .cards-container .cards,
.home .our-services .cards-container .swiper-slide {
  position: relative;

  background-color: rgb(255, 255, 255);
  padding: 1rem;
  height: 300px;
  box-sizing: border-box !important;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home .our-services .swiper-wrapper .swiper-slide.active {
  background-color: #34643b;
  height: 370px;
  width: 100%;
  color: white;
}


.home .our-services .cards-container .cards .underlay {
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
  width: 100%;

  object-fit: cover;
  filter: brightness(60%);
  border-radius: 0;
  padding: 0;

  z-index: -5;

  display: none;
}

.home .our-services .cards-container .cards .icon {
  width: 35%;
  height: auto;
  padding-bottom: 1rem;

  transition: 0.8s ease-out;
}

.home .our-services .cards-container .cards .white-icon {
  display: none;
}

.home .our-services .cards-container .cards .black-icon {
  display: block;
}

.home .our-services .swiper-wrapper .swiper-slide.active .white-icon {
  display: block;
}

.home .our-services .swiper-wrapper .swiper-slide.active .black-icon {
  display: none;
}

.home .our-services .cards-container .cards h3 {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  color: #34643b;
}

.home .our-services .cards-container .cards p {
  width: 80%;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}

.home .our-services .cards-container .cards:hover,
.home .our-services .cards-container .swiper-slide:hover:not(.active) {
  background-color: #0000001f;
  transition: 1s ease;
}

.home .our-services .swiper-wrapper .swiper-slide.active:hover {
  background-color: #34643b;
  transition: 1s ease;
}

.home .our-services .cards-container .cards:hover .underlay,
.home .our-services .swiper-wrapper .swiper-slide:hover:not(.active) .underlay {
  display: block;
}

.home .our-services .swiper-wrapper .swiper-slide.active:hover .underlay {
  display: block;
}

.home .our-services .cards-container .cards:hover h3,
.home .our-services .swiper-wrapper .swiper-slide:hover:not(.active) h3 {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  color: #fff;
}

.home .our-services .swiper-wrapper .swiper-slide.active:hover h3 {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  color: #fff;
}

.home .our-services .cards-container .cards:hover p,
.home .our-services .swiper-wrapper .swiper-slide:hover:not(.active) p {
  width: 80%;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.home .our-services .swiper-wrapper .swiper-slide.active:hover p {
  width: 80%;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}


.home .our-services .swiper-wrapper .swiper-slide.active h3 {
  color: white;
}


.home .our-services .swiper-wrapper .swiper-slide.active p {
  color: white;
}

.home .our-services .cards-container .cards:hover,
.home .our-services .cards-container .swiper-slide:hover:not(.active) {
  background-color: #0000001f;
  transition: 1s ease;
}

.home .our-services .cards-container .swiper-slide.active:hover {
  background-color: #34643b;
  transition: 1s ease;
}

.home .our-services .cards-container .cards:hover .underlay,
.home
  .our-services
  .cards-container
  .swiper-slide:hover:not(.active)
  .underlay {
  display: block;
}

.home .our-services .cards-container .swiper-slide.active:hover .underlay {
  display: block;
}

.home .our-services .cards-container .cards:hover .icon,
.home .our-services .cards-container .swiper-slide:hover:not(.active) .icon {
  width: 25%;
  height: auto;
  padding-bottom: 0rem;
  padding: 0.5rem;
  margin-bottom: 1rem;

  border-radius: 5%;

  background-color: white;

  transition: 0.5s ease-out;
}


.home .our-services .swiper-wrapper .swiper-slide.active:hover .icon {
  width: 25%;
  height: auto;
  padding-bottom: 0rem;
  padding: 0.5rem;
  margin-bottom: 1rem;

  border-radius: 5%;

  background-color: #34643b;
}

.home .our-services .container .arrows-navigation-services {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.home .our-services .container .arrows-navigation-services .arrow {
  height: 45px !important;
  width: 45px !important;
  position: relative;
  margin: 0rem 1rem;
  font-size: 30px;
  border-radius: 100%;

  margin-top: 0%;

  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);

  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;

  cursor: pointer;
}

.home .our-services .container .arrows-navigation-services .arrow svg{
  width: 50%;
  height: 50%;
}

.home .our-services .container .arrows-navigation-services .arrow:hover {
  background-color: white;
  color: #34643b;
}

@media only screen and (max-width: 768px) {
  .home .our-services {
    background-image: url("");
    background-attachment: scroll;
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    padding: 2rem 0;
  }

  .home .our-services .cards-container {
    /* display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center; */
    gap: 0rem;
    height: 100%;

    box-sizing: border-box;
  }

  .home .our-services .cards-container .cards,
  .home .our-services .cards-container .swiper-slide {
    background-color: white;
    padding: 3rem 0.5rem;
    height: 350px;
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    box-sizing: border-box;
    border-radius: 10px;
  }


  .home .our-services .swiper-wrapper .swiper-slide.active {
    background-color: #34643b;
    height: auto;
    color: white;

    box-sizing: border-box;
  }

  .home .our-services .container .arrows-navigation-services {
    padding-bottom: 0rem;
    padding-top: 0.5rem;
  }

  .home .our-services .container .arrows-navigation-services .arrow {
    height: 40px;
    width: 40px;
  }

  .home .our-services .cards-container .cards img {
    width: 30vw;
    height: auto;
    padding-bottom: 1rem;
  }

  .home .our-services .swiper-wrapper .swiper-slide p {
    font-size: 1.1rem;
    color: #000;
  }
  
}

/* ================================================================ */
.home .plants {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;

  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding: 3rem 0;
}

.home .plants .heading {
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.home .plants .heading h3 {
  padding-bottom: 2rem;
}

.home .plants .container {
  max-width: 1400px;
  width: 95%;
  margin: 0.2rem;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  position: relative;
}

.home .plants .dash {
  width: 70px;
  background-color: gray;
  height: 3px;
  margin-bottom: -2.5rem;
}

.home .plants .grid {
  height: 100%;
  width: 100%;
  padding: 1rem 0;
}

.home .plants .grid .card {
  background-color: transparent !important;
  height: 100%; /* Set height to 100% for equal height */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 0rem;
  padding-bottom: 0rem;
  box-shadow: none !important;
  overflow: hidden;
  margin-top: 0;
}

.home .plants .swiper-wrapper .swiper-slide .plant-content-container {
  width: 99%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 1px 1px 10px 5px #e9e6e0e0;
  border-radius: 0px;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.home .plants .swiper-wrapper .swiper-slide.active {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-top: 3.5rem; /* Keep the 3.5rem margin for the center card */
  height: 100%; /* Set height to 100% for equal height */
  box-sizing: border-box;
}

.home .plants .grid .card .image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 3.5/2;
  overflow: hidden;
}

.home .plants .grid .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;

  position: relative;
  z-index: 5;
}

.home .plants .grid .card .image-container:hover img {
  transform: scale(1.15);
}

.home .plants .grid .card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #34643b;

  text-transform: uppercase;
}

.home .plants .grid .card p {
  line-height: 1.4rem;
  font-size: 1.05rem;
  padding: 0 0.8rem;
  color: rgb(26, 24, 24);
}

.home .plants button {
  font-size: 1rem;
  padding: 0.8rem 1rem;
}

#categ-slides {
  display: none;
}

#categ-slides.active {
  display: flex;

  transition: 0.8s ease;
  animation: slideUp 1s ease-in-out;
}

@keyframes slideUp {
  0% {
    transform: translateY(18%);
  }
  100% {
    transform: translateY(0%);
  }
}

.home .plants .container .arrows-navigation {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.home .plants .container .arrows-navigation .arrow {
  height: 45px;
  width: 45px;
  position: relative;
  margin: 0rem 1rem;
  font-size: 30px;
  border-radius: 100%;

  margin-top: 0%;

  border: 2px solid #3f7e47;
  color: #fff;
  background-color: #34643b;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;

  cursor: pointer;
}

.home .plants .container .arrows-navigation .arrow svg {
  width: 50% !important;
  height: 50% !important;
  object-fit: cover;
  object-position: center;
}

.home .plants .container .arrow:hover {
  background-color: white;
  color: #34643b;
}

@media only screen and (max-width: 1050px) {
  .home .plants {
    width: 100%;
    height: auto;
    background-color: #fcfcfc;

    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .home .plants .grid {
    align-items: stretch;
    height: auto;
  }

  .plants-swiper-container {
    padding-top: 1rem;
  }

  .home .plants .grid .card {
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1rem;
    box-shadow: 1px 1px 10px 5px #e9e6e0e0;
    overflow: hidden;
  }

  .home .plants .grid .card .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
  }

  .home .plants .grid .card:nth-child(2),
  .home .plants .swiper-wrapper .swiper-slide {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1rem;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .home .plants .dash {
    width: 150px;
    background-color: gray;
    height: 3px;
    margin-bottom: -0.5rem;
  }

  .home .plants {
    width: 100%;
    height: auto;
    background-color: #fcfcfc;

    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .home .plants .heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
  }

  .home .plants .heading h3 {
    padding-bottom: 1rem;
  }

  .home .plants .grid {
    height: 100%;
    width: 100%;
  }

  .home .plants .grid .card {
    height: auto;
    width: 100%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 0rem;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px 5px #e9e6e0e0;
    overflow: hidden;

    margin: 0rem;
    box-sizing: border-box;
  }

  .home .plants .grid .card .plant-content-container {
    padding-bottom: 2rem;
    width: 95%;
  }

  .home .plants .grid .card .image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
  }

  .home .plants .grid .card:nth-child(2),
  .home .plants .swiper-wrapper .swiper-slide.active {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin: 0.5rem 0;
  }

  .home .plants .container .arrows-navigation {
    padding-bottom: 0rem;
    padding-top: 0.5rem;
  }

  .home .plants .container .arrows-navigation .arrow {
    height: 40px;
    width: 40px;
  }
}

/* ================================================ */

.home .testimonials {
  width: 100%;
  height: auto;

  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #e9e6e0e0;

  padding: 3rem 0;
}

.home .testimonials .heading {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: white;
}

.home .testimonials .heading h2 {
  padding-bottom: 1rem;

  color: #205a29;
}

.home .testimonials .heading h3 {
  /* color: #fff; */
  padding-bottom: 1rem;
}

.home .testimonials .container {
  position: relative;
  max-width: 1400px;
  width: 95%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: hidden;
}

.home .testimonials .content.swiper-wrapper {
  width: 100%;
  height: auto !important;
  display: flex;
  align-items: stretch;
}

.home .testimonials .content .card.swiper-slide {
   width: 100%;
   height: auto !important;
   min-height: auto !important;
   max-height: 500px;
   aspect-ratio: 1/1;
}

.home .testimonials .content .card .conten {
  width: 100%;
  background-color: white;
  padding: 1rem 0.8rem;
  height: 100%;

  box-sizing: border-box;

  border-radius: 5px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .testimonials .content .card h3 {
  font-size: 1.2rem !important;
  font-weight: 500;
  color: #34643b !important;
  text-align: center;

  width: 100%;
}

.home .testimonials .content .card p {
  text-align: center;
  font-size: 1rem;
  color: #0c0c0c;
  font-weight: 400;
  padding: 0.5rem;
  line-height: normal;
}

.home .testimonials .content .card {
  text-decoration: none;
  color: #000;
}

.home .testimonials .content .card img {
  width: auto;
  height: 100px;

  object-fit: contain;

  /* border-radius: 100%; */
  margin-bottom: 1.5rem;
}

.home .testimonials .slides {
  display: flex;

  justify-content: space-between;
  align-items: center;

  position: relative;
}

.home .testimonials .arrow {
  width: 45px;
  height: 45px;
  font-size: 1.2rem;

  border: 2px solid #34643b;
  padding: 0 !important;
  color: #fbfbfb;
  background-color: #34643b;

  margin: 2rem 1rem;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 100%;
  position: relative;
  z-index: 5;

  transition: 0.6s ease;
}

.home .testimonials .arrow:hover {
  color: white;
  background-color: #fff;
  color: #34643b;
}

.home .testimonials .slides .arrow svg {
  width: 50% !important;
  height: 50% !important;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 1200px) {
  .home .testimonials .content .card.swiper-slide {
    width: 100%;
    height: auto !important;
    min-height: auto;
    max-height: 500px;
    aspect-ratio: 5/4;
  }
}

@media only screen and (max-width: 1050px) {
  .home .testimonials {
    width: 100vw;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #e9e6e0e0;

    padding: 3rem 0;
  }

  .home .testimonials .container {
  }

  .home .testimonials .content {
  }

  .home .testimonials .content .card {
  }

  .home .testimonials .content .card .conten {
    width: 100%;
    background-color: white;
    padding: 1rem 0.8rem;
    height: 100%;

    box-sizing: border-box;

    border-radius: 5px;
  }
}

@media only screen and (max-width: 765px) {
  .home .testimonials {
    width: 100%;
    height: 100%;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: #e9e6e0e0;

    padding: 3rem 0 1rem 0;
  }

  .home .testimonials .container {
  }

  .home .testimonials .content {
  }

  .home .testimonials .content .card {
  }

  .home .testimonials .content .card .conten {
    width: 100%;
    background-color: white;
    padding: 2rem 1rem;
    height: 100%;

    box-sizing: border-box;

    border-radius: 5px;
  }

  .home .testimonials .slides {
  }

  .home .testimonials .arrow {
    height: 40px;
    width: 40px;
  }
}

/* ================================= */
.home .why-choose-us {
  background-image: url("https://plantechkenya.com/wp-content/uploads/2025/01/0A0A0294.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

  color: white;
  z-index: 0;
}

.home .why-choose-us::after {
  content: "";
  background-color: #2d5a33;
  opacity: 70%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .why-choose-us .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

  z-index: 10;
}

.home .why-choose-us h2 {
  font-size: 1.6rem;
  font-weight: 400;
}

.home .why-choose-us p {
  font-size: 3rem;
  font-weight: 600;
  padding: 1rem 2rem;

  text-align: center;
}

.home .why-choose-us div {
}

#video-play {
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 100%;
  height: 65px;
  width: 66px;

  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#video-play .icon {
  color: #34643b;
  font-size: 1.5rem;
  padding-left: 10%;
  padding-top: 2%;
  box-sizing: border-box;
}

#video-play::after {
  position: absolute;
  content: "";
  bottom: -7px;
  top: -7px;
  left: -7px;
  right: -7px;
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0px;
  opacity: 1;
  transform-origin: center;
  animation: anim 1s linear infinite;
  z-index: 10;
}

#video-play:hover {
  background-color: #c0c0c0;
  transition: 0.2s ease;
  z-index: 100;
}

#video-play:hover .icon {
  color: #82ab87;
  transition: 0.5s ease;
}

@keyframes anim {
  0% {
    margin: 0px;
    opacity: 1;
  }
  50% {
    margin: -10px;
    opacity: 0;
  }
  100% {
    margin: 0px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .home .why-choose-us {
    background-image: url("https://plantechkenya.com/wp-content/uploads/2024/09/blog-heroe-image.webp");
    background-attachment: fixed;
    height: 400px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    color: white;
    z-index: 0;
  }

  .home .why-choose-us h2 {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
  }

  .home .why-choose-us p {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
  }

  .home .why-choose-us div {
    text-align: center;
    width: 90%;
  }
}

/* =============================== */
.home .video {
  background-image: url("https://plantechkenya.com/wp-content/uploads/2026/02/0A0A1094.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9f9f9;
  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;

  color: white;
  z-index: 0;

  padding: 4rem 0;

  box-sizing: border-box;
}

.home .video .video-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .video::after {
  content: "";
  background-color: #493a29;
  opacity: 90%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .video .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;

  padding: 2rem 0;

  position: relative;
  z-index: 10;

  text-align: center;
}

.home .video .heading h2 {
  color: white;
}

.home .video .heading h3 {
  color: white;
}

.home .video iframe {
  position: relative;
  z-index: 10;

  width: auto;
  height: 600px;
  aspect-ratio: 16/9;
  max-width: 90vw;
}

@media only screen and (max-width: 768px) {
  .home .video {
    padding: 2rem 0;
  }

  .home .video .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0rem;

    padding: 1rem 0;

    position: relative;
    z-index: 10;

    text-align: center;
  }

  .home .video iframe {
    width: 98vw;
    height: auto;
    aspect-ratio: 16/9;

    box-sizing: border-box;
  }
}

/* ======================================================== */
.home .partners {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #e9e6e0e0;
  /* background-color: #205a29; */

  padding: 5rem 0;
}

.home .partners .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;

  padding-bottom: 2rem;
}

/* .home .partners .heading h2 {
  color: white;
} */

.home .partners .container {
  max-width: 1400px;
  width: 95%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.home .partners .container .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;

  width: 100%;
}

.home .partners .container .partner-link {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.home .partners .container img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
  padding: 0.5rem;
  box-sizing: border-box;
  /* border: 1px solid #093d0f2a; */
  background-color: #ffffff;

  border-radius: 5px;
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
}

/* Set up a keyframes animation to flip left to right and back during hover */
@keyframes flip-x-yoyo {
  0% {
    transform: scale(1.05) rotateY(0deg);
  }
  40% {
    transform: scale(1.05) rotateY(180deg);
  }
  100% {
    transform: scale(1.05) rotateY(0deg);
  }
}

.home .partners .container img {
  transition:
    transform 0.3s cubic-bezier(0.4, 0.2, 0.2, 1),
    box-shadow 0.3s;
  will-change: transform;
}

.home .partners .container img:hover {
  /* animation: flip-x-yoyo 1s cubic-bezier(0.5, 0, 0.5, 1); */
  /* Optionally add a shadow for effect during the flip */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: scale(1.05);
}

@media only screen and (max-width: 1050px) {
  .home .partners .container .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .home .partners {
    padding: 2rem 0;
  }

  .home .partners .container {
    width: 95%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home .partners .container .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    box-sizing: border-box;

    width: 100%;
  }

  .home .partners .container img {
    width: 100%;
    height: auto;

    color: #34643b;
    color: #3f7e47;
  }
}

/* =============================================== FAQ SECTION =============================================== */
.contactss.faq {
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  background-color: #f8f9fa;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactss.faq .container {
  max-width: 1400px;
  width: 90%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
}

.contactss.faq .heading {
  text-align: center;
  padding-bottom: 3rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;
}

.contactss.faq .heading p {
  font-size: 1.5rem;
  color: #0e0e0e;
  max-width: 650px;
  text-align: center;
  letter-spacing: normal;
}

.contactss.faq .faq-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;

  height: 100%;
  width: 100%;
}

.contactss.faq .faq-image {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.contactss.faq .faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 5px;
  transition: transform 0.3s ease;
}

.contactss.faq .faq-image img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.contactss.faq .faq-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contactss.faq .faq-item {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.contactss.faq .faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.contactss.faq .faq-question {
  padding: 1.5rem 2rem;
  background-color: white;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.contactss.faq .faq-question:hover {
  background-color: #f8f9fa;
}

.contactss.faq .faq-question h3 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #34643b;
  margin: 0;
  flex: 1;
  padding-right: 1rem;
}

.contactss.faq .faq-question i {
  font-size: 1.2rem;
  color: #3f7e47;
  transition: transform 0.3s ease;
}

.contactss.faq .faq-item.active .faq-question i {
  transform: rotate(45deg);
}

.contactss.faq .faq-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: white;
}

.contactss.faq .faq-answer a {
  color: #3f7e47;
  text-decoration: none;
}

.contactss.faq .faq-item.active .faq-answer {
  padding: 1.5rem 2rem;
  max-height: 500px;
}

.contactss.faq .faq-answer p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 768px) {
  .contactss.faq {
    padding: 2rem 0 2rem 0;
  }

  .contactss.faq .container {
    width: 95%;
  }

  .contactss.faq .faq-container {
    flex-direction: column;
    gap: 1rem;
  }

  .contactss.faq .heading {
    padding-bottom: 2rem;
    gap: 0.25rem;
  }

  .contactss.faq .heading h2 {
    letter-spacing: 0.15rem;
  }

  .contactss.faq .heading h3 {
    font-size: 1.8rem;
  }

  .contactss.faq .heading p {
    font-size: 1.25rem;
  }

  .contactss.faq .faq-question {
    padding: 1.2rem 1.5rem;
  }

  .contactss.faq .faq-question h3 {
    font-size: 1.1rem;
  }

  .contactss.faq .faq-item.active .faq-answer {
    padding: 1.2rem 1.5rem;
  }

  .contactss.faq .faq-answer p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  .contactss.faq .faq-question {
    padding: 1rem;
  }

  .contactss.faq .faq-question h3 {
    font-size: 1.2rem;
  }

  .contactss.faq .faq-item.active .faq-answer {
    padding: 1rem;
  }
}

/* ============================================== */
.home .blogs {
  width: 100%;
  height: 100%;
  height: auto;

  padding-bottom: 4rem;
  padding-top: 3rem;

  box-sizing: border-box;
  background-color: #f5f5f5;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .blogs .heading {
  text-align: center;
  padding: 0;
  margin: 0;

  gap: 1rem;
  padding-bottom: 1rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home .blogs .container {
  max-width: 1400px;
  height: 100%;
  width: 95%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;

  box-sizing: border-box;
}

.home .blogs .grid {
  width: 100%;
  height: auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: flex-start;

  padding: 0rem;
  box-sizing: border-box;

  gap: 1.5rem;
}

.home .blogs .grid .card {
  height: auto;
  padding: 0rem;
  /* box-shadow: 1px 1px 50px 1px #c0c0c0; */

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  gap: 0.5rem;
}

.home .blogs .grid .image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home .blogs .grid .image-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.5s ease;
}

.home .blogs .grid .image-container img:hover {
  transform: scale(1.1);
}

.home .blogs .details {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .home .blogs .details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.home .blogs .details i {
  padding-right: 0.5rem;
  color: #34643b;
}

.home .blogs .grid .card h3 {
  padding: 0rem;
  color: #34643b;
  font-size: 300;
  font-size: 1.3rem;
}

.home .blogs .grid .card p {
  padding: 0rem;
  text-align: start;
  color: #363535;
  font-size: 1rem;
  line-height: 1.4rem;
}

p.truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* fallback for non-webkit browsers */
  max-height: 4.2rem;
  line-height: 1.4rem;
}

.home .blogs .grid .card a {
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  text-decoration: none;
  color: #3f7e47;
  font-size: 1rem;
}

.home .blogs .grid .card button {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  color: #2d5a33;
  border: 0;
  height: auto;
}

.home .blogs .grid .card button:hover {
  color: black;
}

.home .blogs .grid .card button i {
  font-size: 0.95rem;
  font-weight: 100;
}

@media only screen and (max-width: 1000px) {
  .home .blogs .grid {
    width: 100%;
    height: auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: flex-start;

    padding: 0 1rem;
    box-sizing: border-box;

    gap: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .home .blogs {
    width: 100%;
    height: 100%;
    height: auto;
    padding: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home .blogs .container {
    gap: 0.25rem;
  }

  .home .blogs .grid {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 1rem;

    padding: 0.5rem 0rem;
    box-sizing: border-box;
  }
}

.forminator-textarea--wrap textarea {
  width: 100% !important;
  color: rgba(255, 255, 255, 0.055);
}

.newsletter form {
  margin-top: 1rem !important;
}

.newsletter-form input {
  background-color: white !important;
  height: 45px !important;
  border-radius: 5px !important;
  border: 1px solid white !important;
  padding: 0 1rem !important;
  background-color: rgba(255, 255, 255, 0) !important;
  background: rgba(255, 255, 255, 0) !important;
  color: whitesmoke !important;
  font-weight: 500 !important;
  margin: 0 !important;
  max-width: 250px !important;
  min-width: 200px !important;
}

.newsletter-form input:focus {
  outline: 1px solid #3f7e47;
  border: 1px solid #3f7e47;
  background-color: white !important;
  background: white !important;
}

.newsletter button {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  font-size: 1rem;
  border: 1px solid #3f7e47;
  font-size: 1.2rem !important;
  font-weight: 500;
  background-color: #3f7e47;
  border-radius: 5px !important;
  color: white;
  margin: 0 !important;
}

/* --- Safari fallback --- */
/* Safari doesn't support background-attachment: fixed properly,
   so we detect that and override it. */
@supports (-webkit-touch-callout: none) {
  .home .video {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }

  .home .our-services {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }

  .about .mission {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }

  .about .cta {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }

  .products .cta {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }
}

.home .plants .container .arrows-navigation .arrow::after {
  display: none !important;
}

.home .testimonials .arrow::after {
  display: none !important;
}

.chev {
  font-size: 1.35rem !important;
  color: white !important;
}

.chev:hover {
  color: #34643b !important;
}

@media only screen and (max-width: 768px) {
  .chev {
    font-size: 1.4rem !important;
  }
}
