:root {
  --primary: rgb(0, 87, 50);
  --bg: rgb(255, 255, 255);
  --card: #0b1220;
  --muted: #9aa4b2;
  --accent: rgb(0, 87, 50);
  --glass: rgb(0, 87, 0.03);
  --radius: 14px;
  --shadow: 0 8px 24px rgba(2, 6, 23, 0.6);
  --ease: cubic-bezier(0.2, 0.9, 0.3, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #fff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* navbar */
.navbar {
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 7%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgb(255, 255, 255);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.logo-img img {
  top: 0;
  left: 0;
  right: 0;
  width: 180px;
  height: auto;
}
/*.export {
  color: rgb(248, 248, 248);
}
.creative {
  color: #50b8e7;
  font-style: italic;
}*/

/*.navbar .navbar-logo {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(30, 30, 30);
}
.navbar .nafbar-logo br {
  color: #fff;
}*/

.navbar .navbar-nav a {
  color: #000000;
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 1rem;
}

.navbar .navbar-nav a:hover {
  color: #005732;
}

.navbar .navbar-nav a::after {
  content: "";
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #000000;
  transform: scaleX(0);
  transition: 0.2s linear;
}

.navbar .navbar-nav a:hover::after {
  transform: scaleX(0.5);
}

.navbar .navbar-extra a {
  color: #000000;
  margin: 0 0.5rem;
}

.navbar .navbar-extra a:hover {
  color: var(--primary);
}

#hamburger-menu {
  display: none;
}

/* hero section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("https://images.pexels.com/photos/1556704/pexels-photo-1556704.jpeg");
  background-size: cover; /* Mengatur gambar agar memenuhi elemen */
  background-position: center; /* Menempatkan gambar di tengah elemen */
  background-repeat: no-repeat;
  position: relative; /* Menghindasri pengulangan gambar */
}

.hero_WP {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("https://images.unsplash.com/photo-1627250871089-ade4777c7c43?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1171");
  background-size: cover; /* Mengatur gambar agar memenuhi elemen */
  background-position: center; /* Menempatkan gambar di tengah elemen */
  background-repeat: no-repeat;
  position: relative; /* Menghindasri pengulangan gambar */
}
.hero_produk {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("https://images.unsplash.com/photo-1613897807164-01263a2296e2?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1170");
  background-size: cover; /* Mengatur gambar agar memenuhi elemen */
  background-position: center; /* Menempatkan gambar di tengah elemen */
  background-repeat: no-repeat;
  position: relative; /* Menghindasri pengulangan gambar */
}
.hero_service {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("hero-service-bg.jpg");
  background-size: cover; /* Mengatur gambar agar memenuhi elemen */
  background-position: center; /* Menempatkan gambar di tengah elemen */
  background-repeat: no-repeat;
  position: relative; /* Menghindasri pengulangan gambar */
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  /*background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );*/
}
.hero_WP::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  /*background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );*/
}

.hero .content,
.hero_produk .content,
.hero_WP .content,
.hero_service .content {
  padding-left: 1rem;
  padding: 20rem 20%;
  max-width: 90rem;
  box-sizing: border-box;
}

.hero .content h1,
.hero_produk .content h1,
.hero_WP .content h1,
.hero_service .content h1 {
  font-size: 5rem;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgba(1, 1, 3, 0, 5);
  line-height: 1.2;
}

.hero .content h1 span {
  font-style: italic;
}
.hero_WP .content h1 span {
  font-style: italic;
}

.hero .content p {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  margin-top: 1rem;
  line-height: 1.4;
  font-weight: 700;
  text-shadow: 10px 10px 30px rgba(1, 1, 3, 0, 5);
}
.hero_WP .content p {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  margin-top: 1rem;
  line-height: 1.4;
  font-weight: 700;
  text-shadow: 10px 10px 30px rgba(1, 1, 3, 0, 5);
}

.hero .content .cta {
  font-style: oblique;
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgb(2, 96, 55);
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

/* About section */
.about,
.produk,
.contact,
.ourteam,
.service,
.service1,
.infusion,
.moringabaru,
.news,
.isi,
.spices {
  padding: 10rem 7% 1.4rem;
  flex: 1;
}
.about h2 {
  text-align: center;
  color: #000000;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

.red2 {
  color: rgb(78, 78, 78);
}
.blue {
  color: var(--primary);
}
.about p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: justify;
  font-style: italic;
  padding-bottom: 150px;
}
.about-img {
  position: relative;
  overflow: hidden; /* Menyembunyikan bagian elemen yang melampaui batas */
}

.about-img img {
  display: block;
  width: 100%; /* Pastikan gambar memenuhi lebar elemen */
  height: auto;
}

.about-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 1) 100%
  );*/
  z-index: 1;
  background-size: cover; /* Mengatur gambar agar memenuhi elemen */
  background-position: center; /* Menempatkan gambar di tengah elemen */
  background-repeat: no-repeat;
  position: relative; /* Menghindasri pengulangan gambar */
  pointer-events: none; /* Agar gradient tidak mengganggu interaksi pengguna dengan gambar */
}

