div:where(.swal2-container) {
  z-index: 1099999960 !important;
}

.cms-page-view p,
.cms-no-route p,
.cms-page-view ul li {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.cms-page-view img {
  max-width: 100%;
  height: auto;
}

.cms-page-view img {
  max-width: 100%;
}

.cms-page-view p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.cms-page-view h1 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

.cms-page-view h2 {
  font-size: 22px;
  font-weight: bold;
}

.cms-page-view h3 {
  font-size: 19px;
  font-weight: bold;
}

.cms-page-view h2 {
  color: #000;
}

.cms-page-view li {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  list-style-type: disc !important;
}

.cms-page-view a:not(.btn) {
  color: #7bb203;
}

.footer-1 {
  background: #d7e1d6;
  width: 100%;
  padding-top: 50px;
}

.footer-1 ul {
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-1 ul li {
  list-style: none;
  padding: 0 15px;
}

.cen-block {
  display: block;
  text-align: center;
  color: #586067;
}

.pro-sec-box {
  border: #ffd009 solid 2px;
  border-top: none;
  width: 100%;
  float: left;
  padding: 20px 0;
  text-align: center;
  box-sizing: border-box;
}

.pro-sec-box .head {
  color: #4d833f;
}

.head a {
  color: #4d833f;
}

.pro-sec-box .head::after {
  background: #4d833f;
}

.pt-80 {
  padding-top: 80px;
}

.cen-block {
  display: block;
  text-align: center;
  color: #586067;
}

.sc_title_iconed {
  position: relative;
  overflow: visible;
  z-index: 1;
  margin-bottom: 55px;
  margin-top: 15px;
}

.sc_title_iconed b {
  font-weight: 400;
}

.sc_title_icon_top {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
}

.ft-36 b {
  font-size: 36px;
  font-weight: bold;
}

.detailbodycontent {
  padding-bottom: 60px;
}

.detailbodycontent ul {
  list-style-type: none;
  padding-left: 30px;
  padding-top: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  animation: fadeUp 1s ease;
}

.hero p {
  max-width: 850px;
  margin: 15px auto;
  font-size: 1.1rem;
  animation: fadeUp 1.5s ease;
}

.brand-ribbon {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 15px;
  animation: fadeUp 2s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Titles */
.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  color: #4cae05;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #4cae05;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Timeline Steps */
.process-step {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-6px);
}

.process-step i {
  font-size: 2rem;
  color: #4cae05;
  margin-bottom: 12px;
}

/* Image Grid */
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.image-grid img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.image-grid img:hover {
  transform: scale(1.05);
}

/* Product Cards (Glassmorphism) */
.product-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
}

.product-card:hover {
  transform: translateY(-8px);
}

.product-card i {
  font-size: 2rem;
  color: #4cae05;
  margin-bottom: 10px;
}

.product-card h6 {
  font-weight: 600;
}

/* CTA */
.cta {
  background: linear-gradient(135deg, #4cae05, #7bb203);
  border-radius: 20px;
  padding: 70px 20px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.cta h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 2rem;
}

.cta a {
  /* background: #fff; */
  color: #444;
  /* padding: 14px 32px; */
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 15px;
}

.cta a:hover {
  background: #f1f1f1;
  color: #2c6603;
}

:root {
  --accent: #4b8c3b;

  --secondary: #f2a83b;

  --muted: #555;
  --bg: #fafafa;
  --section-light: #f5f9f4;
  --section-alt: #fffdf7;
  --shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  --radius: 20px;
  font-family: "Poppins", Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #2b2b2b;
  font-weight: 600;
}

img {
  max-width: 100%;

  /* border-radius: var(--radius) */
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 28px;
  color: var(--accent);
  position: relative;
}

section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--secondary);
  margin: 14px auto 0;
  border-radius: 4px;
}

.hero-content {
  position: relative;
  text-align: center;
  max-width: 900px;
  padding: 50px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
}

