/* ============================================
   NAVIRAA GLOBAL — Brand Stylesheet
   ============================================ */

:root {
  --dark-green: #1c3a2b;
  --deep-green: #234a34;
  --mid-green: #2f5c43;
  --cream: #ecd9b0;
  --cream-light: #f5ead2;
  --gold: #b8863b;
  --gold-light: #c9a05c;
  --brown-text: #6b5738;
  --heading-color: #23422f;
  --white: #ffffff;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Jost', 'Poppins', sans-serif;
  --section-space: clamp(3.75rem, 7vw, 5.6rem);
  --page-h1: clamp(2.55rem, 4.6vw, 4rem);
  --page-h2: clamp(2rem, 3.3vw, 3rem);
  --page-h3: clamp(1.08rem, 1.5vw, 1.32rem);
}

* { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--brown-text);
  background-color: var(--cream);
  overflow-x: hidden;
}

h1, h2, h3, h4, .display-font {
  font-family: var(--font-display);
  color: var(--heading-color);
}

a { text-decoration: none; }

.eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 600;
  color: var(--gold);
}

/* ============ TOP UTILITY BAR ============ */
.top-bar {
  background: var(--dark-green);
  color: var(--white);
  font-size: .85rem;
  text-align: center;
  padding: 10px 0;
  letter-spacing: .04em;
}

/* ============ NAVBAR ============ */
.navbar-naviraa {
  background: #fff;
  padding: .6rem 0;
}
.sn-main-logo img {
    width: 260px;
}


.navbar-naviraa .brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--dark-green);
  line-height: 1;
}
.navbar-naviraa .brand-name small {
  display: block;
  font-family: var(--font-body);
  font-size: .55rem;
  letter-spacing: .15em;
  color: var(--gold);
  font-weight: 500;
}
.sn-mt-4{
  margin-top: 50px;
}
.navbar-naviraa .nav-link {
  color: #1c3a2b !important;
  font-weight: 500;
  letter-spacing: .03em;
  margin: 0 .6rem;
  position: relative;
  padding-bottom: 4px !important;
}

.navbar-naviraa .nav-link:hover {
  color: var(--white) !important;
}
.navbar-naviraa .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--gold-light);
}

/* ============ BUTTONS ============ */
.btn-naviraa {
  background: var(--dark-green);
  color: var(--cream-light);
  border: 1px solid var(--dark-green);
  padding: .7rem 1.6rem;
  font-weight: 500;
  letter-spacing: .02em;
  border-radius: 4px;
  transition: all .25s ease;
}
.btn-naviraa:hover {
  background: var(--deep-green);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-outline-naviraa {
  background: transparent;
  color: var(--dark-green);
  border: 1px solid var(--dark-green);
  padding: .7rem 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all .25s ease;
}
.btn-outline-naviraa:hover {
  background: var(--dark-green);
  color: var(--white);
}

/* ============ HERO SECTION ============ */
.hero {
  padding: 90px 0 90px;
  position: relative;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.15;
  margin: 1rem 0 1.3rem;
}

.hero p.lead-text {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--brown-text);
  max-width: 520px;
}

.hero-figure {
  position: relative;
}

.world-map-bg {
  position: absolute;
  inset: 0;
  opacity: .35;
  z-index: 0;
}

.hero-collage {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 30px rgba(28,58,43,.18));
}

/* ============ PROMISE SECTION ============ */
.promise-section {
  padding-bottom: 90PX;
}

.promise-section h2.section-title {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2.5rem;
}
.sn-col-senter{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.promise-panel {
  background-image: url("../img/home-page-sen-img-1.webp");
  border-radius: 18px;
  padding: 55px 40px;
  box-shadow: 0 20px 50px rgba(28,58,43,.08);
  position: relative;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.promise-panel .panel-heading {
  text-align: center;
  margin-bottom: 40px;
}
.promise-panel .panel-heading h3 {
  font-size: 2rem;
  color: var(--dark-green);
  letter-spacing: .03em;
}
.promise-panel .panel-heading .rule {
  width: 70px;
  height: 2px;
  background: var(--gold);
  margin: 14px auto;
}
.promise-panel .panel-heading p {
  color: var(--brown-text);
  font-size: .92rem;
}

.promise-item {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  max-width: 425px;
  background: #f4eee3;
   align-items: center;
    border-radius: 10px;
    border: 4px solid #fff;
    min-height: 126px;
}
.sn-promise-img {
    position: relative;
}

.sn-promise-img img {
    width: 100%;
    border-radius: 10px;
}
.promise-item .icon-hex {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: var(--dark-green);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-size: 1.3rem;
  position: absolute;
    top: 0px;
    left: -30px;
}
.promise-item h4 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--dark-green);
  margin-bottom: 4px;
  position: relative;
}

.promise-item h4::after{
  position: absolute;
  content: "";
 bottom: -7px;
    left: 0px;
    width: 50px;
    height: 1.5px;
  background-color: #b8863b;
}

.promise-item p {
  font-size: .90rem;
  line-height: 1.55;
  color: var(--brown-text);
  margin: 0;
  margin-top: 10px;
}

.promise-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 320px;
}

/* ============ SOURCING SECTION ============ */
.sourcing-section {
  position: relative;
  padding: 90px 0;
  background: var(--cream-light);
  overflow: hidden;
}

.sourcing-section .map-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .5;
}