.about-img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.title {
  color: rgba(0, 87, 50);
  font-weight: 700;
}

/* service section */
.service h2 {
  text-align: center;
  color: #000000;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.service h3 {
  text-align: center;
  color: #000000;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.title1 {
  color: rgb(0, 61, 34);
  font-weight: 700;
}
.service p {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  color: #565656;
  font-style: italic;
}
.pembuka {
  text-align: center;
  position: center;
  max-width: 30rem;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6;
}

/* produk section */

.produk h2 {
  text-align: center;
  color: #000000;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.title_produk {
  margin: 1rem;
}
.produk h3 {
  padding: 10rem 7% 1.4rem;
  color: #000000;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1px solid #565656;
  display: flex;
  max-width: 150px;
}
.produk p,
.contact p {
  text-align: justify;
  max-width: 30rem;
  color: #565656;
  margin: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4rem;
}
.pupuk {
  text-align: center;
  max-width: 30rem;
  color: #000000;
  margin: auto;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6;
}

.choose {
  text-align: center;
  font-size: 1.5rem;
}

.produk .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-left: 2rem;
  justify-content: center;
  gap: 0.1rem;
  align-items: center;
}

.produk .row .menu-card img {
  flex: 0 1 calc(33.333% - 2rem);
  border-color: #000000;
  border-style: outset;
  border-radius: 50%;
  width: 80%;
  margin-bottom: 4rem;
}

/* NEWS SECTION */
.judul {
  text-align: center;
  color: #000000;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.isi-news h2 {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.content-news {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.news-card {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 350px;
  margin: 20px;
  text-align: center;
  padding: 20px;
}
.news-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 87, 50, 0.5);
}
.news-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.news-card h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}

.news-card p {
  margin-bottom: 10px;
  color: #575757;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
}
.button {
  background-color: #01673a;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.isi-news h1 {
  color: #000000;
  margin-bottom: 1rem;
}
.isi-news p {
  color: #575757;
  font-size: 1rem;
  font-weight: 500;
}
.isi-news li {
  color: #575757;
  font-size: 1rem;
  font-weight: 500;
}
.button:hover {
  background-color: #3e8e41;
}

/* contact section */
.contact h2 {
  text-align: center;
  color: #000000;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

.contact p {
  font-weight: 500;
  font-size: 1.5rem;
}

.contact .row {
  display: flex;
  margin-top: 2rem;
  background-color: #222;
}
.contact .row .map {
  flex: 1 1 45rem;
  width: 100%;
  object-fit: cover;
}
.contact .row form {
  flex: 1 1 45rem;
  padding: 5rem 2rem;
  color: #000000;
  text-align: center;
}

.contact .row form .input-group {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  background-color: var(--bg);
  border: 1px solid rgb(0, 87, 50);
  padding-left: 2rem;
}
.contact .row form .input-group input {
  width: 100%;
  padding: 2rem;
  font-size: 1.7rem;
  background: none;
  color: #000000;
}
.contact .row form .btn {
  margin-top: 3rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  background-color: rgb(0, 87, 50);
  cursor: pointer;
}
.contact .row form .btn2 {
  margin-top: 3rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  background-color: rgb(111, 2, 2);
  cursor: pointer;
}
/* service img */
.service1 h2 {
  text-align: center;
  color: #000000;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.service1 .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.service1 .row .service-card {
  text-align: center;
}
.service1 .row .service-card img {
  flex: 0 1 calc(33.333% - 2rem);
  width: 30%;
  margin-bottom: 0.5rem;
}
.service1 .row .service-card-p {
  color: #565656;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.service1 .more {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.service1 .cta {
  font-style: oblique;
  margin-top: 1rem;
  display: inline-block;
  width: 500px;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 87, 50, 0.8);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
}
.learn {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.learn .cta {
  font-style: oblique;
  margin-top: 1rem;
  display: inline-block;
  width: 250px;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 87, 50, 0.8);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
}
/* our team */

