@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf) format("truetype-variations");
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-VariableFont_wdth\,wght.ttf) format("truetype-variations");
}
:root {
  --primary: #a7bd98;
  --primary-dark: #4a6b3f;
  --primary-soft: rgba(167, 189, 152, 0.15);
  --primary-softer: rgba(167, 189, 152, 0.08);
  --fg: #111111;
  --fg-2: #1e1e1e;
  --muted-fg: #555555;
  --muted-fg-2: #777777;
  --bg: #ffffff;
  --bg-section: #f4f6f2;
  --bg-soft: #e8e9e9;
  --border: #e5e4e6;
  --dark: #191f25;
  --hero-scrim: rgba(0, 0, 0, 0.55);
  --container-width: 1240px;
  --radius: 6px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(20, 30, 15, 0.05);
  --shadow-md: 0 6px 18px rgba(20, 30, 15, 0.08), 0 2px 4px rgba(20, 30, 15, 0.04);
  --shadow-lg: 0 18px 40px rgba(20, 30, 15, 0.12), 0 4px 10px rgba(20, 30, 15, 0.06);
  --font-heading: "Roboto", sans-serif;
  --font-body: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--fg);
  background: var(--bg);
}

header {
  position: relative;
  z-index: 50;
}

a {
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.container {
  max-width: var(--container-width);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-line {
  display: inline-block;
  width: 5rem;
  height: 0.25rem;
  border-radius: 999px;
  background: var(--primary);
  margin-bottom: 0.875rem;
}

.section-line-center {
  display: block;
  margin-inline: auto;
}

.section-head {
  margin-bottom: 2rem;
}

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

.section-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 1.9rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--fg-2);
}

.section-subtitle,
.section-copy {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted-fg);
}

.section-eyebrow {
  margin: 0 0 0.875rem;
  font-family: var(--font-heading);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary-dark);
}

.section-eyebrow-light {
  color: rgba(255, 255, 255, 0.75);
}

.main-button,
.quote-button,
.submit-button {
  min-height: 2.75rem;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.main-button {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.6875rem 2rem;
  border: 0;
  background: var(--primary-dark);
  color: #fff;
  box-shadow: 0 4px 12px rgba(74, 107, 63, 0.22);
}

.main-button:hover {
  background: #3c5733;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(74, 107, 63, 0.28);
}

.quote-button {
  padding: 0.625rem 1.25rem;
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  background: transparent;
}

.quote-button:hover {
  background: var(--primary-dark);
  color: #fff;
}

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.fa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.button-icon .fa-icon {
  font-size: 1rem;
}

.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--fg-2);
  line-height: 1.5;
}

.check-list i{
  color: var(--primary)
}

.check-list-two {
  grid-template-columns: 1fr;
}

.top-bar {
  background: var(--dark);
  color: #fff;
}

.top-bar-row {
  min-height: 2rem;
  padding-block: 0.5rem;
}

.top-bar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.96);
}

.top-bar-link .fa-icon,
.top-search-button .fa-icon {
  font-size: 0.875rem;
  color: var(--primary-dark);
}

.top-bar-search {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(100%, 24rem);
  padding: 0.125rem;
  border: 1px solid rgba(230, 234, 227, 0.45);
  border-radius: 999px;
  background: #353b43;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  margin-left: auto;
}

.top-search-input {
  min-height: 1.65rem;
  padding: 0.18rem 0.8rem 0.18rem 0.85rem !important;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
  box-shadow: none;
}

.top-search-input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.top-search-input:focus {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
  color: #fff;
}

.top-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 0;
  border-radius: 50%;
  background: #f7f7f2;
  color: #5f6b5d;
}

.top-search-button:hover {
  background: #ffffff;
}

.top-bar-search:focus-within {
  border-color: rgba(190, 205, 180, 0.85);
  box-shadow: 0 0 0 3px rgba(167, 189, 152, 0.14);
}

.main-nav {
  position: relative;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.nav-shell {
  min-height: 4.125rem;
}

.nav-brand img {
  width: auto;
  height: clamp(2.85rem, 4vw, 3.25rem);
}

.nav-toggle {
  border-color: var(--border);
  border-radius: var(--radius);
}

.nav-toggle .fa-icon {
  font-size: 1.125rem;
  color: var(--fg-2);
}

.nav-toggle:focus {
  box-shadow: 0 0 0 3px var(--primary-soft);
}

.nav-list .nav-link,
.mega-toggle {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--fg-2);
  position: relative;
}

