/* Kalusugan Organics - Main Stylesheet */
:root {
  --color-green: #00796b;
  --color-green-dark: #004d40;
  --color-white: #ffffff;
  --color-warm-white: #fffde7;
  --color-beige: #f5f5dc;
  --color-terracotta: #d84315;
  --color-terracotta-dark: #bf360c;
  --color-text: #333333;
  --color-text-light: #666666;
  --color-border: #e0e0e0;
  --font-heading: "Poppins", sans-serif;
  --font-body: "Lato", sans-serif;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.15);
  --transition: all 0.3s ease;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-green);
}
a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}
ul {
  list-style: none;
}
.tn4ee310 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.o6u24kw6 {
  display: inline-block;
  padding: 12px 28px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
}
.bmhkk0sh {
  background-color: var(--color-green);
  color: var(--color-white);
}
.bmhkk0sh:hover {
  background-color: var(--color-green-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.daku6xus {
  background-color: var(--color-terracotta);
  color: var(--color-white);
}
.daku6xus:hover {
  background-color: var(--color-terracotta-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.lvekqlg3 {
  width: 100%;
}

.section {
  padding: 80px 0;
}
.v114kw88 {
  background-color: var(--color-warm-white);
}
.g261im5q {
  text-align: center;
  margin-bottom: 50px;
}
.g261im5q h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.xvswf1hc {
  width: 80px;
  height: 4px;
  background-color: var(--color-terracotta);
  margin: 0 auto;
  border-radius: 2px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-white);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  padding: 15px 0;
}
.oaoy86pa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t3i9hvwe {
  display: flex;
  align-items: center;
  gap: 10px;
}
.px20rllf {
  font-size: 32px;
}
.t3i9hvwe h1 {
  font-size: 24px;
  color: var(--color-green);
}
.wajiv9of {
  display: flex;
  gap: 30px;
}
.wajiv9of a {
  font-family: var(--font-heading);
  font-size: 15px;
  color: var(--color-text);
  position: relative;
}
.wajiv9of a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-terracotta);
  transition: var(--transition);
}
.wajiv9of a:hover {
  color: var(--color-green);
}
.wajiv9of a:hover::after {
  width: 100%;
}
.q2f8penb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 500;
}
.q2f8penb a {
  color: var(--color-green);
}
.q2f8penb a:hover {
  color: var(--color-terracotta);
}

#hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      135deg,
      rgba(56, 142, 60, 0.85) 0%,
      rgb(81 46 77 / 85%) 100%
    ),
    url("../bg.avif") center/cover no-repeat;
  overflow: hidden;
}
.c7mflfat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.qowngxc9 {
  position: relative;
  text-align: center;
  color: var(--color-white);
  max-width: 800px;
}
.qowngxc9 h2 {
  font-size: 48px;
  color: var(--color-white);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.fym8r975 {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.95;
}
.qowngxc9 .bmhkk0sh {
  background-color: var(--color-terracotta);
  font-size: 18px;
  padding: 15px 40px;
}
.qowngxc9 .bmhkk0sh:hover {
  background-color: var(--color-terracotta-dark);
}

.pl9rwfd6 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.pl9rwfd6 p {
  font-size: 18px;
  color: var(--color-text-light);
  margin-bottom: 20px;
}
.pl9rwfd6 strong {
  color: var(--color-green);
}

.hqtqgnej {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.hjx3m65k {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--color-border);
}
.hjx3m65k:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.ojvdibge {
  width: 100px;
  height: 100px;
  background-color: var(--color-warm-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.vajhaivq {
  font-size: 48px;
}
.hjx3m65k h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--color-text);
}
.xxve13us {
  font-size: 14px;
  color: var(--color-text-light);
  margin-bottom: 15px;
  min-height: 40px;
}
.ndza3ph8 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-green);
  margin-bottom: 20px;
}

.xajlcmxh {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.jy5vw7xz {
  text-align: center;
  padding: 30px 20px;
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--color-border);
}
.jy5vw7xz:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.m0liqch8 {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--color-green) 0%, #4caf50 100%);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 20px;
}
.jy5vw7xz h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--color-text);
}
.jy5vw7xz p {
  font-size: 14px;
  color: var(--color-text-light);
}

