/* whats app button*/

.whatsapp-btn, .whatsapp-btn:focus, .whatsapp-btn:hover {
	position: fixed;
	bottom: 90px;
	right: 25px;
	background: #01e675;
	height: 50px;
	width: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	z-index: 999;
}
.call_btn {
	position: fixed;
	bottom: 150px;
	right:25px;
	background: #be9336;
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	z-index: 999;
}
i.fa.fa-phone {
	padding-left: 14px;
}
/* Catalogue Button - Desktop */
.nav-catalogue-item {
    margin-left: 18px;
    display: flex;
    align-items: center;
}

.btn-download-catalogue {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 46px;
    padding: 0 24px !important;
    background: #4e5729;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1 !important;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(47, 93, 58, 0.28);
    transition: all 0.3s ease;
}

.btn-download-catalogue:hover {
    background: #edb763;
    color: #fff !important;
    transform: translateY(-2px);
}

.btn-download-catalogue i {
    font-size: 14px;
}

/* Catalogue Button - Mobile / Tablet Offcanvas */
@media (max-width: 1199px) {
    .mobile-menu .nav-catalogue-item,
    .mean-container .nav-catalogue-item,
    .mean-nav .nav-catalogue-item {
        margin: 12px 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .mobile-menu .nav-catalogue-item a.btn-download-catalogue,
    .mean-container .nav-catalogue-item a.btn-download-catalogue,
    .mean-nav .nav-catalogue-item a.btn-download-catalogue {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin: 8px 10px !important;
        height: 40px !important;
        padding: 0 10px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 4px !important;
        font-size: 10px !important;
        line-height: 1 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .mobile-menu .btn-download-catalogue i,
    .mean-container .btn-download-catalogue i,
    .mean-nav .btn-download-catalogue i {
        display: none !important;
    }
}

/*footer bottom legal links*/

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-legal-links a {
  display: inline;
  margin: 0;
  color: #000;
  font-size:15px;
}
@media (max-width: 767px) {
  .footer-legal-links a {
    font-size: 15px !important;
  }
}
.footer-legal-links a:hover {
  color: var(--theme);
}
.footer-mini a { display: inline; }

/*slider image*/

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

/*Home about css*/

.hero-visual {
  position: relative;
  min-height: 570px;
  border-radius: 34px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.hero-visual img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 26px;
  background: #fff;
}
.hero-badge {
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(31, 77, 54, 0.14);
  border: 1px solid var(--line);
}
.hero-badge.top { top: 8px; left: 48px; }
.hero-badge.right { top: 42%; right: -8px; }
.hero-badge.bottom { bottom: 54px; right: 54px; }
.hero-badge.left { bottom: 155px; left: -8px; }

/* ---------- Button CSS ---------- */

.btn {
  border-radius: 999px;
  padding: 0.8rem 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary-green {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  box-shadow: 0 14px 30px rgba(31, 77, 54, 0.22);
}
.btn-primary-green:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; }
.btn-outline-green {
  color: var(--green);
  border: 1px solid var(--green);
  background: rgba(255, 255, 255, 0.62);
}
.btn-outline-green:hover { color: #fff; background: var(--green); }
.btn-accent {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  box-shadow: 0 14px 30px rgba(200, 155, 60, 0.22);
}
.btn-accent:hover { background: var(--gold); border-color: var(--gold); color: var(--green); }

/* ---------- Shared Section / Typography CSS ---------- */

.section-padding { padding: 96px 0; }
.beige-section { background: rgba(31, 77, 54, 0.04); }
.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 0.8rem;
}
.eyebrow.light { color: var(--gold); }
h1, h2, h3, h4 { color: var(--charcol); letter-spacing: 0; }
h1 { font-size: clamp(40px, 5vw, 80px); line-height: 1.03; font-weight: 850; }
h2 { font-size: clamp(32px, 3.2vw, 50px); line-height: 1.1; font-weight: 820; }
h3 { font-size: 19px; font-weight: 780; }
.lead-soft { font-size: 18px; color: var(--green); }

/* ---------- Circle Product Category Section CSS ---------- */
.circle-category-section {
  padding: 78px 0;
  background: #fff;
}
.circle-category-section .section-title {
  margin-bottom: 2.2rem;
}
.circle-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.circle-category-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  color: var(--green);
  font-weight: 800;
}
.circle-category-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid var(--beige);
  box-shadow: 0 16px 38px rgba(31, 77, 54, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.circle-category-card span {
  font-size: 16px;
}
.circle-category-card:hover img {
  transform: translateY(-6px) scale(1.03);
  border-color: #4f5727;
  box-shadow: 0 22px 50px rgba(31, 77, 54, 0.18);
}

/* ---------- About Section CSS ---------- */
.hero-section {
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 96px 0 90px;
  position: relative;
  overflow: hidden;
  background: rgba(31, 77, 54, 0.04);
}
.organic-bg::before,
.organic-bg::after {
  content: "";
  position: absolute;
  border-radius: 48% 52% 67% 33% / 42% 38% 62% 58%;
  background: rgba(200, 155, 60, 0.12);
  z-index: -1;
}
.organic-bg::before { width: 420px; height: 420px; right: -120px; top: 120px; }
.organic-bg::after { width: 300px; height: 300px; left: -120px; bottom: 90px; background: rgba(31, 77, 54, 0.08); }
.hero-text {
  font-size: 19px;
  max-width: 620px;
  margin: 1.35rem 0 2rem;
}
.hero-section h1 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.14;
}

/* ---------- Home Premium Product Grid CSS ---------- */
.home-products-section {
  position: relative;
  background: #f6f8f7;
}
.premium-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.premium-product-card {
  background: transparent;
  border: 0;
  border-radius: 20px;
  overflow: visible;
  box-shadow: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.premium-product-card:hover {
  transform: translateY(-8px);
  box-shadow: none;
}
.premium-product-image {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--beige);
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(31, 77, 54, 0.08);
}
/*.premium-product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 77, 54, 0.02), rgba(31, 77, 54, 0.48));
  opacity: 1;
  transition: opacity 0.28s ease;
}*/
.premium-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.product-arrow {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  z-index: 2;
  opacity: 0;
  transform: translate(8px, -8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  box-shadow: 0 14px 32px rgba(31, 77, 54, 0.16);
}
.premium-product-card h3 {
  margin: 16px 0 0;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
.premium-product-card h3 a {
  color: var(--green);
  transition: color 0.25s ease;
  text-shadow: none;
}
.premium-product-card:hover .premium-product-image::after,
.premium-product-card:hover .product-arrow {
  opacity: 1;
}
.premium-product-card:hover .product-arrow {
  transform: translate(0, 0);
}
.premium-product-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}
.premium-product-card:hover h3 a {
  color: var(--gold);
}

/* ---------- Catalogue Preview Product Section CSS ---------- */
.catalogue-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.catalogue-preview-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 100%;
  background: #fff;
  border: 1px solid rgba(31, 77, 54, 0.1);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(31, 77, 54, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.catalogue-preview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 155, 60, 0.45);
  box-shadow: 0 28px 70px rgba(31, 77, 54, 0.14);
}
.catalogue-preview-media {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: rgba(31, 77, 54, 0.04);
}
.catalogue-preview-media img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.catalogue-preview-card:hover .catalogue-preview-media img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.03);
}
.catalogue-preview-body {
  padding: 26px;
}
.catalogue-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.catalogue-preview-head span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalogue-preview-head a {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid var(--gold);
}
.catalogue-preview-body h3 {
  font-size: 22px;
  margin-bottom: 16px;
  color: var(--green);
}
.product-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.product-chip-group span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(31, 77, 54, 0.06);
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
}
.catalogue-mini-list {
  display: grid;
  gap: 8px;
}
.catalogue-mini-list p {
  margin: 0;
  color: var(--green);
  font-size: 14px;
  line-height: 1.55;
}
.catalogue-mini-list b {
  color: var(--gold);
}

/* ---------- Fun Facts Section CSS ---------- */
.fun-facts-section {
  padding: 92px 0;
  background: #edbb601a;
  position: relative;
  overflow: hidden;
}
.fun-facts-section + .section-padding {
  background: rgba(31, 77, 54, 0.04);
}
.fun-facts-section + .section-padding + .section-padding {
  background: #fff;
}
.fun-facts-section .section-title h2,
.fun-facts-section .section-title p {
  color: #000;
}
.fun-facts-section .eyebrow {
  color: var(--green);
}
.fun-facts-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.fun-fact-item {
  position: relative;
  min-height: 178px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 30px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(31, 77, 54, 0.1);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.fun-fact-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}
