:root {
  --spice-green: #1f4d2e;
  --spice-dark: #0f2e1b;
  --spice-gold: #c8a96b;
  --spice-light: #eef5ef;
  --ranix-green: #1f4d2e;
  --ranix-gold: #b58a4b;
  --ranix-cream: #faf7f2;

}


.text-12 {
  font-size: 12px;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
}

html {
  overflow-x: hidden;
}



p {
  font-size: 16px !important;
}

.logo {
  height: 60px;
  width: auto;
}

.bg-spice-green {
  background-color: var(--spice-green);
}

.bg-spice-gold {
  background-color: var(--spice-gold);
}

.bg-spice-dark {
  background-color: var(--spice-dark);
}

.bg-ranix-cream {
  background: var(--ranix-cream);
}

.bg-spice-light {
  background-color: var(--spice-light);
}

.text-spice-green {
  color: var(--spice-green);
}

.text-spice-gold {
  color: var(--spice-gold);
}

.text-spice-dark {
  color: var(--spice-dark);
}

.border-spice-gold {
  border-color: var(--spice-gold);
}


.spice-gold {
  color: var(--spice-gold);
}

.spice-green {
  color: var(--spice-green);
}

.bg-spice-green:hover {
  background-color: var(--spice-dark);
}

.hero-gradient {
  background: linear-gradient(135deg, #0f2e1b 0%, #1f4d2e 50%, #2d5a3d 100%);
  /* background: linear-gradient(to right, rgba(15,46,27,0.8), rgba(31,77,46,0.7), rgba(15,46,27,0.8)) */
}

.gradient-text {
  background: linear-gradient(135deg, #1f4d2e 0%, #c8a96b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* hover card effect */
.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

/* floating badges */
.floating-stat {
  position: absolute;
  background: white;
  border-radius: 1rem;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.floating-1 {
  top: 20% !important;
  right: -5% !important;
}

.floating-2 {
  bottom: -5% !important;
  left: -5% !important;
}

.floating-3 {
  top: -5% !important;
  left: -5% !important;
}


.trust-icon {
  width: 70px;
  height: 70px;
}

/* nav link style */
.nav-link-custom {
  color: #374151;
  font-weight: 300;
  padding: 0.5rem 0.5rem !important;
  text-decoration: none;
  font-size: 15px;
}

.nav-link-custom:hover,
.nav-link-custom.active {
  color: var(--spice-gold) !important;
}

.btn-gold {
  background-color: var(--spice-gold);
  color: var(--spice-dark);
  font-weight: 700;
  border-radius: 1rem;
  padding: 0.75rem 2rem;
  border: none;
}

.btn-gold:hover {
  background-color: #e5c28e;
  color: #0a1f12;
}

.btn-outline-gold {
  border: 1px solid var(--spice-gold);
  color: var(--spice-gold);
  border-radius: 2rem;
  padding: 0.4rem 1.2rem;
  font-weight: 500;
}

.btn-outline-gold:hover {
  background-color: var(--spice-gold);
  color: #0f2e1b;
}

/* timeline line */
.timeline-wrapper {
  position: relative;
}

.timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background-color: var(--spice-gold);
  height: 85%;
  top: 5%;
}

.whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 100;
  transition: all 0.3s;
}

.whatsapp-float:hover {
  background-color: #1da851;
  transform: scale(1.1);
  color: white;
}

.export-link {
  display: block;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  color: #1f2937;
  font-weight: 500;
  transition: all 0.2s ease;
}

.export-link:hover {
  background: #0f5132;
  color: #ffffff;
  border-color: #0f5132;
}


@media (max-width: 992px) {
  .timeline-line {
    display: none;
  }
}

/* list checkmark */
.list-checked {
  list-style: none;
  padding-left: 0;
}

.list-checked li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.list-checked li i {
  color: var(--spice-gold);
  font-size: 1.2rem;
}

/* mobile menu overlay simulation (bootstrap collapse used) */
.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1050;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

/* hero trust badges */
.trust-badge {
  background-color: rgba(200, 169, 107, 0.2);
  border: 1px solid rgba(200, 169, 107, 0.3);
  border-radius: 2rem;
  padding: 0.35rem 1rem;
  color: white;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.trust {
  width: 8px;
  height: 8px;
}

/* aspect */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-4-3 {
  aspect-ratio: 4/3;
}

/* small tweaks */
.bg-opacity-10 {
  background-opacity: 0.1;
}

.text-small {
  font-size: 0.9rem;
}


/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--spice-light);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ecd293, var(--spice-gold));
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--spice-gold);
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--spice-gold) var(--spice-light);
}