.hero-content h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--accent);
}

.hero-content p {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--muted);
}

.btn {
  padding: 16px 40px;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.28s ease;
  box-shadow: var(--shadow);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  font-size: 18px;
}

.btn-primary:hover {
  background: #356728;
}

.expertise-section {
  background: linear-gradient(to bottom, #f9faf5, #e8f5e1);
  padding: 100px 20px;
}

.expertise-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 60px;
  align-items: center;
}

.expertise-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.expertise-title {
  font-size: 34px;
  color: #4d7c2b;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
  }
}

.expertise-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #82b864;
  display: block;
  margin-top: 8px;
  border-radius: 3px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.expertise-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.expertise-card h4 {
  font-size: 18px;
  color: #4d7c2b;
  margin-bottom: 12px;
}

.expertise-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expertise-card ul li {
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 6px;
  position: relative;
}

.expertise-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #82b864;
}

.expertise-card p {
  font-size: 15px;
  color: #666;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #4d7c2b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 1000px) {
  .expertise-layout {
    grid-template-columns: 1fr;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }
}

/* What is Private Labeling */
.private-labeling {
  background: var(--section-alt);
}

.private-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--secondary);
}

.step-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  position: relative;
  padding-left: 20px;
}

.step-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.step-text {
  background: #fff;
  padding: 18px 22px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  flex: 1;
}

.step-text strong {
  color: var(--accent);
  display: block;
  margin-bottom: 6px;
}

.infographic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #fff;
  padding: 40px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.info-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.brand {
  background: var(--accent);
}

.expertise {
  background: var(--secondary);
}

.success {
  background: #2b2b2b;
}

.info-symbol {
  font-size: 32px;
  font-weight: 700;
  color: var(--accent);
}

/* Why Choose */
/* Why Choose Section */
.why {
  background: var(--section-light);
  padding: 80px 0px;
  text-align: center;
}

/* Image Icon Styling */
.achievement-card .achievement-icon {
  width: 90px;
  /* Adjust size as needed */
  height: 90px;
  border-radius: 50%;
  /* Makes circular appearance */
  object-fit: cover;
  /* Ensures proper image scaling */
  background: #ffffff;
  /* White circle behind image */
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-card:hover .achievement-icon {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.why-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 40px;
}

/* Grid Layout */
.grid6 {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 32px;
}

/* Card Styling */
.card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}


.icon {
  font-size: 40px;
  margin-bottom: 18px;
  background: var(--accent);
  color: #fff;
  width: 86px;
  height: 83px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* .icon img:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
} */
/* Heading */
.card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 14px;
}

/* Paragraph */
.card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  font-weight: 500;
}

.product-range {
  margin-top: 60px;
  text-align: center;
}

.product-range h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--accent);
}

.product-range {
  margin-top: 60px;
  text-align: center;
}

.product-range h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--accent);
}

/* Tab Buttons - One Line */
.tab-buttons {
  display: flex;
  flex-wrap: nowrap;
  /* Force one line */
  gap: 12px;
  justify-content: center;
  /* overflow-x: auto; */
  /* scroll if needed */
  margin-bottom: 30px;
}

.tab-buttons::-webkit-scrollbar {
  height: 6px;
}

.tab-buttons::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 4px;
}

.tab-btn {
  padding: 12px 20px;
  border-radius: 30px;
  border: 2px solid var(--accent);
  background: #fff;
  color: var(--accent);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tab-btn.active,
.tab-btn:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Tab Panels */
.tab-panel {
  display: none;
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  animation: fadeIn 0.4s ease-in-out;
}

.tab-panel.active {
  display: block;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .tab-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.packaging {
  margin-top: 60px;
}

.packaging h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--accent);
}

.pack-section {
  margin-bottom: 50px;
}

.pack-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #4d7c2b;
  text-align: left;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px;
}