.fun-fact-item::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(200, 155, 60, 0.1);
}
.fun-fact-item:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 155, 60, 0.38);
  box-shadow: 0 28px 60px rgba(31, 77, 54, 0.16);
}
.fun-fact-item i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edbb601a;
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.fun-fact-item span {
  color: var(--gold);
  font-size: 42px;
  line-height: 1;
  font-weight: 850;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.fun-fact-item p {
  margin: 0;
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.hero-visual {
  position: relative;
  min-height: 570px;
  border-radius: 34px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.hero-visual img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 26px;
  background: #fff;
}
.hero-badge {
  position: absolute;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(31, 77, 54, 0.14);
  border: 1px solid var(--line);
}
.hero-badge.top { top: 8px; left: 48px; }
.hero-badge.right { top: 42%; right: -8px; }
.hero-badge.bottom { bottom: 54px; right: 54px; }
.hero-badge.left { bottom: 155px; left: -8px; }


/* ---------- Feature Cards CSS ---------- */
.feature-card,
.content-card,
.sku-card,
.option-card,
.side-info,
.contact-details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem;
  box-shadow: 0 12px 34px rgba(31, 77, 54, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.feature-card {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate;
  border: 1px solid rgba(31, 77, 54, 0.1);
  background: #fff;
  box-shadow: 0 16px 40px rgba(31, 77, 54, 0.07);
  overflow: hidden;
  padding: 2.2rem 1.5rem;
}
.feature-card::before {
  content: none;
}
.feature-card::after {
  content: none;
}
.feature-card:hover,
.category-card:hover,
.sku-card:hover,
.option-card:hover,
.market-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(200, 155, 60, 0.34);
}
.feature-card:hover {
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 24px 58px rgba(31, 77, 54, 0.2);
}
.feature-card:hover h3,
.feature-card:hover p,
.feature-card:hover i {
  color: #fff;
}
.feature-card:hover i {
  background: var(--gold);
  border-color: var(--gold);
}
.feature-card i {
  width: 82px;
  height: 82px;
  display: inline-grid;
  place-items: center;
  border-radius: 24px;
  color: var(--green);
  background: rgba(200, 155, 60, 0.16);
  border: 0;
  font-size: 38px;
  margin: 0 auto 1.15rem;
  box-shadow: none;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.feature-card:hover i {
  transform: translateY(-3px);
}
.feature-card h3 {
  margin-bottom: 0;
  text-align: center;
}


/* ---------- Tick / Pill / SKU List CSS ---------- */
.tick-card {
  background: #fff;
  color: var(--green);
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 1rem 1rem 1rem 3rem;
  font-weight: 750;
  position: relative;
}
.tick-card::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 1rem;
  color: var(--gold);
}

/* ---------- Why Choose Us Section CSS ---------- */
.why-choose-section {
  background: #fff;
}
.why-choose-section .section-title {
  margin-left: auto;
  margin-right: auto;
}
.why-choose-layout {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 430px) 1fr;
  gap: 28px;
  align-items: center;
}
.why-label-stack {
  display: grid;
  gap: 18px;
}
.why-label-stack .tick-card {
  min-height: 72px;
  display: flex;
  align-items: center;
  border-left: 4px solid var(--green);
  border-right: 4px solid var(--green);
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  border-radius: 10px;
  box-shadow: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.why-label-stack .tick-card::before {
  color: var(--green);
}
.why-label-stack .tick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(31, 77, 54, 0.16);
}
.why-image-panel {
  position: relative;
  width: min(100%, 340px);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  overflow: hidden;
}
.why-image-panel::before {
  content: none;
}
.why-image-panel::after {
  content: none;
}
.why-image-panel img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}
.pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pill-cloud span {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 700;
  color: var(--green);
}
.product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}
.sku-card h3 { color: var(--green); }

/* ---------- Markets / Icon Grid CSS ---------- */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
.market-card {
  min-height: 140px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.7rem;
  background: #fff;
  color: var(--green);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  font-weight: 800;
  transition: 0.25s ease;
}
.market-card i{ color: var(--green); font-size: 29px; }

/* ---------- Markets Section Parallax Image CSS ---------- */
.markets-section {
  position: relative;
  overflow: hidden;
  background: var(--green);
}
.markets-section .container {
  position: relative;
  z-index: 2;
}
.markets-bg-img {
  position: absolute;
  inset: -12% 0 auto 0;
  width: 100%;
  height: 124%;
  object-fit: cover;
  opacity: 0.34;
  transform: translateY(calc(var(--market-parallax, 0) * 1px));
  will-change: transform;
  pointer-events: none;
}
.markets-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.markets-section .section-title h2,
.markets-section .section-title p {
  color: #fff;
}
.markets-section .market-card {
  background: rgba(255, 255, 255, 0.92);
}


/* ---------- FAQ Section CSS ---------- */




/* ---------- CTA Strip CSS ---------- */
.cta-strip {
  position: relative;
  padding: 90px 0;
  color: #fff;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.cta-strip-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(31, 77, 54, 0.05) 0%,
    rgba(31, 77, 54, 0.18) 42%,
    rgba(31, 77, 54, 0.88) 100%
  );
  z-index: 1;
}

.cta-strip .container {
  position: relative;
  z-index: 2;
}

.cta-strip h2,
.cta-strip p {
  color: #fff;
}

.cta-strip p {
  opacity: 0.86;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .cta-strip {
    padding: 70px 0;
    min-height: 380px;
  }

  .cta-strip-img {
    object-position: left center;
  }

  .cta-strip::before {
    background: rgba(31, 77, 54, 0.78);
  }
}


/*testimonial*/
.quote-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--gold);
  background: rgba(200, 155, 60, 0.12);
  border-radius: 50%;
  font-size: 28px;
}
.testimonial-box-items::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 4px solid var(--gold);
  opacity: 0;
  transition: 0.28s ease;
  pointer-events: none;
}
.testimonial-box-items:hover {
  transform: translateY(-8px);
  border-color: rgba(31, 77, 54, 0.24);
}
.testimonial-box-items:hover::before {
  opacity: 1;
}
/* ---------- About Mission / Vision / Values CSS ---------- */
.mission-values-section {
  position: relative;
  overflow: hidden;
  background: var(--green);
}
.mission-values-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  top: -210px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.mission-values-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -180px;
  bottom: -210px;
  border: 1px solid rgba(200, 155, 60, 0.2);
  border-radius: 50%;
}
.mission-manifesto {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: start;
}
.mission-copy {
  position: sticky;
  top: 120px;
}
.mission-copy h2 {
  color: #fff;
  font-size: 46px;
  line-height: 1.12;
  margin-bottom: 22px;
}
.mission-copy p {
  color: #fff;
  opacity: 0.76;
  font-size: 18px;
  line-height: 1.8;
  max-width: 420px;
}
.mission-timeline {
  position: relative;
  display: grid;
  gap: 0;
}
.mission-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 38px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}
.mission-row {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 26px;
  padding: 0 0 46px;
}
.mission-row:last-child {
  padding-bottom: 0;
}
.mission-number {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--gold);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}
.mission-row span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mission-row h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.mission-row p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
}

/* ---------- Process CSS ---------- */
.process-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: step;
}
.process-line div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem;
  font-weight: 800;
  position: relative;
}
.process-line div::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  color: var(--gold);
  margin-bottom: 0.4rem;
}


