@import url("vendor/bootstrap.min.css");

/* ==========================================================
   FOWM NUTRI — MAIN EDITABLE STYLESHEET
   Edit this file for all colours, spacing and responsive rules.
   theme.min.css is only the Bootstrap framework.
   ========================================================== */

/* 1. EASY SETTINGS */
:root {
  --orange: #e76425;
  --orange-light: #fff3eb;
  --navy: #113c76;
  --navy-light: #dce8f6;
  --cream: #f3ead5;
  --white: #ffffff;
  --text: #241f1a;
  --muted: #6f665b;
  --border: #e4d8c7;
  --header-height: 103px;
  --logo-height: 72px;
  --page-padding: 5vw;
}

/* 2. FONT AND BASE */
@font-face { font-family: Inter; src: url('../fonts/inter-v12-latin-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/inter-v12-latin-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/inter-v12-latin-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: var(--header-height); }
body, button, input, select, textarea { font-family: Inter, Arial, sans-serif !important; }
html { width: 100%; overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { width: 100%; min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--white) !important; color: var(--text) !important; }
img, svg { max-width: 100%; height: auto; }
a, button, input, select, textarea { touch-action: manipulation; }
button, input, select, textarea { margin: 0; font: inherit; }
button, [type="button"], [type="submit"] { -webkit-appearance: none; appearance: none; }
.px-vw-5 { padding-left: var(--page-padding) !important; padding-right: var(--page-padding) !important; }
.text-secondary, .text-muted { color: var(--muted) !important; }
.border-dark, .border-secondary { border-color: var(--border) !important; }
.shadow, .shadow-sm { box-shadow: 0 .75rem 2rem rgba(72, 57, 39, .12) !important; }

/* 3. HEADER — EDIT HEADER HERE */
#site-header .navbar {
  min-height: var(--header-height);
  padding: 0 var(--page-padding) !important;
  background: var(--white) !important;
  border-bottom: 1px solid #eee8df;
}
#site-header .navbar > .container {
  height: var(--header-height);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#site-header .navbar-brand { flex: 0 0 auto; height: var(--header-height); display: flex; align-items: center; margin: 0; padding: 0; }
#site-header .navbar-brand img { display: block; width: auto; height: var(--logo-height); }
#site-header .navbar-nav { display: flex; flex-direction: row; align-items: center; white-space: nowrap; }
#site-header .nav-link { margin: 0 .7rem; padding: .55rem 0 !important; color: var(--navy) !important; border-bottom: 2px solid transparent; font-size: 1rem !important; font-weight: 600; }
#site-header .nav-link:hover, #site-header .nav-link.active { color: var(--orange) !important; border-color: var(--orange); }
#site-header .btn-order { flex: 0 0 auto; display: inline-block !important; padding: .75rem 1.35rem; color: var(--text) !important; background: var(--cream) !important; border: 1px solid #dcd1bd !important; border-radius: 999px; font-weight: 700; white-space: nowrap; }
#site-header .btn-order:hover,
#site-header .btn-order:focus-visible {
  color: var(--white) !important;
  background: var(--navy) !important;
  border-color: var(--navy) !important;
}
#site-header .navbar.scrolled { box-shadow: 0 8px 25px rgba(17, 60, 118, .08); }

/* 4. BUTTONS AND LINKS */
.btn-xl { padding: calc(.75rem + .5vh) calc(2rem + 2vw); border-radius: 999px; font-size: 1.2rem; }
.btn,
.btn-light,
.btn-white,
.btn-dark,
.btn-outline-light,
.order-submit,
#site-header .btn-order {
  color: var(--white) !important;
  background: var(--orange) !important;
  border-color: var(--orange) !important;
}
.btn:hover,
.btn:focus-visible,
.btn-light:hover,
.btn-light:focus-visible,
.btn-white:hover,
.btn-white:focus-visible,
.btn-dark:hover,
.btn-dark:focus-visible,
.btn-outline-light:hover,
.btn-outline-light:focus-visible,
.order-submit:hover,
.order-submit:focus-visible,
#site-header .btn-order:hover,
#site-header .btn-order:focus-visible {
  color: var(--white) !important;
  background: var(--navy) !important;
  border-color: var(--navy) !important;
}
.link-fancy { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }

/* 5. GENERAL SECTION COLOURS */
main > section:nth-of-type(odd), main > div:nth-of-type(odd) { background: var(--white); }
main > section:nth-of-type(even), main > div:nth-of-type(even) { background: var(--orange-light); }
.bg-black, .bg-dark, .bg-transparent, .gradient { background-color: var(--white) !important; background-image: none; color: var(--text) !important; }
.py-vh-2 { padding-top: 3vh; padding-bottom: 3vh; }
.py-vh-3 { padding-top: 6vh; padding-bottom: 6vh; }
.py-vh-4 { padding-top: 9vh; padding-bottom: 9vh; }
.py-vh-5 { padding-top: 12vh; padding-bottom: 12vh; }

/* 6. HOME HERO */
.home-hero { height: min(calc(100vw / 1.882), calc(100vh - var(--header-height))); min-height: 540px; margin-top: var(--header-height); position: relative; background: #f6ad16 !important; color: #21170d !important; }
.home-hero-bg { position: absolute; inset: 0; height: 100% !important; background: url('../img/fowm-nutri-banner.jpg') center / cover no-repeat !important; opacity: 1 !important; }
.home-hero-content { position: absolute !important; inset: 0; width: 100% !important; max-width: none !important; height: 100%; display: block !important; margin: 0 !important; padding: 9.7vw 5.1vw 2rem !important; }
.home-hero-row { display: block !important; width: 100%; margin: 0 !important; padding: 0 !important; }
.home-hero .col-xl-10 { width: 43% !important; max-width: 43% !important; padding: 0 !important; }
.home-hero .col-xl-8, .home-hero .col-12.text-left { width: 42% !important; max-width: 42% !important; padding: 0 !important; }
.home-hero .h5 { display: block; margin: 0 0 .7em; color: #21170d !important; font-size: clamp(1rem, 1.5vw, 1.9rem); font-weight: 400 !important; }
.home-hero .display-huge { margin: 0 0 .65em !important; color: #7b2d09 !important; font-size: clamp(2.6rem, 3.45vw, 4.6rem) !important; font-weight: 700; line-height: 1.04; letter-spacing: -.045em; white-space: nowrap; }
.home-hero .lead { margin: 0 0 1.2em; color: #21170d !important; font-size: clamp(1rem, 1.35vw, 1.7rem); line-height: 1.3; white-space: nowrap; }
.home-hero .btn-light { width: 23vw; min-width: 235px; max-width: 460px; padding-top: clamp(.7rem, 1vw, 1.25rem); padding-bottom: clamp(.7rem, 1vw, 1.25rem); text-align: center; box-shadow: none; }
.home-hero .btn-light:hover,
.home-hero .btn-light:focus-visible {
  color: var(--white) !important;
  background: var(--navy) !important;
  border-color: var(--navy) !important;
}

/* 7. HOME CONTENT */
.home-what-we-do { background: var(--orange) !important; color: var(--white) !important; }
.home-what-we-do .text-secondary, .home-what-we-do a { color: var(--white) !important; }
.home-quality-people, .home-quality-people .bg-dark { background: var(--navy) !important; color: var(--white) !important; }
.home-quality-people .text-secondary { color: var(--navy-light) !important; }
.home-product-portfolio .card, .home-product-portfolio .card > div { border: 0 !important; outline: 0 !important; }
.home-product-portfolio .card { box-shadow: none !important; }
.home-product-portfolio .card > div {
  width: 100%;
  overflow: hidden;
}
.home-product-portfolio .card img {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}

/* 8. INNER PAGES */
.inner-page { padding-top: var(--header-height); }
.inner-hero { min-height: 62vh; display: flex; align-items: center; border-bottom: 1px solid var(--border); }
.inner-kicker, .step { color: var(--orange); font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.inner-title { margin: 1rem 0 1.5rem; font-size: clamp(3rem, 5vw, 6rem); line-height: .95; letter-spacing: -.055em; }
.inner-lead { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.45rem); }
.inner-section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.inner-section.alt { background: var(--orange-light) !important; }
.inner-heading { margin-bottom: 1.5rem; font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.045em; }
.statement { padding: 1rem 0 1rem 2rem; border-left: 4px solid var(--orange); font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.25; }

/* 9. CARDS AND PRODUCTS */
.info-card { height: 100%; padding: 2rem; background: var(--white); border: 1px solid #fff; border-radius: 1.6rem; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.inner-section .row.g-4 {
  row-gap: 1.5rem;
}
.inner-section .row.g-5 {
  row-gap: 3rem;
}
.info-card:hover { transform: translateY(-6px); border-color: #dddddd; box-shadow: 0 1.25rem 3rem rgba(70, 50, 25, .12); }
.info-card h3 { font-size: 1.55rem; }
.info-card p, .info-card li { color: var(--muted); }
.info-card li + li { margin-top: .55rem; }
.product-top { height: 170px; margin: -2rem -2rem 1.7rem; padding: 2rem; display: flex; align-items: flex-end; color: var(--white); background: linear-gradient(135deg, #075b5c, #0d3939); border-radius: 1.6rem 1.6rem 0 0; }
.col-md-6:nth-child(2) .product-top { background: linear-gradient(135deg, #bd7a39, #e2aa63); }
.col-md-6:nth-child(3) .product-top { background: linear-gradient(135deg, #8d2d24, #dc5b3c); }
.col-md-6:nth-child(4) .product-top { background: linear-gradient(135deg, #9b764b, #d4b27e); }
.sdg-number { color: var(--orange); font-size: 2.2rem; font-weight: 800; }

/* 10. FAQ AND CONTACT */
.faq-item { margin-bottom: 1rem; padding: 0 1.5rem; background: var(--white); border: 1px solid var(--border); border-radius: 1.25rem; }
.faq-item summary { padding: 1.4rem 0; cursor: pointer; font-size: 1.15rem; font-weight: 700; }
.faq-item p { padding-bottom: 1.3rem; color: color: #2B2B2B; }
.contact-link { color: #808080; text-decoration: none; font-weight: 400; }
.contact-link:hover { color: #9B9B9B; text-decoration: none; font-weight: 400; }


/* 11. ORDER FORM */
.order-hero { min-height: 54vh; }
.order-heading { margin: 1rem 0 1.5rem; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.04em; }
.order-contact { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.order-contact strong, .order-contact a { display: block; margin-bottom: .65rem; }
.order-contact a { color: var(--navy); text-decoration: none; }
.order-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid #ead9ca; border-radius: 1.5rem; box-shadow: 0 1.25rem 3rem rgba(17, 60, 118, .08); }
.order-form label { display: block; margin-bottom: .55rem; color: var(--navy); font-weight: 700; }
.order-form .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
.order-form .form-control, .order-form .form-select { min-height: 52px; padding: .75rem 1rem; color: var(--text); background: var(--white); border: 1px solid var(--border); border-radius: .7rem; }
.order-form textarea.form-control { min-height: 130px; resize: vertical; }
.order-form .form-control:focus, .order-form .form-select:focus { border-color: var(--orange); box-shadow: 0 0 0 .22rem rgba(231, 100, 37, .14); }
.order-submit { padding: .85rem 1.6rem; color: var(--white); background: var(--orange); border-radius: 999px; font-weight: 700; }
.order-submit:hover { color: var(--white); background: var(--navy); }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }

/* 12. FOOTER */
.page-footer { color: var(--white); background: var(--navy); line-height:1.25em}
.page-footer .footer-main { padding-top: 4.5rem; padding-bottom: 4rem; }
.page-footer .footer-grid { display: grid; grid-template-columns: minmax(260px, 2fr) minmax(140px, 1fr) minmax(140px, 1fr) minmax(220px, 1.25fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.page-footer .footer-column, .page-footer .footer-brand { min-width: 0; }
.page-footer .footer-logo img { display: block; width: 130px; height: auto; filter: brightness(0) invert(1); }
.page-footer .footer-intro { max-width: 360px; margin: 1.5rem 0 0; color: var(--navy-light); line-height: 1.7; }
.page-footer h2 { margin: 0 0 1.2rem; color:#FFD027; font-size: .92rem; text-transform: uppercase; letter-spacing: .1em; }
.page-footer a { display: block; width: max-content; max-width: 100%; margin: .55rem 0; color: var(--white); text-decoration: none; overflow-wrap: anywhere; }
.page-footer a:hover { color: #FFD027; }
.page-footer p { color: var(--navy-light); line-height: 1.45; }
.page-footer .footer-contact a { width: auto; }
.page-footer .footer-bottom { padding: 1.4rem 0; color: var(--navy-light); border-top: 1px solid rgba(255, 255, 255, .18); text-align: center; font-size: .875rem; }

/* 13. ANIMATION SAFETY */
[data-aos] { pointer-events: auto !important; backface-visibility: hidden; }
html.aos-fallback [data-aos] { opacity: 1 !important; visibility: visible !important; transform: none !important; transition: none !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-aos] { opacity: 1 !important; visibility: visible !important; transform: none !important; }
}

/* 14. TABLET */
@media (max-width: 991.98px) {
  :root { --page-padding: 24px; }
  .home-hero { min-height: 680px; }
  .home-hero-content { display: flex !important; align-items: center; min-height: 680px; padding: 2rem var(--page-padding) !important; }
  .home-hero-bg { background-position: 62% center !important; }
  .home-hero-row { display: flex !important; }
  .home-hero .col-xl-10, .home-hero .col-xl-8 { width: 58% !important; max-width: 58% !important; }
  .home-hero .col-12.text-left { width: 58% !important; max-width: 58% !important; }
  .home-hero .display-huge { font-size: clamp(2.7rem, 6vw, 4rem) !important; white-space: normal; }
  .home-hero .lead { white-space: normal; }
  .home-hero .lead br { display: none; }
  .page-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; }
  .row > * { min-width: 0; }
}

/* Automatic spacing when SHOW_HEADER_LOGO is false in page-shell.js. */
@media (min-width: 992px) {
  .header-logo-hidden #site-header .navbar-nav { margin-left: 0 !important; }
}
@media (max-width: 991.98px) {
  .header-logo-hidden #site-header .navbar-brand { display: none; }
}

/* 17. ORDER FORM FIELD CONSISTENCY */
.order-form label {
  display: block;
  margin: 0 0 .6rem;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.order-form .form-control,
.order-form .form-select {
  display: block;
  width: 100% !important;
  height: 60px;
  min-height: 60px;
  padding: .85rem 1rem;
  color: var(--text);
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  font-size: 1rem;
  line-height: 1.4;
}
.order-form .form-select {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23113c76' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 6 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 16px;
  cursor: pointer;
}
.order-form textarea.form-control {
  height: 150px;
  min-height: 150px;
  resize: vertical;
}
.order-form .order-submit { margin: 0; }
.order-form .form-note { margin: 1rem 0 0; line-height: 1.5; }
@media (max-width: 575.98px) {
  .order-form label { font-size: .95rem; }
  .order-form .form-control,
  .order-form .form-select { height: 56px; min-height: 56px; font-size: 1rem; }
  .order-form textarea.form-control { height: 140px; min-height: 140px; }
}


/* 15. MOBILE */
@media (max-width: 575.98px) {
  :root { --page-padding: 18px; }
  .home-hero { min-height: 720px; }
  .home-hero-content { min-height: 720px; align-items: flex-start; padding-top: 4rem !important; }
  .home-hero-bg { background-position: 67% center !important; }
  .home-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 188, 33, .94), rgba(255, 188, 33, .82) 55%, rgba(255, 188, 33, .12)); }
  .home-hero .col-xl-10, .home-hero .col-xl-8, .home-hero .col-12.text-left { width: 100% !important; max-width: 100% !important; }
  .home-hero .display-huge { max-width: 420px; font-size: clamp(2.5rem, 12vw, 3.55rem) !important; }
  .home-hero .display-huge br { display: none; }
  .home-hero .lead { max-width: 92%; font-size: 1.05rem; }
  .home-hero .btn-light { width: 100%; min-width: 0; max-width: 300px; }
  .inner-hero { min-height: auto; padding: 5rem 0 4rem; }
  .inner-title { font-size: clamp(2.65rem, 14vw, 4rem); overflow-wrap: anywhere; }
  .inner-heading { font-size: clamp(2rem, 10vw, 3rem); }
  .inner-section { padding: 4rem 0; }
  .info-card { padding: 1.5rem; border-radius: 1rem; }
  .product-top { height: 145px; margin: -1.5rem -1.5rem 1.5rem; }
  .statement { padding-left: 1.2rem; }
  .order-form { border-radius: 1rem; }
  .page-footer .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .page-footer .footer-intro { max-width: 100%; line-height:1.25em}
}

/* 16. RESPONSIVE HEADER — one predictable menu on every browser */
.nav-panel {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 9px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  transition: transform .2s ease, opacity .2s ease;
}

@media (max-width: 991.98px) {
  :root, .header-logo-hidden { --header-height: 78px; }
  #site-header .navbar { min-height: var(--header-height); }
  #site-header .navbar > .container {
    position: relative;
    height: var(--header-height);
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #site-header .navbar-brand {
    width: auto;
    height: var(--header-height);
    justify-content: flex-start;
  }
  #site-header .navbar-brand img { height: 56px; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  #site-header .nav-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    padding: 1rem 24px 1.5rem;
    background: var(--white);
    border-top: 1px solid var(--border);
    box-shadow: 0 16px 24px rgba(17, 60, 118, .12);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }
  #site-header .nav-panel.is-open {
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    flex-direction: column;
    align-items: stretch;
    transition-delay: 0s;
  }
  #site-header .navbar-nav {
    order: initial;
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
  }
  #site-header .nav-link { display: block; margin: 0; padding: .8rem 0 !important; }
  #site-header .btn-order { order: initial; align-self: flex-start; margin: .8rem 0 0; }
  .home-hero { margin-top: var(--header-height); }
  .inner-page { padding-top: var(--header-height); }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 575.98px) {
  :root, .header-logo-hidden { --header-height: 72px; }
  #site-header .navbar-brand img { height: 50px; }
  #site-header .nav-panel { padding-left: 18px; padding-right: 18px; }
  .header-logo-hidden #site-header .navbar > .container { flex-wrap: nowrap; }
  .header-logo-hidden #site-header .navbar-nav { width: 100%; max-width: none; }
  .header-logo-hidden #site-header .btn-order { margin: .8rem 0 0; }
}

/* 18. CROSS-BROWSER LAYOUT SAFETY */
.container, .container-fluid { width: 100%; }
.row { min-width: 0; }
.row > * { min-width: 0; }
p, h1, h2, h3, h4, li, a { overflow-wrap: break-word; letter-spacing: -0.025em }

.order-form input,
.order-form textarea,
.order-form select {
  -webkit-appearance: none;
  appearance: none;
}
.order-form input:-webkit-autofill,
.order-form textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--text);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}

@supports (min-height: 100svh) {
  body { min-height: 100svh; }
}

@supports not (overflow: clip) {
  html { overflow-x: hidden; }
}

@media (hover: none) {
  .info-card:hover { transform: none; }
}

@media (max-width: 767.98px) {
  .px-vw-5 { padding-left: var(--page-padding) !important; padding-right: var(--page-padding) !important; }
  .py-vh-5 { padding-top: 5rem; padding-bottom: 5rem; }
  .py-vh-4 { padding-top: 4rem; padding-bottom: 4rem; }
  .py-vh-3 { padding-top: 3rem; padding-bottom: 3rem; }
  .p-5 { padding: clamp(1.5rem, 6vw, 3rem) !important; }
  .ms-5 { margin-left: clamp(1rem, 5vw, 3rem) !important; }
}



.fontstyle1
{
font-size:54px;
width:90%;
font-weight: 800;
color:#7B2D09;
}

.orange-clr
{
color:#E76425;
}