.pack-item {
  background: #fff;
  padding: 24px 18px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pack-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.pack-item .material-icons {
  font-size: 40px;
  color: var(--accent);
  margin-bottom: 12px;
}

.pack-item strong {
  display: block;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.pack-item p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .pack-section h3 {
    text-align: center;
  }
}

.learn-more-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background: var(--accent);
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.learn-more-btn:hover {
  background: #3a6d2d;
}

.how-it-works {
  margin-top: 60px;
  text-align: center;
  background: var(--bg-light);
  /* padding: 60px 20px; */
  border-radius: 12px;
}

.how-it-works h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 50px;
}

.timelines-icon i {
  font-size: 28px;
}

/* timelines layout */
.timelines {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}

/* Connecting line */
.timelines::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 4px;
  background: var(--accent);
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 2px;
}

/* Step Card */
.timelines-step {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  width: 220px;
  height: 220px;
  /* ensures equal height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timelines-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Icon Circle */
.timelines-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fbfaf4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Step Text */
.timelines-step h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}

.timelines-step p {
  font-size: 0.9rem;
  color: var(--text-dark);
  line-height: 1.4;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .timelines {
    flex-direction: column;
  }

  .timelines::before {
    top: auto;
    left: 50%;
    width: 4px;
    height: 90%;
    transform: translateX(-50%);
  }

  .timelines-step {
    width: 80%;
    height: auto;
  }
}

/* CTA Section */
.cta {
  background: linear-gradient(135deg, #4d7c2b, #82b864);
  color: #fff;
  padding: 80px 30px;
  text-align: center;
  border-radius: 20px;
  margin: 80px 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.cta:hover {
  transform: translateY(-6px);
}

.cta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.cta p {
  font-size: 18px;
  margin-bottom: 28px;
}

.cta p a {
  /* color: #fff; */
  /* text-decoration: underline; */
  font-weight: 600;
}

.cta-btn {
  display: inline-block;
  padding: 16px 38px;
  background: #f5a623;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover {
  background: #d18d1f;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .cta h2 {
    font-size: 28px;
  }

  .cta p {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 16px;
    padding: 14px 28px;
  }
}

@media (max-width: 900px) {

  .about-content,
  .private-grid {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .process {
    flex-direction: column;
  }

  .process-step::after {
    display: none;
  }
}

.certifications {
  background: linear-gradient(135deg, #e8f5e9, #f9fff9);
  padding: 70px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Decorative faint green circles */
.certifications::before,
.certifications::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(76, 175, 80, 0.15);
  z-index: 0;
}

.certifications::before {
  width: 250px;
  height: 250px;
  top: -100px;
  left: -100px;
}

.certifications::after {
  width: 300px;
  height: 300px;
  bottom: -150px;
  right: -150px;
}

.cert-inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.cert-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #7bb203;
}

.cert-header h2 span {
  color: #43a047;
}

.cert-header .underline {
  width: 100px;
  height: 4px;
  background: #66bb6a;
  margin: 15px auto 25px;
  border-radius: 3px;
}

.cert-header p {
  font-size: 17px;
  color: #444;
  margin-bottom: 50px;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.cert-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cert-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.cert-box img {
  max-width: 100px;
  margin-bottom: 15px;
}

.cert-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #7bb203;
  margin-bottom: 10px;
}

.cert-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.about {
  background: var(--section-alt);
  padding: 80px 20px;
  text-align: center;
  color: #1f130b;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1f130b;
  margin-bottom: 8px;
}

.section-line {
  width: 60px;
  height: 3px;
  background: var(--accent);
  margin: 0 auto 35px;
  border-radius: 3px;
}

.about p {
  max-width: 1200px;

  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

.about-main-img {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}

.about-main-img img {
  width: 100%;
  max-width: 1020px;
  /* border-radius: var(--radius);
      box-shadow: var(--shadow); */
}

/* Info Cards Grid */
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 50px;
  margin-top: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about-card {
  background: #fff;
  /* border-radius: var(--radius); */
  padding: 25px 30px;
  box-shadow: var(--shadow);
  text-align: left;
  transition: all 0.3s ease;
}

.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.about-card i {
  color: var(--accent);
  font-size: 22px;
  margin-bottom: 10px;
}

.about-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #4b8c3b;
  margin-bottom: 8px;
}

.global {
  margin-right: 10px;
}

.about-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .about-main-img img {
    max-width: 100%;
  }

  .about {
    padding: 60px 15px;
  }
}

.hero {
  position: relative;
  width: 100%;
  max-height: 440px;
  /* Keeps same visible height as before */
  overflow: hidden;
  /* Hide any accidental overflow */
  border-bottom: 6px solid var(--secondary);
}

.hero img {
  width: 100%;
  /* Full width across screen */
  height: auto;
  /* Keeps correct aspect ratio */
  display: block;
  /* Removes unwanted gaps */
  object-fit: contain;
  /* Shows full image, no cropping */
}

.private-labeling {
  /* padding: 80px 20px; */
  text-align: center;
  background: #fff;
  color: #222;
  font-family: "Poppins", sans-serif;
}

.private-labeling p {
  max-width: 1200px;
  /* narrower for balance */

  /* more bottom space to separate from images */
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  text-align: left;
  /* ensures text is centered like heading */
}

.private-labeling .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.private-labeling .subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

/* 
    .private-labeling p {
      max-width: 1000px;
      margin: 0 auto 15px;
      font-size: 16px;
      line-height: 1.7;
      color: #555;
    } */

.sub-heading {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 20px;
  color: #333;
}

.product-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin-bottom: 40px;
}