.sourcing-section .content {
  position: relative;
  z-index: 1;
}
section.sn-transparent-sec {
    padding: 90px 0px;
}
p.sn-tran-para {
    margin-bottom: 37px;
}
.sn-transparent-img img {
    width: 100%;
    border-radius: 10px;
}
.sourcing-section .section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}
h2.section-title {
  font-size: 2.6rem;
  margin: .5rem 0 1rem;
}
.sourcing-section .section-header p {
  font-size: .95rem;
  line-height: 1.7;
}
.sn-center{
  align-items: center;
}
section.sn-home-quality-sec {
    padding: 90px 0px;
}
.sourcing-card {
  background: var(--white);
  border: 1px solid rgba(184,134,59,.35);
  border-top: 3px solid var(--gold);
  border-radius: 10px;
  padding: 40px 32px;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease;
}
.sourcing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(28,58,43,.12);
}
.sourcing-card .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--dark-green);
  margin-bottom: 22px;
}
.sourcing-card h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.sourcing-card p {
  font-size: .9rem;
  line-height: 1.7;
  margin: 0;
}

/* ============ FOOTER ============ */
footer.site-footer {
  background: var(--dark-green);
  color: var(--cream);
  padding: 50px 0 20px;
  font-size: .9rem;
}
footer.site-footer a { color: var(--cream); opacity: .85; }
footer.site-footer a:hover { opacity: 1; color: var(--gold-light); }
footer.site-footer h5 {
  font-family: var(--font-display);
  color: var(--white);
  margin-bottom: 1rem;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 30px;
  padding-top: 18px;
  font-size: .78rem;
  text-align: center;
  color: rgba(236,217,176,.7);
}

/* ============ CONTACT FORM ============ */
.form-control-naviraa {
  background: var(--white);
  border: 1px solid rgba(107,87,56,.25);
  border-radius: 6px;
  padding: .7rem .9rem;
}
.form-control-naviraa:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(184,134,59,.15);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
  .hero h1 { font-size: 2.2rem; }
  .promise-panel { padding: 35px 20px; }
  .promise-center { min-height: 240px; margin-top: 30px; }
}