/* ---------- Responsive CSS ---------- */
@media (max-width: 1199px) {
  .option-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .icon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-line { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .circle-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fun-facts-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
  .premium-navbar .navbar-nav {
    gap: clamp(8px, 1.05vw, 16px);
    width: 100%;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .premium-navbar .navbar-nav {
    gap: 8px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .premium-navbar .btn-accent.btn-sm {
    padding: 0.72rem 0.95rem;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    font-size: 18px;
    gap: 8px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
  }
  .navbar-nav .nav-link {
    font-size: 12px;
  }
  .premium-navbar .btn-accent.btn-sm {
    font-size: 12px;
    padding: 0.66rem 0.8rem;
  }
}
@media (max-width: 991px) {
  .premium-navbar .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .premium-navbar:has(.navbar-collapse.show) {
    min-height: 100vh;
    align-items: flex-start;
    background: var(--off-white);
  }
  .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0 0 2rem;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
  }
  .premium-navbar .premium-dropdown {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 0.85rem;
    margin: 0.25rem 0 0.35rem;
  }
  .premium-navbar .dropdown-item {
    background: transparent;
    border-radius: 0;
    padding: 0.45rem 0;
    font-size: 14px;
  }
  .premium-navbar .dropdown-item:hover {
    background: transparent;
  }
  .premium-navbar .btn-accent.btn-sm {
    min-width: auto;
    margin-top: 12px;
    padding: 0.62rem 1rem;
    font-size: 13px;
  }
  .home-slider-section { padding-top: 0; }
  .home-slider-section .carousel-item,
  .home-slider-section .carousel-item img { height: 560px; min-height: 560px; }
  .hero-section { padding-top: 80px; }
  .hero-visual { min-height: auto; }
  .hero-visual img { height: 420px; }
  .hero-badge { position: static; display: inline-block; margin: 0.35rem; }
  .product-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .premium-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-preview-grid { grid-template-columns: 1fr; }
  .why-choose-layout {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }
  .why-label-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-image-panel {
    order: -1;
  }
  .mission-manifesto {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .mission-copy {
    position: static;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-slider {
    padding-left: 58px;
    padding-right: 58px;
  }
  .faq-image-panel {
    max-width: 460px;
    margin: 0 auto;
  }
  .fun-facts-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .home-slider-section .carousel-item,
  .home-slider-section .carousel-item img { height: 560px; min-height: 560px; }
  .home-slider-section .carousel-item {
    height: 560px;
    min-height: 560px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .premium-slider-caption {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: none;
    width: min(92%, 560px);
  }
  .premium-slider-caption p { font-size: 16px; }
  .desktop-break { display: inline; }
  .home-slider-section .carousel-control-prev,
  .home-slider-section .carousel-control-next { display: none; }
  .section-padding { padding: 68px 0; }
  .circle-category-section { padding: 54px 0; }
  .circle-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
  .circle-category-card img {
    width: 118px;
    height: 118px;
    border-width: 6px;
  }
  .circle-category-card span { font-size: 14px; }
  .page-banner { padding: 140px 0 70px; }
  .hero-section h1 {
    font-size: 30px;
    max-width: 100%;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-section .col-lg-6:first-child {
    width: 100%;
  }
  .hero-visual img { height: 320px; }
  .hero-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .hero-visual img {
    grid-column: 1 / -1;
  }
  .hero-badge {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0.66rem 0.45rem;
    white-space: normal;
    font-size: 12px;
    line-height: 1.2;
    min-height: 42px;
    display: grid;
    place-items: center;
  }
  .product-list-grid,
  .option-grid,
  .icon-grid,
  .process-line,
  .premium-product-grid,
  .fun-facts-wrap,
  .business-cards { grid-template-columns: 1fr; }
  .feature-card {
    min-height: 150px;
    padding: 1.35rem 0.8rem;
  }
  .feature-card i {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 28px;
    margin-bottom: 0.85rem;
  }
  .feature-card h3 {
    font-size: 14px;
    line-height: 1.28;
  }
  .feature-card p {
    display: none;
  }
  .feature-card:nth-child(n) {
    grid-column: auto;
  }
  .section-padding .row:has(.feature-card) > [class*="col-"] {
    width: 50%;
  }
  .catalogue-preview-card {
    grid-template-columns: 1fr;
  }
  .catalogue-preview-media img {
    min-height: 240px;
  }
  .catalogue-preview-body {
    padding: 22px;
  }
  .why-label-stack {
    grid-template-columns: 1fr;
  }
  .mission-copy h2 {
    font-size: 34px;
  }
  .mission-row {
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding-bottom: 36px;
  }
  .mission-number {
    width: 58px;
    height: 58px;
    font-size: 14px;
  }
  .mission-timeline::before {
    left: 29px;
  }
  .mission-row h3 {
    font-size: 22px;
  }
  .testimonial-slider {
    padding: 0 0 78px;
  }
  .testimonial-card {
    min-height: auto;
    padding: 26px;
  }
  .testimonial-card p {
    font-size: 15px;
  }
  .testimonial-control {
    top: auto;
    bottom: 0;
    transform: none;
  }
  .testimonial-control.carousel-control-prev {
    left: calc(50% - 58px);
  }
  .testimonial-control.carousel-control-next {
    right: calc(50% - 58px);
  }
  .testimonial-indicators {
    bottom: 56px;
  }
  .why-image-panel {
    max-width: 300px;
    padding: 0;
    border-radius: 22px;
  }
  .why-image-panel img {
    border-radius: 22px;
  }
  .fun-facts-section { padding: 54px 0; }
  .fun-fact-item { min-height: 126px; }
  .fun-fact-item span { font-size: 38px; }
  .fun-fact-item p { font-size: 16px; }
  .premium-form { padding: 1.25rem; }
}

/* ---------- Form CSS ---------- */
.premium-form {
  border: 1px solid var(--line);
  padding: 2rem;
}
.premium-form label {
  font-weight: 760;
  color: var(--green);
  margin-bottom: 0.4rem;
}
.form-control,
.form-select {
  min-height: 52px;
  border-radius: 14px;
  border-color: rgba(31, 77, 54, 0.16);
  background-color: #fff;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.22rem rgba(200, 155, 60, 0.18);
}
.side-stack { display: grid; gap: 1rem; }
.side-info b { display: block; color: var(--green); font-size: 20px; }
.side-info span { color: var(--soft-grey); }
.contact-details p {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}
.contact-details i { color: var(--gold); }
.business-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.business-cards div {
  background: var(--beige);
  color: var(--green);
  border-radius: 14px;
  padding: 1rem;
  font-weight: 800;
}

/*vision mission*/
/* Core Foundation Section */
.neevra-foundation-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8f5ee 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.foundation-header {
    max-width: 850px;
    margin: 0 auto 55px;
}

.foundation-subtitle {
    display: inline-block;
    color: #6f8f3d;
    background: rgba(111, 143, 61, 0.12);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.foundation-header h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #1f2d1f;
    margin-bottom: 18px;
}

.foundation-header p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.foundation-card {
    height: 100%;
    background: #ffffff;
    padding: 38px 32px;
    border-radius: 24px;
    border: 1px solid rgba(111, 143, 61, 0.14);
    box-shadow: 0 18px 45px rgba(31, 45, 31, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.foundation-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(111, 143, 61, 0.08);
    border-radius: 50%;
    top: -45px;
    right: -45px;
}

.foundation-card:hover,
.foundation-card.active {
    transform: translateY(-10px);
    border-color: var(--green);;
    box-shadow: 0 25px 60px rgba(31, 45, 31, 0.14);
}

.foundation-icon {
    width: 62px;
    height: 62px;
    background: var(--green);
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 26px;
}

.foundation-card h3 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
	color:#000;
    margin-bottom: 18px;
}

.foundation-card p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 26px;
}

.foundation-card span {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--green);
}

/* Responsive */
@media (max-width: 991px) {
    .neevra-foundation-section {
        padding: 75px 0;
    }

    .foundation-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .neevra-foundation-section {
        padding: 60px 0;
    }

    .foundation-header {
        margin-bottom: 35px;
    }

    .foundation-header h2 {
        font-size: 28px;
    }

    .foundation-header p {
        font-size: 15.5px;
    }

    .foundation-card {
        padding: 30px 24px;
        border-radius: 20px;
    }

    .foundation-card h3 {
        font-size: 20px;
    }
}

/* Neevra Process Section */
.neevra-process-section .row {
    row-gap: 40px;
}

.neevra-process-section .process-card {
    background: #fff;
    padding: 42px 28px 34px;
    min-height: 360px;
    height: 100%;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 15px 45px rgba(25, 45, 25, 0.06);
    border: 1px solid rgba(111, 143, 61, 0.10);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.neevra-process-section .process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 60px rgba(25, 45, 25, 0.12);
}

.neevra-process-section .process-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #edf4dd, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-size: 40px;
    border: 1px solid rgba(111, 143, 61, 0.18);
    animation: neevraFloat 3s ease-in-out infinite;
}

.neevra-process-section .process-card:hover .process-icon {
    animation: neevraPulse 1.2s ease-in-out infinite;
}

.neevra-process-section .process-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 14px;
}

.neevra-process-section .process-card h3 a {
    color: #07102f;
    text-decoration: none;
}

.neevra-process-section .process-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

@keyframes neevraFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes neevraPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .neevra-process-section .process-card {
        min-height: auto;
        padding: 35px 24px 30px;
    }

    .neevra-process-section .process-icon {
        width: 120px;
        height: 120px;
        font-size: 44px;
    }
}

/*breadcrumb*/
.breadcrumb-img-wrapper {
    position: relative;
    overflow: hidden;
}

.breadcrumb-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.breadcrumb-img-wrapper .container {
    position: relative;
    z-index: 2;
}

/* Certificate Section */
.certificate-section {
    background: #fff;
}

.certificate-card {
    padding: 18px;
    border-radius: 18px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.certificate-card:hover {
    transform: translateY(-8px);
}

.certificate-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    display: block;
	border: 1px dashed var(--theme);
	border-radius:10px;
	
}

@media (max-width: 575px) {
    .certificate-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 16px;
    }

    .certificate-card {
        height: 95px;
        padding: 10px;
        border-radius: 12px;
    }

    .certificate-card img {
        width: 100%;
        height: 65px;
        object-fit: contain;
    }
}

.neevra-export-section {
    position: relative;
    overflow: hidden;
}

.export-premium-wrapper {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(237,244,221,0.7)),
        radial-gradient(circle at top right, rgba(111,143,61,0.18), transparent 35%);
    border-radius: 34px;
    padding: 70px;
    border: 1px solid rgba(111, 143, 61, 0.16);
    position: relative;
    overflow: hidden;
}

.export-premium-wrapper::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(111, 143, 61, 0.08);
    right: -90px;
    top: -90px;
}
.export-premium-content h2 {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--green);
    margin-bottom: 20px;
}

.export-premium-content p {
    font-size: 16px;
    line-height: 1.85;
    color: #596659;
    margin: 0;
}

.export-premium-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    position: relative;
    z-index: 2;
}

.export-premium-item {
    border-left: 2px solid var(--green);
    padding-left: 26px;
}

.export-premium-item h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1f2d1f;
    margin-bottom: 24px;
}

.export-premium-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.export-premium-item ul li {
    position: relative;
    color: #000;
    font-size: 15.5px;
    font-weight: 700;
    padding: 13px 0 13px 26px;
    border-bottom: 1px solid rgba(111, 143, 61, 0.14);
}

.export-premium-item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
}

