@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto Serif", serif;
  line-height: 1.6;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}
a {
  text-decoration: none !important;
}
p {
  font-size: 1rem!important;
  line-height: 1.75rem;
  color: #666;
  margin-bottom: 2rem;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif !important;
}
/* Header Styles */
.header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b5a0b;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #4a7c59, #1b5a0b);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.nav-menu:active {
  color: #4a7c59;
}

.nav-menu a:hover {
  color: #4a7c59;
}

.quote-btn {
  background: #1b5a0b;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.quote-btn:hover {
  background: #1a3009;
}

/* Mobile Menu */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

/* Hero Section */
.hero {
  background: url("../img/banner-carda.jpg") center/contain no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  margin-bottom: 70px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content h1 {
  font-weight: 500;
  color: #000;
  font-size: 2.25rem;
  line-height: 2.8125rem;

  margin-bottom: 1.5rem;
}

.hero-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #666;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: #1b5a0b;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary:hover {
  background: #1a3009;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: #000;
  padding: 1rem 2rem;
  border: 2px solid #000;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.product-info p{
    font-size: 0.75rem !important;
    line-height: 1.2rem;
    margin-bottom:0!important;
}
.btn-secondary:hover {
  background: #000;
  color: white;
  transform: translateY(-2px);
}

.hero-image {
  position: relative;
  height: 500px;
  display: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><defs><radialGradient id="bowl" cx="50%" cy="70%" r="40%"><stop offset="0%" style="stop-color:%23d4a574;stop-opacity:1" /><stop offset="100%" style="stop-color:%23b8956a;stop-opacity:1" /></radialGradient></defs><ellipse cx="400" cy="420" rx="300" ry="80" fill="url(%23bowl)" opacity="0.8"/><g transform="translate(400,420)"><circle cx="-120" cy="-60" r="8" fill="%23c7a76b" opacity="0.9"/><circle cx="-80" cy="-40" r="6" fill="%23b5935f" opacity="0.8"/><circle cx="-40" cy="-50" r="7" fill="%23c7a76b" opacity="0.9"/><circle cx="0" cy="-45" r="8" fill="%23b5935f" opacity="0.8"/><circle cx="40" cy="-55" r="6" fill="%23c7a76b" opacity="0.9"/><circle cx="80" cy="-35" r="7" fill="%23b5935f" opacity="0.8"/><circle cx="120" cy="-50" r="8" fill="%23c7a76b" opacity="0.9"/><circle cx="-100" cy="-20" r="6" fill="%23b5935f" opacity="0.8"/><circle cx="-60" cy="-25" r="7" fill="%23c7a76b" opacity="0.9"/><circle cx="-20" cy="-15" r="8" fill="%23b5935f" opacity="0.8"/><circle cx="20" cy="-25" r="6" fill="%23c7a76b" opacity="0.9"/><circle cx="60" cy="-10" r="7" fill="%23b5935f" opacity="0.8"/><circle cx="100" cy="-20" r="8" fill="%23c7a76b" opacity="0.9"/><circle cx="-80" cy="10" r="6" fill="%23b5935f" opacity="0.8"/><circle cx="-40" cy="5" r="7" fill="%23c7a76b" opacity="0.9"/><circle cx="0" cy="15" r="8" fill="%23b5935f" opacity="0.8"/><circle cx="40" cy="0" r="6" fill="%23c7a76b" opacity="0.9"/><circle cx="80" cy="10" r="7" fill="%23b5935f" opacity="0.8"/></g><g transform="translate(300,300)"><circle cx="0" cy="0" r="5" fill="%23c7a76b" opacity="0.7"/><circle cx="20" cy="10" r="4" fill="%23b5935f" opacity="0.6"/><circle cx="-15" cy="15" r="6" fill="%23c7a76b" opacity="0.7"/><circle cx="35" cy="-5" r="5" fill="%23b5935f" opacity="0.6"/></g><g transform="translate(550,350)"><circle cx="0" cy="0" r="4" fill="%23c7a76b" opacity="0.6"/><circle cx="15" cy="8" r="5" fill="%23b5935f" opacity="0.7"/><circle cx="-10" cy="12" r="4" fill="%23c7a76b" opacity="0.6"/></g></svg>')
    center/contain no-repeat;
}