.ourteam .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-left: 2rem;
  justify-content: center;

  border-radius: 0.5rem;
  gap: 1rem;
  align-items: center;
}
.ourteam .profile p {
  color: #565656;
  font-size: 1.2rem;
  font-weight: 300;
}
.ourteam h3 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
}

.ourteam .row .profile img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 0 1 calc(33.333% - 2rem);
  border-color: #000000;
  border-style: groove;
  width: 90%;
  margin-bottom: 0.5rem;
  display: flex;
}
.ourteam h2 {
  text-align: center;
  color: #000000;
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

/* SLIDER IMAGE */
.marquee {
  overflow: hidden;
  width: 100%;
  padding: 1rem;
  height: 130px; /* Sesuaikan tinggi marquee */
  background: #fff;
  border: 2px solid #ccc;
}

.marquee-content {
  display: flex;
  gap: 30px; /* Jarak antar gambar */
  animation: marquee 10s linear infinite;
}

.marquee-content img {
  height: 100%; /* Gambar menyesuaikan tinggi marquee */
  object-fit: cover; /* Mengatur proporsi gambar */
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* maps */
.maps2 {
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 16px;
  margin-bottom: 3rem;
}
.maps2 .container {
  width: 1100px;
  max-width: calc(100% - 48px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.maps2 .title {
  display: flex;
  flex-direction: column;
}
.maps2 .title h1 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.2px;
}
.maps2 .meta h3 {
  color: rgb(0, 87, 50);
}
.maps2 .title p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.maps2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.maps2 .card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    rgba(255, 255, 255, 0.01)
  );
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(3, 7, 18, 0.6);
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.maps2 .card .meta {
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent);
}

.maps2 .pin {
  background: linear-gradient(180deg, var(--accent), rgba(0, 87, 50, 0.7));
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #04293a;
  font-weight: 700;
  font-size: 18px;
  flex: 0 0 40px;
}

.maps2 .meta h3 {
  margin: 0;
  font-size: 15px;
}
.maps2 .meta p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.maps2 .map {
  height: 100%;
  min-height: 160px;
  border-top: 1px solid rgba(255, 255, 255, 0.02);
}

.maps2 iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* footer */
footer {
  background-color: rgba(0, 87, 50, 0.9);
  text-align: center;
  padding: 1rem 0 3rem;
  margin-top: 0rem;
}
footer .socials {
  padding: 1rem 0;
}

footer .links {
  margin-bottom: 1.4rem;
}
footer .socials a {
  color: #fff;
  margin: 1rem;
}

footer .socials a:hover,
footer .links a:hover {
  color: black;
}

footer .links a {
  color: #fff;
  padding: 0.7rem 1rem;
}

footer .credit {
  font-size: 0.8rem;
}

footer .credit a {
  color: black;
  font-weight: 700;
}

/* moringa */
.infusion {
  background-image: url(hero-service-bg.jpg);
  background-size: cover; /* Mengatur gambar agar memenuhi elemen */
  background-position: center; /* Menempatkan gambar di tengah elemen */
  background-repeat: no-repeat;
  position: relative; /* Menghindasri pengulangan gambar */
  padding-bottom: 4rem;
}
.content-moringa {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-moringa {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 350px;
  margin: 20px;
  text-align: center;
  padding: 20px;
}
.gallery-moringa {
  box-shadow: 0 8px 16px 0 rgba(0, 87, 50, 0.5);
}
.gallery-moringa {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.gallery-moringa {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*
.moringa1 {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
  border-color: #000000;
  border-style: outset;
  margin-bottom: 2rem;
}

.moringa1 .deskripsi {
  margin-top: 15rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.moringa1 .deskripsi1 {
  margin-top: 19rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.moringa1 .judul {
  color: #000000;
}
.moringa1 h1 {
  color: #222;
  border-bottom: 0.1px solid #565656;
  max-width: 200px;
  padding-left: 2.5rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: end;
}
.moringa1 p {
  color: #565656;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
}
.moringa1 .row .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.moringa1 .row .image img {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 calc(33.333% - 2rem);
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.moringa1 .row .image1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.moringa1 .row .image1 img {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 calc(33.333% - 2rem);
  width: 90%;
  height: 90%;
  border-radius: 5px;
}
/*/

/* ============ Product Section ============ */
.home_product {
  margin: 0;

  color: #000000;
}
.home_product .product-section {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10%;
}

.home_product .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.home_product .content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

/* --- Text Styling --- */
.home_product .subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #005732;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home_product .title {
  font-size: 40px;
  font-weight: 800;
  color: #e6eef6;
  margin-bottom: 20px;
}

.home_product .description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ddd;
}

/* --- Button --- */
.home_product .btn {
  display: inline-block;
  background-color: #e63946;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.home_product .btn:hover {
  background-color: #ff4b5c;
  box-shadow: 0 0 15px rgba(230, 57, 70, 0.7);
  transform: translateY(-3px);
}

.home_product .btn.red {
  background-color: #e63946;
}

/* --- Animation --- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home_product .animate {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.home_product .delay1 {
  animation-delay: 0.3s;
}

.home_product .delay2 {
  animation-delay: 0.6s;
}

.home_product .delay3 {
  animation-delay: 0.9s;
}

/* INFO WEB */
.infoweb {
  margin: 0;
  padding: 40px;
  background: linear-gradient(180deg, var(--bg), #071228 120%);
  font-family: Inter, sans-serif;
  color: #e6eef6;
}
.infoweb h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  color: black;
}
.infoweb .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.infoweb .card {
  background: linear-gradient(180deg, var(--card), rgba(7, 16, 38, 0.6));
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.infoweb .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.2);
}
.infoweb .card h2 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}
.infoweb .card p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--muted);
}
.infoweb .card a {
  display: inline-block;
  text-decoration: none;
  color: var(--accent);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 14px;
  border-radius: 10px;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.infoweb .card a:hover {
  background: var(--accent);
  color: #042023;
}
.download_pdf {
  text-align: center;
  margin-bottom: 10rem;
}

.download-btn {
  text-decoration: none;
  background: #005732;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  transition: background 0.3s ease;
}

.download-btn:hover {
  background: #01673a;
}

/* laptop */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}
/* tablet */
@media (max-width: 768px) {
  html {
    font-size: 65%;
  }

  #hamburger-menu {
    display: inline-block;
  }

  .navbar .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: rgba(255, 255, 255, 0.6);
    width: 30rem;
    height: 100vh;
    transition: 0.3s;
  }
  .navbar .navbar-nav.active {
    right: 0;
  }

  .navbar .navbar-nav a {
    color: black;
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }
  .navbar .navbar-nav a::after {
    transform-origin: 0 0;
    border-bottom: 0.1rem solid #6f4e37;
  }
  .navbar .navbar-nav a:hover {
    color: #6f4e37;
  }
  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.1);
  }
  .contact .row {
    flex-wrap: wrap;
  }
  .contact .row .map {
    height: 30rem;
  }
  .contact .row form {
    padding-top: 0;
  }
  .produk p {
    text-align: justify;
    max-width: 30rem;
    color: #565656;
    margin: auto;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 3rem;
  }
  .contact p {
    font-weight: 500;
    font-size: 1.5rem;
  }
  .produk .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7rem;
    margin-left: 7rem;
    justify-content: center;
    gap: 0.1rem;
    align-items: center;
  }
  .title_produk {
    padding-top: 4rem;
    margin: 5rem;
  }
  .produk h3 {
    max-width: 110px;
  }
  .ourteam .profile p {
    color: #565656;
    font-size: 2rem;
    font-weight: 300;
  }
  .ourteam h3 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
  }
  .service1 .row .service-card-p {
    color: #565656;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .moringa1 .deskripsi {
    margin-top: 2rem;
  }
  .moringa1 .deskripsi1 {
    margin-top: 2rem;
  }
  .moringa1 .row .image1 {
    margin-top: 6rem;
  }
  .isi-news p {
    color: #575757;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .isi-news li {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .isi-news h2 {
    font-size: 1.5rem;
  }
  .marquee-content {
    animation: marquee-mobile 15s linear infinite; /* Durasi lebih panjang */
  }
  .marquee-content img {
    width: 15%;
    object-fit: cover; /* Mengatur proporsi gambar */
  }
  .marquee {
    height: 100px;
  }
  .maps2 .grid {
    grid-template-columns: 1fr;
  }
  .maps2 .container {
    padding-bottom: 18px;
  }
  .home_product .product-section {
    height: auto;
    padding: 80px 20px;
    justify-content: center;
  }

  .home_product .content {
    max-width: 90%;
  }

  .home_product .title {
    font-size: 22px;
  }

  .home_product .description {
    font-size: 14px;
  }
  .home_product .product-section {
    height: 140vh;
  }
}

@keyframes marquee-mobile {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-210%);
  }
}
/* mobile phone */
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
}