@media (max-width: 768px) {
  .floating-stat {
    /* display: none; */
  }

  .floating-3 {
    left: -3% !important;
  }

  .floating-1 {
    display: none;
  }

  .floating-2 {
    left: -3% !important;
  }
}


/* ginger-powder-exporter-india */

.btn-soft-warning {
  background: var(--spice-gold);
  border: none;
  color: #1e2f2a;
  font-weight: 600;
  transition: all 0.25s;
}

.btn-soft-warning:hover {
  background: var(--spice-gold);
  transform: translateY(-3px);
  box-shadow: 0 15px 25px -8px rgba(0, 80, 60, 0.3);
  color: #1e2f2a;
}

.btn-outline-light-modern {
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: white;
  font-weight: 500;
  backdrop-filter: blur(4px);
}

.btn-outline-light-modern:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--spice-gold);
  color: white;
}

.section-heading {
  font-weight: 700;
  letter-spacing: -0.02em;
  border-left: 6px solid var(--spice-gold);
  padding-left: 1.4rem !important;
  margin-bottom: 2rem;
}

.stat-chip {
  background: rgba(244, 197, 66, 0.12);
  border: 1px solid rgba(244, 197, 66, 0.3);
  border-radius: 60px;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  color: var(--spice-green);
  display: inline-block;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  backdrop-filter: blur(4px);
}

.stat-chip i {
  color: var(--spice-gold);
  margin-right: 8px;
}

.feature-card {
  background: white;
  border: 1px solid #f0f2f2;
  border-radius: 10px;
  padding: 2rem 1.8rem;
  transition: all 0.25s ease;
  height: 100%;
  box-shadow: 0 8px 18px -6px rgba(0, 40, 30, 0.08);
}

.feature-card:hover {
  transform: scale(1.02);
  border-color: #e2d9c0;
  box-shadow: 0 25px 35px -14px rgba(40, 90, 60, 0.18);
}

.icon-square {
  width: 49px;
  height: 49px;
  background: #f2f6f2;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--spice-green);
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: #fafbfa;
  border-radius: 80px;
  padding: 0.3rem 1.8rem 0.3rem 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #e6ece8;
}

.step-badge {
  background: var(--spice-green);
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1rem;
}

.table-specs {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.1);
}

.table-specs th {
  background: var(--spice-green);
  color: white;
  font-weight: 600;
  padding: 1rem;
  border: none;
}

.table-specs td {
  background: white;
  padding: 1rem;
  border-bottom: 1px solid #eef3ef;
}

.badge-global {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(244, 197, 66, 0.3);
  border-radius: 60px;
  padding: 0.3rem 1.2rem;
  font-size: 0.8rem;
}

/* additional refined touches */
.hero-highlight {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 60px;
  padding: 0.5rem 1.8rem 0.5rem 1.2rem;
  display: inline-block;
  border: 1px solid rgba(255, 215, 0, 0.3);
}


/* ==================ginger-powder-export-uae ======================*/

.border-uae {
  border-color: var(--spice-gold) !important;
}

.bg-desert-light {
  background-color: #fef7ed;
}

.section-heading {
  border-left: 6px solid var(--spice-gold);
  padding-left: 1.2rem;
  font-weight: 700;
}

.stat-badge {
  background: rgba(201, 160, 61, 0.12);
  color: #0a2f35;
  font-weight: 600;
  padding: 0.4rem 1.2rem;
  border-radius: 40px;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(201, 160, 61, 0.3);
}

.card-hover-effect {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.card-hover-effect:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px rgba(0, 20, 10, 0.12);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: rgba(201, 160, 61, 0.15);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--spice-gold);
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.step-number {
  background: var(--spice-gold);
  color: #fff;
  font-weight: 800;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-right: 1.2rem;
}

.uae-flag-badge {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.3rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  font-size: 0.9rem;
}


/*  privet label  */

/* subtle design touch: consistent spacing, keyword-friendly accents */
.keyword-highlight {
  color: var(--spice-gold);
  /* warm ginger tone */
  font-weight: 600;
}