@media (max-width: 767px) {
    .top-bar {
    padding: 8px 7px;
}
  .sn-mob-sec {
    justify-content: center;
    margin-top: 0px;
}
  .hero { padding: 60px 0 40px; text-align: center; }
  .hero p.lead-text { margin: 0 auto 1.5rem; }
  .promise-section h2.section-title,
  .sourcing-section h2.section-title { font-size: 1.9rem; }
}

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ============ OUR STORY PAGE ============ */
.our-story-page { background: #f2dbad; color: #102f25; }
.story-hero, .journey-section, .difference-section, .industries-section { position: relative; overflow: hidden; }
.story-hero {
   padding: 90px 0 90px;
   background-image: url("../img/Who-we-bg-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
   }
   .founder-image-placeholder img {
    width: 100%;
   }
.story-hero::after, .difference-section::before, .industries-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .36; background-image: radial-gradient(rgba(124,91,39,.34) .55px, transparent .7px); background-size: 7px 7px; }
.story-hero-content { position: relative; z-index: 1; max-width: 900px; }
.story-kicker { display: block; margin-bottom: 5px; color: #0e3024; font-size: 16px; font-weight: 500;}
.story-hero h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 400; font-size: clamp(2.7rem, 5vw, 3rem); line-height: 1.09; color: #082b20; letter-spacing: -.035em; margin: 0 0 30px; }
.story-hero h1 strong { font-weight: 700; }
.story-hero p, .journey-copy p {margin-bottom: 0px; font-family: var(--font-display); font-size: 1.02rem; line-height: 1.9; color: #182f26; }
.journey-section { padding: 90px 0 90px; background: #f4dcae; }
.journey-copy { max-width: 710px; margin: 30px 0 24px; }
.journey-copy p { margin-bottom: 20px; }
.founder-quote {
   max-width: 680px; border-radius: 10px; padding: 14px 18px; background: #f4df9f; box-shadow: 0 6px 12px rgba(50,39,17,.16); color: #163a2d; font-size: 15px; font-weight: 600; line-height: 1.4; }

.founder-intro { background: #f9f8f6; padding: 13px 12px 7px; border-radius: 18px 18px 0 0; font-size: 16px; color: #0b2d21; }
.founder-intro strong, .founder-intro span { display: block; }.founder-intro span { font-size: .61rem; font-weight: 700; margin-top: 2px; }
.founder-image-placeholder { display: grid; place-items: center; text-align: center; background: linear-gradient(135deg, #dfccaa, #f8eee0); color: #617063; font-size: .8rem; }
.founder-expertise { width: 177px; min-height: 154px; margin:-216px 0 42px 20px; padding: 19px 15px; position: relative; border: 3px solid #fff; border-radius: 22px; background: rgba(248,242,225,.66); backdrop-filter: blur(2px); font-size: 12px; color: #0d3427; }.founder-expertise span { display: block; margin-top: 15px; padding-left: 14px; position: relative; }.founder-expertise span::before { content: ''; position: absolute; left: 0; top: 4px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.founder-card > p { margin: 0; padding-left: 16px; color: #164033; font-size: 16px; text-align: center; font-weight: 600;}
.story-pillars { margin-top: 30px; }.story-pillars article { height: 100%; min-height: 129px; padding: 25px 25px; border-radius: 15px; background: rgba(222,177,99,.27); box-shadow: inset 0 1px 10px rgba(160,111,38,.08); }.story-pillars h3 { margin: 0 0 12px; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #2d716d; }.story-pillars p, .story-pillars ul { margin: 0; font: .78rem/1.05 var(--font-display); color: #1a3b30; line-height: 20px; }.story-pillars ul { columns: 2; padding-left: 16px; }.story-pillars li { margin-bottom: 2px; }
.difference-section, .industries-section { padding: 90px 0; background: #f8e2b7; }.difference-section > .container, .industries-section > .container { position: relative; z-index: 1; }
.ornamental-heading {margin-bottom: 35px; text-align: center; }.ornamental-heading > span { display: inline-block; width: 105px; height: 1px; vertical-align: middle; background: #b17d22; margin: 0 14px; }.ornamental-heading > i { color: #bd8420; font-size: 1.8rem; vertical-align: middle; }
.ornamental-heading h2 {
   margin: 20px 0 15px; font-size: 3rem; font-weight: 600; line-height: 1; text-transform: none; color: #082d21; 
  
  }.ornamental-heading p { font: 1.22rem/1.35 var(--font-body); color: #141d19; margin: 0 0 30px; }
.difference-card { height: 100%; min-height: 435px; padding: 20px 20px; text-align: center; border: 1px solid rgba(162,111,27,.25); border-radius: 22px; background: rgba(255,247,226,.42); box-shadow: 0 2px 8px rgba(78,48,9,.12); }.difference-icon { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; border: 3px solid #c28e25; box-shadow: 0 0 0 3px #103725; background: #103725; color: #e6b843; font-size: 2.3rem; }.difference-card h3, .industry-card h3 {font-size: 1.2rem; line-height: 1.3; margin: 0; color: #0d3327; text-transform: uppercase; }.difference-card > b { display: block; width: 82px; height: 2px; background: #bc8521; margin: 18px auto 22px; }.difference-card p { font: 1rem/1.72 var(--font-body); color: #151d19; margin: 0; }.difference-card em { display: block; color: #c18b21; margin-top: 28px; font-size: 1.4rem; }.difference-footer { margin: 38px 0 0; font: 1.25rem var(--font-body); text-align: center; color: #172620; }.difference-footer::before, .difference-footer::after { content: '—  •'; color: #b97e18; margin: 0 15px; }.difference-footer::after { content: '•  —'; }
.industries-section { background: #f0d7a5; }.industries-section .ornamental-heading h2 { text-transform: uppercase; }.industries-section .ornamental-heading p { margin-bottom: 20px; }.industry-card { height: 100%; padding: 14px; border-radius: 20px; background: rgba(255,245,219,.5); border: 1px solid rgba(161,111,29,.2); box-shadow: 0 2px 8px rgba(80,47,8,.1); text-align: center; }.industry-card h3 {margin-top: -13px;  display: flex; align-items: center; gap: 12px; min-height: 55px; padding: 0 5px; font-size: 1.18rem; text-align: left; }.industry-card h3 i { position: relative;
    top: 7px; width: 60px; height: 60px; margin-top: 0px; display: grid; flex: 0 0 60px; place-items: center; border-radius: 50%; background: #103725; border: 2px solid #c28e25; color: #dfb53d; font-size: 1.65rem; }.industry-image-placeholder { display: grid; place-items: center; background: linear-gradient(135deg, #d1b984, #f3dfbb); color: #5e6a5a; font-size: .8rem; }.industry-card p { padding: 15px 7px 2px; margin: 0; font: .89rem/1.52 var(--font-body); color: #1e2821; }.industries-banner { max-width: 1040px; margin: 25px auto 0; padding: 13px 20px; border-radius: 12px; background: #073a29; color: #f4e6c9; text-align: center; font: 1rem var(--font-body); }.industries-banner i { margin-right: 14px; font-size: 1.55rem; color: #dba92a; vertical-align: middle; }.industries-banner strong { color: #edbb41; }
@media (max-width: 991px) { .story-hero { padding: 75px 0 55px; }.founder-card { margin-top: 0; }.difference-card { min-height: 420px; }.story-pillars { margin-top: 30px; } }
@media (max-width: 575px) { .story-hero h1 { font-size: 2.55rem; }.story-hero p, .journey-copy p { font-size: .94rem; line-height: 1.7; }.ornamental-heading > span { width: 58px; margin: 0 8px; }.ornamental-heading h2 { font-size: 2.25rem; }.ornamental-heading p { font-size: 1rem; }.difference-footer::before, .difference-footer::after { display: none; }.difference-card { min-height: auto; }.industry-card h3 { font-size: 1.05rem; }.industries-banner { font-size: .85rem; } }


.industry-image-placeholder img,.textile-hero-image img{
  width: 100%;

}
.textile-hero-image img{
  border-radius: 10px;
}
/* ============ TEXTILE SOURCING PAGE ============ */
.textile-page { background: #f3ddb2; color: #002f2d; }
.textile-hero, .textile-universe, .textile-quality, .textile-vision { position: relative; background: #f3ddb2; overflow: hidden; }
.textile-hero::before, .textile-universe::before, .textile-quality::before, .textile-vision::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: radial-gradient(rgba(125, 83, 28, .36) .55px, transparent .7px); background-size: 7px 7px; }
.textile-hero > .container, .textile-universe > .container, .textile-quality > .container, .textile-vision > .container { position: relative; z-index: 1; }
.textile-hero { padding: 70px 0 58px; }
.textile-kicker { display: block; margin-bottom: 26px; font: 700 .78rem var(--font-body); color: #062e2a; }
.textile-hero h1 { margin: 0 0 26px; font-size: clamp(2.65rem, 4.3vw, 4rem); font-weight: 500; line-height: 1.16; color: #00342f; letter-spacing: -.03em; }
.textile-hero p, .textile-vision p { max-width: 500px; margin: 0; font: 700 .82rem/1.72 var(--font-body); color: #003a35; }
.textile-image-placeholder { background: rgba(255, 248, 229, .22); border: 1px solid rgba(0, 47, 45, .1); }
.textile-hero-image {border-radius: 24px; }
.textile-universe { padding: 42px 0 70px; }
.textile-section-heading { max-width: 730px; margin: 0 auto 44px; text-align: center; }
.textile-section-heading h2 { margin: 0 0 24px; font-size: clamp(2.25rem, 3.2vw, 3.25rem); line-height: 1; font-weight: 500; color: #000; }
.textile-section-heading p { margin: 0; color: #003e38; font: 700 .76rem/1.55 var(--font-body); }
.textile-category { max-width: 265px; margin: auto; }
.category-image img{ width: 100%; }
.textile-category h3 { margin: 8px 0 18px; color: #00312e; font-size: 1.53rem; line-height: 1.08; font-weight: 500; text-align: center; }
.textile-category p { margin: 0 14px; color: #175c57; font: .82rem/1.48 var(--font-display); }
.textile-quality { padding: 45px 0 30px; }
.quality-heading { max-width: 790px; margin-bottom: 40px; }
.quality-heading h2 { color: #00312e; font-family: var(--font-body); font-size: clamp(2rem, 3.2vw, 2.75rem); font-weight: 500; line-height: 1.03; }
.quality-card { min-height: 133px; padding: 12px 20px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; border: 1.5px solid #1e2117; border-radius: 8px; background: rgba(240, 246, 226, .74); box-shadow: 0 3px 4px rgba(36, 35, 16, .15); text-align: center; }
.quality-card h3 { margin: 0; color: #06433e; font-size: 1rem; font-weight: 700; text-decoration: underline; }
.quality-card p { max-width: 225px; margin: 0; color: #ad7000; font: 700 .78rem/1.25 var(--font-body); }
.textile-vision { padding: 50px 0 42px; }
.textile-vision h2 { margin: 0 0 20px; color: #00312e; font-family: var(--font-body); font-size: clamp(2.2rem, 3.45vw, 3.1rem); font-weight: 500; line-height: 1.08; }
.textile-vision p { max-width: 450px; font-size: .88rem; }
.textile-vision-image img{width: 100%; }
@media (max-width: 991px) { .textile-hero { padding: 55px 0; }.textile-hero-image { min-height: 350px; }.textile-category { max-width: 300px; }.category-image { height: auto; }.textile-vision-image { max-width: 500px; margin-top: -22px; } .contact-hero{padding: 60px 0px !important;}}
@media (max-width: 767px) { .export-process-section{ background-image:none !important; background-color: #f5ead2;} .textile-category h3{margin-top: 20px; margin-bottom: 10px;}.textile-category p{
  text-align: center;
}
section.textile-universe{
  padding-bottom: 60px;
}
section.textile-universe{padding-top: 0px;} .textile-hero { text-align: center; }.textile-hero p, .textile-vision p { margin-inline: auto; }.textile-kicker { margin-bottom: 18px; }.textile-hero-image { min-height: auto; } section.textile-quality {padding-top: 0px; padding-bottom: 0px;}.textile-vision { padding-top: 55px; }.textile-section-heading { margin-bottom: 32px; }.quality-heading h2 br, .textile-vision h2 br { display: none; }.quality-card { min-height: 125px; } }

/* =========================================================
   EXPORT PROCESS SECTION
========================================================= */

.export-process-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("../img/export-process-img.webp");
    padding: 90px 0px;
    color: #132f25;
    font-family: Georgia, "Times New Roman", serif;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Subtle paper texture */
.export-process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .16;
    background-image:
        radial-gradient(rgba(105,75,25,.35) .5px, transparent .5px);
    background-size: 7px 7px;
}


/* Outer border */
.export-process-inner {
    max-width: 1500px;
    margin: auto;
    position: relative;
}


/* Corner decorations */

.export-process-inner::after {
    right: -1px;
    top: -1px;
    border-right: 1px solid;
    border-top: 1px solid;
    border-radius: 0 0 0 12px;
}


/* =========================================================
   HEADING
========================================================= */

.export-process-heading {
    text-align: center;
    margin-bottom: 30px;
}

.export-process-heading h2 {
    margin: 0;
    color: #12382c;
    font-size: clamp(38px, 4vw, 65px);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
}

.export-process-heading p {
    margin: 10px 0 8px;
    color: #9a7022;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 500;
}


.heading-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #a27622;
    margin-top: 15px;
}

.heading-decoration span {
    width: 120px;
    height: 1px;
    background: #a27622;
    position: relative;
}

.heading-decoration span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #a27622;
    border-radius: 50%;
    top: -2px;
}

.heading-decoration span:first-child::after {
    right: 0;
}

.heading-decoration span:last-child::after {
    left: 0;
}

.heading-decoration i {
    font-size: 23px;
}


/* =========================================================
   PROCESS ROW
========================================================= */

.export-process-row {
    display: grid;
    grid-template-columns:
        1fr 70px
        1fr 70px
        1fr 70px
        1fr 70px
        1fr;

    align-items: start;
    position: relative;
}


/* =========================================================
   STEP
========================================================= */

.export-step {
    text-align: center;
    position: relative;
    min-width: 0;
}


/* Number */
.step-number {
    width: 38px;
    height: 38px;
    margin: 0 auto -2px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #ad7a16;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;

    position: relative;
    z-index: 3;

    box-shadow: 0 0 0 2px #f8ecd6;
}


/* Icon */
.step-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 13px;

    border-radius: 50%;
    background: #103c2d;

    border: 3px solid #ad7a16;
    outline: 2px solid #f8ecd6;
    box-shadow: 0 0 0 3px #ad7a16;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d9ad4e;
    font-size: 36px;

    position: relative;
    z-index: 2;
}


/* Inner circle */
.step-icon::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(214,174,83,.75);
    border-radius: 50%;
}


/* Heading */
.export-step h3 {
    font-size: 17px;
    line-height: 1.15;
    margin: 0 5px 7px;
    color: #17372c;
    font-weight: 600;
}


/* Paragraph */
.export-step p {
    max-width: 220px;
    margin: auto;
    color: #282821;
    font-size: 13px;
    font-family: 'Jost', 'Poppins', sans-serif;
    line-height: 1.45;
}


/* Documentation list */
.export-step ul {
    max-width: 220px;
    margin: 8px auto 0;
    padding-left: 18px;

    text-align: left;

    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: #34342d;
}

.export-step ul li::marker {
    color: #ad7a16;
}


/* =========================================================
   CONNECTING LINES
========================================================= */

.process-line {
    height: 84px;
    position: relative;
    display: flex;
    align-items: center;
    top: 40px;
}

.process-line::before {
    content: "";
    width: 100%;
    height: 1.5px;
    background: #ae7b20;
    position: absolute;
    top: 41px;
    left: 0;
}

.process-line::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ae7b20;

    position: absolute;
    right: -1px;
    top: 37px;
}

.process-line span {
    display: none;
}


/* =========================================================
   CURVED LINE BETWEEN ROWS
========================================================= */

.row-curve {
    position: absolute;
    width: 100%;
    height: 192px;

    right: -1%;
    top: 250px;

    border-right: 1.5px solid #ae7b20;
    border-bottom: 1.5px solid #ae7b20;

    border-radius: 0 75px 75px 0;

    z-index: 1;
}

.row-curve::after {
    content: "";
    width: 9px;
    height: 9px;
    background: #ae7b20;
    border-radius: 50%;

    position: absolute;
    left: -5px;
    bottom: -5px;
}


/* Second row */
.row-two {
    margin-top: 55px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .export-process-section {
        padding: 30px 15px;
    }

  

    .export-process-row {
        grid-template-columns:
            1fr 35px
            1fr 35px
            1fr 35px
            1fr 35px
            1fr;
    }

    .process-line {
        width: 100%;
    }

    .step-icon {
        width: 70px;
        height: 70px;
        font-size: 29px;
    }

    .export-step h3 {
        font-size: 14px;
    }

    .export-step p {
        font-size: 11px;
    }

    .export-process-heading h2 {
        font-size: 42px;
    }

    .export-process-heading p {
        font-size: 12px;
        letter-spacing: 3px;
    }
}


/* Tablet */
@media (max-width: 900px) {

    .export-process-row {
        grid-template-columns: 1fr 1fr;
        gap: 45px 20px;
    }

    .process-line {
        display: none;
    }

    .row-curve {
        display: none;
    }

    .row-two {
        margin-top: 45px;
    }

    .export-step p,
    .export-step ul {
        max-width: 280px;
    }
}


/* Mobile */
@media (max-width: 600px) {

    .export-process-section {
        padding: 60px 10px;
    }

  

    .export-process-heading {
        margin-bottom: 35px;
    }

    .export-process-heading h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .export-process-heading p {
        font-size: 10px;
        letter-spacing: 2px;
        line-height: 1.5;
    }

    .heading-decoration span {
        width: 55px;
    }

    .export-process-row {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .row-two {
        margin-top: 50px;
    }

    .step-icon {
        width: 78px;
        height: 78px;
        font-size: 32px;
    }

    .step-number {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .export-step h3 {
        font-size: 17px;
    }

    .export-step p {
        font-size: 13px;
        max-width: 300px;
    }

    .export-step ul {
        max-width: 270px;
    }
}
.moringa-process div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.moringa-process img {
    border-radius: 50px;
    width: 85px;
}
.ingredient-visual.tomato-visual img{
width: 100%;
}
.ingredient-visual.moringa-visual img {
    width: 100%;
}
.food-products article img {
    border-radius: 50px;
    margin-bottom: 10px;
}
/* ============ FOOD SOLUTIONS PAGE ============ */
.food-page { background: #f6e5bd; color: #18382b; }
.food-page main { overflow: hidden; }
.food-hero, .food-moringa, .food-tomato, .food-dehydrated { position: relative; }
.food-hero::before, .food-moringa::before, .food-tomato::before, .food-dehydrated::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: radial-gradient(rgba(123,84,25,.45) .55px, transparent .7px); background-size: 7px 7px; }
.food-hero > .container, .food-moringa > .container, .food-tomato > .container, .food-dehydrated > .container { position: relative; z-index: 1; }
.food-hero { min-height: 410px; display: grid; place-items: center; padding: 80px 0; text-align: center; background-image: url('../img/Food Solutions-bg-img.webp'); background-size: cover;
    background-repeat: no-repeat;}
.food-hero-content { max-width: 1000px; margin: auto; }.food-eyebrow { display: block; margin-bottom: 12px; color: #a47324; font: 700 .76rem/1.2 var(--font-body); letter-spacing: .12em; text-transform: uppercase; }
.food-hero h1 { margin: 0 0 32px; font-size: clamp(2.65rem, 5vw, 4.1rem); font-weight: 500; line-height: 1.12; color: #082e20; }.food-hero p { max-width: 970px; margin: auto; color: #2f6258; font: 700 1rem/1.65 var(--font-body); }
.food-leaf { position: absolute; color: rgba(36,77,38,.18); font-size: 10rem; transform: rotate(30deg); }.leaf-one { left: -30px; bottom: -60px; }.leaf-two { right: 5%; top: -70px; transform: rotate(-30deg); }
.food-moringa, .food-dehydrated { padding: 82px 0; background: #f8e8c4; }.food-section-intro { margin-bottom: 30px; }.food-section-intro h2, .food-tomato h2, .food-dehydrated h2 { margin: 0 0 13px; font-size: clamp(2.55rem, 4vw, 3.7rem); font-weight: 600; color: #0b4528; line-height: 1; text-transform: uppercase; letter-spacing: .04em; }.food-section-intro p { font: 1.2rem var(--font-display); color: #533e24; margin: 0; }
.ingredient-visual { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 18px; box-shadow: 0 12px 30px rgba(66,47,17,.14); }.ingredient-visual i { z-index: 1; font-size: 4.7rem; }.ingredient-visual span { z-index: 1; margin-left: 18px; font: 600 1.5rem/1 var(--font-display); text-transform: uppercase; }.ingredient-visual b { position: absolute; width: 120px; height: 120px; border-radius: 50% 0 50% 50%; opacity: .55; }.moringa-visual b { background: #315e29; }.moringa-visual b:nth-of-type(1) { right: -20px; top: -35px; }.moringa-visual b:nth-of-type(2) { right: 90px; bottom: -75px; }.moringa-visual b:nth-of-type(3) { left: -45px; bottom: -55px; }.tomato-visual { color: #fff8e6; }.tomato-visual b { background: #a72b1d; }.tomato-visual b:first-of-type { left: -35px; bottom: -65px; }.tomato-visual b:last-of-type { right: -10px; top: -45px; }
.food-farm-card, .food-mini-card, .food-feature, .food-products article { height: 100%; border: 1px solid rgba(148,101,34,.33); border-radius: 12px; background: rgba(255,249,230,.5); overflow: hidden; }.farm-image { height: 235px; }.farm-image img { width: 100%; height: 100%; object-fit: cover; }.farm-details { display: grid; grid-template-columns: 1fr; gap: 9px; padding: 16px; background: #527337; color: #fff9df; font-size: .84rem; }.farm-details i { color: #e4c366; margin-right: 7px; }.process-wrap { padding: 18px 10px 12px; border: 1px solid rgba(148,101,34,.33); border-radius: 12px; background: rgba(255,249,230,.35); }.process-wrap h3, .food-mini-card h3, .food-feature h3 { margin: 0 0 18px; color: #16472d; font-size: 1.25rem; text-transform: uppercase; }.process-wrap h3 i { color: #749333; }.moringa-process { display: flex; justify-content: space-around; align-items: center; text-align: center; }.moringa-process > div { min-width: 95px; }.moringa-process > div > i { display: grid; width: 64px; height: 64px; margin: auto auto 9px; place-items: center; border: 2px solid #8b6c2e; border-radius: 50%; background: #6c8b39; color: #fff5d9; font-size: 1.7rem; }.moringa-process span { font: 600 .68rem/1.35 var(--font-body); text-transform: uppercase; color: #273429; }.moringa-process > b { color: #1a4f2c; font-size: 1.5rem; 

position: relative;
    top: -25px;
}.food-mini-card { padding: 21px; }.food-mini-card p { display: inline-flex; gap: 6px; align-items: center; margin: 0 13px 8px 0; color: #223a2c; font: .84rem var(--font-body); }.food-mini-card p i { color: #587e33; font-size: 1.15rem; }
.food-tomato { padding: 82px 0; background: #f4e1b8; }.food-tomato h2 em { color: #a47627; font-style: normal; }.food-tomato p { max-width: 535px; color: #3a3427; font: .94rem/1.7 var(--font-body); }.tomato-product { display: flex; gap: 20px; align-items: center; margin-top: 34px; padding: 22px; border: 1px solid rgba(148,101,34,.35); border-radius: 14px; background: rgba(255,249,230,.5); }.tomato-product-icon { flex: 0 0 90px; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: #a83722; color: #ffe4ae; font-size: 2.4rem; }.tomato-product h3 { margin: 0 0 7px; font-size: 1.35rem; }.tomato-product p { margin: 0; }.tomato-uses { display: flex; flex: 1; justify-content: space-around; gap: 10px; text-align: center; }.tomato-uses strong { display: none; }.tomato-uses span { display: flex; flex-direction: column; gap: 5px; color: #263b2c; font-size: .75rem; }.tomato-uses i { color: #9a4e25; font-size: 1.4rem; }.food-feature { padding: 23px; }.food-feature > i { color: #a77925; font-size: 1.8rem; }.food-feature h3 { display: inline-block; margin: 0 0 0 8px; font-size: 1.04rem; }.food-feature p { margin: 10px 0 0; font-size: .83rem; }
.food-dehydrated-heading { max-width: 870px; margin: 0 auto 35px; text-align: center; }.food-dehydrated-heading h2 { font-size: clamp(2.3rem, 4vw, 3.45rem); }.food-dehydrated-heading p { margin: 0; color: #333129; font: 1rem/1.6 var(--font-body); }.food-category-title { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 34px 0 17px; color: #fff4d7; font-size: 1.25rem; text-align: center; text-transform: uppercase; }.food-category-title::before, .food-category-title::after { content: ''; width: min(22vw, 200px); height: 1px; background: #9c752c; }.food-category-title { }.food-category-title { text-shadow: 0 0 0 #000; }.food-category-title::selection { background: transparent; }.food-products article { min-height: 160px; padding: 16px 10px 16px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }.food-products article:hover { transform: translateY(-5px); box-shadow: 0 12px 20px rgba(75,54,17,.13); }.food-products i { display: grid; width: 62px; height: 62px; margin: auto auto 13px; place-items: center; border-radius: 50%; background: #769245; color: #fff4d5; font-size: 1.8rem; }.food-products h4 { margin: 0 0 4px; font-size: 1.05rem; color: #24452e; text-transform: uppercase; }.food-products p { margin: 0; color: #4a4937; font-size: .75rem; text-transform: uppercase; }.food-assurances { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 36px; padding: 19px; border: 1px solid rgba(148,101,34,.36); border-radius: 12px; background: rgba(255,249,230,.42); }.food-assurances span { display: grid; grid-template-columns: 38px 1fr; column-gap: 7px; align-items: center; font-size: .72rem; color: #3d3e2e; }.food-assurances i { grid-row: span 2; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid #a07528; border-radius: 50%; color: #396637; font-size: 1.15rem; }.food-assurances b { color: #24452e; font-size: .83rem; text-transform: uppercase; }
@media (max-width: 991px) { .moringa-process { flex-wrap: wrap; gap: 15px; }.moringa-process > b { display: none; }.tomato-product { flex-wrap: wrap; }.tomato-uses { width: 100%; flex-basis: 100%; }.food-assurances { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .food-hero { min-height: 350px; padding: 60px 0; }.food-hero h1 br { display: none; }.food-hero p { font-size: .9rem; }.food-moringa, .food-tomato, .food-dehydrated { padding: 60px 0; }.food-section-intro, .food-tomato .row:first-child { text-align: center; }.food-tomato p { margin-inline: auto; }.ingredient-visual { min-height: 145px; }.process-wrap h3 { text-align: center; }.moringa-process > div { min-width: 82px; }.food-assurances { grid-template-columns: 1fr; }.food-category-title::before, .food-category-title::after { width: 50px; }.tomato-product { justify-content: center; text-align: center; }.tomato-uses { flex-wrap: wrap; }.tomato-uses span { flex: 0 0 40%; } }
.food-category-title { color: #1d4b2c; text-shadow: none; }

/* Fallbacks for food-themed names absent from the bundled Bootstrap Icons version. */
.bi-pizza::before { content: '🍕'; font-family: sans-serif; }
.bi-bottle::before { content: '🧴'; font-family: sans-serif; }
.bi-flask::before { content: '🧪'; font-family: sans-serif; }
.bi-leaf::before { content: '🍃'; font-family: sans-serif; }

/* ============ REFINED SHARED FOOTER & MOBILE NAV ============ */
footer.site-footer { padding: 0 0 22px; background: #102f25; color: #e8d4a7; }
.footer-topline { height: 4px; background: linear-gradient(90deg, #b98532, #e6c577, #b98532); }
footer.site-footer .row { padding-top: 52px; }
footer.site-footer h5 { margin: 7px 0 17px; font: 600 .82rem/1.2 var(--font-body); letter-spacing: .12em; color: #eacb87; text-transform: uppercase; }
.footer-brand { display: inline-flex; flex-direction: column; color: #fff8e8 !important; font: 600 1.75rem/.85 var(--font-display); letter-spacing: .08em; }
.footer-brand span { margin-top: 7px; color: #d7ae5b; font: 700 .54rem/1 var(--font-body); letter-spacing: .34em; }
.footer-intro { max-width: 365px; margin: 21px 0 20px; color: rgba(255,248,232,.72); font-size: .91rem; line-height: 1.75; }
.footer-enquiry { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid #c99e4f; color: #f2d490 !important; font-size: .86rem; font-weight: 600; }
.footer-enquiry i { transition: transform .2s ease; }.footer-enquiry:hover i { transform: translate(3px,-3px); }
.footer-links li { margin-bottom: 10px; }.footer-links a { color: rgba(255,248,232,.76) !important; font-size: .88rem; }.footer-links a:hover { padding-left: 4px; color: #f0cc7b !important; }
.footer-contact li { display: flex; gap: 9px; align-items: flex-start; margin-bottom: 12px; color: rgba(255,248,232,.76); font-size: .84rem; line-height: 1.45; }.footer-contact i { margin-top: 2px; color: #d8ad56; }.footer-contact a { color: inherit !important; }
.footer-social-copy { color: rgba(255,248,232,.7); font-size: .84rem; line-height: 1.5; }.footer-socials { display: flex; gap: 9px; margin-top: 15px; }.footer-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(234,203,135,.38); border-radius: 50%; color: #ead29b !important; transition: .2s ease; }.footer-socials a:hover { transform: translateY(-3px); border-color: #e7bd65; background: #e7bd65; color: #17372b !important; }
footer .footer-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 42px; padding-top: 19px; color: rgba(255,248,232,.5); font-size: .74rem; text-align: left; }
.navbar-toggler { border-color: rgba(28,58,43,.25); }.navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(184,134,59,.22); }.navbar-naviraa .nav-link:hover { color: var(--gold) !important; }

/* ============ CONTACT PAGE ============ */
.contact-page { background: #f8e7c3; color: #19382d; }.contact-hero { position: relative; overflow: hidden; padding: 100px 0 108px; text-align: center; background: #153a2c; color: #fff8e8; }.contact-hero::before, .contact-hero::after { content: ''; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(232,201,126,.18); border-radius: 50%; }.contact-hero::before { left: -165px; top: -270px; box-shadow: 0 0 0 42px rgba(232,201,126,.04), 0 0 0 84px rgba(232,201,126,.025); }.contact-hero::after { right: -170px; bottom: -285px; }.contact-hero .container { position: relative; z-index: 1; }.contact-kicker { display: block; color: #e1b85f; font-size: .74rem; font-weight: 700; letter-spacing: .16em; }.contact-hero h1 { margin: 17px 0 20px; color: #fff8e8; font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 500; line-height: 1.04; }.contact-hero h1 em { color: #e6bd68; font-style: normal; }.contact-hero p { max-width: 645px; margin: auto; color: rgba(255,248,232,.79); font-size: 1.02rem; line-height: 1.7; }.contact-content { padding: 78px 0 90px; background: radial-gradient(circle at 0 0, rgba(201,158,76,.18), transparent 30%), #f8e7c3; }.contact-details { height: 100%; padding: 18px 10px 18px 0; }.contact-details h2, .contact-form-card h2 { margin: 13px 0 16px; color: #143c2d; font-size: clamp(2rem,3vw,2.75rem); line-height: 1.08; }.contact-details > p { max-width: 440px; color: #51432e; font-size: .96rem; line-height: 1.75; }.contact-detail-list { display: grid; gap: 12px; margin-top: 30px; }.contact-detail-list > * { display: flex; gap: 13px; align-items: center; color: #254536; }.contact-detail-list i { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(160,112,28,.5); border-radius: 50%; color: #9c6b1d; font-size: 1.05rem; }.contact-detail-list span { font-size: .91rem; }.contact-detail-list small { display: block; margin-bottom: 3px; color: #a17125; font-size: .65rem; font-weight: 700; letter-spacing: .11em; }.contact-detail-list a { color: inherit; }.contact-note { display: flex; gap: 11px; max-width: 450px; margin-top: 35px; padding: 16px; border-radius: 10px; background: rgba(255,250,235,.6); border-left: 3px solid #b8832e; color: #385044; font-size: .82rem; line-height: 1.5; }.contact-note i { color: #a87520; font-size: 1.3rem; }.contact-note strong { display: block; color: #1b402f; }.contact-form-card { height: 100%; padding: clamp(25px,4vw,45px); border: 1px solid rgba(164,113,27,.27); border-radius: 18px; background: #fff9ea; box-shadow: 0 20px 45px rgba(69,47,12,.12); }.contact-form-heading { margin-bottom: 26px; }.contact-form-heading > span { color: #a17024; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }.contact-form-heading h2 { margin-bottom: 8px; }.contact-form-heading p { margin: 0; color: #65543a; font-size: .87rem; }.contact-form-card label { display: block; margin: 0 0 7px; color: #284536; font-size: .82rem; font-weight: 600; }.contact-form-card label b { color: #aa6127; }.contact-form-card .form-control, .contact-form-card .form-select { min-height: 47px; border: 1px solid rgba(111,80,34,.25); border-radius: 7px; background-color: #fffefa; color: #254435; font-size: .9rem; }.contact-form-card textarea.form-control { min-height: 124px; }.contact-form-card .form-control:focus, .contact-form-card .form-select:focus { border-color: #b7832e; box-shadow: 0 0 0 .2rem rgba(184,134,59,.14); }.contact-submit { display: inline-flex; gap: 10px; align-items: center; margin-top: 5px; padding: 13px 22px; border: 0; border-radius: 6px; background: #1a4934; color: #fff9e9; font-weight: 600; transition: .2s ease; }.contact-submit:hover { transform: translateY(-2px); background: #286044; }.contact-submit:disabled { opacity: .7; transform: none; }.contact-form-privacy { margin: 13px 0 0; color: #847152; font-size: .72rem; line-height: 1.45; }
@media (max-width: 991px) {
  .sn-transparent-img{
    margin-bottom: 20px;
  }
  .sn-transparent-img.mar-top{
    margin-top: 35px;
  }
  .navbar-naviraa .navbar-collapse { padding: 12px 0 4px; }.navbar-naviraa .nav-link { margin: 0; padding: 10px 5px !important; }.navbar-naviraa .nav-link.active::after { right: auto; width: 34px; bottom: 4px; }.contact-details { padding-right: 0; }.contact-content { padding: 60px 0; } }
@media (max-width: 575px) { .sn-main-logo img { width: 190px; }.contact-hero p { font-size: .92rem; }.contact-details h2 { font-size: 2rem; }.contact-note { margin-top: 26px; }.contact-form-card { border-radius: 13px; }.contact-submit { width: 100%; justify-content: center; }.footer-topline { height: 3px; } footer.site-footer .row { padding-top: 35px; } footer .footer-bottom { flex-direction: column; margin-top: 28px; text-align: center; } }

/* ============ SITE-WIDE TYPE, SPACING & MOBILE SAFETY ============ */
html { overflow-x: hidden; }
body { min-width: 320px; overflow-x: clip; }
img, svg { max-width: 100%; }
main { overflow: clip; }
main > section { padding-block: var(--section-space); }
:is(.hero, .story-hero, .food-hero, .textile-hero, .contact-hero) h1 {
  font-family: var(--font-display);
  font-size: var(--page-h1);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.025em;
}
:is(.section-title, .textile-section-heading h2, .ornamental-heading h2, .food-section-intro h2, .food-tomato h2, .food-dehydrated h2, .contact-details h2, .contact-form-card h2) {
  font-family: var(--font-display);
  font-size: var(--page-h2);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.015em;
}
main h3 { font-family: var(--font-display); }
.section-header, .textile-section-heading, .food-dehydrated-heading, .ornamental-heading { margin-bottom: clamp(1.75rem, 3vw, 2.75rem); }
.section-header > p, .textile-section-heading > p, .food-dehydrated-heading > p, .ornamental-heading > p { font-size: clamp(.9rem, 1.25vw, 1rem); line-height: 1.7; }
@media (max-width: 767px) {
  .story-hero-content h1 br {
    display: none;
}
.contact-details{
  padding: 0px;
}
.story-hero,.journey-section{
  padding: 60px 0 60px;
}
.difference-section, .industries-section{
   padding: 60px 0 60px;
}
    .story-pillars
 {
        margin-top: 15px;
    }
.journey-copy {
    margin: 17px 0 24px;
}
  .promise-item{
    flex-direction: column;
  }
  .promise-cnt {
    padding: 2px 10px;
}
.sn-col-senter{
  margin-bottom: 10px;
}
.promise-section {
    padding-bottom: 60px;
}
.sourcing-section{
  padding: 60px 0;
}
.sourcing-section .section-header{
  margin-bottom: 20px;
}
section.sn-transparent-sec{
      padding: 60px 0px 65px 0px;
}
.sn-transparent-img {
    margin-bottom: 20px;
}
.section-header {
    margin-bottom: 10px;
}
.sn-transparent-img {
    margin-top: 35px;
}
.sn-transparent-img{
  margin-top: 0px;
}
p.sn-tran-para {
    margin-bottom: 30px;
}
section.sn-home-quality-sec
 {
    padding: 60px 0px;
}
.sn-transparent-img.mar-top {
    margin-top: 30px;
    margin-bottom: 0px;
}
  main > section { padding-block: 3.5rem; }
  .container { padding-left: 16px; padding-right: 16px; }
  .row { --bs-gutter-x: 1.25rem; }
  :is(.hero, .story-hero, .food-hero, .textile-hero, .contact-hero) h1 { font-size: clamp(2.35rem, 10vw, 3rem); }
  :is(.section-title, .textile-section-heading h2, .ornamental-heading h2, .food-section-intro h2, .food-tomato h2, .food-dehydrated h2, .contact-details h2, .contact-form-card h2) { font-size: clamp(1.9rem, 8vw, 2.35rem); }
  .moringa-process, .tomato-uses { max-width: 100%; }
}