.nav-list .nav-link:hover,
.mega-toggle:hover {
  color: var(--primary-dark);
}

.nav-list .nav-link::after,
.mega-toggle::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-list .nav-link:hover::after,
.nav-list .nav-link:focus-visible::after,
.mega-item:hover .mega-toggle::after,
.mega-item:focus-within .mega-toggle::after,
.mega-item.is-open .mega-toggle::after {
  transform: scaleX(1);
}

.nav-list {
  gap: 0.4rem;
}

.mega-item {
  position: relative;
}

.mega-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 0;
  text-decoration: none;
}

.mega-toggle .fa-icon {
  font-size: 0.9rem;
  transition: transform 180ms ease;
}

.mega-item.is-open .mega-toggle .fa-icon {
  transform: rotate(180deg);
}

.mega-menu {
  position: relative;
  z-index: 80;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.mega-item.is-open .mega-menu {
  grid-template-rows: 1fr;
}

.mega-menu-grid {
  overflow: hidden;
  margin-top: 0;
  padding: 0rem 1.6rem 0rem;
}

.mega-column {
  padding-top: 0.25rem;
}

.mega-title {
  margin: 0 0 0.95rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dddcd6;
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--fg-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-links {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0;
}

.mega-links a {
  display: block;
  padding: 0.28rem 0;
  border-radius: var(--radius);
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.45;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mega-links a:hover {
  color: var(--primary-dark);
  transform: translateX(2px);
}

.mega-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.9rem 1.6rem 1rem;
  border-top: 1px solid #e7e5de;
  background: #f8f8f4;
  margin: 0 -40px;
}

.mega-footer-text {
  margin: 0;
  color: var(--muted-fg);
  font-size: 0.9rem;
}

.mega-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
}

.mega-footer-link .fa-icon {
  font-size: 0.95rem;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(23.75rem, 50vh, 28rem);
  overflow: hidden;
  background: center / cover no-repeat url("../assets/hero/hero-graded.jpg");
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(23, 31, 40, 0.62) 0%, rgba(23, 31, 40, 0.46) 30%, rgba(23, 31, 40, 0.14) 62%, rgba(23, 31, 40, 0.08) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: 2.75rem;
}

.hero-line {
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  margin-bottom: 1.2rem;
  background: var(--primary);
}

.hero-title {
  margin: 0;
  font-family: var(--font-heading);
  max-width: 32rem;
  font-size: clamp(2rem, 5.8vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #fff;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 2rem;
  min-height: 2rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: none;
  transition: all 0.1s ease-in-out;
}

.hero-button .button-icon {
  width: 1.7rem;
  height: 1.7rem;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.hero-button:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-1px);
  gap: 14px;
  color: #fff;
}

.hero-button:hover .button-icon {
  border-color: #fff;
}

.about-section,
.suppliers-section,
.contact-section {
  padding-block: clamp(3.5rem, 6vw, 5rem);
  background: #fff;
}

.about-section {
  padding-block: clamp(4rem, 7vw, 5.5rem);
}

.products-section {
  padding-block: clamp(4rem, 7vw, 5.75rem);
  background: var(--bg-soft);
}

.products-section .section-head {
  margin-bottom: 2.75rem;
}

.products-section .section-subtitle {
  max-width: 38rem;
  margin-inline: auto;
  color: #5f6770;
}

.featured-section {
  padding-block: clamp(4rem, 7vw, 5.75rem);
  background: var(--bg-soft);
}

.about-row {
  row-gap: 1.5rem;
}

.about-copy {
  max-width: 47rem;
}

.about-text {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #111827;
}

.about-text + .about-text {
  margin-top: 0.6rem;
}

.product-card {
  display: grid;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dedfdb;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 1px 1px rgba(20, 30, 15, 0.04);
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.5rem;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
  box-shadow: 0 10px 24px rgba(20, 30, 15, 0.08);
}
.product-body{
  transition: all 0.3s ease-in-out;
}
.product-card:hover .product-body{
  background: var(--primary);
}
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18.25rem;
  padding: 1.35rem;
  overflow: hidden;
  background: #fff;
}

