.elementor-3487 .elementor-element.elementor-element-a6cbec5{margin-top:-60px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-a7a651a *//* ================= HERO SLIDER ================= */
.hero-slider {
  position: relative;
  height: 85vh;
  overflow: hidden;
  background: #000;
  font-family: 'Poppins', sans-serif;
}

/* SLIDES */
.slides {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fadeSlider 20s infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 5s; }
.slide:nth-child(3) { animation-delay: 10s; }
.slide:nth-child(4) { animation-delay: 15s; }

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DARK OVERLAY */
.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 30%,
    rgba(0,0,0,0.4) 60%,
    rgba(0,0,0,0.2) 100%
  );
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  padding: 80px;
  color: #fff;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 30px;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: #f4b400;
  color: #000;
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  text-decoration: none;
  border-radius: 30px;
}

/* DOTS */
.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 80px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.dot {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  animation: dotFade 20s infinite;
}

.dot:nth-child(1) { animation-delay: 0s; }
.dot:nth-child(2) { animation-delay: 5s; }
.dot:nth-child(3) { animation-delay: 10s; }
.dot:nth-child(4) { animation-delay: 15s; }

@keyframes fadeSlider {
  0% { opacity: 0; }
  10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes dotFade {
  0%, 35%, 100% {
    background: rgba(255,255,255,0.4);
  }
  10%, 25% {
    background: #f4b400;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content {
    padding: 40px 25px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .slider-dots {
    left: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8028abf *//* ============================
   SECTION 2 — SYMBOL VERSION
   ============================ */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap');

.wwd-section {
  padding: 70px 20px;
  background: #F7FAF8;
  font-family: 'Urbanist', sans-serif;
}

.wwd-container {
  max-width: 1100px;
  margin: 0 auto;
}

.wwd-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0F7A3A;
  margin-bottom: 10px;
}

.wwd-desc {
  font-size: 17px;
  color: #2F3C35;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 40px;
}

/* Grid layout */
.wwd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* Cards */
.wwd-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px 20px;
  text-align: left;
  border: 1px solid #E2E8E4;
  box-shadow: 0 10px 26px rgba(0,0,0,0.05);
  transition: all .25s ease;
}

.wwd-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.10);
}

/* Symbol style */
.wwd-symbol {
  font-size: 40px;
  margin-bottom: 14px;
  background: #E8F4EE;
  width: 64px;
  height: 64px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px #D4E7DA;
  color: #0F7A3A;
}

/* Headings */
.wwd-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F7A3A;
  margin-bottom: 10px;
}

/* Paragraph */
.wwd-card p {
  font-size: 15px;
  color: #3F4A45;
  line-height: 1.55;
}

/* Responsive layout */
@media (max-width: 900px) {
  .wwd-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2a9046 *//* ============================
   SECTION 3 — PRODUCT CATEGORIES
   ============================ */

.prod-section {
  padding: 80px 20px;
  background: #FFFFFF;
  font-family: 'Urbanist', sans-serif;
}

.prod-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Title */
.prod-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0F7A3A; /* brand green */
  margin-bottom: 10px;
}

.prod-desc {
  font-size: 17px;
  color: #2F3C35;
  opacity: 0.9;
  max-width: 650px;
  line-height: 1.55;
  margin-bottom: 45px;
}

/* Grid */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Cards */
.prod-card {
  display: block;
  text-decoration: none;
  background: #F8FBF8;
  border-radius: 16px;
  padding: 26px 22px;
  border: 1px solid #E3E9E4;
  transition: .25s ease;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
}

.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.10);
}

/* Symbol icon */
.prod-symbol {
  width: 68px;
  height: 68px;
  background: #E9F4ED;
  border-radius: 18px;
  font-size: 36px;
  color: #0F7A3A;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: inset 0 0 0 1px #D0E6DA;
  margin-bottom: 16px;
}

/* Text */
.prod-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F7A3A;
  margin-bottom: 10px;
}

.prod-card p {
  font-size: 15px;
  color: #3A4640;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 900px) {
  .prod-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27e6b90 *//* ============================
   SECTION 4 — WHY CHOOSE US
   ============================ */

.why-section {
  padding: 80px 20px;
  background: #F8FAF9;
  font-family: 'Urbanist', sans-serif;
}

.why-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header text */
.why-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0F7A3A;
  margin-bottom: 10px;
}

.why-desc {
  font-size: 17px;
  color: #2E3B35;
  opacity: 0.9;
  max-width: 680px;
  line-height: 1.6;
  margin-bottom: 45px;
}

/* Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* Individual Cards */
.why-card {
  background: #FFFFFF;
  padding: 26px 20px;
  border-radius: 16px;
  border: 1px solid #E4E9E5;
  box-shadow: 0 10px 26px rgba(0,0,0,0.05);
  transition: .25s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.10);
}

/* Symbol / Icon */
.why-symbol {
  width: 68px;
  height: 68px;
  background: #E8F4EE;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 34px;
  color: #0F7A3A;
  margin-bottom: 16px;
  box-shadow: inset 0 0 0 1px #D4E7DA;
}

/* Text inside card */
.why-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F7A3A;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 15px;
  color: #394640;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1afa8f2 *//* ============================
   SECTION 5 — ABOUT US
   ============================ */

.about-section {
  padding: 80px 20px;
  background: #FFFFFF;
  font-family: 'Urbanist', sans-serif;
}

.about-container {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* LEFT SIDE */
.about-left h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0F7A3A;
  margin-bottom: 12px;
}

.about-text {
  font-size: 16px;
  color: #2E3B35;
  line-height: 1.65;
  margin-bottom: 18px;
  opacity: 0.9;
}

/* Buttons */
.about-actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
}

.btn {
  padding: 11px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: .22s ease;
}

/* green filled button */
.btn-green {
  background: #0F7A3A;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}
.btn-green:hover {
  background: #0B5C2B;
  transform: translateY(-3px);
}

/* outline button */
.btn-outline {
  border: 1.5px solid #0F7A3A;
  color: #0F7A3A;
}
.btn-outline:hover {
  background: #0F7A3A;
  color: #fff;
  transform: translateY(-3px);
}

/* RIGHT SIDE POINTS */
.about-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-point {
  display: flex;
  gap: 16px;
  background: #F8FBF8;
  border: 1px solid #E3E9E5;
  padding: 16px;
  border-radius: 14px;
  align-items: center;
  transition: .25s ease;
}

.about-point:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
}

/* icon symbol */
.point-symbol {
  width: 60px;
  height: 60px;
  background: #E9F4ED;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 32px;
  color: #0F7A3A;
  box-shadow: inset 0 0 0 1px #CFE5D9;
}

/* title inside point */
.about-point h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0F7A3A;
  margin-bottom: 4px;
}

/* caption inside point */
.about-point p {
  font-size: 14px;
  color: #3E4943;
  opacity: 0.9;
  line-height: 1.5;
}

/* responsive */
@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc0db6a *//* ============================
   SECTION 6 — QUALITY ASSURANCE (CSS only)
   ============================ */

/* Font assumed imported globally (Urbanist) */

/* Section base */
.quality-section {
  padding: 70px 20px;
  background: #FBFDFB;
  font-family: 'Urbanist', sans-serif;
  color: #23302C;
}

.quality-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
.quality-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0F7A3A;
  margin-bottom: 10px;
}

.quality-intro {
  font-size: 16px;
  color: #35443F;
  line-height: 1.6;
  max-width: 780px;
  margin-bottom: 28px;
}

/* Grid layout */
.quality-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}

/* LEFT: checklist */
.qa-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.qa-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #FFFFFF;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #E6EEE8;
  box-shadow: 0 10px 22px rgba(0,0,0,0.04);
}

.qa-symbol {
  width: 56px;
  height: 56px;
  background: #EAF7EE;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 24px;
  color: #0F7A3A;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px #D7EEDD;
}

.qa-list strong {
  display:block;
  font-size: 16px;
  color: #0F7A3A;
  margin-bottom: 6px;
}

.qa-list p {
  margin: 0;
  font-size: 14px;
  color: #394C45;
  line-height: 1.5;
}

/* RIGHT: certifications + CTA */
.quality-right {
  background: #FFFFFF;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #E6EEE8;
  box-shadow: 0 10px 26px rgba(0,0,0,0.05);
}

.quality-right h3 {
  margin-top: 0;
  font-size: 18px;
  color: #0F7A3A;
  margin-bottom: 10px;
}

.cert-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  color: #3A4A43;
  font-size: 14px;
  line-height: 1.6;
}

.quality-cta {
  display:flex;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap:wrap;
}

.qa-note {
  font-size: 13px;
  color: #55665F;
  line-height: 1.5;
  margin-top: 8px;
}

/* Buttons re-used (ensure these match your global btn styles) */
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
}
.btn-primary {
  background:#0F7A3A;
  color:#fff;
  box-shadow: 0 10px 26px rgba(4,20,14,0.12);
}
.btn-secondary {
  background: transparent;
  color: #0F7A3A;
  border: 1.25px solid rgba(15,122,58,0.14);
}

/* Responsive adjustments */
@media (max-width: 960px) {
  .quality-grid {
    grid/* End custom CSS */