/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-7xl: 80rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .size-auto {
    width: auto;
    height: auto;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .max-h-none {
    max-height: none;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-none {
    max-width: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-500\/75 {
    background-color: color-mix(in srgb, oklch(55.1% 0.027 264.364) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-500) 75%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0 {
    padding-block: 0;
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .backdrop\:bg-transparent {
    &::backdrop {
      background-color: transparent;
    }
  }
  .hover\:bg-green-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .data-closed\:translate-y-4 {
    &[data-closed] {
      --tw-translate-y: calc(var(--spacing) * 4);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-closed\:opacity-0 {
    &[data-closed] {
      opacity: 0%;
    }
  }
  .data-enter\:duration-300 {
    &[data-enter] {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .data-enter\:ease-out {
    &[data-enter] {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .data-leave\:duration-200 {
    &[data-leave] {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .data-leave\:ease-in {
    &[data-leave] {
      --tw-ease: var(--ease-in);
      transition-timing-function: var(--ease-in);
    }
  }
  .sm\:my-8 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:max-w-lg {
    @media (width >= 40rem) {
      max-width: var(--container-lg);
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:p-0 {
    @media (width >= 40rem) {
      padding: 0;
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-4 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .data-closed\:sm\:translate-y-0 {
    &[data-closed] {
      @media (width >= 40rem) {
        --tw-translate-y: 0;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .data-closed\:sm\:scale-95 {
    &[data-closed] {
      @media (width >= 40rem) {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
:root {
  --primary: #2D4121;
  --primary-dark: #4E8B2C;
  --primary-light: #8DCB4F;
  --secondary: #D8EBC3;
  --secondary-light: #F7F8F5;
  --accent: #EAD8B0;
  --accent-orange: #E26A3D;
  --font-family-1: "Manrope", sans-serif;
  --font-family-2: "Fraunces", serif;
  --heading-color: #24311F;
  --text-color: #24311F;
  --border-color: #E2E8F0;
  --white: #FFFFFF;
  --black: #000000;
  --body-bg: #FFFFFF;
  --light-bg: #F8FAFC;
  --gradient-primary: linear-gradient(90deg,
            #4E8B2C 0%,
            #8DCB4F 50%,
            #8DCB4F 100%);
  --gradient-secondary: linear-gradient(90deg,
            #D8EBC3 17%,
            #F7F8F5 88%);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.16);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-full: 9999px;
  --transition: all 0.3s ease-in-out;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: var(--font-family-1);
}
@media (max-width:1279px) {
  .container {
    max-width: 100%;
  }
}
.header {
  position: absolute;
  background: transparent;
  border-bottom: 0px solid #ececec;
  z-index: 9;
  width: 100%;
  padding: 10px 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  height: 170px;
}
@media (max-width:991px) {
  .header {
    position: relative;
    background: linear-gradient(280deg, #d7e4c4 0%, #f1fae4 50%, #edf6df 100%);
  }
}
@media (max-width:768px) {
  .logo img {
    height: 120px;
  }
}
.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 50px;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: var(--font-family-1);
  color: var(--heading-color);
  line-height: 100px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s ease;
}
.main-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--accent-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.main-nav ul li a:hover::after, .main-nav ul li a.active::after {
  transition: all .3s ease;
  transform: scaleX(1);
}
.main-nav ul li a:hover, .main-nav ul li a.active {
  transition: all .3s ease;
  color: var(--accent-orange);
  transform: translateY(-3px);
}
.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border: 0px solid var(--border-color);
  border-radius: 10px;
  z-index: 9999;
}
.menu-toggle .bar {
  width: 26px !important;
  height: 2px !important;
  background: var(--primary-dark);
  border-radius: 50px;
  transition: all .3s ease;
}
.menu-toggle.active .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width:991px) {
  .menu-toggle {
    display: inline-flex;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 310px;
    height: 100vh;
    background: linear-gradient(280deg, #d7e4c4 0%, #f1fae4 50%, #edf6df 100%);
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    padding: 80px 20px 20px;
    z-index: 999;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .4s ease, opacity .3s ease, visibility .4s;
  }
  .main-nav.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 0;
  }
  .main-nav ul li {
    border-bottom: 1px solid #eee;
  }
  .main-nav ul li a {
    line-height: 1;
    padding: 18px 25px;
  }
  .main-nav ul li a.active::after {
    display: none;
  }
  .request-btn {
    position: fixed;
    top: 50%;
    right: -50px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    background: var(--primary-dark);
    color: #fff;
    padding: 12px 28px;
    border-radius: 12px 12px 0 0 !important;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
  }
}
.request-btn {
  background: var(--primary-dark);
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-family-1);
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all .3s ease;
}
.request-btn:hover {
  background: var(--accent-orange);
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #f0f8e3 10%, #e9f1b6 100%, #c6dda2 88%);
}
.hero-wrapper {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}
.hero-content {
  z-index: 5;
  position: relative;
  padding-top: 140px;
}
.hero-content h1 {
  font-family: var(--font-family-2);
  font-size: 50px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--heading-color);
  margin-top: 20px;
}
.hero-content h1 span {
  color: var(--accent-orange);
}
.hero-content h1 small {
  font-size: 50px;
  font-weight: 600;
  color: var(--primary-dark);
}
.hero-content p {
  font-family: var(--font-family-1);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
}
.hero-content .sub-title {
  background: rgba(151, 165, 144, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgb(214, 228, 206);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--heading-color);
}
.hero-right {
  position: relative;
}
.hero-shape {
  position: absolute;
  right: -80px;
  bottom: -60px;
  width: 300px;
  z-index: 1;
}
.hero-glow {
  position: relative;
  right: -50px;
  top: 0px;
  width: 100%;
  z-index: 2;
  animation: pulse 5s infinite ease-in-out;
}
.hero-product {
  position: absolute;
  right: 90px;
  top: 90px;
  z-index: 3;
  animation: float 5s ease-in-out infinite;
}
@keyframes float {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}
@keyframes pulse {
  0%,100% {
    transform: scale(1);
    opacity: .9;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
.heroSwiper {
  width: 100%;
  height: 100vh;
}
.heroSwiper .swiper-slide {
  display: flex;
  align-items: center;
}
.hero-wrapper {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  min-height: 100vh;
}
.hero-right {
  position: relative;
}
.hero-product {
  position: relative;
  z-index: 3;
}
.hero-shape {
  position: absolute;
  bottom: -10%;
  right: -15%;
  z-index: 1;
}
.hero-glow {
  position: absolute;
  right: -70%;
  top: 54%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.hero-prev, .hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  color: rgba(31, 30, 30, 0.568);
  font-size: 20px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: .3s;
}
.hero-prev {
  left: 10px;
}
.hero-next {
  right: 10px;
}
.hero-prev:hover, .hero-next:hover {
  background: var(--primary-light);
  color: #fff;
}
.heroSwiper .swiper-pagination {
  position: absolute !important;
  right: 20px !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: auto !important;
  z-index: 99;
}
.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #2D4121;
  opacity: .3;
  transition: .4s;
  border-radius: 50%;
}
.heroSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2D4121;
  height: 30px;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .heroSwiper {
    height: auto;
    min-height: 100vh;
  }
  .hero-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    min-height: auto;
    padding: 120px 0 60px;
  }
  .hero-content {
    order: 1;
    padding-top: 0;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .hero-content h1 small {
    font-size: 40px;
  }
  .hero-right {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
  }
  .hero-product {
    position: relative;
    top: 0;
    right: 0;
    width: 70%;
    max-width: 420px;
  }
  .hero-shape {
    width: 220px;
    right: 50%;
    bottom: -20px;
    transform: translateX(50%);
  }
  .hero-glow {
    width: 100%;
    max-width: 500px;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .hero-prev, .hero-next {
    display: none;
  }
  .heroSwiper .swiper-pagination {
    right: 50% !important;
    top: auto !important;
    bottom: 20px !important;
    transform: translateX(50%) !important;
    flex-direction: row;
    gap: 10px;
  }
  .heroSwiper .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
  }
}
@media (max-width:991px) {
  .hero {
    overflow: hidden;
  }
  .hero-wrapper {
    padding: 10px 0 0px;
    gap: 25px;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-content h1 small {
    font-size: 30px;
  }
  .hero-content p {
    font-size: 16px;
  }
  .hero-content .sub-title {
    font-size: 10px;
    padding: 8px 16px;
  }
  .hero-right {
    min-height: 320px;
  }
  .hero-product {
    width: 90%;
    max-width: 320px;
    right: 90px;
    top: 90px;
  }
  .hero-shape {
    display: none;
    width: 180px;
    bottom: -10px;
  }
  .hero-glow {
    max-width: 100%;
  }
  .heroSwiper .swiper-pagination {
    bottom: 15px !important;
  }
}
@media (max-width:768px) {
  .hero-content h1 {
    font-size: 26px;
  }
  .hero-content h1 small {
    font-size: 26px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .hero-product {
    max-width: 260px;
  }
  .hero-shape {
    width: 150px;
  }
}
@media (max-width:640px) {
  .hero-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
    min-height: auto;
    padding: 10px 10px 30px 10px;
    display: flex;
    flex-direction: column-reverse;
    align-content: flex-start;
  }
  .hero-right {
    width: 100%;
    min-height: 100%;
  }
  .hero-glow {
    display: none;
  }
  .hero-product {
    width: 100%;
    max-width: 100%;
    right: 0px;
    top: 0px;
  }
}
.inside-banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(280deg, #d7e4c4 0%, #f1fae4 50%, #edf6df 100%);
  min-height: 260px;
}
.---inside-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/pattern.png") no-repeat;
  background-position: bottom right;
  background-size: auto 250%;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
  transition: all .3s ease;
}
.inside-banner-content {
  position: relative;
  z-index: 2;
  padding: 160px 0 0 0px;
  text-align: center;
}
.inside-banner-content h2 {
  color: var(--heading-color);
  font-family: var(--font-family-2);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
}
.inside-banner-content h6 {
  color: var(--text-color);
  font-family: var(--font-family-1);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width:991px) {
  .inside-banner-section {
    min-height: auto;
  }
  .inside-banner-content {
    position: relative;
    z-index: 2;
    padding: 30px 0px;
    text-align: center;
  }
  .inside-banner-content h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.certification-section {
  padding: 80px 0;
}
.certification-content {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 50px;
  padding: 50px 40px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(234,216,176,.45), transparent 35%), linear-gradient(135deg, #d7e4c4 0%, #f8f4eb 50%, #edf6df 100%);
  border: 1px solid rgba(45,65,33,.08);
  box-shadow: 0 12px 40px rgba(0,0,0,.08), inset 0 1px rgba(255,255,255,.7);
}
.certification-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 110deg, transparent, rgba(255,255,255,.35), transparent );
  pointer-events: none;
}
.certification-left h2 {
  font-size: 42px;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.certification-left p {
  font-family: var(--font-family-1);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 22px;
}
.certification-right {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 5px;
  align-items: center;
}
.certificate-item {
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,.35);
  backdrop-filter: blur(15px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 10px 25px rgba(0,0,0,.08), inset 0 1px rgba(255,255,255,.7);
}
.certificate-item img {
  border-radius: 50%;
  width: 95px;
  transition: .4s;
}
.certificate-item:hover {
  transform: translateY(-10px);
}
.certificate-item:hover img {
  transform: scale(1.08);
}
@media (max-width:992px) {
  .certification-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px;
  }
  .certification-left p {
    max-width: 100%;
  }
  .certification-right {
    grid-template-columns: repeat(4,1fr);
    justify-items: center;
  }
}
@media (max-width:576px) {
  .certification-left h2 {
    font-size: 34px;
  }
  .certification-left p {
    font-size: 18px;
  }
  .certification-right {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .certificate-item {
    width: 110px;
    height: 110px;
  }
  .certificate-item img {
    width: 70px;
  }
}
.heading-title {
  font-family: var(--font-family-2);
  text-align: center;
  margin: 0 auto 50px;
}
.heading-title span {
  font-family: var(--font-family-1);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--accent-orange);
  padding: 10px 30px;
  border-radius: 30px;
  letter-spacing: 2px;
  background-color: rgba(234, 236, 233, 0.788);
  border: 1px solid rgba(138, 136, 136, 0.17);
}
.heading-title h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1px;
  color: var(--heading-color);
}
.heading-title p {
  font-family: var(--font-family-1);
  font-size: 24px;
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 5px;
}
.heading-line {
  width: 70px;
  height: 4px;
  background: var(--accent-orange);
  border-radius: 50px;
  margin: auto;
}
@media (max-width:991px) {
  .heading-title h2 {
    font-size: 32px;
  }
}
@media (max-width:767px) {
  .heading-title {
    margin-bottom: 50px;
  }
  .heading-title h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .heading-title p {
    font-size: 18px;
  }
  .heading-title br {
    display: none !important;
  }
  .heading-line {
    width: 60px;
    height: 4px;
  }
}
.text-white {
  color: #fff !important;
}
.sub-heading span {
  color: #fff;
  background-color: rgba(59, 126, 26, 0.788);
}
.text-content {
  font-family: var(--font-family-1);
}
.text-content p {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
}
.content-row {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
}
.con-col-1 {
  width: 40%;
}
.con-col-2 {
  width: 60%;
}
@media (max-width:767px) {
  .content-row {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .con-col-1 {
    width: 100%;
  }
  .con-col-2 {
    width: 100%;
  }
}
.welcome-section {
  margin: 0;
}
.welcome-content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
  align-items: center;
  padding: 0 80px;
}
.welcome-content p {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 20px 0;
  letter-spacing: 0.10px;
}
@media (max-width:768px) {
  .welcome-content {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
    align-items: center;
    padding: 0 0px;
  }
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: #4E8B2C;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: .35s;
  margin-top: 20px;
}
.btn-primary:hover {
  background: var(--accent-orange);
  transform: translateY(-3px);
}
.feature-section {
  padding: 60px;
}
.feature-grid {
  --font-family-1: "Manrope", sans-serif;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.feature-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 6px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d3ddc3 0%, #EDF6DF 50%, #E6F0D4 100%);
  border: 1px solid rgba(45,65,33,.08);
  box-shadow: 0 10px 25px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.8);
  transition: .35s ease;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.55) 50%, transparent 80%);
  transform: translateX(-100%);
  transition: .6s;
}
.feature-card:hover::before {
  transform: translateX(100%);
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(45,65,33,.15);
}
.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 6px 15px rgba(45,65,33,.08);
}
.feature-icon img {
  width: 40px;
  height: 40px;
  transition: .35s;
}
.feature-card:hover .feature-icon img {
  transform: scale(1.1) rotate(5deg);
}
.feature-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
@media (max-width:992px) {
  .feature-section {
    padding: 60px 0;
  }
  .feature-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:480px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.prodcut-section {
  padding: 0px 0;
}
.prodcut-content {
  padding: 80px 0 0 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(234,216,176,.45), transparent 35%), linear-gradient(280deg, #d7e4c4 0%, #f1fae4 50%, #edf6df 100%);
}
.product-showcase {
  position: relative;
  overflow: hidden;
  padding: 0px 0 0;
}
.product-showcase::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -420px;
  height: 800px;
  background: #E26A3D;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width:767px) {
  .product-showcase::after {
    border-radius: 30%;
  }
}
@media (max-width:580px) {
  .product-showcase::after {
    border-radius: 0%;
  }
  .product-slide {
    padding: 20px;
  }
}
.product-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.center-product {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-product {
  position: relative;
  z-index: 5;
  animation: float 5s ease infinite;
}
.side-product {
  position: absolute;
  bottom: 80px;
  opacity: .25;
  transition: .4s;
}
.side-product.left {
  left: 80px;
}
.side-product.right {
  right: 80px;
}
.side-product img {
  width: 230px;
  filter: blur(2px);
}
.product-content1 {
  position: relative;
  margin-top: -20px;
  color: #fff;
  text-align: center;
  z-index: 5;
  padding-bottom: 70px;
}
.product-content1 h2 {
  font-family: var(--font-family-2);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px;
}
.product-content1 p {
  margin: auto;
  line-height: normal;
  font-family: var(--font-family-1);
  font-size: 15px;
  font-weight: 400;
}
.productSwiper {
  overflow: visible;
  padding: 80px 0 150px;
}
.productSwiper .swiper-slide {
  transition: .6s;
  transform: scale(.65);
  opacity: .35;
  filter: blur(3px);
}
.productSwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  filter: none;
  z-index: 10;
}
.product-prev, .product-next {
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-dark);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.568);
  font-size: 20px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: .3s;
}
.product-prev {
  left: 10px;
}
.product-next {
  right: 10px;
}
.product-prev:hover, .product-next:hover {
  background: var(--accent-orange);
  color: #fff;
}
.productSwiper .swiper-slide {
  transition: all .6s ease;
}
.productSwiper .swiper-slide-prev, .productSwiper .swiper-slide-next {
  transform: translateY(140px) scale(.52) !important;
  opacity: .5;
  z-index: 2;
}
.productSwiper .swiper-slide-active {
  transform: translateY(0) scale(1) !important;
  opacity: 1;
  z-index: 10;
}
.industries-section {
  padding: 100px 0;
}
.industries-content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 100px;
  justify-content: space-between;
  align-items: center;
}
.industries-content h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  text-align: center;
  line-height: 1.4;
  padding: 20px 0;
}
.industries-list {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 20px;
}
.industriesSwiper {
  max-height: 500px;
  overflow: hidden;
}
.industriesSwiper .swiper-slide {
  display: flex;
  align-items: center;
  opacity: .18;
  transition: .45s;
}
.industriesSwiper .swiper-slide-active {
  opacity: 1;
}
.industriesSwiper .swiper-slide-prev, .industriesSwiper .swiper-slide-next {
  opacity: .80;
}
.industries-box {
  transition: .4s;
}
.industries-box h3 {
  font-family: var(--font-family-2);
  font-size: 30px;
  font-weight: 700;
  color: #d9d9d9;
  transition: .4s;
}
.industries-box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #d9d9d9;
  transition: .4s;
  max-width: 520px;
}
.swiper-slide-active .industries-box h3 {
  color: var(--accent-orange);
}
.swiper-slide-active .industries-box p {
  color: var(--heading-color);
}
@media (max-width:767px) {
  .industries-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .industries-box {
    text-align: center;
  }
  .industriesSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .industries-box h3 {
    font-size: 24px;
  }
  .industries-box p {
    font-size: 16px;
    max-width: 100%;
  }
}
.why-section {
  padding: 90px 0;
  background: linear-gradient(90deg, #2D4121 0%, #3E6F24 55%, #4E8B2C 100%);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  top: -250px;
  right: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141,203,79,.15), transparent 70%);
  filter: blur(40px);
}
.why-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
.why-card {
  position: relative;
  padding: 40px 30px;
  text-align: center;
  border-radius: 28px;
  overflow: hidden;
  backdrop-filter: blur(18px);
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.10);
  transition: .45s;
}
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.12), transparent);
  transform: translateX(-120%);
  transition: .8s;
}
.why-card:hover::before {
  transform: translateX(120%);
}
.why-card:hover {
  transform: translateY(-12px);
  border-color: #8DCB4F;
  box-shadow: 0 25px 50px rgba(0,0,0,.25);
}
.why-icon {
  width: 90px;
  height: 90px;
  margin: auto auto 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, rgba(141,203,79,.25), rgba(255,255,255,.05));
  color: #8DCB4F;
  font-size: 42px;
  transition: .4s;
}
.why-card:hover .why-icon {
  transform: rotateY(180deg) scale(1.08);
  color: #fff;
  background: #8DCB4F;
}
.why-card h3 {
  font-family: var(--font-family-2);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.why-card p {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width:992px) {
  .why-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:576px) {
  .why-us {
    padding: 70px 0;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-card {
    padding: 35px 25px;
  }
  .why-card h3 {
    font-size: 24px;
  }
  .why-card p {
    font-size: 15px;
  }
}
.cta-section {
  padding: 90px 0;
}
.cta-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  padding: 50px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(90deg, #EEF5E8 0%, #F8F2EC 50%, #EEF8DE 100%);
  border: 1px solid rgba(45,65,33,.08);
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}
.cta-box::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  left: -120px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141,203,79,.18), transparent 70%);
}
.cta-box::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -150px;
  bottom: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226,106,61,.12), transparent 70%);
}
.cta-content {
  flex: 1;
  position: relative;
  z-index: 2;
}
.cta-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #D8EBC3;
  color: #2D4121;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cta-content h2 {
  font-family: var(--font-family-2);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.cta-content p {
  max-width: 520px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: var(--heading-color);
}
.cta-buttons {
  width: 440px;
  position: relative;
  z-index: 2;
}
.cta-row {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 64px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: .35s;
}
.green, .whatsapp {
  flex: 1;
  background: var(--primary-dark);
  color: #fff;
}
.green:hover, .whatsapp:hover {
  background: var(--accent-orange);
  transform: translateY(-5px);
}
.outline {
  border: 0px solid #2D4121;
  color: #2D4121;
  background: rgba(255,255,255,.25);
  backdrop-filter: blur(12px);
}
.outline:hover {
  background: var(--accent-orange);
  color: #fff;
}
.cta-btn i {
  font-size: 22px;
}
@media (max-width:991px) {
  .cta-box {
    flex-direction: column;
    padding: 50px 35px;
    gap: 45px;
    text-align: center;
  }
  .cta-buttons {
    width: 100%;
  }
  .cta-content h2 {
    font-size: 36px;
  }
  .cta-content p {
    font-size: 18px;
  }
}
@media (max-width:576px) {
  .cta-row {
    flex-direction: column;
  }
  .cta-btn {
    font-size: 17px;
    height: 58px;
    padding: 15px;
  }
  .cta-content br {
    display: none;
  }
}
.footer {
  background: #EBF0E6;
  padding: 60px 0 0;
  border-top: 1px solid #edf2f8;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.4fr;
  gap: 40px;
}
.footer-logo {
  width: 120px;
  margin-bottom: 25px;
}
.footer-widget p {
  color: var(--text-color);
  line-height: 2;
  font-size: 13px;
  font-weight: 600;
}
.footer-widget h4 {
  font-family: var(--font-family-2);
  font-size: 16px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  margin-bottom: 8px;
}
.footer-widget ul li a {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: .3s;
}
.footer-widget ul li a::before {
  content: "›";
  color: var(--primary-dark);
  font-size: 18px;
  transition: .3s;
}
.footer-widget ul li a:hover {
  color: var(--accent-orange);
  padding-left: 8px;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: var(--text-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}
.footer-contact li a::before {
  content: none !important;
}
.footer-contact i {
  color: var(--primary-dark);
  font-size: 16px;
  margin-top: 4px;
  min-width: 20px;
}
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.footer-social a {
  width: 30px;
  height: 30px;
  background: var(--primary-dark);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .35s;
}
.footer-social a:hover {
  background: var(--accent-orange);
  transform: translateY(-5px);
}
.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #dfe6f2;
  padding: 22px 0;
}
.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-bottom p {
  color: var(--text-color);
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width:991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width:767px) {
  .footer {
    padding-top: 60px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-widget h4 {
    margin-bottom: 18px;
  }
  .footer-bottom {
    margin-top: 40px;
  }
}
@media (max-width:580px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
}
.progress-wrap.show {
  opacity: 1;
  visibility: visible;
}
.progress-wrap svg {
  transform: rotate(-90deg);
}
.progress-bg {
  fill: none;
  stroke: #dfe9d7;
  stroke-width: 3;
}
.progress-bar {
  fill: none;
  stroke: var(--accent-orange);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 163.4;
  stroke-dashoffset: 163.4;
  transition: stroke-dashoffset .15s linear;
}
.progress-wrap span {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#4E8B2C,#2D4121);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  transition: .3s;
}
.progress-wrap:hover span {
  transform: scale(1.08);
  background: #2D4121;
}
.vision-mission {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.vm-wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 35px;
}
.vm-card {
  background: linear-gradient( 180deg, #fff, var(--secondary));
  padding: 45px;
  border-radius: 24px;
  position: relative;
  transition: .4s;
  border-top: 4px solid rgba(0,0,0,.05);
}
.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.vm-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient( 135deg, var(--primary-light), var(--primary-dark));
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}
.vm-card h3 {
  font-size: 32px;
  font-weight: 600;
  color: var(--heading-color);
  font-family: var(--font-family-2);
  margin-bottom: 10px;
}
.vm-card p {
  font-family: var(--font-family-1);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
}
.vm-card ul {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}
.vm-card ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-family: var(--font-family-1);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
}
.vm-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-dark);
  font-weight: 700;
}
@media (max-width:768px) {
  .vm-wrapper {
    grid-template-columns: 1fr;
  }
  .vm-card {
    padding: 20px;
  }
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 30px;
}
.product-card {
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #d8e6d1;
  transition: .45s;
  position: relative;
  box-shadow: 0 10px 30px rgba(28,55,32,.05);
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(31,68,35,.12);
}
.product-image {
  position: relative;
  overflow: hidden;
  margin: 14px;
  border-radius: 22px;
}
.product-image img {
  width: 100%;
  display: block;
  transition: .5s;
}
.product-card:hover img {
  transform: scale(1.08);
}
.product-content {
  padding: 14px;
}
.top-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.purity {
  background: #e8f7e3;
  color: var(--primary-dark);
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}
.title-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}
.title-row h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--heading-color);
  font-family: var(--font-family-2);
}
.title-row span {
  width: 32px !important;
  height: 32px;
  border-radius: 50%;
  background: #f4f7f2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #295b2a;
  font-size: 16px;
  transition: .35s;
}
.product-card:hover .title-row span {
  background: var(--primary-dark);
  font-weight: 400;
  color: #fff;
  transform: rotate(-45deg);
}
.product-content p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  line-height: 1.4;
  margin-bottom: 10px;
}
.product-card::before {
  content: "";
  position: absolute;
  left: -80%;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(255,255,255,.6), transparent);
  transition: 1s;
}
.product-card:hover::before {
  left: 120%;
}
.product-card {
  backdrop-filter: blur(10px);
}
.product-card:hover {
  border-color: var(--primary-light);
}
.product-card:hover h3 {
  color: var(--accent-orange);
}
.product-card:hover .purity {
  background: var(--primary-dark);
  color: #fff;
}
.product-details {
  padding: 0px 0;
}
.product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  border-radius: 32px;
  padding: 40px;
  border: 1px solid rgba(55, 71, 47, 0.144);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  position: relative;
  overflow: hidden;
}
.product-gallery {
  background: #fff;
  border-radius: 26px;
  padding: 10px;
  position: relative;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.164);
}
.product-gallery img {
  width: 100%;
  display: block;
  transition: .5s;
}
.product-gallery:hover img {
  border-radius: 30px;
  transform: scale(1.04);
}
.thumbs {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
.thumbs img {
  width: 80px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .3s;
}
.thumbs img:hover {
  border-radius: 15px;
  border-color: var(--primary-dark);
  transform: translateY(-5px);
}
.category {
  display: inline-block;
  background: var(--primary-dark);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.product-info h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 10px 0;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  line-height: 1.1;
}
.subtitle {
  font-size: 17px;
  color: #6b6a6a;
  font-weight: 500;
  margin-bottom: 15px;
}
.features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #6b6a6a;
  font-weight: 600;
}
.features span {
  width: 18px;
  height: 18px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
}
.product-info h4 {
  font-family: var(--font-family-1);
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  color: var(--primary);
}
.pack-card {
  background: #fff;
  border: 1px solid rgba(206, 211, 202, 0.582);
  border-radius: 20px;
  overflow: hidden;
}
.pack-item {
  font-family: var(--font-family-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(206, 211, 202, 0.582);
  transition: .3s;
}
.pack-item:last-child {
  border: none;
}
.pack-item:hover {
  background: rgba(224, 230, 220, 0.596);
  padding-left: 25px;
}
.pack-item strong {
  position: relative;
  display: block;
  color: var(--primary);
  font-size: 19px;
  font-weight: 700;
}
.pack-item small {
  display: block;
  color: #949492;
  font-weight: 600;
  font-size: 11px;
  margin-top: 0px;
}
.price {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}
.pack-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 34px;
  border: none;
  border-radius: 40px;
  background: var(--primary-dark);
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: .3s;
  text-transform: uppercase;
}
.pack-item a:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(45,65,33,.25);
  background: var(--accent-orange);
}
@media (max-width:768px) {
  .product-wrapper {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 40px;
  }
  .pack-item {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.section-space {
  padding: 60px 0 0 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.section-title {
  font-size: 22px;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.info-card, .spec-card {
  background: #fff;
  border: 1px solid rgba(45,65,33,.08);
  border-radius: 24px;
  padding: 20px;
  border: 1px solid rgba(55, 71, 47, 0.110);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  transition: .35s;
}
.info-card:hover, .spec-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(45,65,33,.10);
}
.info-card p {
  font-family: var(--font-family-1);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
}
.info-card h4 {
  margin: 30px 0 0px;
  font-size: 18px;
  font-family: var(--font-family-1);
  color: var(--primary-dark);
  font-weight: 700;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding: 9px 0 9px 20px;
  border-bottom: 1px solid rgba(45, 65, 33, 0.110);
  font-family: var(--font-family-1);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
}
.check-list li:last-child {
  border: none;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 6px;
  height: 6px;
  background: var(--primary-dark);
  border-radius: 50%;
}
.application-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 18px;
}
.application-item {
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(45, 65, 33, 0.13);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-color);
  transition: .35s;
}
.application-item:hover {
  transform: translateY(-6px);
  border-color: var(--primary-light);
  box-shadow: 0 15px 35px rgba(0,0,0,.05);
}
.spec-card table {
  width: 100%;
  border-collapse: collapse;
}
.spec-card tr {
  border-bottom: 1px solid rgba(45, 65, 33, 0.13);
}
.spec-card tr:last-child {
  border: none;
}
.spec-card td {
  padding: 18px 0;
  font-size: 15px;
}
.spec-card td:first-child {
  width: 30%;
  color: var(--primary-dark);
  font-weight: 700;
}
.spec-card td:last-child {
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
@media (max-width:768px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .application-grid {
    grid-template-columns: 1fr;
  }
}
.back-button {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: var(--heading-color);
  position: relative;
  transition: .3s;
}
.back-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--primary-dark);
  transition: .35s;
}
.back-link:hover {
  color: var(--primary-dark);
  gap: 16px;
}
.back-link:hover::after {
  width: 100%;
}
.applications-section {
  padding: 0px 0 0 0;
}
.application-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  margin-top: 60px;
}
.reverse .application-image {
  order: 2;
}
.reverse .application-content {
  order: 1;
}
.application-image {
  overflow: hidden;
  border-radius: 24px;
}
.application-image img {
  width: 100%;
  display: block;
  transition: .6s;
}
.application-image:hover img {
  transform: scale(1.08);
}
.tag {
  display: inline-block;
  padding: 6px 12px;
  background: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.application-content h3 {
  font-size: 32px;
  line-height: 1.2;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 20px;
}
.application-content p {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
  margin-bottom: 10px;
}
.application-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}
.application-content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
}
.application-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-dark);
}
@media (max-width:768px) {
  .application-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .reverse .application-image, .reverse .application-content {
    order: unset;
  }
}
.products-range-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.products-range-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(45, 65, 33, 0.120);
  transition: .35s;
}
.products-range-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0,0,0,.05);
}
.products-range-item:hover h4 {
  color: var(--accent-orange);
}
.products-range-item:hover span {
  background: var(--accent-orange);
}
.products-range-item span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-dark);
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
}
.products-range-item h4 {
  margin: 0 0 4px;
  color: var(--heading-color);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.10px;
}
.products-range-item p {
  margin: 0;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
}
@media (max-width:991px) {
  .products-range-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width:768px) {
  .products-range-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width:580px) {
  .products-range-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.quality-section {
  padding: 50px 0 0 0;
}
.quality-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.quality-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.quality-image img {
  width: 100%;
  display: block;
  transition: .5s;
}
.quality-image:hover img {
  transform: scale(1.08);
}
.quality-badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: var(--primary-dark);
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
}
.quality-content h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  margin-bottom: 20px;
}
.quality-content p {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
  margin-bottom: 10px;
}
.quality-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quality-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(45, 65, 33, 0.120);
  transition: .35s;
}
.quality-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0,0,0,.05);
}
.quality-item span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-dark);
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
}
.quality-item h4 {
  margin: 0 0 4px;
  color: var(--heading-color);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.10px;
}
.quality-item p {
  margin: 0;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
}
.quality-stats {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}
.stat-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  text-align: center;
  border: 1px solid rgba(45, 65, 33, 0.120);
  box-shadow: 0 15px 35px rgba(0,0,0,.05);
  transition: .35s;
}
.stat-card:hover {
  transform: translateY(-8px);
}
.stat-card h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-family: var(--font-family-2);
}
.stat-card p {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.10px;
  margin: 0;
}
@media (max-width:768px) {
  .quality-wrapper {
    grid-template-columns: 1fr;
  }
  .quality-stats {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:576px) {
  .quality-stats {
    grid-template-columns: 1fr;
  }
}
.contact-section {
  padding: 0px 0;
}
.contact-wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 35px;
}
.contact-info {
  background: var(--primary);
  color: #fff;
  border-radius: 30px;
  padding: 45px;
  position: relative;
  overflow: hidden;
}
.contact-info::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  right: -100px;
  bottom: -100px;
}
.contact-info h3 {
  font-size: 32px;
  font-family: var(--font-family-2);
  font-weight: 500;
  margin-bottom: 35px;
}
.info-box {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.info-box:last-child {
  border: none;
}
.info-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.info-box p {
  font-weight: 400;
  opacity: .9;
  line-height: 1.8;
}
.contact-form {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 30px 70px rgba(0,0,0,.06);
}
.contact-form h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 30px;
  font-family: var(--font-family-2);
}
.form-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 18px 22px;
  margin-bottom: 20px;
  border-radius: 14px;
  border: 1px solid #dfe7d8;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family-1);
  transition: .35s;
  outline: none;
}
.contact-form textarea {
  height: 180px;
  resize: none;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 5px rgba(141,203,79,.18);
}
.contact-form .btn button {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient( 135deg, var(--primary), var(--primary-dark));
  border: none;
  color: #fff;
  border-radius: 60px;
  font-weight: 700;
  cursor: pointer;
  transition: .35s;
}
.contact-form .btn button i {
  padding: 0 0 0 10px;
}
.contact-form .btn button:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(45,65,33,.25);
}
@media (max-width:768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  .form-group {
    grid-template-columns: 1fr;
  }
  .contact-info, .contact-form {
    padding: 15px;
  }
}
.values-section {
  padding: 0 0 120px 0;
}
.section-heading {
  text-align: center;
  margin: 0 auto 40px;
}
.section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--heading-color);
  font-family: var(--font-family-2);
  margin-bottom: 10px;
}
.section-heading p {
  font-family: var(--font-family-1);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
}
.values-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 30px;
}
.timeline-line {
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--primary-light);
  z-index: 1;
}
.value-item {
  position: relative;
  z-index: 2;
  text-align: center;
}
.value-dot {
  width: 64px;
  height: 64px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(45,65,33,.08);
  transition: .35s;
}
.value-dot span {
  color: var(--primary);
  font-weight: 700;
}
.value-item h3 {
  font-family: var(--font-family-2);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--heading-color);
}
.value-item p {
  font-family: var(--font-family-1);
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
}
.value-item:hover .value-dot {
  transform: scale(1.1);
  background: var(--primary-dark);
}
.value-item:hover .value-dot span {
  color: #fff;
}
.highlight .value-dot {
  background: var(--primary);
  border-color: var(--primary);
}
.highlight .value-dot span {
  color: #fff;
}
.highlight h3 {
  color: var(--primary);
}
@media (max-width:991px) {
  .values-timeline {
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
  }
  .timeline-line {
    display: none;
  }
  .value-item {
    text-align: left;
    padding-left: 90px;
  }
  .value-dot {
    position: absolute;
    left: 0;
    margin: 0;
  }
}
@media (max-width:580px) {
  .values-timeline {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.founder-section {
  padding: 60px 0 0 0;
}
.founder-card {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: start;
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 30px 70px rgba(0,0,0,.06);
}
.founder-image {
  position: relative;
}
.founder-image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}
.section-tag {
  display: inline-block;
  padding: 8px 18px;
  background: var(--secondary);
  color: var(--primary);
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}
.founder-content h2 {
  font-size: 32px;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  margin-bottom: 2px;
  font-weight: 600;
}
.founder-content h5 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
blockquote {
  font-family: var(--font-family-2);
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
  border-left: 4px solid var(--primary-light);
  padding-left: 25px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.founder-content p {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
.founder-highlights {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.highlight-box {
  flex: 1;
  padding: 25px;
  background: #F7F8F5;
  border-radius: 18px;
  text-align: center;
  border: 1px solid var(--primary-dark);
}
.highlight-box h3 {
  font-family: var(--font-family-2);
  font-size: 30px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 8px;
}
.highlight-box span {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 16px;
}
@media (max-width:991px) {
  .founder-card {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .founder-content h2 {
    font-size: 38px;
  }
  .founder-highlights {
    flex-direction: column;
  }
}
@media (max-width:576px) {
  .founder-section {
    padding: 80px 0;
  }
  .founder-card {
    padding: 5px;
  }
  blockquote {
    font-size: 20px;
  }
}
.policy-section {
  margin: 0;
}
.policy-content h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: var(--font-family-2);
  color: var(--heading-color);
  margin-bottom: 20px;
}
.policy-content p {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
  margin-bottom: 10px;
}
.policy-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.policy-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(45, 65, 33, 0.120);
  transition: .35s;
  margin-top: 20px;
}
.policy-item:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0,0,0,.05);
}
.policy-item span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-dark);
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
}
.policy-item h4 {
  margin: 0 0 4px;
  color: var(--heading-color);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.10px;
}
.policy-item p {
  margin: 0;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.10px;
}
.buy-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.buy-modal.active {
  display: flex;
}
.buy-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(7px);
}
.buy-modal-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  max-height: 92vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
  animation: modalSlide .3s ease;
}
@keyframes modalSlide {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.buy-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  color: #333;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: .3s ease;
}
.buy-modal-close:hover {
  background: #2d4121;
  color: #fff;
}
.buy-modal-header {
  padding-right: 40px;
  margin-bottom: 25px;
}
.modal-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 50px;
  background: #e8f2dc;
  color: #2d4121;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.buy-modal-header h3 {
  margin: 12px 0 5px;
  color: #24311f;
  font-size: 28px;
  font-weight: 700;
}
.buy-modal-header p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  margin-bottom: 7px;
  color: #24311f;
  font-size: 14px;
  font-weight: 600;
}
.form-group input, .form-group select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #dfe5dc;
  border-radius: 10px;
  background: #fff;
  color: #24311f;
  font-size: 14px;
  outline: none;
  transition: .3s ease;
}
.form-group input:focus, .form-group select:focus {
  border-color: #4e8b2c;
  box-shadow: 0 0 0 3px rgba(78, 139, 44, .10);
}
.form-group input[readonly] {
  background: #f7f8f5;
}
.price-input {
  position: relative;
}
.price-input span {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #2d4121;
  font-weight: 700;
}
.price-input input {
  padding-left: 32px;
}
.quantity-box {
  display: flex;
  width: 100%;
  height: 50px;
  border: 1px solid #dfe5dc;
  border-radius: 10px;
  overflow: hidden;
}
.quantity-box button {
  width: 50px;
  border: 0;
  background: #f7f8f5;
  color: #2d4121;
  font-size: 22px;
  cursor: pointer;
  transition: .2s ease;
}
.quantity-box button:hover {
  background: #e8f2dc;
}
.quantity-box input {
  flex: 1;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center;
  box-shadow: none !important;
}
.submit-order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 54px;
  margin-top: 8px;
  border: 0;
  border-radius: 12px;
  background: #2d4121;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease;
}
.submit-order-btn:hover {
  background: #4e8b2c;
  transform: translateY(-2px);
}
.submit-order-btn span {
  font-size: 20px;
}
@media (max-width: 600px) {
  .buy-modal {
    padding: 12px;
  }
  .buy-modal-box {
    padding: 25px 20px;
    border-radius: 18px;
  }
  .buy-modal-header h3 {
    font-size: 23px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
