:root {
  --primary: #e8281a;
  --secondary: #f6a623;
  --dark: #1a1a1a;
  --green: #2d6a4f;
  --cream: #fff8f0;
  --cream2: #fef0dc;
  --light: #f9f5f0;
  --shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.18);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  color: #444;
  background: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  color: var(--dark);
}

/* ul li{
  list-style: none;
} */
a {
  text-decoration: none;
  transition: all 0.3s;
}
img {
  max-width: 100%;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

p {
  font-size: 16px;
}

.offer-modal .modal-content {
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}

.offer-img img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.off-cont{
  background-color: #f6f2ec;
}

.offer-content {
  padding: 80px 35px;
  text-align: center;
  position: relative;
}

.offer-content h2 {
  font-family: Georgia, serif;
  font-size: 38px;
  margin: 20px 0;
}

.offer-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.offer-content .sub {
  color: #7a9b35;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.offer-content .off {
  color: #78a53b;
  font-weight: 600;
  margin-bottom: 20px;
}

.btn-green {
  background: #4b6f2b;
  color: #fff;
  padding: 12px 35px;
  border-radius: 0;
}

.btn-green:hover {
  background: #36541d;
  color: #fff;
}

.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}

@media (max-width: 767px) {
  .offer-content {
    padding: 25px;
  }

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

/* ===================== TOP BAR ===================== */
#topbar {
  background: #033702;
  padding: 8px 0;
  font-size: 0.82rem;
}

.topbar-wrapper {
  background: #033702;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

#announcement-text {
  display: inline-flex;
  align-items: center;
  color: #ffffffc3;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}

#announcement-text i {
  color: #f7b500;
  margin-right: 8px;
}

.fade-out {
  opacity: 0;
  transform: translateY(-12px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.blogo {
  max-width: 145px;
}

.fx_dv {
    position: fixed;
    /* width: 100%; */
    bottom: 2px;
    z-index: 99;
    right: 12px;
    text-align: right;
}

.fx_dv img {
    max-width: 50px;
}

.internal-banner {
  position: relative;
  padding: 8px;
  background: #e3f6ea;
}

.internal-banner h1 {
  border-radius: 40px;
  padding: 4px 17px;
  color: #fff;
  color: #444;
  font-size: 14px;
  margin-bottom: 0px;
}

.internal-banner a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
  font-weight: 600;
}
.internal-banner span {
  color: #033702;
  font-size: 14px;
  font-weight: 600;
}
/* ===================== NAVBAR ===================== */
#nav {
  background: #f6f3ee;
  position: sticky;
  top: 0;
  z-index: 990;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
  padding: 0px;
}

#nav.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14);
}
.blogo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  box-shadow: 0 4px 15px rgba(232, 40, 26, 0.35);
}
.bname {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--dark);
}
.bname span {
  color: var(--primary);
}
.bsub {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #aaa;
}
.navbar-nav .nav-link {
  font-size: 0.87rem;
  font-weight: 500;
  color: #333 !important;
  padding: 12px 13px !important;
  position: relative;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #033702;
  border-radius: 3px 3px 0 0;
  transition: 0.3s;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 55%;
}
.navbar-nav .nav-link:hover {
  color: #033702;
}
/* FIX 1 â€” Search btn in navbar */
#navSearchBtn {
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
  font-size: 1rem;
  padding: 8px 10px;
  border-radius: 8px;
  transition: 0.3s;
}
#navSearchBtn:hover {
  background: rgba(232, 40, 26, 0.08);
  color: var(--primary);
}
.nav-cta {
  background: linear-gradient(135deg, var(--primary), #c01e12);
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 20px !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 15px rgba(232, 40, 26, 0.3);
  margin-left: 6px;
}
.nav-cta::after {
  display: none !important;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(232, 40, 26, 0.4);
}

/* ===================== SECTION COMMONS ===================== */
section {
  padding: 40px 0;
}

.stitle {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 12px;
}

.sdesc {
  color: #777;
  font-size: 0.93rem;
  line-height: 1.8;
}
.btn-green {
  background: #4b7a22;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 0.93rem;
  /* box-shadow: 0 8px 24px rgba(232, 40, 26, 0.35); */
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.btn-red:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(232, 40, 26, 0.45);
  color: #fff;
}

/* ===================== HERO ===================== */
#hero {
  background: var(--cream);
  /* min-height: 92vh; */
  align-items: center;
  position: relative;
  overflow: hidden;
}
/* .hbgtxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22vw;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  color: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  white-space: nowrap;
}
.hs {
  position: absolute;
  border-radius: 50%;
}
.hs1 {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(232, 40, 26, 0.07), transparent 70%);
  top: -90px;
  right: -80px;
  animation: fsh 8s ease-in-out infinite;
}
.hs2 {
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(246, 166, 35, 0.09),
    transparent 70%
  );
  bottom: -50px;
  left: 8%;
  animation: fsh 10s ease-in-out infinite reverse;
} */
@keyframes fsh {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-28px);
  }
}