.product-icons .item {
  text-align: center;
  width: 130px;
}

.product-icons img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;

  border: 3px solid #eee;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.product-icons img:hover {
  transform: scale(1.08);
}

.product-icons span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.bottom-img {
  margin-top: 50px;
}

.bottom-img img {
  max-width: 100%;
  border: 3px solid #0d6efd;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.middle-image {
  text-align: center;
  margin: 30px 0;
}

.middle-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* ====================== */
/* Advanced Extraction */
/* ====================== */
.advanced-extraction {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
}

.advanced-extraction h2 {
  font-size: 26px;
  color: #333;
  margin-bottom: 50px;
  font-weight: 700;
}

.extraction-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.extraction-card {
  width: 150px;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #e0e0e0;
}

.extraction-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.extraction-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.extraction-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* ====================== */
/* What is Private Labeling */
/* ====================== */
.private-labelings {
  background: #fbfaf4;
  padding: 70px 30px;
  border-radius: 16px;
  max-width: 1200px;
  margin: 0 auto 100px;
}

.private-labelings h2 {
  text-align: center;
  color: #4b8c3b;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}

.private-labelings p {
  max-width: 1200px;

  color: #444;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  text-align: center;
}

.private-labelings ul {
  list-style: none;
  max-width: 1200px;

  color: #444;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  text-align: left;
}

.private-labelings li {
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
}

.private-labelings li::before {
  content: "●";
  color: #4b8c3b;
  margin-right: 10px;
  font-size: 16px;
}

/* ====================== */
/* How It Works Section */
/* ====================== */
/* ====================== */
/* How It Works Section */
/* ====================== */
.how-it-works {
  display: grid;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  text-align: center;
}

.timelines {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /* ensures equal height */
  gap: 30px;
  flex-wrap: wrap;
  /* keeps responsive */
}

.timelines-step {
  flex: 1 1 250px;
  /* all cards take equal width */
  max-width: 260px;
  min-width: 220px;
  max-width: 1200px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* keeps content balanced */
  height: 250px;
  /* ✅ fixed card height */
}

.timelines-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.timelines-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background: linear-gradient(135deg, #4b8c3b, #8fcf5a); */
  border: 3px dashed #4b8c3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin: 0 auto 15px;
}

.timelines-step p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .timelines {
    flex-direction: column;
    align-items: center;
  }

  .timelines-step {
    max-width: 90%;
    height: auto;
    /* let it resize on mobile */
  }
}