.product-image img {
  width: 100%;
  max-width: 16rem;
  max-height: 14rem;
  height: auto;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.02);
}

.product-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem 1.35rem 1.2rem;
  background: #fff;
  border-top: 1px solid #e6e5e0;
}

.product-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  color: #15202b;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid var(--primary);
  padding: 5px;
  border-radius: 5px;
  width: max-content;
}
.product-card:hover .product-link{
  background: var(--primary);
  color: #fff;
  border-color: #fff;
}
.product-link::after {
  content: "→";
  font-size: 1rem;
}

.suppliers-copy {
  max-width: 19rem;
}

.suppliers-text {
  /* max-width: 17rem; */
  color: #5f6770;
}

.suppliers-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: 0.5rem;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.suppliers-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: suppliers-scroll 34s linear infinite;
  will-change: transform;
}

.suppliers-marquee:hover .suppliers-track {
  animation-play-state: paused;
}

.supplier-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 11rem;
  min-height: 7.6rem;
  padding: 1rem 1.15rem;
  border: 1px solid #e4e5e1;
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 18, 0.04);
  filter: grayscale(0.1);
  opacity: 0.92;
  transition: opacity 180ms ease, filter 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.supplier-card:hover {
  opacity: 1;
  filter: none;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 18, 0.08);
}

.supplier-card img {
  max-width: 100%;
  max-height: 3.5rem;
  width: auto;
  object-fit: contain;
}

@keyframes suppliers-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.featured-slider {
  position: relative;
  max-width: 77.5rem;
  margin-inline: auto;
}

.slider-viewport {
  overflow: hidden;
}

.slider-track {
  display: flex;
  align-items: stretch;
  transition: transform 360ms ease;
  will-change: transform;
}

.slider-slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 1.75rem;
  border: 1px solid #dfdfdb;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(20, 30, 15, 0.04);
}

.slider-image {
  overflow: hidden;
  border-radius: 0.45rem;
  aspect-ratio: 1.35 / 1;
  background: #fff;
}

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

.slider-copy {
  display: grid;
  gap: 0.5rem;
}

.slider-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--fg-2);
}

.slider-accreditation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.slider-accreditation-label {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #576166;
}

.slider-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.slider-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.75rem;
  border: 1px solid var(--primary);
  border-radius: 999px;
  background: #f5f8f2;
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slider-text {
  margin: 0;
  color: #16202b;
  font-size: 14px;
  line-height: 1.75;
}

.slider-groups {
  display: flex;
  gap: 1rem;
}

.slider-groups h4 {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--fg-2);
}

.slider-arrow {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  margin-top: 1rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-dark);
  box-shadow: 0 8px 22px rgba(20, 30, 15, 0.1);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  z-index: 2;
}

.slider-arrow:hover {
  background: var(--primary-dark);
  color: #fff;
  border-color: var(--primary-dark);
  box-shadow: 0 10px 20px rgba(74, 107, 63, 0.24);
}

.slider-arrow .fa-icon {
  display: block;
  font-size: 2.5rem;
}

.slider-arrow-next {
  margin-left: 0.5rem;
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

.slider-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(46, 60, 54, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}

.slider-dot.is-active {
  background: var(--primary-dark);
  transform: scale(1.3);
}

.contact-shell {
  max-width: 960px;
}

.contact-panel {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-section);
}

.form-group-block {
  height: 100%;
}

.form-group-title {
  margin: 0 0 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary-dark);
}

.form-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--fg-2);
}

.form-control,
.form-select {
  padding: 0.625rem 0.75rem;
  border-color: var(--border);
  border-radius: var(--radius);
  font-size: 0.8125rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-dark);
  box-shadow: 0 0 0 3px var(--primary-soft);
}

.required-mark {
  color: #c0392b;
}

.form-actions {
  display: grid;
  justify-items: center;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.form-note {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted-fg-2);
  text-align: center;
}

.form-success {
  text-align: center;
  padding: 2rem 1rem;
}

.form-success h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--fg-2);
}

.form-success p {
  margin: 1rem auto 0;
  max-width: 32rem;
  color: var(--muted-fg);
}

.site-footer {
  background: #1d232a;
  color: #fff;
  padding: 0 clamp(1.5rem, 6vw, 5.5rem);
}

.footer-shell {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding-block: 3.5rem 2.5rem;
}