/* FIX 2 â€” Video play button */
/* .btn-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 16px;
  transition: 0.3s;
  cursor: pointer;
}
.btn-play .pico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  color: var(--primary);
  font-size: 0.95rem;
  transition: 0.3s;
  flex-shrink: 0;
}
.btn-play:hover .pico {
  background: var(--primary);
  color: #fff;
  transform: scale(1.1);
}
.btn-play:hover {
  color: var(--primary);
} */
.carousel-indicators {
  bottom: 20px;
  margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 6px;
  border: none;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #f4821f; /* Active dot color */
  transform: scale(1.3);
}

.choose-section .sub-title,
.choose-section h2 {
  text-align: center;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.choose-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  height: 300px;
}

.choose-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.choose-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

.choose-card h4 {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  /* text-decoration: underline; */
}

.choose-card:hover img {
  transform: scale(1.08);
}

.choose-card:hover .overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.08)
  );
}

.origin-section {
  margin-top: 20px;
}

.origin-wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 70px;
  align-items: flex-start;
}

.sub-title {
  display: block;
  font-size: 13px;
  letter-spacing: 5px;
  color: #c8a03b;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.origin-left h2 {
  margin-bottom: 20px;
}

h2 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 500;
  color: #5e2121;
}

.tagline {
  font-size: 22px;
  color: #5b5b5b;
  font-family: "Cormorant Garamond", serif;
}
/* 
.origin-right p{
    font-size:19px;
    line-height:1.9;
    color:#555;
    margin-bottom:12px;
    font-weight:300;
} */

/* ===================== MARQUEE ===================== */
.mqsec {
  background: #e3f6ea;
  padding: 13px 0;
  overflow: hidden;
}
.mqtrack {
  display: flex;
  gap: 38px;
  white-space: nowrap;
  animation: mqrun 22s linear infinite;
}
.mqitem {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #033702;
  font-size: 0.86rem;
  text-transform: uppercase;
}
.mqitem i {
  color: #033702;
  font-size: 0.5rem;
}

@keyframes mqrun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

ul {
  padding-left: 20px;
}

ul li {
  line-height: 30px;
}

.about-orinza {
  background: #f6f2ec;
}

.about-orinza h2 {
  line-height: 1.2;
}

.about-text {
  font-size: 15px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 18px;
}

.about-footer {
  color: #4b302c;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
}

.about-img {
  max-width: 600px;
  margin: auto;
}

.about-img img {
  width: 100%;
  border-radius: 2px;
  display: block;
  border-radius: 8px;
}

.features-section {
  background: #f7f7f5;
  padding: 80px 0;
}

.feature-card {
  background: #fff;
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
}

.feature-card p {
  font-size: 13px;
  margin-top: 10px;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.fe-icon-box {
   width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fbf2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 18px; */
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fbf2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.icon-box i {
  font-size: 20px;
  color: #b98332;
}

.feature-card h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  margin: 0;
  margin-top: 10px;
  /* max-width:180px; */
}

.fx_dv ul li{
  list-style: none;
}

.bottom-text {
  text-align: center;
  font-size: 15px;
  color: #888;
}

.career-section {
  background: #fff;
}

.career-img {
  height: 100%;
  overflow: hidden;
}

.career-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.career-content {
  background: #fbefcd;
  padding: 0px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c39a5b;
  margin-bottom: 22px;
  font-weight: 500;
}

.career-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* ===================== CATEGORY ===================== */
#category {
  background: #fff1d0;
}