.export-bottom-line {
    margin-top: 55px;
    padding-top: 28px;
    border-top: 1px solid rgba(111, 143, 61, 0.18);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.export-bottom-line span {
    background: #ffffff;
    color: #1f2d1f;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 10px 28px rgba(31, 45, 31, 0.06);
}

@media (max-width: 991px) {
    .export-premium-wrapper {
        padding: 50px 35px;
    }

    .export-premium-content h2 {
        font-size: 34px;
    }

    .export-premium-list {
        gap: 35px;
    }
}

@media (max-width: 575px) {
    .export-premium-wrapper {
        padding: 38px 24px;
        border-radius: 24px;
    }

    .export-premium-content h2 {
        font-size: 28px;
    }

    .export-premium-list {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .export-bottom-line {
        margin-top: 35px;
    }

    .export-bottom-line span {
        font-size: 12px;
        padding: 9px 15px;
    }
}
.animated-icon {
    width: 135px;
    height: 135px;
    min-width: 135px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef5df, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-thumb.animated-icon {
    width: 92px;
    height: 92px;
    min-width: 92px;
    border-radius: 18px;
}

.service-thumb.animated-icon lord-icon {
    width: 62px !important;
    height: 62px !important;
}

/* ---------- Domestic Supply Page CSS ---------- */
.domestic-page-banner {
  background:
    linear-gradient(115deg, rgba(31, 77, 54, 0.96), rgba(20, 55, 37, 0.88)),
    url("../images/domestic/4.png");
  background-size: cover;
  background-position: center;
}
.domestic-overview {
  background: #fff;
}
.domestic-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}
.domestic-stat-strip div {
  padding: 18px;
  background: rgba(31, 77, 54, 0.04);
  border: 1px solid rgba(31, 77, 54, 0.1);
  border-radius: 18px;
}
.domestic-stat-strip strong,
.domestic-stat-strip span {
  display: block;
}
.domestic-stat-strip strong {
  color: var(--green);
  font-size: 28px;
  line-height: 1;
}
.domestic-stat-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.domestic-visual {
  position: relative;
  padding: 18px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 28px 72px rgba(31, 77, 54, 0.14);
}
.domestic-visual img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 24px;
}
.domestic-visual-note {
  position: absolute;
  left: 38px;
  bottom: 38px;
  max-width: 270px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(31, 77, 54, 0.18);
  font-weight: 800;
}
.domestic-visual-note i {
  color: var(--gold);
  font-size: 24px;
}
.domestic-buyer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.domestic-buyer-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--green);
  box-shadow: 0 18px 46px rgba(31, 77, 54, 0.1);
}
.domestic-buyer-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.02);
  transition: 0.35s ease;
}
.domestic-buyer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(38 37 33 / 95%), rgba(31, 77, 54, 0.16))
}
.domestic-buyer-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px;
}
.domestic-buyer-card i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--green);
  background: var(--gold);
  border-radius: 50%;
  font-size: 20px;
}
.domestic-buyer-card h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.domestic-buyer-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}
.domestic-buyer-card:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}
.domestic-gifting {
  background: #fff;
}
.domestic-gifting-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 44px;
  padding: 28px;
  background: var(--green);
  border-radius: 32px;
  box-shadow: 0 28px 72px rgba(31, 77, 54, 0.18);
  overflow: hidden;
}
.domestic-gifting-image img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 24px;
}
.domestic-gifting-content {
  padding: 20px 28px 20px 0;
}
.domestic-gifting-content h2,
.domestic-gifting-content p {
  color: #fff;
}
.domestic-gifting-content p {
  opacity: 0.78;
  font-size: 17px;
  line-height: 1.8;
}
.domestic-gift-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.domestic-gift-list span {
  display: inline-flex;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 800;
}
.domestic-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}
.domestic-product-tile {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 18px 14px 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(31, 77, 54, 0.1);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(31, 77, 54, 0.08);
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.domestic-product-tile::before {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 4px;
  background: var(--gold);
  border-radius: 999px 999px 0 0;
  opacity: 0;
  transition: opacity 0.28s ease;
}
.domestic-product-tile img {
  width: min(100%, 138px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  justify-self: center;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(31, 77, 54, 0.12);
  transition: 0.35s ease;
}
.domestic-product-tile span {
  display: block;
  padding: 18px 4px 0;
  color: var(--green);
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.domestic-product-tile:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 77, 54, 0.2);
  box-shadow: 0 24px 58px rgba(31, 77, 54, 0.15);
}
.domestic-product-tile:hover::before {
  opacity: 1;
}
.domestic-product-tile:hover img {
  transform: scale(1.06);
}

/* ---------- Domestic Responsive CSS ---------- */
@media (max-width: 1199px) {
  .domestic-buyer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .domestic-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .domestic-gifting-panel {
    grid-template-columns: 1fr;
  }
  .domestic-gifting-content {
    padding: 0;
  }
  .domestic-buyer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .domestic-stat-strip,
  .domestic-buyer-grid {
    grid-template-columns: 1fr;
  }
  .domestic-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .domestic-product-tile {
    min-height: 210px;
    padding: 14px 10px 16px;
    border-radius: 18px;
  }
  .domestic-product-tile img {
    width: min(100%, 112px);
  }
  .domestic-product-tile span {
    font-size: 14px;
    padding-top: 14px;
  }
  .domestic-visual {
    padding: 10px;
    border-radius: 22px;
  }
  .domestic-visual img {
    min-height: 320px;
    border-radius: 18px;
  }
  .domestic-visual-note {
    position: static;
    max-width: none;
    margin-top: 12px;
  }
  .domestic-buyer-card,
  .domestic-buyer-card img {
    min-height: 300px;
  }
  .domestic-gifting-panel {
    padding: 16px;
    border-radius: 24px;
  }
  .domestic-gifting-image img {
    min-height: 280px;
    border-radius: 18px;
  }
  .domestic-gift-list span {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Private Labelling Page CSS ---------- */
.private-label-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 155px 0 90px;
  background:#4e5729;
}
.private-label-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -170px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.private-label-hero .container {
  position: relative;
  z-index: 1;
}
.private-label-hero h1,
.private-label-hero p {
  color: #fff;
}
.private-label-hero h1 {
  max-width: 680px;
  font-size: 62px;
  line-height: 1.04;
  margin-bottom: 24px;
}
.private-label-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.8;
}
.private-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.private-hero-visual {
  position: relative;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
}
.private-hero-visual img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 26px;
}
.private-hero-badges {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.private-hero-badges span {
  padding: 12px 14px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 34px rgba(31, 77, 54, 0.16);
}
.private-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.private-service-item {
  min-height: 170px;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(31, 77, 54, 0.12);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(31, 77, 54, 0.08);
  transition: 0.28s ease;
}
.private-service-item i {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: rgba(200, 155, 60, 0.14);
  border-radius: 20px;
  font-size: 30px;
}
.private-service-item span {
  color: var(--green);
  font-weight: 900;
  line-height: 1.35;
}
.private-service-item:hover {
  transform: translateY(-6px);
  background: var(--green);
  box-shadow: 0 24px 62px rgba(31, 77, 54, 0.18);
}
.private-service-item:hover i {
  color: #fff;
  background: var(--gold);
}
.private-service-item:hover span {
  color: #fff;
}
.private-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.private-category-card {
  position: relative;
  min-height: 330px;
  display: block;
  overflow: hidden;
  border-radius: 26px;
  background: var(--green);
  box-shadow: 0 18px 46px rgba(31, 77, 54, 0.12);
}
.private-category-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  opacity: 0.84;
  transition: 0.35s ease;
}
.private-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31, 77, 54, 0.92), rgba(31, 77, 54, 0.08));
}
.private-category-card span {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.private-category-card:hover img {
  transform: scale(1.08);
  opacity: 0.94;
}
.private-packaging {
  background: #fff;
}
.private-packaging-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
  padding: 28px;
  background: var(--green);
  border-radius: 34px;
  box-shadow: 0 28px 72px rgba(31, 77, 54, 0.18);
}
.private-packaging-image img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 26px;
}
.private-packaging-content {
  padding: 22px 28px 22px 0;
}
.private-packaging-content h2,
.private-packaging-content p {
  color: #fff;
}
.private-packaging-content p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}
.private-packaging-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.private-packaging-list span {
  display: inline-flex;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 800;
}
.private-process-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.private-process-line div {
  position: relative;
  min-height: 180px;
  padding: 24px 18px;
  background: #fff;
  border: 1px solid rgba(31, 77, 54, 0.12);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(31, 77, 54, 0.08);
}
.private-process-line strong {
  display: block;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 18px;
}
.private-process-line span {
  display: block;
  color: var(--green);
  font-weight: 900;
  line-height: 1.45;
}
.private-enquiry {
  background: #fff;
}
.private-enquiry-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 54px;
  background:
    radial-gradient(circle at 12% 20%, rgba(200, 155, 60, 0.18), transparent 30%),
    var(--green);
  border-radius: 32px;
  box-shadow: 0 28px 72px rgba(31, 77, 54, 0.18);
}
.private-enquiry-card h2,
.private-enquiry-card p {
  color: #fff;
}
.private-enquiry-card p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

/* ---------- Private Labelling Responsive CSS ---------- */
@media (max-width: 1199px) {
  .private-service-grid,
  .private-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .private-label-hero {
    min-height: auto;
    padding-top: 135px;
  }
  .private-label-hero h1 {
    font-size: 44px;
  }
  .private-category-grid,
  .private-packaging-panel {
    grid-template-columns: 1fr;
  }
  .private-packaging-content {
    padding: 0;
  }
  .private-enquiry-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .private-label-hero {
    padding: 120px 0 64px;
  }
  .private-label-hero h1 {
    font-size: 36px;
  }
  .private-label-hero p {
    font-size: 16px;
  }
  .private-hero-visual {
    padding: 10px;
    border-radius: 24px;
  }
  .private-hero-visual img {
    min-height: 340px;
    border-radius: 18px;
  }
  .private-hero-badges {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
  }
  .private-service-grid,
  .private-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .private-service-item {
    min-height: 150px;
    padding: 18px 10px;
  }
  .private-service-item i {
    width: 54px;
    height: 54px;
    font-size: 25px;
  }
  .private-category-card,
  .private-category-card img {
    min-height: 260px;
  }
  .private-packaging-panel,
  .private-enquiry-card {
    padding: 18px;
    border-radius: 24px;
  }
  .private-packaging-image img {
    min-height: 300px;
    border-radius: 18px;
  }
  .private-packaging-list span {
    width: 100%;
    justify-content: center;
  }
  .private-process-line div {
    min-height: 155px;
    padding: 18px 14px;
  }
  .private-process-line strong {
    font-size: 24px;
  }
}