.section-heading {
  border-left: 6px solid var(--spice-gold);
  /* accent gold */
  padding-left: 1rem;
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.bg-soft-light {
  background-color: #fef9f0;
  /* subtle warm tone */
}


/* ===========product page============= */



.bg-ranix {
  background-color: var(--ranix-green) !important;
}

.text-ranix-gold {
  color: var(--ranix-gold) !important;
}

.border-ranix-gold {
  border-color: var(--ranix-gold) !important;
}

.btn-ranix-outline {
  border: 2px solid var(--ranix-gold);
  color: var(--ranix-green);
  background: white;
  border-radius: 40px;
  padding: 0.5rem 2rem;
  font-weight: 400;
}

.btn-ranix-outline:hover {
  background: var(--ranix-gold);
  color: white;
  border-color: var(--ranix-gold);
}

.spice-card {
  transition: all 0.25s;
  border: none;
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.spice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 35px -12px rgba(90, 60, 30, 0.15);
}

.spec-badge {
  background-color: #f0f3f7;
  color: #1e2f3f;
  font-size: 0.8rem;
  padding: 0.3rem 0.9rem;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
}

.mesh-badge {
  background: var(--ranix-green);
  color: #e6d5b6;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  border-radius: 30px;
  letter-spacing: 0.3px;
}

.logo-text {
  font-size: 0.8rem;
}

.spec-row {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}

.product-header-tab {
  background: var(--ranix-cream);
  border-radius: 60px;
  padding: 0.5rem;
  display: inline-flex;
}

.detail-chip {
  background: white;
  border-radius: 40px;
  padding: 0.4rem 1.2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  font-size: 0.9rem;
}

.feature-icon-sm {
  width: 42px;
  height: 42px;
  background: #ede8dd;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ranix-gold);
}

/* =========Single Product Page ========== */

.btn-ranix-gold {
  background: var(--ranix-gold);
  color: #0a2e4b;
  font-weight: 600;
  border-radius: 40px;
  padding: 0.6rem 2rem;
  border: none;
}

.btn-ranix-gold:hover {
  background: #a0753c;
  color: white;
}

.btn-outline-ranix {
  border: 2px solid var(--ranix-gold);
  color: var(--ranix-blue);
  border-radius: 40px;
  padding: 0.5rem 2rem;
  font-weight: 500;
  background: white;
}

.btn-outline-ranix:hover {
  background: var(--ranix-gold);
  color: white;
}

.spec-card {
  background: #f8f6f2;
  border-radius: 28px;
  padding: 1.8rem;
  border: 1px solid #eee9e0;
}

.spec-badge {
  background: white;
  border-radius: 40px;
  padding: 0.4rem 1.3rem;
  font-size: 0.9rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  display: inline-block;
}

.param-row {
  border-bottom: 1px dashed #d9d2c5;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.param-row:last-child {
  border-bottom: none;
}

.rating-star {
  color: #e6b422;
  letter-spacing: 2px;
}

.breadcrumb-item a {
  color: var(--ranix-blue);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--ranix-gold);
}

.sticky-sidebar {
  top: 2rem;
  position: sticky;
}

/* ===========contact page=========== */

.bg-soft-primary {
  background-color: var(--spice-light);
}

.contact-icon-box {
  transition: transform 0.2s;
}

.contact-icon-box:hover {
  transform: translateY(-3px);
}

.map-container iframe {
  filter: grayscale(0.2) contrast(1.05);
  border-radius: 12px;
}

.btn-export {
  background-color: var(--ranix-green);
  color: white;
  border-radius: 40px;
  padding: 12px 32px;
  font-weight: 500;
  border: none;
}

.btn-export:hover {
  background-color: var(--spice-green);
  color: #fff;
}


.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============Inquary page========== */

.form-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 20px 40px -40px rgba(0, 0, 0, 0.1);
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.form-control,
.form-select {
  border-radius: 5px;
  padding: 0.4rem 0.5rem;
  border: 1px solid var(--spice-gold);
  background: white;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--ranix-gold);
  box-shadow: 0 0 0 0.2rem rgba(181, 138, 75, 0.2);
}

.input-group-text {
  background: white;
  border-radius: 5px;
  border: 1px solid var(--spice-gold);
  border-right: none;
}

.inquiry-label {
  font-weight: 600;
  color: var(--ranix-green);
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}