.footer-logo {
  width: auto;
  height: clamp(3.4rem, 7vw, 4.2rem);
  margin-bottom: 1.5rem;
}

.footer-brand-block {
  max-width: 18rem;
}

.footer-tagline,
.footer-contact,
.footer-bottom,
.footer-abn,
.footer-links a {
  color: #fff;
}

.footer-tagline,
.footer-contact,
.footer-abn {
  font-size: 14px;
  line-height: 1.7;
}

.footer-tagline {
  margin: 0;
  max-width: 17rem;
}

.footer-links-block,
.footer-contact-block {
  min-width: 0;
}

.footer-title {
  margin: 0 0 1.25rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(166, 178, 171, 0.22);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.95rem;
  margin-bottom: 0;
}

.footer-links a {
  font-size: 14px;
  line-height: 1.55;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--primary);
}

.footer-abn {
  margin: 0 0 1rem;
}

.footer-contact li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.footer-contact-icon {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.92);
}

.footer-contact-icon .fa-icon {
  display: block;
  font-size: 0.95rem;
}

.footer-contact a,
.footer-contact span:last-child {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-bottom {
  display: grid;
  gap: 0.5rem;
  padding: 1.55rem 0;
  border-top: 1px solid rgba(166, 178, 171, 0.14);
  font-size: 12px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.top-bar-link:focus-visible,
.nav-link:focus-visible,
.mega-toggle:focus-visible,
.mega-links a:focus-visible,
.slider-arrow:focus-visible,
.slider-dot:focus-visible,
.footer-links a:focus-visible,
.footer-contact a:focus-visible,
.main-button:focus-visible,
.quote-button:focus-visible {
  outline: 3px solid var(--primary-soft);
  outline-offset: 3px;
}

/* inner page css */

.inner-hero-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(23.75rem, 50vh, 28rem);
  overflow: hidden;
  background: center / cover no-repeat url("../assets/hero/hero-graded.jpg");
}

.inner-hero-section .hero-title {
  margin: 0;
  font-family: var(--font-heading);
  max-width: 100%;
  font-size: clamp(2rem, 5.8vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}

.inner-hero-section .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2rem;
  min-height: 2rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: none;
  transition: all 0.1s ease-in-out;
}

.product_list_holder .col{
  margin-bottom: 30px;
}

.catalog-detail-section {
  background:
    radial-gradient(circle at top right, rgba(167, 189, 152, 0.14), transparent 26%),
    linear-gradient(180deg, #fcfcfa 0%, #f4f4f1 100%);
}

.catalog-shell {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}

.catalog-head {
  margin-bottom: 2.5rem;
}

.catalog-page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #23262b;
}

.catalog-group + .catalog-group {
  margin-top: 2rem;
}

.catalog-group-heading {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.catalog-group-icon,
.catalog-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8d9399;
}

.catalog-group-icon {
  font-size: 1rem;
}

.catalog-group-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
  color: #343a40;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8rem;
}

.catalog-grid-compact {
  max-width: 46rem;
}

.catalog-item-card {
  min-height: 7.4rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid #d7dce1;
  border-radius: 0.55rem;
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 30, 15, 0.02), 0 6px 16px rgba(20, 30, 15, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-item-card:hover {
  transform: translateY(-2px);
  border-color: #b9c6d3;
  box-shadow: 0 10px 22px rgba(20, 30, 15, 0.08);
}

.catalog-item-top,
.catalog-item-header {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 0.75rem;
}

.catalog-item-top {
  justify-content: flex-start;
}

.catalog-item-icon {
  margin-top: 0.05rem;
  font-size: 1rem;
}

.catalog-item-title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1f252c;
}

.catalog-item-copy {
  margin: 0.35rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #737b84;
}

.catalog-item-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  margin-top: 0.9rem;
  padding: 0.38rem 0.95rem;
  border-radius: 0.35rem;
  background: linear-gradient(180deg, #1f93d0 0%, #116da9 100%);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 5px 10px rgba(17, 109, 169, 0.2);
}

.catalog-item-button:hover {
  color: #fff;
  background: linear-gradient(180deg, #1687c0 0%, #0f608f 100%);
}

.catalog-item-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8d9399;
  font-size: 0.95rem;
}

.catalog-item-card-detailed {
  display: flex;
  flex-direction: column;
  min-height: 7.7rem;
}