/* ---------- Compact Packaging Page CSS ---------- */
.packaging-compact-hero {
  padding: 126px 0 56px;
  background:
    radial-gradient(circle at 12% 12%, rgba(200, 155, 60, 0.12), transparent 26%),
    linear-gradient(180deg, #fff 0%, rgba(31, 77, 54, 0.045) 100%);
}
.packaging-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 52px;
  background:
    radial-gradient(circle at 88% 16%, rgba(200, 155, 60, 0.2), transparent 26%),
    linear-gradient(135deg, #1f4d36 0%, #143a28 100%);
  border: 1px solid rgba(31, 77, 54, 0.14);
  border-radius: 34px;
  box-shadow: 0 32px 90px rgba(31, 77, 54, 0.24);
}
.packaging-hero-panel::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  top: -150px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
.packaging-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto 44px 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.8;
}
.packaging-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 56px;
  align-items: center;
}
.packaging-compact-hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.packaging-compact-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 0;
}
.packaging-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 32px;
}
.packaging-proof span {
  display: inline-flex;
  padding: 10px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.packaging-hero-image {
  position: relative;
  border-radius: 42px 42px 42px 120px;
  aspect-ratio: 1 / 1;
  padding: 12px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}
.packaging-hero-image::after {
  content: "";
  position: absolute;
  inset: auto -12px -12px auto;
  width: 54%;
  height: 54%;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  border-radius: 0 0 42px 0;
  z-index: 0;
}
.packaging-hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px 34px 34px 106px;
}
.packaging-board {
  background: #fff;
}
.packaging-formats-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: stretch;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(31, 77, 54, 0.12);
  border-radius: 32px;
  box-shadow: 0 26px 70px rgba(31, 77, 54, 0.11);
}
.packaging-format-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--green);
}
.packaging-format-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transform: scale(1.02);
}
.packaging-format-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31, 77, 54, 0.78), rgba(31, 77, 54, 0.04));
}
.packaging-format-media span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  display: inline-flex;
  padding: 12px 16px;
  color: var(--green);
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(31, 77, 54, 0.18);
}
.packaging-format-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 16px 10px 0;
}
.packaging-format-content h2 {
  max-width: 620px;
  color: var(--green);
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 14px;
}
.packaging-format-content p {
  max-width: 610px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 30px;
}
.packaging-format-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.packaging-format-list div {
  position: relative;
  min-height: 124px;
  padding: 18px;
  background: rgba(31, 77, 54, 0.04);
  border: 1px solid rgba(31, 77, 54, 0.1);
  border-radius: 20px;
  transition: 0.25s ease;
}
.packaging-format-list div:hover {
  transform: translateY(-4px);
  background: var(--green);
  box-shadow: 0 18px 42px rgba(31, 77, 54, 0.16);
}
.packaging-format-list b {
  display: block;
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 18px;
}
.packaging-format-list h3 {
  color: var(--green);
  font-size: 20px;
  margin-bottom: 8px;
}
.packaging-format-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.packaging-format-list div:hover h3,
.packaging-format-list div:hover span {
  color: #fff;
}
.packaging-mini-cta {
  padding: 0 0 86px;
  background: #fff;
}
.packaging-mini-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  background:
    radial-gradient(circle at 12% 20%, rgba(200, 155, 60, 0.2), transparent 28%),
    var(--green);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(31, 77, 54, 0.18);
}
.packaging-mini-panel h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .packaging-hero-panel {
    padding: 38px;
  }
  .packaging-hero-grid {
    grid-template-columns: 1fr;
  }
  .packaging-hero-image {
    max-width: 420px;
    margin: 0 auto;
  }
  .packaging-formats-panel {
    grid-template-columns: 1fr;
  }
  .packaging-format-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .packaging-compact-hero {
    padding: 108px 0 48px;
  }
  .packaging-hero-panel {
    padding: 26px;
    border-radius: 26px;
  }
  .packaging-compact-hero h1 {
    font-size: 32px;
  }
  .packaging-compact-hero p {
    font-size: 16px;
  }
  .packaging-mini-panel {
    align-items: flex-start;
    flex-direction: column;
  }
  .packaging-formats-panel {
    padding: 14px;
    border-radius: 24px;
  }
  .packaging-format-media {
    min-height: 260px;
    border-radius: 18px;
  }
  .packaging-format-content h2 {
    font-size: 28px;
  }
  .packaging-format-list {
    grid-template-columns: 1fr;
  }
  .packaging-mini-panel {
    padding: 24px;
  }
  .packaging-mini-panel h2 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .header-main .main-menu ul li.menu-open-up > .submenu {
    top: auto !important;
    bottom: 0 !important;
  }
}

.service-details-content h3{
	font-size:20px !important;
}
.policy-content ul {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
}

.policy-content ul li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	line-height: 1.7;
}

.policy-content ul li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--theme);
	font-size: 18px;
}
.cta-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.cta-section::before,
.cta-overlay {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.hero-mini-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 26px;
}

.hero-mini-labels span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(83, 96, 39, 0.08);
  color: #536027;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(83, 96, 39, 0.18);
  white-space: nowrap;
}

.hero-product-showcase {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  padding: 0;
}

.main-product-img {
  position: relative;
  overflow: hidden;
  border-radius: 28px 28px 80px 28px;
}

.main-product-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  border-radius: 28px 28px 80px 28px;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.main-product-img:hover img {
  transform: scale(1.045);
  filter: brightness(0.96) contrast(1.04);
}

.main-product-img::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 28px 28px 80px 28px;
  background: linear-gradient(
    120deg,
    transparent,
    #536027,
    #d9b85f,
    #536027,
    transparent
  );
  background-size: 300% 300%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.35s ease;
  animation: borderMove 3s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.main-product-img::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px 22px 70px 22px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transform: scale(0.96);
  transition: all 0.4s ease;
}

.main-product-img:hover::before,
.main-product-img:hover::after {
  opacity: 1;
}

.main-product-img:hover::after {
  transform: scale(1);
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}

@media (max-width: 991px) {
  .hero-product-showcase {
    margin: 35px auto 0;
  }
}

@media (max-width: 767px) {
  .hero-mini-labels {
    gap: 8px;
    margin: 16px 0 24px;
  }

  .hero-mini-labels span {
    font-size: 11px;
    padding: 8px 12px;
  }

  .main-product-img,
  .main-product-img img,
  .main-product-img::before {
    border-radius: 22px 22px 60px 22px;
  }

  .main-product-img::after {
    inset: 8px;
    border-radius: 16px 16px 52px 16px;
  }

  .main-product-img img {
    height: 340px;
  }
}

.product-contact-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 610px;
    margin-top: 22px;
}

.contact-icon-box {
    text-align: center;
    padding: 13px 8px;
    min-height: 78px;
    border-radius: 11px;
    background: #f6f3ec;
    color: #536027;
    border: 1px solid rgba(83, 96, 39, 0.18);
    transition: all 0.3s ease;
}

.contact-icon-box i {
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
}

.contact-icon-box span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.contact-icon-box:hover {
    background: #536027;
    color: #fff;
}

@media (max-width: 575px) {
    .product-contact-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 18px;
    }

    .contact-icon-box {
        padding: 12px 6px;
        min-height: 72px;
    }

    .contact-icon-box i {
        font-size: 18px;
    }

    .contact-icon-box span {
        font-size: 11px;
    }
}
.breadcrumb-img-wrapper {
    position: relative;
    overflow: hidden;
}

.breadcrumb-img-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.breadcrumb-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.breadcrumb-img-wrapper .container {
    position: relative;
    z-index: 2;
}
.breadcrumb-wrapper {
    position: relative;
    z-index: 1;
}

.breadcrumb-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: -1;
}

/*video section*/
.home-video-section{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:0;
}

.home-video-box{
    position:relative;
    display:block;
    width:100%;
    height:480px;
    overflow:hidden;
    cursor:pointer;
    background:#000;
}

.home-video-thumb{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.home-video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.42);
    z-index:1;
}

.home-play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:120px;
    height:120px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.9);
    color:#fff;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.home-play-btn::before,
.home-play-btn::after{
    content:"";
    position:absolute;
    border:1px solid rgba(255,255,255,0.45);
    border-radius:50%;
}

.home-play-btn::before{
    width:155px;
    height:155px;
}

.home-play-btn::after{
    width:190px;
    height:190px;
}

.home-play-btn i{
    margin-left:6px;
    position:relative;
    z-index:3;
}

@media(max-width:991px){
    .home-video-box{
        height:360px;
    }
}

@media(max-width:575px){
    .home-video-box{
        height:240px;
    }

    .home-play-btn{
        width:70px;
        height:70px;
        font-size:24px;
    }

    .home-play-btn::before{
        width:95px;
        height:95px;
    }

    .home-play-btn::after{
        width:120px;
        height:120px;
    }
}
.fancybox__container{
    z-index:9999999 !important;
}


header,
.header,
.sticky-header,
.main-header{
    z-index:9999 !important;
}
.badge-new{
	background-color:#ebbb62;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 3px 10px;
    padding: 7px 14px;
    border-radius: 5px;
    line-height: 1;
    margin-bottom: 10px;
}
.badge-new2{
	background-color:#4e5729;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 3px 10px;
    padding: 7px 14px;
    border-radius: 5px;
    line-height: 1;
    margin-bottom: 10px;
}


/*FLAVOURS OR SHELF LIFE*/
    .nourp-product-card .shop-content {
        padding-bottom: 24px;
    }

    /*
     * Shelf-life offer badge positioned over the product image.
     */
    .nourp-product-card .shop-image {
        position: relative;
    }

    .nourp-shelf-life-badge {
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 5;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        min-width: 92px;
        padding: 8px 11px;
        border-radius: 4px;
        background: #c99727;
        color: #ffffff;
        line-height: 1.1;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
        pointer-events: none;
    }

    .nourp-shelf-life-badge span {
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.45px;
        text-transform: uppercase;
        opacity: 0.9;
    }

    .nourp-shelf-life-badge strong {
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }

    .nourp-product-action-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        width: 100%;
        max-width: 250px;
        margin: 15px auto 0;
    }

    .nourp-info-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        min-height: 42px;
        padding: 9px 16px;
        border: 1px solid #c99727;
        border-radius: 30px;
        background: #ffffff;
        color: #173b24;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
        white-space: nowrap;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .nourp-info-button:hover {
        background: #173b24;
        border-color: #173b24;
        color: #ffffff;
        transform: translateY(-2px);
    }

    .nourp-product-info-modal {
        z-index: 999999;
    }

    .nourp-product-info-modal .modal-dialog {
        padding: 15px;
    }

    .nourp-product-info-modal .modal-content {
        overflow: hidden;
        border: 0;
        border-radius: 20px;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
    }

    .nourp-product-info-modal .modal-header {
        align-items: flex-start;
        padding: 24px 28px;
        border-bottom: 1px solid rgba(23, 59, 36, 0.1);
        background: #f8f5eb;
    }

    .nourp-modal-kicker {
        display: block;
        margin-bottom: 5px;
        color: #c99727;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .nourp-product-info-modal .modal-title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        color: #173b24;
        font-size: 26px;
        font-weight: 700;
    }

    .nourp-product-info-modal .modal-title i {
        color: #c99727;
    }

    .nourp-popup-content {
        padding: 28px;
    }

    .nourp-flavour-icon-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(80px, 1fr));
        gap: 24px 18px;
        align-items: start;
    }

    .nourp-flavour-icon-item {
        text-align: center;
    }

    .nourp-flavour-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 58px;
        height: 58px;
        margin: 0 auto 10px;
        overflow: hidden;
        border-radius: 50%;
        color: #ffffff;
        box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12);
    }

    .nourp-flavour-circle img {
        width: 32px;
        height: 32px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .nourp-flavour-circle i {
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    .nourp-flavour-red {
        background: #c9362b;
    }

    .nourp-flavour-yellow {
        background: #e6a818;
    }

    .nourp-flavour-purple {
        background: #80518e;
    }

    .nourp-flavour-orange {
        background: #ed7b21;
    }

    .nourp-flavour-brown {
        background: #783d2d;
    }

    .nourp-flavour-green {
        background: #78a929;
    }

    .nourp-flavour-blue {
        background: #4f8ea3;
    }

    .nourp-flavour-gold {
        background: #bd8b22;
    }

    .nourp-flavour-name {
        color: #26362c;
        font-size: 11px;
        font-weight: 800;
        line-height: 1.25;
        text-transform: uppercase;
    }

    .nourp-customization-icon-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 28px;
    }

    .nourp-customization-icon-item {
        display: flex;
        align-items: center;
        gap: 14px;
        min-height: 56px;
    }

    .nourp-customization-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        border-radius: 12px;
        background: #4e5729;
        color: #365a31;
    }

    .nourp-customization-icon img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .nourp-customization-icon i {
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }

    .nourp-customization-name {
        color: #26362c;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.35;
        text-transform: uppercase;
    }

    @media (max-width: 767px) {
        .nourp-shelf-life-badge {
            top: 10px;
            left: 10px;
            min-width: 84px;
            padding: 7px 9px;
        }

        .nourp-shelf-life-badge strong {
            font-size: 12px;
        }

        .nourp-product-action-buttons {
            max-width: 270px;
        }

        .nourp-product-info-modal .modal-header,
        .nourp-popup-content {
            padding: 20px;
        }

        .nourp-product-info-modal .modal-title {
            font-size: 21px;
        }

        .nourp-flavour-icon-grid {
            grid-template-columns: repeat(3, minmax(75px, 1fr));
            gap: 20px 10px;
        }

        .nourp-customization-icon-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .nourp-flavour-circle {
            width: 54px;
            height: 54px;
        }
    }
	