/* Grades Section */
.grades {
  background: white;
  padding: 5rem 0;
}

.grades-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.grades-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1b5a0b;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.grades-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.grades-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  margin-bottom: 2rem;
}

.grade-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grade-icon {
  margin-bottom: 1rem;
}

.grade-size {
  background: #8b0000;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.grade-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.3;
}

/* Products Section */
.products {
  background: #f8f9fa;
  padding: 5rem 0;
}

.products-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

.products-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1b5a0b;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  margin-bottom: 3rem;
}

.product-card {
  background: #f3f3f3;

  border-radius: 10px;
  overflow: hidden;

  transition: transform 0.3s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
}

.sale-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #8b0000;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
  z-index: 2;
  text-transform: uppercase;
}
.product-image img{
    height: 235px;
    width: 100%;
    object-fit: cover;
}
.product-image {
  background: #f3f3f3;
  /*padding: 50px;*/
  height: auto;
  box-shadow: 6px 6px 18px 0px #0000001a;

  box-shadow: 23px 23px 32px 0px #00000017;

  box-shadow: 51px 51px 43px 0px #0000000d;

  box-shadow: 91px 91px 51px 0px #00000003;

  box-shadow: 141px 141px 56px 0px #00000000;

  position: relative;
  overflow: hidden;
}

.product-info {
  padding: 1.5rem;
}

.product-name {
  font-size: 1rem;
  font-weight: 500;
  color: #484848;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.product-price {
  font-size: 0.9rem;
  color: #484848;
  font-weight: 500;
}

.explore-btn {
  background: #ffffff33 !important;
  color: #1b5a0b;
  border: 2px solid #1b5a0b;
  padding: 1rem 1.5rem !important;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
}