.steps-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
}

.step-box {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.step-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.step-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4b8c3b, #8fcf5a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin: 0 auto 15px;
}

.arrow {
  font-size: 34px;
  color: #4b8c3b;
  flex-shrink: 0;
}

.infographic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.info-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4b8c3b, #8fcf5a);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}

.info-circle span {
  font-size: 30px;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .how-it-works {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .steps-flow {
    flex-direction: column;
  }

  .arrow {
    transform: rotate(90deg);
  }
}

.packaging {
  max-width: 1250px;
  margin: 0 auto;
  padding: 70px 20px;
}

.packaging h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #3f7a2a;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.pack-section {
  margin-bottom: 60px;
}

.pack-section h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4b8c3b;
  margin-bottom: 25px;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
}

.pack-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.pack-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.pack-item img {
  width: 91%;
  height: 227px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 18px;
  background: #ffffff;
}

.pack-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.pack-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.pack-item.green {
  background: #fbfaf4;
  color: #fff;
}

.pack-item.green h4,
.pack-item.green p {
  color: #444;
}

@media (max-width: 768px) {
  .packaging h2 {
    font-size: 22px;
  }

  .pack-section h3 {
    text-align: center;
  }
}

.pack-sections {
  padding: 40px 0;
}

/* Gifts & Wellness Sets Section */
.pack-sections h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4d7c2b;
  margin-bottom: 25px;
  text-align: left;
}

/* Grid Layout */
.pack-grids {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  justify-items: center;
}

/* Green Cards */
.pack-items.green {
  background-color: #fbfaf4;
  color: #444;
  border-radius: 20px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 490px;
  text-align: center;
}

.pack-items.green:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.pack-items.green .img-box {
  /* background: #f9f9f9;
      border-radius: 12px;
      padding: 12px; */
  margin-bottom: 15px;
}

.pack-items.green img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Text Styles */
.pack-items.green h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #444;
}

.pack-items.green p {
  font-size: 0.95rem;
  color: #444;
  padding: 0px 40px;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .pack-items.green {
    max-width: 100%;
    padding: 22px 16px;
  }

  .pack-sections h3 {
    text-align: center;
  }
}

/* === Premium Rose & Herbal Theme === */
:root {
  --rose-pink: #e48aac;
  /* soft rose tone */
  --deep-rose: #ffc107;
  /* elegant accent */
  --herbal-green: #4b8c3b;
  /* brand green */
  --cream-bg: #fbfaf4;
  /* luxury cream base */
  --text-dark: #444;
  /* readable dark text */
}

.private-label-intro {
  background: var(--cream-bg);
  padding: 80px 50px;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  line-height: 1.8;
}

.intro-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.intro-image img {
  width: 340px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(225, 138, 172, 0.3);
  transition: transform 0.4s ease;
}

.intro-image img:hover {
  transform: scale(1.04);
}

.intro-text {
  flex: 1;
}

.intro-text h2 {
  font-size: 30px;
  color: var(--herbal-green);
  font-weight: 700;
  margin-bottom: 20px;
}

.intro-text p {
  font-size: 16px;
  color: var(--text-dark);
  margin-bottom: 16px;
  text-align: justify;
}

/* Subtle highlight effect */
.intro-text p:first-of-type {
  border-left: 4px solid var(--deep-rose);
  padding-left: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .intro-content {
    flex-direction: column;
    text-align: center;
  }

  .intro-image img {
    width: 80%;
    margin-bottom: 25px;
  }

  .intro-text h2 {
    font-size: 24px;
  }

  .intro-text p {
    font-size: 15px;
  }
}

.packagings {
  max-width: 1200px;
  margin: 0 auto;
}