/* =========================================================
   GOOGLE TRANSLATE FLOATING BUTTON
   ========================================================= */

.language-floating {
	position: fixed;
	right: 25px;
	bottom: 210px;
	z-index: 99999;
}

.language-btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #ffffff;
	color: #526026;
	font-size: 21px;
	cursor: pointer;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
	transition: all 0.3s ease;
}

.language-btn:hover {
	background: #526026;
	color: #ffffff;
	transform: translateY(-2px);
}

.language-box {
	position: absolute;
	right: 62px;
	top: 50%;
	min-width: 155px;
	padding: 8px 10px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%) translateX(10px);
	transition: all 0.25s ease;
}

.language-box.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

.language-box::after {
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	width: 14px;
	height: 14px;
	background: #ffffff;
	transform: translateY(-50%) rotate(45deg);
}

#google_translate_element {
	position: static !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

#google_translate_element .goog-te-combo {
	width: 135px;
	height: 36px;
	margin: 0 !important;
	padding: 5px 8px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	outline: none;
	background: #ffffff;
	color: #222222;
	font-size: 13px;
	cursor: pointer;
}

#google_translate_element .goog-logo-link,
#google_translate_element .goog-te-gadget span {
	display: none !important;
}

#google_translate_element .goog-te-gadget {
	font-size: 0 !important;
}


/* =========================================================
   GOOGLE TRANSLATE BANNER FIX
   ========================================================= */

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb,
body > .skiptranslate {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

html,
body {
	margin-top: 0 !important;
	top: 0 !important;
}

#goog-gt-tt,
.goog-te-balloon-frame,
.VIpgJd-yAWNEb-L7lbkb {
	display: none !important;
}

.goog-text-highlight {
	background: transparent !important;
	box-shadow: none !important;
}


/* Google autocomplete list */

#ui-id-1 {
	z-index: 2147483647 !important;
	border-radius: 10px;
	padding: 4px;
}

#ui-id-1 li {
	padding: 4px;
	list-style: none;
	list-style-image: none;
}


/* Mobile */

@media (max-width: 600px) {

	.language-floating {
		right: 26px;
		bottom: 210px;
	}

	.language-btn {
		width: 46px;
		height: 46px;
		font-size: 19px;
	}

	.language-box {
		right: 56px;
		min-width: 145px;
	}
}
#ui-id-1 {
z-index: 2147483647 !important;
left: 1048px !important;
border-radius:10px;
padding:4px;
	}
	
#ui-id-1 li {
	list-style: none;
	list-style-image: none;
	padding: 4px;
}


/*index page extra css*/
.shop-catagories-item {
    position: relative;
    text-align: center;
    padding: 10px;
    transition: transform 0.35s ease;
}

.shop-catagories-item .thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.shop-catagories-item .thumb img {
    display: block;
    border-radius: 14px !important;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.shop-catagories-item:hover {
    transform: translateY(-10px);
}

.shop-catagories-item:hover .thumb {
    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.22),
        0 0 0 3px rgba(183, 138, 47, 0.22);
}

.shop-catagories-item:hover .thumb img {
    transform: scale(1.1);
    filter: brightness(1.1) saturate(1.12) contrast(1.05);
}

.shop-catagories-item .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -90%;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transform: skewX(-22deg);
    transition: left 0.65s ease;
    z-index: 2;
    pointer-events: none;
}

.shop-catagories-item:hover .thumb::before {
    left: 130%;
}

.shop-catagories-item .content h3 {
    margin-top: 18px;
}

.shop-catagories-item .content h3 a {
    position: relative;
    display: inline-block;
    color: #0b0b2f;
    transition: color 0.3s ease;
}

.shop-catagories-item .content h3 a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #b78a2f;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.shop-catagories-item:hover .content h3 a {
    color: #b78a2f;
}

.shop-catagories-item:hover .content h3 a::after {
    width: 70%;
}
/* =========================================================
   NOURP FOLLOW US SECTION
   ========================================================= */

.nourp-follow-section {
    position: relative;
    padding: 75px 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(193, 150, 53, 0.08),
            transparent 30%
        ),
        #fcf6ea;
    overflow: hidden;
}

.nourp-follow-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    top: -160px;
    right: 8%;
    border-radius: 50%;
    background: rgba(29, 75, 58, 0.05);
    pointer-events: none;
}

.nourp-follow-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 42px 50px;
    border: 1px solid rgba(29, 75, 58, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.67);
    box-shadow: 0 18px 45px rgba(50, 46, 34, 0.07);
}

.nourp-follow-heading {
    flex: 1;
    max-width: 650px;
}

.nourp-follow-small-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    color: #bd9134;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.nourp-follow-small-title::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #bd9134;
}

.nourp-follow-heading h2 {
    margin: 0 0 10px;
    color: #173f34;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
}

.nourp-follow-heading p {
    max-width: 600px;
    margin: 0;
    color: #626a64;
    font-size: 15px;
    line-height: 1.75;
}

.nourp-follow-socials {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 14px;
}

.nourp-follow-icon {
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.90);
    border-radius: 50%;
    text-decoration: none;
    box-shadow:
        0 10px 24px rgba(30, 42, 35, 0.15),
        0 0 0 1px rgba(30, 42, 35, 0.04);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}

.nourp-follow-icon svg {
    width: 27px;
    height: 27px;
    display: block;
    fill: #ffffff;
}

.nourp-follow-icon:hover {
    transform: translateY(-6px) scale(1.06);
    box-shadow:
        0 17px 32px rgba(30, 42, 35, 0.20),
        0 0 0 1px rgba(30, 42, 35, 0.05);
    filter: brightness(1.04);
}

.nourp-follow-facebook {
    background: #1877f2;
}

.nourp-follow-instagram {
    background:
        radial-gradient(
            circle at 30% 105%,
            #ffd600 0 20%,
            #ff7a00 31%,
            #ff0169 53%,
            #d300c5 73%,
            #7638fa 100%
        );
}

.nourp-follow-linkedin {
    background: #0a66c2;
}

.nourp-follow-youtube {
    background: #ff0000;
}

.nourp-follow-whatsapp {
    background: #25d366;
}


/* Tablet */