.catcard {
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
}
.catnm {
  font-size: 17px;
  /* font-weight: 500; */
  color: var(--dark);
  /* margin-bottom: 3px; */
  margin-top: 9px;
}

.catct {
  font-size: 0.73rem;
  color: #bbb;
}

.catimg {
  width: 100%;
}

/* himalayan wellness */
.wellness-item {
  position: relative;
  /* width: fit-content; */
  overflow: hidden;
}

.wellness-item img {
  width: 100%;
  display: block;
  transition:
    opacity 0.6s ease-in-out,
    transform 0.6s ease-in-out;
}

/* Default Image */
.wellness-item .default-img {
  opacity: 1;
  transform: scale(1);
}

/* Hover Image */
.wellness-item .hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.05);
}

/* Hover Effect */
.wellness-item:hover .default-img {
  opacity: 0;
  transform: scale(1.05);
}

.wellness-item:hover .hover-img {
  opacity: 1;
  transform: scale(1);
}

#wellness h5,
#personal-care h5 {
  text-align: left;
  margin-top: 10px;
  font-size: 17px;
}

#wellness h5 a,
#personal-care h5 a {
  color: #444;
}

#pes-banr {
  position: relative;
  overflow: hidden;
}

#pes-banr img {
  width: 100%;
  display: block;
}

.pes-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 80%;
  max-width: 800px;
}

.pes-text h4 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #fff;
}

.pes-text h5 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #fff;
}

.pes-text p {
  font-size: 16px;
  line-height: 1.7;
}

/* ===================== TESTIMONIALS ===================== */
#testimonials {
  background: #f6f3ee;
}
.tescard {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.tescard:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.tesq {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 4.5rem;
  color: rgba(232, 40, 26, 0.07);
  font-family: "Playfair Display", serif;
  line-height: 1;
}
.tess {
  color: var(--secondary);
  font-size: 0.83rem;
  margin-bottom: 12px;
}
.testxt {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 18px;
}
.tesauth {
  display: flex;
  align-items: center;
  gap: 11px;
}
.tesauth img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
}
.tesnm {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--dark);
  margin-bottom: 1px;
  font-family: "Poppins", sans-serif;
}
.tesrl {
  font-size: 0.73rem;
  color: #aaa;
}

.tesSwiper {
  width: 100%;
  padding-bottom: 50px;
}

.tesSwiper .swiper-wrapper {
  align-items: stretch;
}

.tesSwiper .swiper-slide {
  height: auto;
}
#testimonials {
  position: relative;
  background: #f8f5ef;
  overflow: hidden;
}

/* Keep content above trees */
#testimonials .container {
  position: relative;
  z-index: 2;
}
/* Left Tree */
.tree-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  z-index: 1;
  pointer-events: none;
}

/* Right Tree */
.tree-right {
  position: absolute;
  right: 0;
  top: 4px;
  width: 240px;
  z-index: 1;
  pointer-events: none;
}

#shop-items .catcard {
  background-color: #fff1d0;
}

.pickle-img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.pickle-title {
  font-size: 40px;
  color: #6b3d33;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 12px;
}

.sub-tit p{
  width: 80%;
  margin: 0px auto 20px;
}

.pickle-subtitle {
  font-size: 18px;
  margin-bottom: 35px;
  font-family: Arial, Helvetica, sans-serif;
}

.benefit-box {
  margin-bottom: 30px;
  align-items: flex-start;
}

.icon-box {
  width: 48px;
  height: 48px;
  background: #f5e7b8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  flex-shrink: 0;
}
.icon-box::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/check-box.png") center / contain no-repeat;
}

.icon-box i {
  color: #9b7b1b;
  font-size: 20px;
}

.benefit-box h5 {
  font-size: 23px;
  color: #6b3d33;
  margin-bottom: 6px;
  font-weight: 500;
}

.benefit-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