.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fbfaf4, #fbfaf4);
  background-blend-mode: overlay;
  background-size: cover;
  color: #fff;
  padding: 100px 30px;
  text-align: center;
  border-radius: 28px;
  margin: 100px 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.cta:hover {
  transform: translateY(-6px);
}

.cta h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #4b8c3b;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.cta p {
  font-size: 18px;
  margin-bottom: 28px;
}

.cta p a {
  /* color: #fff;
    text-decoration: underline; */
  font-weight: 600;
}

.cta-btn {
  display: inline-block;
  padding: 16px 42px;
  background: #f5a623;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover {
  background: #d18d1f;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* === Floating Bubble Background === */
.bubble-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.bubble-bg span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: float 10s infinite ease-in-out;
}

.bubble-bg span:nth-child(1) {
  left: 15%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  animation-duration: 14s;
}

.bubble-bg span:nth-child(2) {
  left: 35%;
  width: 40px;
  height: 40px;
  animation-delay: 3s;
  animation-duration: 10s;
}

.bubble-bg span:nth-child(3) {
  left: 55%;
  width: 100px;
  height: 100px;
  animation-delay: 6s;
  animation-duration: 18s;
}

.bubble-bg span:nth-child(4) {
  left: 70%;
  width: 50px;
  height: 50px;
  animation-delay: 4s;
  animation-duration: 12s;
}

.bubble-bg span:nth-child(5) {
  left: 85%;
  width: 90px;
  height: 90px;
  animation-delay: 2s;
  animation-duration: 15s;
}

@keyframes float {
  0% {
    transform: translateY(100vh) scale(0.8);
    opacity: 0;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    transform: translateY(-10vh) scale(1);
    opacity: 0;
  }
}

/* Layer management */
.cta h2,
.cta p,
.cta-btn {
  position: relative;
  z-index: 2;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cta {
    padding: 70px 20px;
  }

  .cta h2 {
    font-size: 28px;
  }

  .cta p {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 16px;
    padding: 14px 30px;
  }
}

.swiper-pagination {
  margin-top: 25px !important;
  /* pushes pagination a bit lower */
}

.swiper-pagination-bullet {
  background: #4b8c3b !important;
  /* green color */
  opacity: 0.7 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* Adjust pagination position */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  /* ensure top doesn't interfere */
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -3px !important;
  /* distance from the bottom of slider */
}

.pack-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pack-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Card zoom on hover */
.pack-item:hover img {
  transform: scale(1.1);
}

/* Full overlay with gradient and blur */
.hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  /* blur background */
  background: linear-gradient(135deg, #e8f5e9, #f9fff9);
  color: #2c3e50;
  /* dark greenish text */
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}

/* Slide-up animation for text */
.hover-content h4,
.hover-content p {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.pack-item:hover .hover-content {
  opacity: 1;
}

.pack-item:hover .hover-content h4,
.pack-item:hover .hover-content p {
  transform: translateY(0);
  opacity: 1;
}

/* Staggered animation for multiple paragraphs */
.hover-content p:nth-child(2) {
  transition-delay: 0.1s;
}

.hover-content p:nth-child(3) {
  transition-delay: 0.2s;
}

.hover-content p:nth-child(4) {
  transition-delay: 0.3s;
}

/* Optional: card lift and shadow */
.pack-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pack-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pack-item img {
  width: 100%;
  height: 227px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Card zoom on hover */
.pack-item:hover img {
  transform: scale(1.05);
}

/* Floating hover content box */
.hover-content {
  position: absolute;
  bottom: 15px;
  /* float at bottom */
  left: 10px;
  right: 10px;
  background: linear-gradient(135deg,
      rgba(232, 245, 233, 0.95),
      rgba(249, 255, 249, 0.95));
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* Show content on hover */
.pack-item:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
}

/* Title styling */
.hover-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #2c3e50;
}

/* Paragraph styling */
.hover-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #34495e;
  margin: 4px 0;
}

/* Card lift */
.pack-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}