@media (max-width: 991px) {

    .nourp-follow-section {
        padding: 60px 0;
    }

    .nourp-follow-inner {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 38px 30px;
    }

    .nourp-follow-small-title {
        justify-content: center;
    }

    .nourp-follow-heading p {
        margin-left: auto;
        margin-right: auto;
    }

    .nourp-follow-socials {
        width: 100%;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .nourp-follow-section {
        padding: 45px 0;
    }

    .nourp-follow-inner {
        gap: 25px;
        padding: 32px 14px;
        border-radius: 16px;
    }

    .nourp-follow-heading h2 {
        font-size: 29px;
    }

    .nourp-follow-heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .nourp-follow-socials {
        flex-wrap: nowrap;
        gap: 8px;
    }

    .nourp-follow-icon {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }

    .nourp-follow-icon svg {
        width: 22px;
        height: 22px;
    }
}


/* Extra-small mobile */

@media (max-width: 390px) {

    .nourp-follow-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    .nourp-follow-socials {
        gap: 5px;
    }

    .nourp-follow-icon {
        width: 46px;
        height: 46px;
    }

    .nourp-follow-icon svg {
        width: 20px;
        height: 20px;
    }
}


/*about us page complete css*/
.text-justify {
    text-align: justify;
}

/* Our Story Section */

.nourp-story-exact-section {
    padding: 90px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.nourp-story-exact-section .container {
    max-width: 1180px;
}

.nourp-story-exact-card {
    position: relative;
    background: #ffffff;
    padding: 55px 55px 60px;
    border-radius: 4px;
    box-shadow: 0 22px 70px rgba(18, 92, 88, 0.16);
    overflow: hidden;
}

/* Left Content */

.nourp-story-exact-content {
    position: relative;
    z-index: 5;
    padding: 0 45px 0 10px;
}

.nourp-story-exact-title {
    color: #252525;
    font-size: 56px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 18px;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
}

.nourp-story-exact-line {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 330px;
    margin-bottom: 24px;
}

.nourp-story-exact-line span {
    display: block;
    height: 1px;
    background: #d9a94f;
    flex: 1;
}

.nourp-story-exact-line i {
    color: #d9a94f;
    font-size: 22px;
    font-style: normal;
    line-height: 1;
}

.nourp-story-exact-text p {
    color: #333333;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 11px;
}

.nourp-story-exact-text p:last-child {
    margin-bottom: 0;
}

.nourp-story-exact-highlight {
    color: #3a4f2f !important;
    font-weight: 800 !important;
}

.nourp-story-exact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
    padding: 13px 28px;
    min-height: 48px;
    border-radius: 50px;
    background: #c49d45;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(10, 116, 107, 0.26);
    transition: all 0.3s ease;
}

.nourp-story-exact-btn:hover {
    background: #193d26;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.nourp-story-exact-btn span {
    font-size: 17px;
    line-height: 1;
}

/* Right Image */

.nourp-story-exact-image-wrap {
    position: relative;
    z-index: 3;
    height: 560px;
    margin-left: 15px;
    overflow: hidden;
}

.nourp-story-exact-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Desktop Millet Decoration */

.nourp-story-exact-deco-wrap {
    position: absolute;
    left: 44%;
    bottom: 10px;
    width: 250px;
    height: 230px;
    z-index: 8;
    overflow: hidden;
    pointer-events: none;
    transform: translateX(-50%);
}

.nourp-story-exact-png {
    position: absolute;
    left: 91px;
    bottom: -60px;
    width: 145px;
    max-width: none;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.06));
}

/* Responsive */

@media (max-width: 1199px) {
    .nourp-story-exact-card {
        padding: 45px 42px 55px;
    }

    .nourp-story-exact-content {
        padding-right: 35px;
    }

    .nourp-story-exact-title {
        font-size: 50px;
    }

    .nourp-story-exact-text p {
        font-size: 12.5px;
        line-height: 1.62;
    }

    .nourp-story-exact-image-wrap {
        height: 520px;
    }

    .nourp-story-exact-deco-wrap {
        width: 220px;
        height: 205px;
        left: 42%;
        bottom: 30px;
    }

    .nourp-story-exact-png {
        width: 245px;
    }
}