.catalog-item-card-detailed .catalog-item-button {
  align-self: flex-start;
}

.catalog-item-button:focus-visible {
  outline: 3px solid rgba(31, 147, 208, 0.25);
  outline-offset: 3px;
}

@media (min-width: 576px) {
  .catalog-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .catalog-grid:not(.catalog-grid-compact) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .catalog-grid:not(.catalog-grid-compact) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-video {
    display: none;
  }

  .suppliers-track {
    animation: none;
  }
}

@media (min-width: 767px) {
  .check-list-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.5rem;
  }

  .footer-grid {
    grid-template-columns: minmax(15rem, 1.05fr) minmax(8rem, 0.9fr) minmax(18rem, 1.2fr);
    gap: 2.5rem 1rem;
    align-items: start;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .suppliers-copy {
    max-width: none;
  }

  .suppliers-text {
    max-width: 30rem;
  }

  .supplier-card {
    flex-basis: 10rem;
    min-height: 7rem;
  }
  /* .top-bar{
    padding: 0 15px;
  } */
  .top-bar-links{
    /* justify-content: center; */
  }
  .top-bar-search{
    margin-top: 0.5rem;
  }
  .mega-toggle{
    padding-left: 0;
    padding-right: 0;
  }
  .nav-list .nav-link, .mega-toggle{
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #91ab91;
    border-radius: 0;
  }
  .quote-button{
    margin: 15px auto;
  }
  .slider-arrow{
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .slider-arrow-prev{
    left: -65px;
  }
  .slider-arrow-next{
    right: -65px;
  }
  .slider-dots{
    margin-top: 2.35rem;
  }
  .navbar{
    padding: 0;
  } 
  .navbar-collapse.nav-panel{
    border-top: 1px solid #91ab91;
  }
  .nav-list{
    gap: 0;
  }
  .nav-list .nav-link::after, .mega-toggle::after{
    display: none;
  }
}

@media (max-width: 768px) {
  .top-bar-search{
    width: 100%;
  }
  .top-bar-links{
    justify-content: space-between;
  }
  .about-section,
  .products-section,
  .suppliers-section,
  .featured-section,
  .contact-section {
    padding-block: clamp(2rem, 5vw, 5.5rem);
  }
  .footer-grid{
    padding-block: 2rem 2.5rem;
  }
}
@media (max-width: 380px){
    .top-bar-links {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .nav-list .nav-link,
  .mega-toggle {
    min-height: 4.125rem;
    display: inline-flex;
    align-items: center;
  }

  .nav-panel {
    align-items: center;
  }

  .quote-button {
    min-height: 2.25rem;
    padding: 0.55rem 1.45rem;
    border-radius: 0.45rem;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .mega-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    width: min(820px, calc(100vw - 3rem));
    transform: translateX(-50%);
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mega-menu-grid {
    margin-top: 0;
    padding: 1.2rem 1.6rem 0rem;
    border: 1px solid var(--border);
    border-top: 3px solid var(--primary);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-lg);
  }

  .mega-item:hover .mega-menu,
  .mega-item:focus-within .mega-menu,
  .mega-item.is-open .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .slider-slide {
    padding: 1.75rem;
  }

  .slider-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }

  .slider-arrow:hover {
    transform: translateY(-50%);
  }

  .slider-arrow-prev {
    left: -0.75rem;
  }

  .slider-arrow-next {
    right: -0.75rem;
  }

  .footer-grid {
    grid-template-columns: minmax(18rem, 1.05fr) minmax(15rem, 0.9fr) minmax(23rem, 1.25fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1300px) {
  .slider-arrow-prev {
    left: -1.75rem;
  }
  .slider-arrow-next {
    right: -1.75rem;
  }
  .footer-grid{
    grid-template-columns: minmax(18rem, 1.05fr) minmax(15rem, 0.9fr) minmax(23rem, 1.25fr);
    gap: 3.5rem;
  }
  .mega-menu {
    width: min(980px, calc(100vw - 3rem));
  }
}


.field-error{
    color:#dc3545;
    font-size:13px;
    margin-top:5px;
    min-height:18px;
}

.form-control.error,
.form-select.error{
    border-color:#dc3545;
}

.form-message.success{
    color:#198754;
    margin-bottom:15px;
}

.form-message.error{
    color:#dc3545;
    margin-bottom:15px;
}