mb-sm {
  margin-bottom: 2rem;
}

mb-md {
  margin-bottom: 3rem;
}

mb-lg {
  margin-bottom: 4rem;
}

mb-hg {
  margin-bottom: 8rem;
}

mt-sm {
  margin-top: 2rem;
}

mt-md {
  margin-top: 3rem;
}

mt-lg {
  margin-top: 4rem;
}

mt-hg {
  margin-top: 8rem;
}

.consultancy-wrapper {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
@media only screen and (max-width: 25em) {
  .consultancy-wrapper {
    padding: 0 3.2rem;
  }
}

.consultancy-text {
  color: #333;
}

.consultancy-text h1 {
  color: #2f7034;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.consultancy-text h2 {
  color: #2f7034;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.consultancy-text h3 {
  color: #2f7034;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.consultancy-text p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.consultancy-text li {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.consultancy-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .consultancy-wrapper {
    grid-template-columns: 1fr;
  }
}
.scroll-up-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.7rem;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-up-btn:hover {
  background-color: #555;
}

.scroll-up-btn.show {
  display: flex; /* Show when active */
  opacity: 1;
  transform: scale(1);
}

.scroll-up-btn.hide {
  opacity: 0;
  transform: scale(0.9);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Nunito", sans-serif;
  background-color: #FFF8E7;
  color: #6D5D4B;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

.container.info-bar {
  display: flex;
}

.container.header {
  display: flex;
}

.container.home-layout {
  display: grid;
  grid-template-rows: 120vh repeat(3, min-content) 50vh;
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.home-layout {
    grid-template-rows: 120vh repeat(3, min-content) 50vh;
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.home-layout {
    grid-template-rows: 130vh repeat(3, min-content) 80vh;
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.home-layout {
    grid-template-rows: 110vh repeat(3, min-content) min-content;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.home-layout {
    grid-template-rows: 110vh repeat(3, min-content) min-content;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.home-layout {
    grid-template-rows: 70vh repeat(3, min-content) min-content;
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.home-layout {
    grid-template-rows: 110vh repeat(3, min-content) min-content;
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}

.container.about-layout {
  display: grid;
  grid-template-rows: repeat(5, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}

/* Media Queries */
@media only screen and (max-width: 75em) {
  .container.services-layout {
    grid-template-rows: repeat(5, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.services-layout {
    grid-template-rows: repeat(5, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.services-layout {
    grid-template-rows: repeat(5, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.services-layout {
    grid-template-rows: repeat(5, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.services-layout {
    grid-template-rows: repeat(5, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.services-layout {
    grid-template-rows: repeat(5, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.container.products-layout {
  display: grid;
  grid-template-rows: repeat(7, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.products-layout {
    grid-template-rows: repeat(7, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.products-layout {
    grid-template-rows: repeat(7, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.products-layout {
    grid-template-rows: repeat(7, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.products-layout {
    grid-template-rows: repeat(7, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.products-layout {
    grid-template-rows: repeat(7, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.products-layout {
    grid-template-rows: repeat(7, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}

.container.services-layout {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.services-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.services-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.services-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.services-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.services-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.services-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}

.container.farmconsult-layout {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}

.container.mechanizedfarm-layout {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.mechanizedfarm-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.mechanizedfarm-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.mechanizedfarm-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.mechanizedfarm-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.mechanizedfarm-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.mechanizedfarm-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}

.container.agroallied-layout {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.agroallied-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.agroallied-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.agroallied-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.agroallied-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.agroallied-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.agroallied-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}

.container.farmconsult-layout {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.farmconsult-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}

.container.animalhus-layout {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.animalhus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.animalhus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.animalhus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.animalhus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.animalhus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.animalhus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}

.container.contactus-layout {
  display: grid;
  grid-template-rows: repeat(2, min-content) 70vh 100vh min-content;
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.contactus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.contactus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.contactus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.contactus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.contactus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.contactus-layout {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}

.container.gallery-layout {
  display: grid;
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
@media only screen and (max-width: 75em) {
  .container.gallery-layout {
    grid-template-rows: min-content min-content;
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 68.75em) {
  .container.gallery-layout {
    grid-template-rows: min-content;
    grid-template-columns: repeat(auto-fit, minmax(1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .container.gallery-layout {
    grid-template-rows: min-content;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .container.gallery-layout {
    grid-template-rows: min-content;
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .container.gallery-layout {
    grid-template-rows: min-content;
    grid-template-columns: repeat(auto-fit, minmax(0vw, 1fr));
  }
}
@media only screen and (max-width: 25em) {
  .container.gallery-layout {
    grid-template-rows: min-content;
    grid-template-columns: repeat(auto-fit, minmax(0rem, 1fr));
  }
}

.header__navigation {
  display: flex;
  margin-right: 20rem;
  column-gap: 2rem;
  list-style-type: none;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.header__navigation a {
  text-decoration: none;
  color: #26ae2a;
}
.header__navigation a:active {
  color: #54483A;
}
.header__navigation a:hover {
  color: #F9A826;
}

.menu-toggle {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 3000;
  transition: transform 0.3s ease;
  margin-right: 2rem;
}

.menu-toggle.active {
  transform: rotate(90deg);
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  z-index: 3001;
}

.close-btn {
  display: none;
  font-size: 3rem;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 3001;
}

@media only screen and (max-width: 56.25em) {
  .close-btn {
    display: block;
  }
}
@media only screen and (max-width: 56.25em) {
  .menu-toggle {
    display: block;
    width: 2rem;
    height: 2rem;
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1000;
    transition: height 0.5s ease;
  }
  nav.active {
    height: 100%; /* Carpet display */
  }
  nav a {
    font-size: 1.8rem;
    color: #fff;
  }
}
@media only screen and (max-width: 37.5em) {
  .menu-toggle {
    margin-right: 10rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .menu-toggle {
    height: 2rem;
    width: 2rem;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 31.25em) and (max-width: 25em) {
  .menu-toggle {
    display: block; /* Make it visible for devices below 400px */
    height: 2rem;
    width: 2rem;
    margin-right: 2rem;
  }
}
.info-bar {
  display: flex;
  height: 5rem;
  background-color: #26ae2a;
  align-items: center;
}
.info-bar__email-svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #54483A;
  margin-left: 15rem;
  margin-right: 0.6rem;
}
@media only screen and (max-width: 68.75em) {
  .info-bar__email-svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: #54483A;
    margin-left: 4rem;
    margin-right: 0.9rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .info-bar__email-svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: #54483A;
    margin-left: 25rem;
    margin-right: 0.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .info-bar__email-svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #54483A;
    margin-left: 12rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .info-bar__email-svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #54483A;
    margin-left: 10rem;
    margin-right: 0.6rem;
  }
}
@media only screen and (max-width: 25em) {
  .info-bar__email-svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #54483A;
    margin-left: 5rem;
    margin-right: 1rem;
  }
}
.info-bar__email {
  font-size: 1.4rem;
  color: #f9f7f6;
}
@media only screen and (max-width: 68.75em) {
  .info-bar__email {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .info-bar__email {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .info-bar__email {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .info-bar__email {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 25em) {
  .info-bar__email {
    font-size: 1.3rem;
  }
}
.info-bar__phone-svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #54483A;
  margin-left: 3rem;
  margin-right: 0.6rem;
}
@media only screen and (max-width: 56.25em) {
  .info-bar__phone-svg {
    width: 1.6rem;
    height: 1.6rem;
    fill: #54483A;
    margin-left: 4rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .info-bar__phone-svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: #54483A;
    margin-left: 3rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .info-bar__phone-svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: #54483A;
    margin-left: 3rem;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 25em) {
  .info-bar__phone-svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: #54483A;
    margin-left: 3rem;
    margin-right: 1rem;
  }
}
.info-bar__phone {
  font-size: 1.4rem;
  color: #f9f7f6;
}
@media only screen and (max-width: 56.25em) {
  .info-bar__phone {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .info-bar__phone {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .info-bar__phone {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 25em) {
  .info-bar__phone {
    font-size: 1.3rem;
  }
}

.social-icons {
  display: flex;
  align-items: center;
  margin-left: 50rem;
}
@media only screen and (max-width: 56.25em) {
  .social-icons {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .social-icons {
    display: none;
  }
}
@media only screen and (max-width: 31.25em) {
  .social-icons {
    display: none;
  }
}
@media only screen and (max-width: 25em) {
  .social-icons {
    display: none;
  }
}
.social-icons__svg {
  margin-right: 2rem;
  height: 3rem;
  width: 3rem;
  fill: #54483A;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: solid 0.3rem #54483A;
  padding: 0.5rem;
}
.social-icons__svg :hover {
  fill: #F9A826;
}

.header {
  display: flex;
  width: 100%;
  height: 12rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo-box {
  height: 10rem;
  width: 3rem;
  margin-left: 5rem;
  margin-top: 2rem;
}
.header__logo {
  height: 6rem;
  transition: height 0.3s ease;
}
@media only screen and (max-width: 56.25em) {
  .header__logo {
    height: 8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__logo {
    height: 7em;
  }
}
@media only screen and (max-width: 31.25em) {
  .header__logo {
    height: 7rem;
  }
}
@media only screen and (max-width: 25em) {
  .header__logo {
    height: 7rem;
  }
}
.header__title {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #26ae2a;
  transition: font-size 0.3s ease;
  position: absolute;
  bottom: 0.5rem;
  left: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .header__title {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__title {
    height: 4rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .header__title {
    display: none;
  }
}

.intro-section {
  grid-column: center-start/center-end;
  padding: 4rem 2rem;
  font-family: "Poppins", sans-serif;
}
.intro-section .intro-container {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 37.5em) {
  .intro-section .intro-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 31.25em) {
  .intro-section .intro-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 25em) {
  .intro-section .intro-container {
    flex-direction: column;
  }
}
.intro-section .intro-container .intro-left {
  flex: 1;
  min-width: 300px;
}
.intro-section .intro-container .intro-left h1 {
  font-size: 3.3rem;
  color: #123b0e;
  margin-bottom: 1rem;
}
.intro-section .intro-container .intro-left p {
  font-size: 1.7rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.intro-section .intro-container .intro-left .btn-primary {
  display: inline-flex;
  align-items: center;
  background-color: #26ae2a;
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
}
.intro-section .intro-container .intro-left .btn-primary .arrow {
  margin-left: 0.5rem;
}
.intro-section .intro-container .intro-left .btn-primary:hover {
  background-color: #F9A826;
}
.intro-section .intro-container .intro-right {
  flex: 0.7;
  font-size: 1.5rem;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.intro-section .intro-container .intro-right .stats-box {
  font-size: 1.5rem;
  background: #F9A826;
  color: #000;
  padding: 1.5rem;
  border-radius: 12px;
  position: relative;
}
.intro-section .intro-container .intro-right .stats-box small {
  font-size: 1.7rem;
  font-weight: 600;
}
.intro-section .intro-container .intro-right .stats-box h2 {
  font-size: 2.5rem;
  margin: 0.5rem 0;
}
.intro-section .intro-container .intro-right .stats-box p {
  font-size: 1.7rem;
  color: #090808;
}
.intro-section .intro-container .intro-right .features-box {
  background: #26ae2a;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
}
.intro-section .intro-container .intro-right .features-box .features-list {
  font-size: 1.7rem;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.intro-section .intro-container .intro-right .features-box .features-list li {
  margin-bottom: 0.75rem;
}
.intro-section .intro-container .intro-right .features-box .features-list li i {
  color: #F9A826;
  margin-right: 0.5rem;
}
.intro-section .intro-container .intro-right .features-box .icon-features {
  font-size: 1.7rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.intro-section .intro-container .intro-right .features-box .icon-features .feature-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.intro-section .intro-container .intro-right .features-box .icon-features .feature-icon i {
  font-size: 1.5rem;
  color: #ffc107;
}
.intro-section .intro-container .intro-right .features-box .icon-features .feature-icon p {
  font-size: 1.5rem;
  margin: 0;
  font-size: 1.4rem;
}
.intro-section .intro-container .intro-right .features-box .read-more {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 0.25rem;
}
.intro-section .intro-container .intro-right .features-box .read-more:hover {
  color: #ffc107;
}
.intro-section .intro-image {
  margin-top: 3rem;
}
.intro-section .intro-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (max-width: 56.25em) {
  .intro-section .intro-image img {
    max-width: 100%;
  }
}

.aboutbanner {
  grid-column: full-start/full-end;
  display: grid;
  align-content: center;
  text-align: center;
  justify-content: space-around;
  height: 25rem;
  background-color: #4CAF50;
}
@media only screen and (max-width: 56.25em) {
  .aboutbanner {
    align-content: normal;
    justify-content: center;
    padding: 0rem 2rem;
    margin: auto 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .aboutbanner {
    align-content: normal;
    justify-content: center;
    padding: 0rem 2rem;
    margin: auto 0;
  }
}
@media only screen and (max-width: 31.25em) {
  .aboutbanner {
    align-content: normal;
    justify-content: center;
    padding: 0rem 2rem;
    margin: auto 0;
  }
}
@media only screen and (max-width: 25em) {
  .aboutbanner {
    justify-content: center;
    padding: 0rem 2rem;
    margin: auto 0;
  }
}
.aboutbanner__header h2 {
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  color: #f9f7f6;
}
@media only screen and (max-width: 68.75em) {
  .aboutbanner__header h2 {
    font-size: 4rem;
    padding: 0rem 4rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .aboutbanner__header h2 {
    font-size: 3rem;
    padding: 0rem 4rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .aboutbanner__header h2 {
    font-size: 3rem;
    padding: 0rem 4rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .aboutbanner__header h2 {
    font-size: 3rem;
    padding: 0rem 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 25em) {
  .aboutbanner__header h2 {
    font-size: 3rem;
    padding: 0rem 2rem;
    margin-top: 0;
  }
}
.aboutbanner__header p {
  font-size: 2rem;
  color: beige;
}
@media only screen and (max-width: 56.25em) {
  .aboutbanner__header p {
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .aboutbanner__header p {
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 31.25em) {
  .aboutbanner__header p {
    padding: 2rem 2rem;
  }
}
.aboutcontent {
  grid-column: center-start/center-end;
  margin-top: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .aboutcontent {
    grid-column: full-start/full-end;
  }
}
@media only screen and (max-width: 37.5em) {
  .aboutcontent {
    grid-column: full-start/full-end;
  }
}
@media only screen and (max-width: 31.25em) {
  .aboutcontent {
    grid-column: full-start/full-end;
  }
}
@media only screen and (max-width: 25em) {
  .aboutcontent {
    grid-column: full-start/full-end;
    padding: 0 2rem;
  }
}

.profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 37.5em) {
  .profile {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 31.25em) {
  .profile {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 25em) {
  .profile {
    grid-template-columns: 1fr;
  }
}
.profile__details h3 {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.profile__details p {
  font-size: 2rem;
  margin-top: 2rem;
  color: #0e0d0d;
}
.profile__img {
  max-width: 100%;
  border-radius: 2rem;
  transition: all 2s;
}
.profile__img:hover {
  transform: translateY(-15px);
}

.core-values {
  padding: 5rem 2rem;
}
.core-values__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6rem;
  background-color: #4CAF50;
}
@media only screen and (max-width: 37.5em) {
  .core-values__grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 0;
  }
}
@media only screen and (max-width: 31.25em) {
  .core-values__grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 0;
  }
}
@media only screen and (max-width: 25em) {
  .core-values__grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 0;
  }
}
.core-values__item {
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}
.core-values__item:hover {
  transform: translateY(-5px);
}
.core-values__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  color: #26ae2a;
}
.core-values__icon svg {
  width: 100%;
  height: 100%;
}
.core-values__title {
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  color: #4CAF50;
  margin-bottom: 1rem;
}
.core-values__text {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  text-align: start;
  color: #555;
  line-height: 1.6;
  padding: 0 1.5rem;
}
.core-values__text li {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  text-align: start;
  color: #555;
  line-height: 1.6;
  padding: 0 1.5rem;
  margin-top: 1rem;
}

.farm-pillars {
  padding: 5rem 2rem;
  background-color: #F9A826;
}
.farm-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 56.25em) {
  .farm-pillars__grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (max-width: 31.25em) {
  .farm-pillars__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 25em) {
  .farm-pillars__grid {
    grid-template-columns: 1fr;
  }
}
.farm-pillars__item {
  background-color: #f9f9f9;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.farm-pillars__item:hover {
  transform: translateY(-8px);
}
.farm-pillars__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem;
  color: #4CAF50;
}
.farm-pillars__icon svg {
  width: 100%;
  height: 100%;
  justify-items: center;
}
.farm-pillars__title {
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  color: #26ae2a;
  margin-bottom: 1rem;
}
.farm-pillars__text {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #555;
  line-height: 1.6;
  padding: 2rem;
}
.farm-pillars__text li {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #555;
  line-height: 1.6;
  text-align: start;
  margin-top: 1rem;
}

.why-us {
  padding: 5rem 2rem;
  background-color: #f9f9f9;
}
.why-us .whyus-image {
  grid-column: center-start/center-end;
  margin-top: 2rem;
}
.why-us .whyus-image img {
  width: 100%;
  max-height: 50rem;
  object-fit: cover;
  border-radius: 4rem;
  padding: 2rem 0rem;
}
@media only screen and (max-width: 37.5em) {
  .why-us .whyus-image img {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 31.25em) {
  .why-us .whyus-image img {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 25em) {
  .why-us .whyus-image img {
    padding: 2rem 0;
  }
}
.why-us__content {
  grid-column: center-start/center-end;
  display: grid;
  gap: 2rem;
  padding: 2rem 4rem;
}
.why-us__title {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  color: #4CAF50;
  margin-bottom: 1rem;
}
.why-us__intro {
  font-size: 1.6rem;
  color: #555;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.why-us__points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .why-us__points {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .why-us__points {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 31.25em) {
  .why-us__points {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 25em) {
  .why-us__points {
    grid-template-columns: 1fr;
  }
}
.why-us__point {
  font-size: 1.7rem;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 5rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: transform 0.3s ease;
}
.why-us__point:hover {
  transform: translateY(-5px);
}
.why-us__point svg {
  width: 5rem;
  height: 5rem;
  color: #26ae2a;
  margin-bottom: 1rem;
}
.why-us__point h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.products {
  grid-column: full-start/full-end;
  padding: 6rem 2rem;
  background-color: #fff;
}
.products__container {
  max-width: 1200px;
  margin: 0 auto;
}
.products__section-title {
  font-size: 4rem;
  color: #26ae2a;
  font-family: "Poppins", sans-serif;
  margin: 4rem 0 2rem;
  text-align: center;
}
.products__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 1.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  .products__item {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.products__image img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  max-height: 300px;
  transition: all 2s;
}
.products__image img:hover {
  transform: translate(-5px);
}
.products__details h3 {
  font-size: 2.2rem;
  color: #4CAF50;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
}
.products__details p {
  font-size: 1.8rem;
  color: #555;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

.hero-content h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.1rem;
}

.services-list {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 3rem 2rem;
  background: #f4f4f4;
}

.service-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  text-align: center;
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
}

.icon svg {
  width: 50px;
  height: 50px;
  fill: #2f7034;
  margin-bottom: 1rem;
}

.service-card h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #2f7034;
}

.service-card p {
  font-size: 2rem;
  color: #444;
}

.read-more-btn {
  margin-top: 1rem;
  background: #2f7034;
  color: white;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1.3rem;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal-content {
  font-size: 1.7rem;
  background: #fff;
  padding: 4rem;
  border-radius: 10px;
  max-width: 100%;
  text-align: left;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  color: #444;
  cursor: pointer;
}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .services-list {
    padding: 2rem 1rem;
  }
  .modal-content {
    margin: 1rem;
  }
}
.contact-info {
  display: grid;
  grid-column: full-start/full-end;
  background: #2f7034;
  color: #fff;
  padding: 3rem 2rem;
  align-content: center;
}

.info-box svg {
  width: 30px;
  height: 30px;
  fill: #F9A826;
  margin-bottom: 0.5rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .info-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 37.5em) {
  .info-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 31.25em) {
  .info-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 25em) {
  .info-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    text-align: center;
  }
}

.info-box h3 {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}

.info-box p {
  margin: 0;
  font-size: 2rem;
}

.contact-main {
  grid-column: full-start/full-end;
  padding: 4rem 2rem;
  background: #fff;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}

.contact-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.contact-form h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  color: #2f7034;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
}

.contact-form button {
  background: #2f7034;
  color: #fff;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
  transition: background 0.3s;
}

#math-question {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}

.contact-form button:hover {
  background: #245727;
}

.map {
  grid-column: full-start/full-end;
}

.map iframe {
  width: 100%;
  height: 100vh;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}
/* Wuraola Admin Dashboard Styles */
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f6f8;
  color: #333;
}

.dashboard-container {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 220px;
  background-color: #2c3e50;
  color: #fff;
  padding: 1.5rem 1rem;
}

.sidebar h3 {
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #444;
  padding-bottom: 0.5rem;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.sidebar ul li a {
  color: #ecf0f1;
  text-decoration: none;
  font-size: 1.7rem;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  transition: background 0.2s;
}

.sidebar ul li a:hover {
  background-color: #34495e;
}

.main-panel {
  flex: 1;
  padding: 2rem;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.main-panel p {
  font-size: 2rem;
  flex: 1;
  padding: 2rem;
  background: #ffffff;
}

.main-panel h2 {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .dashboard-container {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding: 1rem;
  }
  .sidebar ul {
    display: flex;
    gap: 1rem;
  }
  .sidebar ul li {
    margin: 0;
  }
  .main-panel {
    padding: 1rem;
  }
}
.dashboard-page {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  position: relative;
}
.dashboard-page header {
  background-color: #2f7034;
  padding: 1rem 2rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
}
.dashboard-page header h1 {
  margin: 0;
  font-size: 1.5rem;
}
.dashboard-page header .logout-btn {
  background: white;
  color: #2f7034;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.dashboard-page .container {
  padding: 2rem;
  margin-top: 5rem;
}
.dashboard-page .container table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}
.dashboard-page .container table th,
.dashboard-page .container table td {
  text-align: left;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
}
.dashboard-page .container table th {
  background-color: #2f7034;
  color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}
.dashboard-page .container table tr:hover {
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  .dashboard-page .container table {
    display: block;
  }
  .dashboard-page .container table thead {
    display: none;
  }
  .dashboard-page .container table tbody {
    display: block;
  }
  .dashboard-page .container table tbody tr {
    margin-bottom: 1rem;
    display: block;
    background: white;
  }
  .dashboard-page .container table tbody td {
    display: block;
    padding: 0.5rem 1rem;
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .dashboard-page .container table tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    font-weight: bold;
    color: #333;
  }
}

@media (max-width: 768px) {
  td {
    font-size: 1.4rem;
  }
}
.dash-delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.dash-delete-btn svg {
  width: 16px;
  height: 16px;
  fill: #c0392b;
  transition: fill 0.3s ease;
}

.dash-delete-btn :hover svg {
  fill: #e74c3c;
}

.bulk-delete-btn {
  background-color: #e74c3c;
  color: #fff;
  padding: 1rem 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border: none;
}
.bulk-delete-btn:hover {
  background-color: #4CAF50;
  color: #fff;
}

.dashboard-page .search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
}

.dashboard-page .search-bar input[type=text] {
  display: flex;
  padding: 0.5rem;
  width: 30rem;
  font-size: 1.3rem;
}

.dashboard-page .export-btn a {
  background: #2f7034;
  color: #fff;
  padding: 0.6rem 1rem;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 0.5rem;
}

.pagination {
  text-align: center;
  margin: 2rem auto;
}

.pagination a {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 5px;
  background-color: #2f7034;
  color: white;
  border-radius: 4px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #1c4b22;
}

.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: linear-gradient(to right, #2f7034, #4e944f);
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 25em) {
  .login-page {
    padding: 2rem;
  }
}
.login-page .forgot-password {
  font-size: 1.3rem;
  margin: auto;
  margin-right: 2rem;
  color: #333;
}
.login-page .login-box {
  background: #ffffff;
  padding: 3rem 2.5rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.login-page .login-box h2 {
  margin-bottom: 1.5rem;
  color: #2f7034;
  font-size: 2.5rem;
}
.login-page .login-box .login {
  display: flex;
  flex-direction: column;
}
.login-page .login-box .login input[type=email],
.login-page .login-box .login input[type=password] {
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 2rem;
  outline: none;
  transition: border 0.3s;
}
.login-page .login-box .login input[type=email]:focus,
.login-page .login-box .login input[type=password]:focus {
  border-color: #2f7034;
}
.login-page .login-box .login .login-btn[type=submit] {
  background-color: #2f7034;
  color: #fff;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.login-page .login-box .login .login-btn[type=submit]:hover {
  background-color: #256029;
}
.login-page .login-box .login .login-page .forgot-password {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #2f7034;
  text-decoration: underline;
}
.login-page .login-box .login .error {
  color: red;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .login-page .login-box {
    padding: 2rem 1.5rem;
  }
  .login-page h2 {
    font-size: 1.5rem;
  }
}

.forgot-container {
  background: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  max-width: 420px;
  width: 90%;
  margin: auto;
  margin-top: 10rem;
  text-align: center;
}

.forgot-container h2 {
  margin-bottom: 1rem;
  color: #2f7034;
  font-size: 3rem;
  font-weight: 600;
}

.forgot-container p {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.forgot-container input[type=email] {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 2rem;
}

.forgot-container button {
  width: 100%;
  padding: 0.75rem;
  border: none;
  background: #2f7034;
  color: #fff;
  border-radius: 6px;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.forgot-container button:hover {
  background: #256028;
}

.back-link {
  margin-top: 1rem;
  display: block;
  font-size: 1.4rem;
  color: #2f7034;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.reset-box {
  max-width: 400px;
  margin: 6rem auto;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.reset-box h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2f7034;
}

.reset-box input {
  width: 100%;
  padding: 0.6rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.reset-box button {
  width: 100%;
  padding: 0.6rem;
  background: #2f7034;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

.reset-box p {
  color: red;
}

.success {
  color: green;
}

.form-container {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: 10rem;
}

h2 {
  color: #2f7034;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2rem;
}

.adduser {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
}

.confirm-text {
  font-size: 2rem;
  display: block;
}

.adduser-btn {
  width: 100%;
  padding: 0.75rem;
  background: #2f7034;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  cursor: pointer;
}

button:hover {
  background: #256028;
}

.message {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #e74c3c;
  text-align: center;
}

.manage-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #f9fafb;
  min-height: 100vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.manage-container .manage-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 700px;
  padding: 2rem;
}
.manage-container .manage-card h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #111827;
}
.manage-container .manage-card ul {
  list-style: none;
  padding: 0;
}
.manage-container .manage-card ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 1.4rem;
}
.manage-container .manage-card ul li:last-child {
  border-bottom: none;
}
.manage-container .manage-card ul li span {
  margin-right: auto;
  font-weight: 500;
}
.manage-container .manage-card ul li .confirmed {
  color: #10b981;
}
.manage-container .manage-card ul li .unconfirmed {
  color: #ef4444;
}
.manage-container .manage-card ul li button {
  background: transparent;
  border: none;
  border-radius: 6px;
  padding: 1rem 1rem;
  font-size: 2rem;
  margin-left: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease;
}
.manage-container .manage-card ul li button.btn-toggle {
  background-color: var(--primary-color);
}
.manage-container .manage-card ul li button.btn-delete {
  background: #dc2626;
}
.manage-container .manage-card ul li button.adduser-btn {
  background-color: var(--primary-color);
  color: white;
}
.manage-container .manage-card ul li button.adduser-btn:hover {
  background-color: #eba625;
}
.manage-container .manage-card ul li button.delete-btn {
  background-color: #ef4444;
  color: white;
}
.manage-container .manage-card ul li button.delete-btn:hover {
  background-color: #dc2626;
}

.btn-carousel {
  font-size: 2rem;
  padding: 1.5rem 6rem;
  border-radius: 2rem;
  cursor: pointer;
  background-color: #26ae2a;
}
.btn-carousel:hover {
  color: #f9f7f6;
  background-color: #F9A826;
}

.gallery-section {
  grid-column: full-start/full-end;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.gallery-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #2a3d45;
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.gallery-grid a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-grid a:hover {
  transform: scale(1.03);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  grid-column: full-start/full-end;
}
.carousel .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
.carousel .carousel-slide.active {
  opacity: 1;
  z-index: 2;
}
.carousel .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  animation: zoomInOut 20s ease-in-out infinite;
}
@media only screen and (max-width: 56.25em) {
  .carousel .carousel-slide img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .carousel .carousel-slide img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 31.25em) {
  .carousel .carousel-slide img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 25em) {
  .carousel .carousel-slide img {
    max-width: 100%;
  }
}
.carousel .carousel-slide .carousel-text {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 2s ease-out forwards;
  opacity: 0;
}
.carousel .carousel-slide .carousel-text h2 {
  font-size: 7rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-shadow: #54483A;
  color: #26ae2a;
  margin-bottom: 1rem;
}
.carousel .carousel-slide .carousel-text p {
  font-size: 4rem;
  color: #F9A826;
  font-weight: 600;
}
@media only screen and (max-width: 68.75em) {
  .carousel .carousel-slide .carousel-text {
    position: absolute;
    top: 27%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 2s ease-out forwards;
    opacity: 0;
  }
  .carousel .carousel-slide .carousel-text h2 {
    font-size: 7rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-shadow: #54483A;
    color: #26ae2a;
    margin-bottom: 1rem;
  }
  .carousel .carousel-slide .carousel-text p {
    font-size: 4rem;
    color: #F9A826;
    font-weight: 600;
  }
}
@media only screen and (max-width: 75em) {
  .carousel .carousel-slide .carousel-text {
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 2s ease-out forwards;
    opacity: 0;
  }
  .carousel .carousel-slide .carousel-text h2 {
    font-size: 7rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-shadow: #54483A;
    color: #26ae2a;
    margin-bottom: 1rem;
  }
  .carousel .carousel-slide .carousel-text p {
    font-size: 4rem;
    color: #F9A826;
    font-weight: 600;
  }
}
@media only screen and (max-width: 56.25em) {
  .carousel .carousel-slide .carousel-text {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 2s ease-out forwards;
    opacity: 0;
  }
  .carousel .carousel-slide .carousel-text h2 {
    font-size: 7rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-shadow: #54483A;
    color: #26ae2a;
    margin-bottom: 1rem;
  }
  .carousel .carousel-slide .carousel-text p {
    font-size: 3rem;
    color: #F9A826;
    font-weight: 600;
  }
}
@media only screen and (max-width: 37.5em) {
  .carousel .carousel-slide .carousel-text {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 2s ease-out forwards;
    opacity: 0;
  }
  .carousel .carousel-slide .carousel-text h2 {
    font-size: 5rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-shadow: #54483A;
    color: #26ae2a;
    margin-bottom: 1rem;
  }
  .carousel .carousel-slide .carousel-text p {
    font-size: 2.5rem;
    color: #F9A826;
    font-weight: 600;
  }
}
@media only screen and (max-width: 31.25em) {
  .carousel .carousel-slide .carousel-text {
    position: absolute;
    top: 15%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 2s ease-out forwards;
    opacity: 0;
  }
  .carousel .carousel-slide .carousel-text h2 {
    font-size: 5rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-shadow: #54483A;
    color: #26ae2a;
    margin-bottom: 1rem;
  }
  .carousel .carousel-slide .carousel-text p {
    font-size: 2.5rem;
    color: #F9A826;
    font-weight: 600;
  }
}
@media only screen and (max-width: 25em) {
  .carousel .carousel-slide .carousel-text {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 2s ease-out forwards;
    opacity: 0;
  }
  .carousel .carousel-slide .carousel-text h2 {
    font-size: 5rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-shadow: #54483A;
    color: #26ae2a;
    margin-bottom: 1rem;
  }
  .carousel .carousel-slide .carousel-text p {
    font-size: 3rem;
    color: #F9A826;
    font-weight: 600;
  }
}
.carousel .carousel-slide.active .carousel-text {
  opacity: 1;
  animation: fadeInUp 2s ease-out forwards;
}
.carousel .carousel-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.carousel .carousel-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.carousel .carousel-dots .dot.active {
  background-color: #fff;
}
.carousel .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  transition: background-color 0.3s;
}
.carousel .carousel-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel .carousel-arrow.prev {
  left: 20px;
}
.carousel .carousel-arrow.next {
  right: 20px;
}
.carousel .curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  border: none;
  transform: rotate(180deg);
  z-index: 5;
}
.carousel .curve svg {
  position: relative;
  display: block;
  width: calc(136% + 1.3px);
  height: 123px;
}
.carousel .curve .shape-fill {
  fill: #FFF8E7;
}

.features {
  grid-column: center-start/center-end;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 4rem 2rem;
  margin-top: 2rem;
  background-color: #F9A826;
}
@media only screen and (max-width: 56.25em) {
  .features {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .features {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 31.25em) {
  .features {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 25em) {
  .features {
    grid-template-columns: 1fr;
  }
}
.features .product-card {
  position: relative;
  height: 50rem;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.features .product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 56.25em) {
  .features .product-card img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .features .product-card img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 31.25em) {
  .features .product-card img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 25em) {
  .features .product-card img {
    max-width: 100%;
  }
}
.features .product-card .product-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 1rem;
  cursor: pointer;
  transition: height 0.6s ease, padding 0.6s ease;
  overflow: hidden;
  height: 60px;
}
.features .product-card .product-info h3 {
  margin: 0;
  font-size: 2.5rem;
  z-index: 2;
}
.features .product-card .product-info .details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease;
  margin-top: 1rem;
}
.features .product-card .product-info .details p {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.features .product-card .product-info .details .learn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #F9A826;
  color: #000;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}
.features .product-card .product-info .details .learn-more svg {
  width: 16px;
  height: 16px;
}
.features .product-card .product-info:hover {
  height: 100%;
  padding: 2rem;
}
.features .product-card .product-info:hover .details {
  opacity: 1;
  max-height: 500px;
}

.footer {
  grid-column: full-start/full-end;
  background: #052e16;
  color: #fff;
  padding: 4rem 2rem;
  font-family: "Poppins", sans-serif;
}
.footer .footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 68.75em) {
  .footer .footer-container {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
}
@media only screen and (max-width: 56.25em) {
  .footer .footer-container {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
}
@media only screen and (max-width: 37.5em) {
  .footer .footer-container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 31.25em) {
  .footer .footer-container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 25em) {
  .footer .footer-container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    max-width: 100%;
  }
}
.footer .footer-section h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #F9A826;
}
@media only screen and (max-width: 25em) {
  .footer .footer-section h4 {
    font-size: 1.6rem;
    margin: auto;
  }
}
.footer .footer-section ul {
  list-style: none;
  padding: 0;
}
.footer .footer-section ul li {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 25em) {
  .footer .footer-section ul li {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer .footer-section ul li svg.iconx {
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
  fill: #F9A826;
}
.footer .footer-section ul li svg.iconxx {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  justify-items: center;
  fill: #F9A826;
}
.footer .footer-section ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-section ul li a:hover {
  text-decoration: underline;
}
.footer .footer-section p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer .logo {
  width: 100px;
  margin-bottom: 1rem;
}
.footer .newsletter form {
  display: flex;
  flex-direction: column;
}
.footer .newsletter form input {
  padding: 0.6rem;
  border: none;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.footer .newsletter form button {
  padding: 0.6rem;
  background: #F9A826;
  color: #052e16;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.footer .newsletter form button:hover {
  background: #F9A826;
}
.footer .newsletter .socials {
  display: flex;
  margin-top: 1rem;
}
.footer .newsletter .socials a {
  margin-right: 1rem;
}
.footer .newsletter .socials a .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.footer .newsletter .socials a .icon:hover {
  fill: #F9A826;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  color: #ccc;
}
@media only screen and (max-width: 25em) {
  .footer-bottom {
    display: flex;
    flex-direction: column;
  }
}

.footer-bottom a {
  color: #F9A826;
}
@media only screen and (max-width: 25em) {
  .footer-bottom a {
    display: flex;
    flex-direction: column;
  }
}

.form-alert {
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  margin: 1.5rem 0;
  text-align: center;
  font-weight: 600;
  animation: fadein 0.4s ease-in-out;
}
.form-alert.success {
  font-size: 1.5rem;
  background: #e5f9e7;
  color: #2f7034;
  border: 1px solid #2f7034;
}
.form-alert.error {
  background: #fdecea;
  color: #d93025;
  border: 1px solid #d93025;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-animate {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transform: translate(0, 0);
}
.scroll-animate.slide-in-left {
  transform: translateX(-100vw);
}
.scroll-animate.slide-in-right {
  transform: translateX(100vw);
}
.scroll-animate.slide-in-up {
  transform: translateY(100vh);
}
.scroll-animate.slide-in-down {
  transform: translateY(-100vh);
}
.scroll-animate.fade-in {
  transform: none;
}
.scroll-animate.flip-up {
  transform: perspective(800px) rotateX(90deg);
  transform-origin: bottom;
}
.scroll-animate.show {
  opacity: 1;
  transform: translate(0, 0) rotateX(0deg);
}
.scroll-animate.delay-1 {
  transition-delay: 0.3s;
}
.scroll-animate.delay-2 {
  transition-delay: 0.6s;
}
.scroll-animate.delay-3 {
  transition-delay: 0.9s;
}

:root {
  --primary-color: #2e7d32;
  --bg-color: #f9f9f9;
  --text-color: #333;
  --border-radius: 12px;
  --shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.upload-container {
  margin-top: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.upload-card {
  background: white;
  padding: 3rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.upload-login {
  margin-top: 1rem;
  width: 100%;
  height: 3rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
}

.upload-login-btn {
  margin-top: 2rem;
  width: 15rem;
}

.upload-password-reset {
  font-size: 1.4rem;
  color: #26ae2a;
  margin-right: 3rem;
  margin-left: -4rem;
}

.upload-add-user {
  font-size: 1.4rem;
  color: #26ae2a;
  margin-right: -4rem;
}

.upload-options {
  margin-top: 2rem;
}

.upload-card h2 {
  margin-bottom: 1.5rem;
  color: var(--primary-color);
}

.upload-card input[type=file] {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.5rem;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.upload-card button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.upload-card button:hover {
  background-color: #256729;
}

.upload-message {
  margin-bottom: 1rem;
  font-weight: 500;
}

.delete-btn {
  margin-top: 0.5rem;
  background-color: #d32f2f;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s;
}

.delete-btn:hover {
  background-color: #b71c1c;
}

.gallery-thumb {
  position: relative;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