@media (max-width: 991px) {
    .nourp-story-exact-section {
        padding: 65px 0;
    }

    .nourp-story-exact-card {
        padding: 36px 30px 40px;
    }

    .nourp-story-exact-content {
        padding: 0;
        margin-bottom: 28px;
    }

    .nourp-story-exact-title {
        font-size: 52px;
    }

    .nourp-story-exact-image-wrap {
        height: auto;
        margin-left: 0;
        overflow: hidden;
    }

    .nourp-story-exact-main-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* Important mobile fix */
    .nourp-story-exact-deco-wrap {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .nourp-story-exact-section {
        padding: 45px 0;
    }

    .nourp-story-exact-card {
        padding: 28px 20px 34px;
        border-radius: 3px;
    }

    .nourp-story-exact-label {
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .nourp-story-exact-title {
        font-size: 42px;
        margin-bottom: 14px;
    }

    .nourp-story-exact-line {
        max-width: 260px;
        margin-bottom: 22px;
    }

    .nourp-story-exact-text p {
        font-size: 12.5px;
        line-height: 1.65;
        text-align: left;
    }

    .nourp-story-exact-btn {
        padding: 12px 24px;
        min-height: 46px;
        font-size: 10.5px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .nourp-story-exact-image-wrap {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .nourp-story-exact-card {
        padding: 26px 16px 30px;
    }

    .nourp-story-exact-title {
        font-size: 38px;
    }

    .nourp-story-exact-text p {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .nourp-story-exact-deco-wrap {
        display: none !important;
    }
}


/* Our Philosophy Final Section */

.nourp-philosophy-final-section {
    padding: 90px 0;
    /*background: linear-gradient(135deg, #e9f8fb 0%, #ffffff 45%, #eaf7f5 100%);*/
    overflow: hidden;
}

.nourp-philosophy-final-container {
    width: 94%;
    max-width: 1760px;
    margin: 0 auto;
}

.nourp-philosophy-final-card {
    position: relative;
    background: #fffdf8;
    border: 2px solid #d9a94f;
    border-radius: 34px;
    box-shadow: 0 25px 80px rgba(18, 92, 88, 0.18);
    overflow: hidden;
    padding: 18px 18px 18px 70px;
    min-height: 760px;
}

/* Left Content */

.nourp-philosophy-final-content {
    position: relative;
    z-index: 3;
    min-height: 724px;
    padding: 70px 60px 70px 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nourp-philosophy-final-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 260px;
    margin: 0 0 20px;
}

.nourp-philosophy-final-line span {
    display: block;
    height: 1px;
    background: #d9a94f;
    flex: 1;
}

.nourp-philosophy-final-line i {
    color: #d9a94f;
    font-size: 28px;
    line-height: 1;
    font-style: normal;
}

.nourp-philosophy-final-title {
    color: #123f35;
    font-size: 106px;
    line-height: 0.95;
    font-weight: 400;
    margin: 0 0 60px;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
}

.nourp-philosophy-final-text {
    max-width: 720px;
}

.nourp-philosophy-final-text p {
    color: #123f35;
    font-size: 27px;
    line-height: 1.52;
    font-weight: 400;
    margin-bottom: 42px;
}

.nourp-philosophy-final-text p:last-child {
    margin-bottom: 0;
}

/* Left Millet Decoration */

.nourp-philosophy-final-deco {
    position: absolute;
    left: -125px;
    bottom: -12px;
    width: 370px;
    height: auto;
    z-index: -1;
    opacity: 0.95;
    pointer-events: none;
}

/* Right Image */

.nourp-philosophy-final-image-wrap {
    position: relative;
    z-index: 4;
    height: 724px;
    width: 100%;
    overflow: hidden;
    border-left: 2px solid #d9a94f;
    border-radius: 360px 24px 24px 360px;
}

.nourp-philosophy-final-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(217, 169, 79, 0.45);
    pointer-events: none;
    z-index: 2;
}

.nourp-philosophy-final-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 1600px */

@media (max-width: 1599px) {
    .nourp-philosophy-final-card {
        min-height: 680px;
        padding-left: 55px;
    }

    .nourp-philosophy-final-content {
        min-height: 640px;
        padding: 55px 45px 55px 125px;
    }

    .nourp-philosophy-final-title {
        font-size: 88px;
        margin-bottom: 45px;
    }

    .nourp-philosophy-final-text p {
        font-size: 23px;
        line-height: 1.52;
        margin-bottom: 34px;
    }

    .nourp-philosophy-final-image-wrap {
        height: 645px;
    }

    .nourp-philosophy-final-deco {
        width: 315px;
        left: -105px;
    }
}

/* 1400px */

@media (max-width: 1399px) {
    .nourp-philosophy-final-container {
        width: 92%;
        max-width: 1240px;
    }

    .nourp-philosophy-final-card {
        min-height: 580px;
        padding-left: 42px;
    }

    .nourp-philosophy-final-content {
        min-height: 545px;
        padding: 45px 40px 45px 45px;
    }

    .nourp-philosophy-final-title {
        font-size: 56px;
        margin-bottom: 0px;
    }

    .nourp-philosophy-final-text p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 26px;
		text-align:justify;
    }

    .nourp-philosophy-final-image-wrap {
        height: 545px;
    }

    .nourp-philosophy-final-deco {
        width: 250px;
        left: -50px;
        bottom: -8px;
    }
}

/* 1200px */

@media (max-width: 1199px) {
    .nourp-philosophy-final-content {
        padding-left: 70px;
    }

    .nourp-philosophy-final-title {
        font-size: 62px;
    }

    .nourp-philosophy-final-text p {
        font-size: 16.5px;
    }

    .nourp-philosophy-final-image-wrap {
        height: 500px;
    }

    .nourp-philosophy-final-deco {
        width: 220px;
        left: -72px;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .nourp-philosophy-final-section {
        padding: 65px 0;
    }

    .nourp-philosophy-final-container {
        width: 92%;
    }

    .nourp-philosophy-final-card {
        padding: 36px 28px;
        border-radius: 26px;
        min-height: auto;
    }

    .nourp-philosophy-final-content {
        min-height: auto;
        padding: 0;
        margin-bottom: 34px;
    }

    .nourp-philosophy-final-line {
        margin-left: 0;
        margin-right: auto;
        width: 220px;
    }

    .nourp-philosophy-final-title {
        font-size: 58px;
        margin-bottom: 28px;
    }

    .nourp-philosophy-final-text {
        max-width: 100%;
    }

    .nourp-philosophy-final-text p {
        font-size: 17px;
        line-height: 1.65;
        margin-bottom: 22px;
    }

    .nourp-philosophy-final-deco {
        display: none;
    }

    .nourp-philosophy-final-image-wrap {
        height: auto;
        border-radius: 22px;
        border-left: none;
    }

    .nourp-philosophy-final-main-img {
        height: auto;
        object-fit: contain;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .nourp-philosophy-final-section {
        padding: 50px 0;
    }

    .nourp-philosophy-final-card {
        padding: 30px 20px;
        border-radius: 22px;
    }

    .nourp-philosophy-final-line {
        width: 190px;
        margin-bottom: 18px;
    }

    .nourp-philosophy-final-title {
        font-size: 46px;
        margin-bottom: 22px;
    }

    .nourp-philosophy-final-text p {
        font-size: 15.5px;
        line-height: 1.65;
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .nourp-philosophy-final-card {
        padding: 26px 16px;
    }

    .nourp-philosophy-final-title {
        font-size: 40px;
    }

    .nourp-philosophy-final-text p {
        font-size: 15px;
    }
}


/* Our Promise - Container Layout with Images Left */

.nourp-promise-left-section {
    padding: 100px 0;
    /*background: linear-gradient(135deg, #f8fbf7 0%, #fffdf7 48%, #edf8f4 100%);*/
    position: relative;
    overflow: hidden;
}
.nourp-promise-left-section .container {
    position: relative;
    z-index: 2;
}

/* Left Image Area */

.nourp-promise-left-image-area {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nourp-promise-left-main-circle {
    width: 560px;
    height: 560px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(18, 92, 88, 0.18);
}

.nourp-promise-left-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Small Circle */

.nourp-promise-left-small-circle {
    position: absolute;
    right: 35px;
    bottom: 55px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fffdf7;
    box-shadow: 0 16px 45px rgba(18, 92, 88, 0.18);
    z-index: 4;
}

.nourp-promise-left-small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Millet Decoration */

.nourp-promise-left-millet-img {
    position: absolute;
    left: -25px;
    bottom: 10px;
    width: 210px;
    height: auto;
    z-index: 5;
    pointer-events: none;
}

/* Right Content */

.nourp-promise-left-content {
    padding-left: 55px;
}

.nourp-promise-left-line {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 260px;
    margin-bottom: 28px;
}

.nourp-promise-left-line span {
    display: block;
    height: 1px;
    background: #d9a94f;
    flex: 1;
}

.nourp-promise-left-line i {
    color: #d9a94f;
    font-size: 28px;
    font-style: normal;
    line-height: 1;
}

.nourp-promise-left-title {
    color: #123f35;
    font-size: 56px;
    line-height: 0.95;
    font-weight: 400;
    margin: 0 0 0px;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
}

.nourp-promise-left-text {
    max-width: 680px;
}

.nourp-promise-left-item {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.nourp-promise-left-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 1px;
    background: rgba(217, 169, 79, 0.5);
}

.nourp-promise-left-item p {
    color: #123f35;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0;
	text-align:justify;
}

/* Responsive */

@media (max-width: 1199px) {
    .nourp-promise-left-title {
        font-size: 68px;
    }

    .nourp-promise-left-item p {
        font-size: 18px;
    }

    .nourp-promise-left-main-circle {
        width: 480px;
        height: 480px;
    }

    .nourp-promise-left-image-area {
        min-height: 540px;
    }

    .nourp-promise-left-small-circle {
        width: 140px;
        height: 140px;
        right: 20px;
    }

    .nourp-promise-left-millet-img {
        width: 180px;
    }

    .nourp-promise-left-content {
        padding-left: 35px;
    }
}

@media (max-width: 991px) {
    .nourp-promise-left-section {
        padding: 70px 0;
    }

    .nourp-promise-left-image-area {
        min-height: auto;
        margin-bottom: 45px;
        display: block;
    }

    .nourp-promise-left-main-circle {
        width: 100%;
        height: auto;
        border-radius: 24px;
    }

    .nourp-promise-left-main-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .nourp-promise-left-small-circle,
    .nourp-promise-left-millet-img {
        display: none;
    }

    .nourp-promise-left-content {
        padding-left: 0;
    }

    .nourp-promise-left-title {
        font-size: 58px;
        margin-bottom: 30px;
    }

    .nourp-promise-left-line {
        width: 230px;
    }

    .nourp-promise-left-item {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .nourp-promise-left-item p {
        font-size: 16px;
        line-height: 1.65;
    }
}

@media (max-width: 767px) {
    .nourp-promise-left-section {
        padding: 55px 0;
    }

    .nourp-promise-left-title {
        font-size: 46px;
        margin-bottom: 24px;
    }

    .nourp-promise-left-line {
        width: 190px;
        margin-bottom: 18px;
    }

    .nourp-promise-left-item p {
        font-size: 15px;
    }

    .nourp-promise-left-item:not(:last-child)::after {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .nourp-promise-left-title {
        font-size: 40px;
    }

    .nourp-promise-left-item p {
        font-size: 14.5px;
    }
}


/* The Nourp Difference Section */

.nourp-difference-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}


/* Header */

.nourp-difference-header {
    text-align: center;
    margin-bottom: 48px;
}

.nourp-difference-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 290px;
    margin: 26px auto 0;
}

.nourp-difference-line span {
    height: 1px;
    background: #d9a94f;
    flex: 1;
}

.nourp-difference-line em {
    width: 10px;
    height: 10px;
    background: #d9a94f;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.nourp-difference-line em::before,
.nourp-difference-line em::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #d9a94f;
    border-radius: 50%;
    transform: translateY(-50%);
}

.nourp-difference-line em::before {
    left: -14px;
}

.nourp-difference-line em::after {
    right: -14px;
}

.nourp-difference-title {
    color: #123f35;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0;
    text-align: center;
    white-space: nowrap;
	font-family: "Outfit", sans-serif;
}

/* Content */

.nourp-difference-content {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.nourp-difference-content p {
    color: #173f35;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
}

.nourp-difference-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(217, 169, 79, 0.75),
        transparent
    );
    margin: 34px 0;
}

/* Responsive */

@media (max-width: 1199px) {
    .nourp-difference-section {
        padding: 85px 0;
    }

    .nourp-difference-title {
        font-size: 62px;
    }

    .nourp-difference-content p {
        font-size: 19px;
        line-height: 1.7;
    }
}

@media (max-width: 991px) {
    .nourp-difference-section {
        padding: 70px 0;
    }

    .nourp-difference-header {
        margin-bottom: 38px;
    }

    .nourp-difference-title {
        font-size: 50px;
    }

    .nourp-difference-content p {
        font-size: 17px;
        line-height: 1.7;
    }

    .nourp-difference-divider {
        margin: 28px 0;
    }
}

@media (max-width: 767px) {
    .nourp-difference-section {
        padding: 55px 0;
    }

    .nourp-difference-line {
        max-width: 210px;
        margin-bottom: 20px;
    }

    .nourp-difference-title {
        font-size: 34px;
        white-space: nowrap;
    }

    .nourp-difference-content {
        text-align: left;
    }

    .nourp-difference-content p {
        font-size: 15px;
        line-height: 1.68;
    }
}

@media (max-width: 480px) {
    .nourp-difference-title {
        font-size: 28px;
    }

    .nourp-difference-content p {
        font-size: 14.5px;
    }
}

/* Vision & Mission Section */

.nourp-vm-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.nourp-vm-section .container {
    position: relative;
    z-index: 2;
}

.nourp-vm-box {
    height: 100%;
    position: relative;
    padding: 58px 54px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 22px 65px rgba(18, 92, 88, 0.13);
}

.nourp-vm-vision {
    background: #123f35;
}

.nourp-vm-mission {
    background: #fffdf8;
    border: 1px solid rgba(217, 169, 79, 0.45);
}

.nourp-vm-box::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(217, 169, 79, 0.16);
}

.nourp-vm-small {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #d9a94f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.nourp-vm-title {
    position: relative;
    z-index: 2;
    font-size: 56px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 28px;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
}

.nourp-vm-vision .nourp-vm-title {
    color: #ffffff;
}

.nourp-vm-mission .nourp-vm-title {
    color: #123f35;
}

.nourp-vm-box p {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
}

.nourp-vm-vision p {
    color: rgba(255, 255, 255, 0.86);
}

.nourp-vm-mission p {
    color: #123f35;
}

@media (max-width: 1199px) {
    .nourp-vm-box {
        padding: 48px 42px;
    }

    .nourp-vm-title {
        font-size: 54px;
    }

    .nourp-vm-box p {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .nourp-vm-section {
        padding: 75px 0;
    }

    .nourp-vm-box {
        padding: 42px 34px;
        border-radius: 24px;
    }

    .nourp-vm-title {
        font-size: 50px;
    }

    .nourp-vm-box p {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 767px) {
    .nourp-vm-section {
        padding: 55px 0;
    }

    .nourp-vm-box {
        padding: 34px 24px;
    }

    .nourp-vm-title {
        font-size: 42px;
        margin-bottom: 22px;
    }

    .nourp-vm-box p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .nourp-vm-title {
        font-size: 38px;
    }

    .nourp-vm-box {
        padding: 30px 20px;
    }
}

/* ===RESPONSIVE PRODUCT TAB NAVIGATION== */
.nourp-desktop-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.nourp-mobile-tabs-area {
    display: none;
}

@media (max-width: 991px) {
    .nourp-desktop-tabs-area {
        display: none;
    }
    .nourp-mobile-tabs-area {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin-top: 22px;
    }

    .nourp-mobile-tabs-swiper {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .nourp-mobile-tabs-swiper .swiper-wrapper {
        align-items: stretch;
    }

    .nourp-mobile-tabs-swiper .swiper-slide {
        height: auto;
    }

    .nourp-mobile-tabs-swiper .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 50px;
        padding: 10px 8px;
        border: 0;
        border-radius: 3px;
        background: #ffffff;
        color: #08082b;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
        transition: all 0.3s ease;
    }

    .nourp-mobile-tabs-swiper .nav-link.active {
        background: #4f5f22;
        color: #ffffff;
    }

    .nourp-mobile-tab-arrow {
        position: static;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 1px solid rgba(23, 59, 36, 0.18);
        border-radius: 50%;
        background: #ffffff;
        color: #173b24;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .nourp-mobile-tab-arrow:hover,
    .nourp-mobile-tab-arrow:focus {
        background: #173b24;
        color: #ffffff;
    }

    .nourp-mobile-tab-arrow.swiper-button-disabled {
        opacity: 0.35;
        pointer-events: none;
    }

    .nourp-mobile-tab-prev {
        justify-self: end;
    }

    .nourp-mobile-tab-next {
        justify-self: start;
    }
}

@media (max-width: 420px) {

    .nourp-mobile-tabs-area {
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        gap: 8px;
    }

    .nourp-mobile-tab-arrow {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .nourp-mobile-tabs-swiper .nav-link {
        min-height: 46px;
        padding: 8px 5px;
        font-size: 10.5px;
    }
}