.apos3dtf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}
.qwzvprlc {
  text-align: center;
  padding: 30px 20px;
}
.wi5obom4 {
  width: 60px;
  height: 60px;
  background-color: var(--color-terracotta);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}
.qwzvprlc h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--color-text);
}
.qwzvprlc p {
  font-size: 14px;
  color: var(--color-text-light);
}

.emwd040d {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.ahwb17r7 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.zz4nfil7 {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.pz1x42dz {
  font-size: 28px;
  flex-shrink: 0;
}
.zz4nfil7 h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--color-text);
}
.zz4nfil7 p,
.zz4nfil7 a {
  font-size: 15px;
  color: var(--color-text-light);
}
.zz4nfil7 a:hover {
  color: var(--color-green);
}
.zr8sze8l {
  background-color: var(--color-warm-white);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
}
.ezw3crhg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.t8ga0y6f {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.t8ga0y6f label {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
}
.t8ga0y6f input,
.t8ga0y6f textarea {
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background-color: var(--color-white);
  transition: var(--transition);
}
.t8ga0y6f input:focus,
.t8ga0y6f textarea:focus {
  outline: none;
  border-color: var(--color-green);
  box-shadow: 0 0 0 3px rgba(56, 142, 60, 0.1);
}
.t8ga0y6f textarea {
  resize: vertical;
}

.xms5rk6a {
  max-width: 800px;
  margin: 0 auto;
}
.xms5rk6a p {
  font-size: 16px;
  color: var(--color-text-light);
  margin-bottom: 20px;
}
.xms5rk6a ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}
.xms5rk6a li {
  font-size: 16px;
  color: var(--color-text-light);
  margin-bottom: 10px;
}

#footer {
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 50px 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3h1v1H1V3zm2-2h1v1H3V1z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.exz4y9p7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pn70bv52 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pn70bv52 h3 {
  color: var(--color-white);
  font-size: 22px;
}
.pn70bv52 p {
  font-size: 14px;
  opacity: 0.9;
}
.ovzpmwai {
  display: flex;
  gap: 25px;
}
.ovzpmwai a {
  font-size: 14px;
  opacity: 0.9;
  position: relative;
}
.ovzpmwai a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  transition: var(--transition);
}
.ovzpmwai a:hover {
  opacity: 1;
}
.ovzpmwai a:hover::after {
  width: 100%;
}
.ijh32cp6 {
  text-align: center;
  padding-top: 20px;
}
.ijh32cp6 p {
  font-size: 14px;
  opacity: 0.8;
}

.clmyusqw {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.za4sqwc5 {
  background-color: var(--color-white);
  padding: 50px 40px;
  border-radius: 16px;
  text-align: center;
  max-width: 450px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  animation: modalSlideIn 0.3s ease;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gredovee {
  font-size: 64px;
  margin-bottom: 20px;
}
.za4sqwc5 h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
.za4sqwc5 p {
  font-size: 16px;
  color: var(--color-text-light);
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .emwd040d {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .exz4y9p7 {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .oaoy86pa {
    flex-wrap: wrap;
    gap: 15px;
  }
  .wajiv9of {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 15px;
  }
  .wajiv9of a {
    font-size: 14px;
  }
  .q2f8penb {
    font-size: 14px;
  }
  .qowngxc9 h2 {
    font-size: 32px;
  }
  .fym8r975 {
    font-size: 16px;
  }
  .g261im5q h2 {
    font-size: 28px;
  }
  .section {
    padding: 60px 0;
  }
  .hqtqgnej,
  .xajlcmxh,
  .apos3dtf {
    grid-template-columns: 1fr;
  }
  .ovzpmwai {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .t3i9hvwe h1 {
    font-size: 20px;
  }
  .px20rllf {
    font-size: 26px;
  }
  .qowngxc9 h2 {
    font-size: 26px;
  }
  .o6u24kw6 {
    padding: 10px 20px;
    font-size: 14px;
  }
  .za4sqwc5 {
    padding: 35px 25px;
  }
  .gredovee {
    font-size: 48px;
  }
  .za4sqwc5 h2 {
    font-size: 26px;
  }
}