/* ===================== CONTACT â€” FIX 6 ===================== */
#contact-section {
  background: #fff;
}
.ctdark {
  background: #f5f0ea;
  border-radius: 18px;
  padding: 38px;
  height: 100%;
}
.ctdark h4 {
  /* color: #fff; */
  margin-bottom: 7px;
}
.ctdark .ctsub {
  color: #444;
  font-size: 0.88rem;
  margin-bottom: 26px;
}
.ctitem {
  display: flex;
  gap: 13px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.cticon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #735c00;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.ctinfo strong {
  display: block;
  color: #735c00;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 1px;
  font-family: "Poppins", sans-serif;
}
.ctinfo span {
  color: #444;
  font-size: 0.87rem;
}
.ctsocrow {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.ctsocrow a {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  transition: 0.3s;
}
.ctsocrow a:hover {
  background: var(--primary);
  color: #fff;
}
.fcard {
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.fcard {
  position: absolute;
  background: #fff;
  border-radius: 11px;
  padding: 10px 15px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.flbl {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
  display: block;
}

.fctrl {
  width: 100%;
  border: 2px solid #eee;
  border-radius: 9px;
  padding: 11px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: 0.3s;
  color: var(--dark);
  background: #fff;
  appearance: auto;
}

.sucmsg {
  display: none;
  text-align: center;
  padding: 16px;
  background: rgba(45, 106, 79, 0.07);
  border-radius: 11px;
  margin-top: 14px;
}

.sucmsg i {
  color: var(--green);
  font-size: 1.7rem;
  display: block;
  margin-bottom: 7px;
}

.sucmsg p {
  color: var(--green);
  font-weight: 600;
  margin: 0;
  font-size: 0.88rem;
}

/* ===================== FOOTER ===================== */
footer {
  background: #061b0e;
  padding: 68px 0 0;
}
.fnm {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
}
.fnm span {
  color: var(--primary);
}
.fdesc {
  color: #ffffffb6;
  font-size: 0.86rem;
  line-height: 1.8;
  margin-top: 9px;
}
.fsoc {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}
.fsoc a {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 0.88rem;
  transition: 0.3s;
}
.fsoc a:hover {
  background: rgb(233, 193, 118);
  color: #fff;
  transform: translateY(-3px);
}
.ftit {
  color: #e9c176;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 18px;
  padding-bottom: 9px;
  display: inline-block;
  font-family: "Playfair Display";
  border-bottom: 1px solid #e9c1768f;
}
.flinks li {
  list-style: none;
  margin-bottom: 9px;
}
.flinks a {
  color: #ffffffb6;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: 0.3s;
}
.flinks a:hover {
  color: var(--secondary);
  padding-left: 5px;
}
.flinks a i {
  color: #e9c176;
  font-size: 0.68rem;
}
.fci {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 14px;
}
.fciico {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: rgb(233, 193, 118);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.82rem;
  flex-shrink: 0;
}
.fciinfo {
  color: rgba(255, 255, 255, 0.714);
  font-size: 0.83rem;
  line-height: 1.6;
}
.fciinfo strong {
  color: #fff;
  display: block;
  font-size: 0.77rem;
}
.fbot {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px 0;
  margin-top: 46px;
  text-align: center;
}
.fbot p {
  color: rgba(255, 255, 255, 0.714);
  font-size: 0.8rem;
  margin: 0;
}
.fbot span {
  color: rgb(233, 193, 118);
}
.fbot a {
  color: #555;
  font-size: 0.8rem;
  margin-left: 18px;
}
.fbot a:hover {
  color: var(--secondary);
}

/* Large ORINZA */
.footer-brand {
  text-align: center;
  margin-top: 25px;
}

.footer-brand h2 {
  font-size: 80px;
  font-weight: 300;
  letter-spacing: 35px;
  color: #f7f5ef;
  margin-bottom: 22px;
  text-transform: uppercase;
}

/* Trusted by Nature line */
.footer-tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
  margin-top: 40px;
}

.footer-tagline span {
  width: 90px;
  height: 1px;
  background: rgb(233, 193, 118);
}

.footer-tagline p {
  margin: 0;
  color: rgb(233, 193, 118);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Bottom Copyright */
.fbot {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  text-align: center;
}

.fbot p {
  margin: 0;
  color: #bdbdbd;
  font-size: 13px;
}

.fbot span {
  color: #d4af37;
}

/* ===================== UTILITIES ===================== */
#btt {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9990;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--primary), #c01e12);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: 0 6px 18px rgba(232, 40, 26, 0.38);
  opacity: 0;
  transform: translateY(18px);
  transition: 0.4s;
}
#btt.show {
  opacity: 1;
  transform: translateY(0);
}
#btt:hover {
  transform: translateY(-4px) !important;
}
.cartfl {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 9990;
  background: var(--secondary);
  border-radius: 50px;
  padding: 11px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 7px 22px rgba(246, 166, 35, 0.38);
  cursor: pointer;
  transition: 0.3s;
  color: var(--dark);
  font-weight: 700;
  font-size: 0.88rem;
}
.cartfl:hover {
  transform: translateY(-4px);
}
.cartfl .ccount {
  background: var(--primary);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
}