.explore-btn:hover {
  background: #1b5a0b;
  color: white;
  transform: translateY(-2px);
}
.about {
    background: url(../img/bg-about-new.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    overflow: hidden;
    margin: 120px 0;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.about-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1b5a0b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.about-heading {
  font-size: 24px;
  font-weight: 500;
  color: #1b5a0b;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.about-heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.about-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.about-btn {
  background: #1b5a0b;
  color: white;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
}

.about-btn:hover {
  background: #1a3009;
  transform: translateY(-2px);
}

/* .cardamom-left {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 400px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 400"><g transform="translate(150,200)"><ellipse cx="-80" cy="-60" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(25)"/><ellipse cx="-60" cy="-80" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(-15)"/><ellipse cx="-40" cy="-100" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(45)"/><ellipse cx="-100" cy="-40" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-30)"/><ellipse cx="-20" cy="-120" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(60)"/><ellipse cx="-120" cy="-20" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(10)"/><ellipse cx="0" cy="-140" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-45)"/><ellipse cx="-140" cy="0" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(75)"/><ellipse cx="20" cy="-120" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(20)"/><ellipse cx="-120" cy="20" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-60)"/><ellipse cx="40" cy="-100" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(90)"/><ellipse cx="-100" cy="40" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(35)"/><ellipse cx="60" cy="-80" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-75)"/><ellipse cx="-80" cy="60" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(50)"/><ellipse cx="80" cy="-60" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(15)"/><ellipse cx="-60" cy="80" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-40)"/><ellipse cx="100" cy="-40" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(70)"/><ellipse cx="-40" cy="100" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(25)"/><ellipse cx="120" cy="-20" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-55)"/><ellipse cx="-20" cy="120" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(85)"/><ellipse cx="140" cy="0" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(40)"/><ellipse cx="0" cy="140" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-20)"/><ellipse cx="120" cy="20" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(65)"/><ellipse cx="20" cy="120" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(30)"/><ellipse cx="100" cy="40" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-50)"/><ellipse cx="40" cy="100" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(80)"/><ellipse cx="80" cy="60" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(45)"/><ellipse cx="60" cy="80" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-25)"/></g></svg>')
    center/contain no-repeat;
  z-index: 1;
  opacity: 0.6;
}

.cardamom-right {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 300px;
  height: 400px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 400"><g transform="translate(150,200)"><ellipse cx="-80" cy="-60" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(25)"/><ellipse cx="-60" cy="-80" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(-15)"/><ellipse cx="-40" cy="-100" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(45)"/><ellipse cx="-100" cy="-40" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-30)"/><ellipse cx="-20" cy="-120" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(60)"/><ellipse cx="-120" cy="-20" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(10)"/><ellipse cx="0" cy="-140" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-45)"/><ellipse cx="-140" cy="0" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(75)"/><ellipse cx="20" cy="-120" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(20)"/><ellipse cx="-120" cy="20" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-60)"/><ellipse cx="40" cy="-100" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(90)"/><ellipse cx="-100" cy="40" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(35)"/><ellipse cx="60" cy="-80" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-75)"/><ellipse cx="-80" cy="60" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(50)"/><ellipse cx="80" cy="-60" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(15)"/><ellipse cx="-60" cy="80" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-40)"/><ellipse cx="100" cy="-40" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(70)"/><ellipse cx="-40" cy="100" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(25)"/><ellipse cx="120" cy="-20" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-55)"/><ellipse cx="-20" cy="120" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(85)"/><ellipse cx="140" cy="0" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(40)"/><ellipse cx="0" cy="140" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-20)"/><ellipse cx="120" cy="20" rx="5" ry="9" fill="%23c7a76b" opacity="0.8" transform="rotate(65)"/><ellipse cx="20" cy="120" rx="7" ry="13" fill="%23b5935f" opacity="0.7" transform="rotate(30)"/><ellipse cx="100" cy="40" rx="6" ry="12" fill="%23c7a76b" opacity="0.8" transform="rotate(-50)"/><ellipse cx="40" cy="100" rx="5" ry="10" fill="%23b5935f" opacity="0.7" transform="rotate(80)"/><ellipse cx="80" cy="60" rx="7" ry="14" fill="%23c7a76b" opacity="0.8" transform="rotate(45)"/><ellipse cx="60" cy="80" rx="6" ry="11" fill="%23b5935f" opacity="0.7" transform="rotate(-25)"/></g></svg>')
    center/contain no-repeat;
  z-index: 1;
  opacity: 0.6;
} */
.features {
  background: #e8f4e8;
  padding: 3rem 0;
  border-top: 1px solid #d0e0d0;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.feature {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: #1b5a0b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: white;
  font-size: 1.5rem;
}

.feature h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1b5a0b;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

/* Responsive Design */
@media (max-width: 768px) {
    body{
        padding:20px;
    }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    gap: 1rem;
  }
  p {
    font-size: 1rem!important;

  }
  .zcm-highlight-box {
    text-align: start;
     flex-direction: row!important; 
    gap: 20px;
}
  .footer-section h4 {
    text-align: start;
  }
  .about {
    margin: 0;
    padding: 0;
  }
  .nav-menu.active {
    display: flex;
  }
  .hero {
    background: #fff;
    padding: 0px !important;
    margin: 0 !important;
  }

  .mobile-menu-btn {
    display: block;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    height: 300px;
    order: -1;
  }

  .features-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .grades-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .grade-icon {
    width: 60px;
    height: 90px;
  }

  .grades-title,
  .products-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .nav-container {
    padding: 0 1rem;
  }

  .hero-container {
    padding: 0 1rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 250px;
  }

  .grades-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .grades-title,
  .products-title {
    font-size: 1.3rem;
  }
  .grade-size {
    font-size: 0.5rem;
  }
  .grade-name {
    font-size: 0.5rem;
  }
}
.zcm-highlights {
  background-color: #f1f0e8;
  padding: 1.5rem;
  border-radius: 3rem;
  text-align: center;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;

  width: 90%; /* Responsive: 90% of parent */
  max-width: 1200px; /* Limit on large screens */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.zcm-container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  gap: 2rem;
  flex-wrap: wrap;
}

.zcm-highlight-box {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zcm-icon-wrap {
  width: 70px;
  height: 70px;
  background-color: #1e4d1e;
  border: 2px solid #1e4d1e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.zcm-icon-wrap img {
  width: 30px;
  height: 30px;
}

.zcm-highlight-text {
  font-size: 0.875rem; /* 14px */
  color: #1e4d1e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .zcm-highlights {
    margin: 30px 0;
    margin-top:60px!important;
    border-radius: 1.5rem;
    padding: 1.25rem;
  }
  .about-container {
    z-index: 999;
    padding-top: 350px;
  }
  .zcm-container {
    flex-direction: column;
    gap: 1.25rem;
  }
}
/* CTA Banner Section */
.cta-banner {
  position: relative;
  height: 75vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/cta-bg.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.cta-content {
  max-width: 700px;
  padding: 0 2rem;
  z-index: 2;
}

.cta-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-content p {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.explore-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: 2px solid white;
  background: transparent;
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.explore-btn:hover {
  background: white;
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Newsletter Section */
.newsletter {
  background: white;
  padding: 5rem 0;
}

.newsletter-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.email-icon {
  width: 70px;
  height: 70px;
  background: #2d5016;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2rem;
}

.newsletter h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.email-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.email-input {
  flex: 1;
  padding: 1.2rem 1.5rem;
  border: none;
  outline: none;
  font-size: 1rem;
  background: #fafafa;
}

.email-input::placeholder {
  color: #999;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.subscribe-btn {
  background: #2d5016;
  color: white;
  border: none;
  padding: 1.2rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-btn:hover {
  background: #1a3009;
  transform: translateX(-2px);
}

/* Footer Section */
.footer {
  background: #f8f9fa;
  padding: 4rem 0 1rem;
}

.footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0rem;
  margin-bottom: 3rem;
}
.footer-main a {
  color: #000 !important;
}
.company-info h3 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d5016;
  margin-bottom: 1.5rem;
}

.company-logo {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #4a7c59, #2d5016);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.company-description {
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.contact-info p {
  color: #666;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.footer-section h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 20px;
}

.footer-links {
  list-style: none;
  text-align: start;
}

.footer-links li {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: #2d5016;
  text-decoration: underline;
}

.footer-bottom {
  border-top: 2px solid #e0e0e0;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.copyright {
  color: #888;
  font-size: 0.9rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: #2d5016;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.3rem;
}

.social-icon:hover {
  background: #1a3009;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .cta-content h1 {
    font-size: 2.5rem;
  }

  .cta-content p {
    font-size: 1.1rem;
  }

  .email-form {
    flex-direction: column;
    border-radius: 8px;
  }

  .email-input {
    border-bottom: 2px solid #e0e0e0;
  }

  .subscribe-btn {
    transform: none;
  }

  .subscribe-btn:hover {
    transform: translateY(-2px);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
  .explore-btn {
    font-size: 0.75rem;
  }
.about-heading {
    font-size: 1.5rem;
}
.footer-section p{
    text-align:justify;
}
  .footer-bottom {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .cta-banner {
    height: 50vh;
  }

  .cta-content {
    padding: 0 1rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .newsletter {
    padding: 3rem 0;
  }

  .newsletter-container {
    padding: 0 1rem;
  }

  .newsletter h2 {
    font-size: 1.5rem;
  }

  .footer-main {
    padding: 0 1rem;
  }

  .footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.about-title {
  font-size: 1.25rem;
  color: #9f8f61;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0.5rem;
}



.about-text {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}

.about-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #9f8f61;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.about-btn:hover {
  background-color: #7c714c;
}
.products-title {
  font-size: 1.25rem;
  color: #9f8f61;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.products-heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.products-text {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}

.products-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #4a8f67;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.products-btn:hover {
  background-color: #357351;
}
.services-title {
  font-size: 1.25rem;
  color: #9f8f61;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.services-heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.services-text {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}

.services-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #d68b3c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.services-btn:hover {
  background-color: #a16528;
}
.contact-title {
  font-size: 1.25rem;
  color: #9f8f61;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.contact-heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.contact-text {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.contact-form button {
  background-color: #9f8f61;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #7c714c;
}

.inner_banner{
    padding-top:120px;
    background:#eee;
}