#career-section .fcard {
  position: relative;
}

/* ====================================================
   ALL POPUP / MODAL STYLES
==================================================== */

/* --- FIX 1: SEARCH POPUP --- */
#searchOv {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(5, 5, 5, 0.97);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 78px;
}
#searchOv.open {
  display: flex;
  animation: fadeov 0.28s ease;
}
@keyframes fadeov {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#searchOv .sovclose {
  position: absolute;
  top: 22px;
  right: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
  transition: 0.3s;
}
#searchOv .sovclose:hover {
  background: var(--primary);
}
.sovbox {
  width: 100%;
  max-width: 680px;
  padding: 0 18px;
}
.sovbox h4 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 26px;
  font-family: "Playfair Display", serif;
}
.sovinput {
  display: flex;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 60px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
.sovinput input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 17px 24px;
  color: #fff;
  font-size: 1.05rem;
  font-family: "Poppins", sans-serif;
  outline: none;
}
.sovinput input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.sovinput button {
  background: var(--primary);
  border: none;
  padding: 0 26px;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s;
}
.sovinput button:hover {
  background: #c01e12;
}
.sovcats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-top: 28px;
}
.sovcat {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50px;
  padding: 7px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Poppins", sans-serif;
}
.sovcat img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}
.sovcat:hover,
.sovcat.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.sovtrend {
  text-align: center;
  margin-top: 26px;
}
.sovtrend p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  margin-bottom: 9px;
}
.sovtrend .ttag {
  display: inline-block;
  margin: 3px;
  background: rgba(246, 166, 35, 0.13);
  border: 1px solid rgba(246, 166, 35, 0.28);
  color: var(--secondary);
  border-radius: 20px;
  padding: 3px 13px;
  font-size: 0.76rem;
  cursor: pointer;
  transition: 0.3s;
}
.sovtrend .ttag:hover {
  background: var(--secondary);
  color: var(--dark);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991px) {
  .hcircle {
    width: 320px;
    height: 320px;
  }
  .fc1,
  .fc2,
  .fc3 {
    transform: scale(0.82);
    transform-origin: center;
  }
  .ggrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gitem:first-child {
    grid-row: span 1;
  }
  .asm {
    display: none;
  }
  .mpbox .mpimg,
  .mpbox .mpbody {
    width: 100%;
  }
  .mpbox .mpimg {
    border-radius: 22px 22px 0 0;
    min-height: 240px;
  }
  .mpbox .mpbody {
    padding: 22px 18px;
  }
  /* Timeline mobile: collapse to single column */
  .timeline::before {
    left: 16px;
  }
  .tli {
    grid-template-columns: 32px 1fr !important;
  }
  .tl-left {
    display: none !important;
  }
  .tl-right {
    display: block !important;
    visibility: visible !important;
    padding-left: 18px !important;
    text-align: left !important;
  }
  .tl-center {
    padding-top: 5px;
  }
  .tli:nth-child(odd) .tl-right,
  .tli:nth-child(even) .tl-right {
    visibility: visible !important;
    display: block !important;
  }
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 38px;
  }

  .footer-brand h2 {
    font-size: 50px;
    letter-spacing: 16px;
  }

  .footer-tagline span {
    width: 50px;
  }

  .origin-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .origin-left h2 {
    font-size: 52px;
  }

  .origin-right p {
    font-size: 18px;
  }

  .tagline {
    font-size: 26px;
  }

  .about-orinza {
    padding: 70px 0;
  }

  .about-title {
    font-size: 44px;
  }

  .about-img {
    margin-top: 20px;
  }

  .feature-card {
    height: 170px;
  }
  .career-content {
    padding: 45px 35px;
  }

  .career-content h2 {
    font-size: 42px;
  }

  .pickle-title {
    font-size: 40px;
  }

  .pickle-section {
    text-align: center;
  }

  .benefit-box {
    text-align: left;
  }

  .icon-box {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
  #topbar .top-contact span:last-child {
    display: none;
  }
  .hcircle {
    width: 260px;
    height: 260px;
  }
  /* Hide only hero floating cards, NOT form cards */
  .fcard.fc1,
  .fcard.fc2,
  .fcard.fc3 {
    display: none !important;
  }
  .hstats {
    display: none !important;
  }
  .ggrid {
    grid-template-columns: 1fr 1fr;
  }
  .cdwrap {
    gap: 8px;
  }
  .cditem {
    min-width: 56px;
    padding: 9px;
  }
  .nl-form-wrap {
    flex-direction: column;
    padding: 0 8px;
  }
  .nlinput,
  .nlbtn {
    width: 100%;
    border-radius: 12px;
  }
  .fcard {
    padding: 22px 18px;
    position: relative;
  }
  .pes-text {
    width: 90%;
  }

  .pes-text h4 {
    font-size: 28px;
  }

  .pes-text h5 {
    font-size: 18px;
  }

  .pes-text p {
    font-size: 14px;
    line-height: 1.5;
  }

  #wellness h5,
  #personal-care h5 {
    font-size: 13px;
  }

  .about-orinza {
    padding: 50px 0;
    text-align: center;
  }

  .about-title {
    font-size: 34px;
    line-height: 1.25;
  }

  .about-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .about-footer {
    font-size: 15px;
  }

  .features-section {
    padding: 50px 0;
  }

  .feature-card {
    height: auto;
    padding: 25px 18px;
  }

  .feature-card h5 {
    font-size: 13px;
  }

  .bottom-text {
    font-size: 12px;
  }

  .career-content {
    padding: 35px 25px;
  }

  .career-content h2 {
    font-size: 34px;
    line-height: 1.25;
  }

  .career-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .catnm {
    font-size: 14px;
  }

  h2 {
    line-height: 34px;
  }

  .sub-title {
    margin-bottom: 4px;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }

  .navbar-nav .nav-link {
    padding: 6px 13px;
  }

  h2 {
    font-size: 30px;
  }

  .footer-tagline {
    margin-top: 0px;
  }

  footer {
    padding: 30px 0 0;
  }

  .fnm {
    font-size: 1.4rem;
  }

  .navbar-nav .nav-link {
    padding: 5px 13px !important;
  }
}

@media (max-width: 480px) {
  .hcircle {
    width: 220px;
    height: 220px;
  }
  .htitle {
    font-size: 2.4rem;
  }
  .stitle {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .pickle-title {
    font-size: 34px;
  }

  .benefit-box h5 {
    font-size: 20px;
  }

  .benefit-box p {
    font-size: 14px;
  }

  .tree-left {
    width: 80px;
    left: -20px;
    bottom: 0;
  }

  .tree-right {
    width: 110px;
    right: -30px;
    top: 100px;
  }
  .footer-brand {
    margin-top: 35px;
  }

  .footer-brand h2 {
    font-size: 34px;
    letter-spacing: 10px;
  }

  .footer-tagline {
    gap: 10px;
  }

  .footer-tagline span {
    width: 30px;
  }

  .footer-tagline p {
    font-size: 11px;
    text-align: center;
  }

  .choose-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 30px;
  }

  .choose-card {
    height: 280px;
  }

  .choose-card h4 {
    font-size: 16px;
  }

  .origin-left h2 {
    font-size: 40px;
  }

  .origin-right p {
    font-size: 16px;
    line-height: 1.8;
  }

  .tagline {
    font-size: 22px;
  }

  .sub-title {
    letter-spacing: 4px;
  }
}
