@font-face {
  font-display: swap;
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/teko-v23-latin-600.woff2) format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Teko';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/teko-v23-latin-700.woff2) format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/outfit-v15-latin-regular.woff2) format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/outfit-v15-latin-600.woff2) format('woff2')
}

body {
  font-family: "Outfit", serif;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

ul,
li {
  list-style: none
}

a:focus,
a:hover,
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%
}

a {
  text-decoration: none
}

a:focus,
a:hover {
  outline: none
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

@media (min-width:1440px) {
  .container {
    max-width: 1320px
  }
}

@media (min-width:1680px) {
  .container {
    max-width: 1680px
  }
}

.tz-bg-primary {
  background-color: #85c815
}

.tz-bg-secondary {
  background-color: #85c815
}

.tz-bg-neutral1 {
  background-color: #1d1d1d
}

.tz-bg-neutral2 {
  background-color: #171717
}

.tz-bg-neutral3 {
  background-color: #121212
}

.tz-bg-neutral4 {
  background-color: #000
}

.tz-bg-neutral5 {
  background-color: #FFF
}

.tz-bg-neutral6 {
  background-color: #BBBBB9
}

.tz-bg-neutral7 {
  background-color: #FDFDFD
}

.tz-bg-transparent {
  background-color: #fff0
}

.tz-text-primary {
  color: #85c815;
  font-size: 29px
}

.tz-text-secondary {
  color: #85c815
}

.tz-text-neutral1 {
  color: #1d1d1d
}

.tz-text-neutral2 {
  color: #171717
}

.tz-text-neutral3 {
  color: #121212
}

.tz-text-neutral4 {
  color: #000
}

.tz-text-neutral5 {
  color: #FFF
}

.tz-text-neutral6 {
  color: #BBBBB9
}

.tz-text-neutral7 {
  color: #FDFDFD
}

.tz-border-primary {
  border-color: #85c815
}

.tz-border-secondary {
  border-color: #85c815
}

.tz-border-neutral1 {
  border-color: #1d1d1d
}

.tz-border-neutral2 {
  border-color: #171717
}

.tz-border-neutral3 {
  border-color: #121212
}

.tz-border-neutral4 {
  border-color: #000
}

.tz-border-neutral5 {
  border-color: #FFF
}

.tz-border-neutral6 {
  border-color: #BBBBB9
}

.tz-border-neutral7 {
  border-color: #FDFDFD
}

.tz-hover-bg-primary:hover {
  background-color: get-color(primary)
}

.tz-hover-text-primary:hover {
  color: get-color(primary)
}

.tz-hover-bg-secondary:hover {
  background-color: get-color(secondary)
}

.tz-hover-text-secondary:hover {
  color: get-color(secondary)
}

.tz-hover-bg-neutral1:hover {
  background-color: get-color(neutral1)
}

.tz-hover-text-neutral1:hover {
  color: get-color(neutral1)
}

.tz-hover-bg-neutral2:hover {
  background-color: get-color(neutral2)
}

.tz-hover-text-neutral2:hover {
  color: get-color(neutral2)
}

.tz-hover-bg-neutral3:hover {
  background-color: get-color(neutral3)
}

.tz-hover-text-neutral3:hover {
  color: get-color(neutral3)
}

.tz-hover-bg-neutral4:hover {
  background-color: get-color(neutral4)
}

.tz-hover-text-neutral4:hover {
  color: get-color(neutral4)
}

.tz-hover-bg-neutral5:hover {
  background-color: get-color(neutral5)
}

.tz-hover-text-neutral5:hover {
  color: get-color(neutral5)
}

.tz-hover-bg-neutral6:hover {
  background-color: get-color(neutral6)
}

.tz-hover-text-neutral6:hover {
  color: get-color(neutral6)
}

.tz-hover-bg-neutral7:hover {
  background-color: get-color(neutral7)
}

.tz-hover-text-neutral7:hover {
  color: get-color(neutral7)
}

.tz-mt-10 {
  margin-top: 10px !important
}

.tz-mt-20 {
  margin-top: 20px !important
}

.tz-mt-30 {
  margin-top: 30px !important
}

.tz-mt-40 {
  margin-top: 40px !important
}

.tz-mt-50 {
  margin-top: 50px !important
}

.tz-mt-60 {
  margin-top: 60px !important
}

.tz-mt-70 {
  margin-top: 70px !important
}

.tz-mt-80 {
  margin-top: 80px !important
}

.tz-mt-100 {
  margin-top: 100px !important
}

.tz-mt-120 {
  margin-top: 120px !important
}

.tz-mt-150 {
  margin-top: 150px !important
}

.tz-mt-200 {
  margin-top: 200px !important
}

.tz-mt-240 {
  margin-top: 240px !important
}

.tz-mt-0 {
  margin-top: 0px !important
}

.tz-mb-10 {
  margin-bottom: 10px !important
}

.tz-mb-20 {
  margin-bottom: 20px !important
}

.tz-mb-30 {
  margin-bottom: 30px !important
}

.tz-mb-40 {
  margin-bottom: 40px !important
}

.tz-mb-50 {
  margin-bottom: 50px !important
}

.tz-mb-60 {
  margin-bottom: 60px !important
}

.tz-mb-70 {
  margin-bottom: 70px !important
}

.tz-mb-80 {
  margin-bottom: 80px !important
}

.tz-mb-100 {
  margin-bottom: 100px !important
}

.tz-mb-120 {
  margin-bottom: 120px !important
}

.tz-mb-150 {
  margin-bottom: 150px !important
}

.tz-mb-200 {
  margin-bottom: 200px !important
}

.tz-mb-240 {
  margin-bottom: 240px !important
}

.tz-mb-0 {
  margin-bottom: 0px !important
}

.tz-pt-10 {
  padding-top: 10px !important
}

.tz-pt-20 {
  padding-top: 20px !important
}

.tz-pt-30 {
  padding-top: 30px !important
}

.tz-pt-40 {
  padding-top: 40px !important
}

.tz-pt-50 {
  padding-top: 50px !important
}

.tz-pt-60 {
  padding-top: 60px !important
}

.tz-pt-70 {
  padding-top: 70px !important
}

.tz-pt-80 {
  padding-top: 80px !important
}

.tz-pt-100 {
  padding-top: 100px !important
}

.tz-pt-120 {
  padding-top: 120px !important
}

.tz-pt-150 {
  padding-top: 150px !important
}

.tz-pt-200 {
  padding-top: 200px !important
}

.tz-pt-240 {
  padding-top: 240px !important
}

.tz-pt-0 {
  padding-top: 0px !important
}

.tz-pb-10 {
  padding-bottom: 10px !important
}

.tz-pb-20 {
  padding-bottom: 20px !important
}

.tz-pb-30 {
  padding-bottom: 30px !important
}

.tz-pb-40 {
  padding-bottom: 40px !important
}

.tz-pb-50 {
  padding-bottom: 50px !important
}

.tz-pb-60 {
  padding-bottom: 60px !important
}

.tz-pb-70 {
  padding-bottom: 70px !important
}

.tz-pb-80 {
  padding-bottom: 80px !important
}

.tz-pb-100 {
  padding-bottom: 100px !important
}

.tz-pb-120 {
  padding-bottom: 120px !important
}

.tz-pb-150 {
  padding-bottom: 150px !important
}

.tz-pb-200 {
  padding-bottom: 200px !important
}

.tz-pb-240 {
  padding-bottom: 240px !important
}

.tz-pb-0 {
  padding-bottom: 0px !important
}

@media (min-width:0) {
  .tz-mt-xs-10 {
    margin-top: 10px !important
  }
  .tz-mt-xs-20 {
    margin-top: 20px !important
  }
  .tz-mt-xs-30 {
    margin-top: 30px !important
  }
  .tz-mt-xs-40 {
    margin-top: 40px !important
  }
  .tz-mt-xs-50 {
    margin-top: 50px !important
  }
  .tz-mt-xs-60 {
    margin-top: 60px !important
  }
  .tz-mt-xs-70 {
    margin-top: 70px !important
  }
  .tz-mt-xs-80 {
    margin-top: 80px !important
  }
  .tz-mt-xs-100 {
    margin-top: 100px !important
  }
  .tz-mt-xs-120 {
    margin-top: 120px !important
  }
  .tz-mt-xs-150 {
    margin-top: 150px !important
  }
  .tz-mt-xs-200 {
    margin-top: 200px !important
  }
  .tz-mt-xs-240 {
    margin-top: 240px !important
  }
  .tz-mt-xs-0 {
    margin-top: 0px !important
  }
  .tz-mb-xs-10 {
    margin-bottom: 10px !important
  }
  .tz-mb-xs-20 {
    margin-bottom: 20px !important
  }
  .tz-mb-xs-30 {
    margin-bottom: 30px !important
  }
  .tz-mb-xs-40 {
    margin-bottom: 40px !important
  }
  .tz-mb-xs-50 {
    margin-bottom: 50px !important
  }
  .tz-mb-xs-60 {
    margin-bottom: 60px !important
  }
  .tz-mb-xs-70 {
    margin-bottom: 70px !important
  }
  .tz-mb-xs-80 {
    margin-bottom: 80px !important
  }
  .tz-mb-xs-100 {
    margin-bottom: 100px !important
  }
  .tz-mb-xs-120 {
    margin-bottom: 120px !important
  }
  .tz-mb-xs-150 {
    margin-bottom: 150px !important
  }
  .tz-mb-xs-200 {
    margin-bottom: 200px !important
  }
  .tz-mb-xs-240 {
    margin-bottom: 240px !important
  }
  .tz-mb-xs-0 {
    margin-bottom: 0px !important
  }
  .tz-pt-xs-10 {
    padding-top: 10px !important
  }
  .tz-pt-xs-20 {
    padding-top: 20px !important
  }
  .tz-pt-xs-30 {
    padding-top: 30px !important
  }
  .tz-pt-xs-40 {
    padding-top: 40px !important
  }
  .tz-pt-xs-50 {
    padding-top: 50px !important
  }
  .tz-pt-xs-60 {
    padding-top: 60px !important
  }
  .tz-pt-xs-70 {
    padding-top: 70px !important
  }
  .tz-pt-xs-80 {
    padding-top: 80px !important
  }
  .tz-pt-xs-100 {
    padding-top: 100px !important
  }
  .tz-pt-xs-120 {
    padding-top: 120px !important
  }
  .tz-pt-xs-150 {
    padding-top: 150px !important
  }
  .tz-pt-xs-200 {
    padding-top: 200px !important
  }
  .tz-pt-xs-240 {
    padding-top: 240px !important
  }
  .tz-pt-xs-0 {
    padding-top: 0px !important
  }
  .tz-pb-xs-10 {
    padding-bottom: 10px !important
  }
  .tz-pb-xs-20 {
    padding-bottom: 20px !important
  }
  .tz-pb-xs-30 {
    padding-bottom: 30px !important
  }
  .tz-pb-xs-40 {
    padding-bottom: 40px !important
  }
  .tz-pb-xs-50 {
    padding-bottom: 50px !important
  }
  .tz-pb-xs-60 {
    padding-bottom: 60px !important
  }
  .tz-pb-xs-70 {
    padding-bottom: 70px !important
  }
  .tz-pb-xs-80 {
    padding-bottom: 80px !important
  }
  .tz-pb-xs-100 {
    padding-bottom: 100px !important
  }
  .tz-pb-xs-120 {
    padding-bottom: 120px !important
  }
  .tz-pb-xs-150 {
    padding-bottom: 150px !important
  }
  .tz-pb-xs-200 {
    padding-bottom: 200px !important
  }
  .tz-pb-xs-240 {
    padding-bottom: 240px !important
  }
  .tz-pb-xs-0 {
    padding-bottom: 0px !important
  }
}

.tz-display-1,
.tz-display-2,
.tz-display-3,
.tz-display-4 {
  font-family: "Teko", serif;
  font-weight: 700
}

.tz-display-1 {
  font-size: 40px
}

.tz-display-2 {
  font-size: 32px
}

.tz-display-3 {
  font-size: 24px
}

.tz-display-4 {
  font-size: 20px
}

@media (min-width:576px) {
  .tz-display-1 {
    font-size: 48px
  }
  .tz-display-2 {
    font-size: 40px
  }
  .tz-display-3 {
    font-size: 32px
  }
  .tz-display-4 {
    font-size: 24px
  }
}

@media (min-width:768px) {
  .tz-display-1 {
    font-size: 56px
  }
  .tz-display-2 {
    font-size: 48px
  }
  .tz-display-3 {
    font-size: 40px
  }
  .tz-display-4 {
    font-size: 32px
  }
}

@media (min-width:992px) {
  .tz-display-1 {
    font-size: 64px
  }
  .tz-display-2 {
    font-size: 56px
  }
  .tz-display-3 {
    font-size: 48px
  }
  .tz-display-4 {
    font-size: 40px
  }
}

@media (min-width:1200px) {
  .tz-display-1 {
    font-size: 80px
  }
  .tz-display-2 {
    font-size: 58px
  }
  .tz-display-3 {
    font-size: 56px
  }
  .tz-display-4 {
    font-size: 48px
  }
}

@media (min-width:1440px) {
  .tz-display-1 {
    font-size: 80px
  }
  .tz-display-2 {
    font-size: 60px
  }
  .tz-display-3 {
    font-size: 56px
  }
  .tz-display-4 {
    font-size: 48px
  }
}

@media (min-width:1680px) {
  .tz-display-1 {
    font-size: 100px
  }
  .tz-display-2 {
    font-size: 60px
  }
  .tz-display-3 {
    font-size: 64px
  }
  .tz-display-4 {
    font-size: 56px
  }
}

.tz-text-xl,
.tz-text-l,
.tz-text-m,
.tz-text-s,
.tz-text-xs {
  font-family: "Outfit", serif
}

.tz-text-xl {
  font-size: 12px
}

.tz-text-l {
  font-size: 12px
}

.tz-text-m {
  font-size: 12px
}

.tz-text-s {
  font-size: 12px
}

.tz-text-xs {
  font-size: 12px
}

@media (min-width:576px) {
  .tz-text-xl {
    font-size: 12px
  }
  .tz-text-l {
    font-size: 12px
  }
  .tz-text-m {
    font-size: 12px
  }
  .tz-text-s {
    font-size: 12px
  }
  .tz-text-xs {
    font-size: 12px
  }
}

@media (min-width:768px) {
  .tz-text-xl {
    font-size: 14px
  }
  .tz-text-l {
    font-size: 12px
  }
  .tz-text-m {
    font-size: 12px
  }
  .tz-text-s {
    font-size: 12px
  }
  .tz-text-xs {
    font-size: 12px
  }
}

@media (min-width:992px) {
  .tz-text-xl {
    font-size: 16px
  }
  .tz-text-l {
    font-size: 14px
  }
  .tz-text-m {
    font-size: 13px
  }
  .tz-text-s {
    font-size: 12px
  }
  .tz-text-xs {
    font-size: 12px
  }
}

@media (min-width:1200px) {
  .tz-text-xl {
    font-size: 18px
  }
  .tz-text-l {
    font-size: 16px
  }
  .tz-text-m {
    font-size: 14px
  }
  .tz-text-s {
    font-size: 13px
  }
  .tz-text-xs {
    font-size: 12px
  }
}

@media (min-width:1440px) {
  .tz-text-xl {
    font-size: 20px
  }
  .tz-text-l {
    font-size: 18px
  }
  .tz-text-m {
    font-size: 16px
  }
  .tz-text-s {
    font-size: 14px
  }
  .tz-text-xs {
    font-size: 12px
  }
}

@media (min-width:1680px) {
  .tz-text-xl {
    font-size: 20px
  }
  .tz-text-l {
    font-size: 18px;
    text-align: justify
  }
  .tz-text-m {
    font-size: 16px
  }
  .tz-text-s {
    font-size: 14px
  }
  .tz-text-xs {
    font-size: 12px
  }
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Teko", serif;
  font-weight: 700
}

h1,
.h1 {
  font-size: 18px
}

h2,
.h2 {
  font-size: 16px
}

h3,
.h3 {
  font-size: 14px
}

h4,
.h4 {
  font-size: 14px
}

h5,
.h5 {
  font-size: 12px
}

h6,
.h6 {
  font-size: 12px
}

@media (min-width:576px) {
  h1,
  .h1 {
    font-size: 20px
  }
  h2,
  .h2 {
    font-size: 18px
  }
  h3,
  .h3 {
    font-size: 16px
  }
  h4,
  .h4 {
    font-size: 14px
  }
  h5,
  .h5 {
    font-size: 14px
  }
  h6,
  .h6 {
    font-size: 12px
  }
}

@media (min-width:768px) {
  h1,
  .h1 {
    font-size: 24px
  }
  h2,
  .h2 {
    font-size: 20px
  }
  h3,
  .h3 {
    font-size: 18px
  }
  h4,
  .h4 {
    font-size: 16px
  }
  h5,
  .h5 {
    font-size: 14px
  }
  h6,
  .h6 {
    font-size: 14px
  }
}

@media (min-width:992px) {
  h1,
  .h1 {
    font-size: 28px
  }
  h2,
  .h2 {
    font-size: 24px
  }
  h3,
  .h3 {
    font-size: 20px
  }
  h4,
  .h4 {
    font-size: 18px
  }
  h5,
  .h5 {
    font-size: 16px
  }
  h6,
  .h6 {
    font-size: 14px
  }
}

@media (min-width:1200px) {
  h1,
  .h1 {
    font-size: 32px
  }
  h2,
  .h2 {
    font-size: 28px
  }
  h3,
  .h3 {
    font-size: 24px
  }
  h4,
  .h4 {
    font-size: 20px
  }
  h5,
  .h5 {
    font-size: 18px
  }
  h6,
  .h6 {
    font-size: 16px
  }
}

@media (min-width:1440px) {
  h1,
  .h1 {
    font-size: 40px
  }
  h2,
  .h2 {
    font-size: 32px
  }
  h3,
  .h3 {
    font-size: 28px
  }
  h4,
  .h4 {
    font-size: 24px
  }
  h5,
  .h5 {
    font-size: 20px
  }
  h6,
  .h6 {
    font-size: 16px
  }
}

@media (min-width:1680px) {
  h1,
  .h1 {
    font-size: 48px
  }
  h2,
  .h2 {
    font-size: 40px
  }
  h3,
  .h3 {
    font-size: 32px
  }
  h4,
  .h4 {
    font-size: 24px
  }
  h5,
  .h5 {
    font-size: 20px
  }
  h6,
  .h6 {
    font-size: 16px
  }
}

.font-weight-thin {
  font-weight: 100
}

.font-weight-extra-light {
  font-weight: 200
}

.font-weight-light {
  font-weight: 300
}

.font-weight-normal {
  font-weight: 400
}

.font-weight-medium {
  font-weight: 500
}

.font-weight-semi-bold {
  font-weight: 600
}

.font-weight-bold {
  font-weight: 700
}

.font-weight-extra-bold {
  font-weight: 800
}

.font-weight-black {
  font-weight: 900
}

.tz-m-0 {
  margin: 0
}

.tz-ml-0 {
  margin-left: 0
}

.tz-mt-0 {
  margin-top: 0
}

.tz-mr-0 {
  margin-right: 0
}

.tz-mb-0 {
  margin-bottom: 0
}

.tz-my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.tz-mx-0 {
  margin-left: 0;
  margin-right: 0
}

.tz-ml-auto {
  margin-left: auto
}

.tz-mr-auto {
  margin-right: auto
}

.tz-mt-auto {
  margin-top: auto
}

.tz-mb-auto {
  margin-bottom: auto
}

.tz-m-auto {
  margin: auto
}

.tz-w-full {
  width: 100%
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-10px)
  }
}

.floating {
  animation: floatUpDown 2s ease-in-out infinite
}

.tz-pulse-anim {
  position: relative;
  display: inline-flex
}

.tz-pulse-anim::before,
.tz-pulse-anim::after {
  content: "";
  position: absolute;
  border: 1px solid #85c815;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  top: 0;
  left: 0;
  animation: pulse 2s linear infinite
}

.tz-pulse-anim::after {
  animation-delay: 0.7s
}

.tz-pulse-anim::before {
  animation-delay: 0.1s
}

@keyframes pulse {
  0% {
    transform: scale(1)
  }
  60% {
    opacity: .5
  }
  100% {
    transform: scale(1.9);
    opacity: 0
  }
}

.tz-button,
.tz-button-white,
.tz-button-yellow {
  padding: .5rem 1.25rem .5rem 1rem;
  color: #000;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-color: #85c815
}

.tz-button-white {
  background-color: #FFF
}

.tz-button-yellow {
  background-color: #85c815
}

@media (min-width:992px) {
  .tz-button,
  .tz-button-white,
  .tz-button-yellow {
    padding: .75rem 1.875rem .75rem 1.5rem
  }
}

.tz-button-white-circle {
  background-color: #FFF
}

.tz-button-yellow-circle {
  background-color: #85c815
}

@media (min-width:992px) {
  .tz-button-circle,
  .tz-button-white-circle,
  .tz-button-yellow-circle {
    height: 48px;
    width: 48px;
    font-size: 1.5rem
  }
}

.tz-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start
}

.tz-buttons:hover .tz-button,
.tz-buttons:hover .tz-button-yellow,
.tz-buttons:hover .tz-button-white {
  color: #85c815;
  background-color: #1d1d1d
}

.tz-buttons:hover .tz-button-circle,
.tz-buttons:hover .tz-button-yellow-circle,
.tz-buttons:hover .tz-button-white-circle {
  border: 2px solid;
  color: #85c815;
  background-color: #1d1d1d
}

.tz-banner1 {
  position: relative;
  overflow: hidden;
  background: #121212;
  padding: 5rem 0 0
}

@media (min-width:992px) {
  .tz-banner1 {
    padding: 7.5rem 0 0
  }
}

@media only screen and (max-width:991.98px) {
  .tz-banner1 {
    padding-top: 120px
  }
}

.tz-banner1__title1,
.tz-banner1__title2,
.tz-banner1__title22 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1
}

@media (min-width:992px) {
  .tz-banner1__title1,
  .tz-banner1__title2,
  .tz-banner1__title22 {
    font-size: 120px
  }
}

@media (min-width:1200px) {
  .tz-banner1__title1,
  .tz-banner1__title2,
  .tz-banner1__title22 {
    font-size: 170px
  }
}

@media (min-width:1440px) {
  .tz-banner1__title1,
  .tz-banner1__title2,
  .tz-banner1__title22 {
    font-size: 190px
  }
}

@media (min-width:1680px) {
  .tz-banner1__title1,
  .tz-banner1__title2,
  .tz-banner1__title22 {
    font-size: 200px
  }
}

.tz-banner1__title1 {
  position: absolute;
  left: 95%;
  line-height: 1
}

.tz-banner1__title2 {
  position: absolute;
  left: 25%;
  z-index: 9;
  line-height: 1
}

@media only screen and (max-width:767.98px) {
  .tz-breadcrumb {
    padding-top: 90px
  }
  .tz-banner1__title1 {
    left: 30%
  }
  .tz-banner1__title2 {
    left: 5%
  }
}

@media (max-width:1199px) and (min-width:990px) {
  .tz-banner1__title1 {
    left: 30%
  }
}

@media (max-width:991px) and (min-width:767px) {
  .tz-banner1__title1 {
    left: 30%
  }
}

@media (max-width:767px) {
  .freshora-headering {
    z-index: 1 !important
  }
  .tz-banner1__shape2 {
    z-index: -1
  }
}

@media (max-width:500px) {
  .freshora-headering {
    z-index: 1 !important;
    margin-top: 90% !important
  }
}

.tz-banner1-content {
  width: 15.625rem;
  font-weight: 300;
  padding-top: 4.375rem;
  position: relative;
  z-index: 2
}

@media (min-width:1680px) {
  .tz-banner1-content {
    width: 22.0625rem
  }
}

@media (min-width:992px) {
  .tz-banner1-content {
    padding-top: 7.5rem
  }
}

@media (min-width:1200px) {
  .tz-banner1-content {
    padding-top: 9.375rem
  }
}

@media (min-width:1440px) {
  .tz-banner1-content {
    padding-top: 3.75rem
  }
}

.tz-banner1-info {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap
}

.tz-banner1-info.hero-one-info {
  position: relative;
  z-index: 2;
  mix-blend-mode: exclusion
}

.tz-banner1__wrapper {
  position: relative
}

.tz-banner1__image {
  border-top-right-radius: 7.5rem
}

.tz-banner1-highlight__avatars {
  display: inline-flex;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 100px;
  padding: .5rem .5625rem
}

.tz-banner1-highlight__avatar {
  border-radius: 60px
}

.tz-banner1-highlight__avatar:not(:first-child) {
  margin-left: -.9375rem
}

.tz-banner1-highlight__badge {
  height: 52px;
  width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background-color: #85c815;
  color: #1d1d1d;
  margin-left: -.9375rem
}

.tz-banner1-highlight__text {
  padding-top: .75rem;
  text-align: center
}

.tz-banner1__circle {
  height: 170px;
  width: 170px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 170px;
  background-color: #1d1d1d;
  border: 5px solid #000;
  position: absolute;
  bottom: 5%;
  left: -86%;
  overflow: hidden;
  z-index: 99
}

@media (min-width:576px) {
  .tz-banner1__circle {
    display: flex
  }
}

@media (min-width:1200px) {
  .tz-banner1__circle {
    top: 162px;
    transform: translateX(-80%)
  }
}

@media (min-width:1680px) {
  .tz-banner1__circle {
    transform: translateX(-50%)
  }
}

.tz-banner1__circle-img {
  animation: rotating 20s linear infinite
}

@keyframes rotating {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

.tz-banner1__circle-thumb {
  position: absolute;
  background-color: #7fc400;
  height: 77px;
  width: 77px;
  border-radius: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.tz-banner1__circle-icon {
  position: absolute;
  color: #1d1d1d;
  font-size: 24px;
  background-color: #85c815;
  height: 48px;
  width: 48px;
  border-radius: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.tz-banner1__shape1 {
  position: absolute;
  left: 11%;
  bottom: -3%;
  z-index: 1;
  display: block
}

@media (min-width:1200px) {
  .tz-banner1__shape1 {
    left: -1%;
    bottom: -3%
  }
}

.tz-banner1__shape2 {
  position: absolute;
  left: 54%;
  bottom: 66%;
  display: block
}

@media (min-width:1200px) {
  .tz-banner1__shape2 {
    left: 63%;
    bottom: 23%
  }
}

@media (max-width:576px) {
  .tz-banner1__shape2 {
    left: 17%;
    bottom: 51%;
    width: 345px
  }
}

@media (min-width:1200px) {
  .tz-banner2__social {
    display: block
  }
}

.tz-banner2 .tz-banner1-highlight__avatar:not(:first-child) {
  margin-left: -.9375rem
}

@media (min-width:1200px) {
  .tz-banner2 .tz-banner1-highlight__avatar:not(:first-child) {
    margin-left: -1.5625rem
  }
}

@media (min-width:1680px) {
  .tz-banner2 .tz-banner1-highlight__avatar:not(:first-child) {
    margin-left: -.9375rem
  }
}

.tz-breadcrumb {
  padding: 3.75rem 0;
  background-size: cover;
  position: relative
}

@media (min-width:992px) {
  .tz-breadcrumb {
    padding: 7.5rem 0
  }
}

@media (max-width:991.98px) {
  .tz-breadcrumb {
    padding-top: 110px
  }
}

@media (max-width:767.98px) {
  .tz-breadcrumb {
    padding-top: 90px
  }
}

.tz-breadcrumb__content {
  position: relative;
  z-index: 2
}

.tz-breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0
}

.tz-breadcrumb__item {
  color: #FFF
}

.tz-breadcrumb__item a {
  color: #FFF
}

.tz-breadcrumb__item.active {
  color: #85c815
}

.tz-breadcrumb__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / .5);
  z-index: 1
}

@media (max-width:767px) {
  .tz-breadcrumb__overlay {
    background-color: rgb(0 0 0 / .3)
  }
}

.main-haeding {
  margin-top: 100px
}

@media (max-width:767px) {
  .main-haeding {
    margin-top: 150px
  }
}

:root {
  --freshora-primary: #85c815;
  --freshora-secondary: #85c815;
  --freshora-light-bg: #f8f9ff;
  --freshora-white: #ffffff;
  --freshora-dark: #0D1B2A;
  --freshora-gray: #6C757D;
  --primary-dark: #020617;
  --secondary-dark: #0f172a;
  --accent-cyan: #22d3ee;
  --accent-purple: #a78bfa;
  --accent-green: #10b981;
  --text-primary: #ffffff;
  --text-secondary: #cbd5e1;
  --card-bg: rgba(30, 41, 59, 0.4);
  --card-border: rgba(148, 163, 184, 0.1)
}

.tz-section-subtitle {
  color: #85c815;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.tz-section-subtitle h4 {
  margin-bottom: 0
}

.tz-section-subtitle__line {
  background-color: #85c815;
  height: 3px;
  width: 60px;
  margin-right: 1.25rem
}

.tz-section-title {
  text-transform: uppercase;
  color: #000;
  line-height: 1
}

.tz-section-desc {
  color: #FFF;
  line-height: 1.5;
  font-size: 16px
}

.tz-section-top {
  margin-bottom: 1.875rem
}

@media (min-width:992px) {
  .tz-section-top {
    margin-bottom: .75rem
  }
}

.tz-section-top--centered {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media (min-width:768px) {
  .tz-section-top--centered {
    display: flex;
    width: 100%
  }
}

.tz-section-top--centered .tz-section-title {
  width: 100%;
  text-align: center
}

@media (max-width:767px) {
  .tz-section-subtitle__line {
    display: none
  }
}

.tz-button-outline {
  background: #fff0;
  color: #85c815;
  padding: 12px 28px;
  border: 2px solid #85c815;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease
}

.tz-button-outline:hover {
  background: #85c815;
  color: #fff
}

.tz-button:hover {
  background-color: #003ed9;
  transform: translateY(-2px)
}

.tz-about1 .tz-button,
.tz-wwa1 .tz-button,
.tz-project1 .tz-button,
.tz-testimonial1 .tz-button,
.tz-subscribe1 .tz-button {
  border: 2px solid #fff;
  color: #fff
}

.tz-about1 .tz-button:hover,
.tz-wwa1 .tz-button:hover,
.tz-project1 .tz-button:hover,
.tz-testimonial1 .tz-button:hover,
.tz-subscribe1 .tz-button:hover {
  background: #fff;
  color: var(--freshora-primary)
}

.tz-text-slider {
  overflow: hidden;
  width: 100%;
  padding: 1.25rem 0;
  background-color: #85c815
}

@media (min-width:992px) {
  .tz-text-slider {
    padding: 1rem 0
  }
}

.tz-text-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  transition-timing-function: linear
}

.tz-text-slider .swiper-slide {
  flex: 0 0 auto
}

.tz-text-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: auto;
  white-space: nowrap
}

.tz-text-slider__icon {
  width: 40px;
  height: 40px
}

.tz-text-slider__text {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 0
}

.tz-about1 {
  background-color: var(--freshora-white);
  position: relative;
  padding: 3.75rem 0;
  overflow: hidden
}

@media (min-width:992px) {
  .tz-about1 {
    padding: 3.5rem 0 1.5rem
  }
}

.tz-about1 .tz-section-title {
  color: #000
}

.tz-about1-desc {
  margin-bottom: 1.875rem
}

@media (min-width:1440px) {
  .tz-about1-desc {
    margin-bottom: .75rem
  }
}

.tz-about1-experience__counter {
  display: flex;
  align-items: start;
  justify-content: center
}

.tz-about1-experience__counter-number {
  line-height: .75;
  font-weight: 300;
  font-size: 150px;
  color: #85c815
}

@media (min-width:1440px) {
  .tz-about1-experience__counter-number {
    font-size: 310px
  }
}

.tz-about1-experience__counter-plus {
  line-height: .3;
  font-size: 45px;
  font-weight: 300
}

.tz-about1-experience__text {
  font-size: 14px;
  text-transform: uppercase
}

.tz-about2 {
  background: #171717;
  padding-top: 28px
}

@media (min-width:992px) {
  .tz-about2 {
    padding: 2.5rem 0 .5rem
  }
}

.tz-about2-content {
  padding: .9375rem
}

@media (min-width:992px) {
  .tz-about2-content {
    padding: 1.875rem
  }
}

.tz-about2-experience {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media (max-width:767px) {
  .tz-about2 {
    padding: -1.25rem 0 3.75rem
  }
}

.services-section {
  background: linear-gradient(135deg, #171717, #171717);
  color: #fff;
  padding: 5rem 0
}

.services-section h2 {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-weight: 800;
  font-size: 2.5rem
}

.services-section p {
  color: #fff;
  font-size: 1rem;
  text-align: justify
}

.service-card {
  background: #85c815;
  border-radius: 16px;
  padding: 2rem;
  text-align: left;
  height: 365px;
  border: 1px solid rgb(148 163 184 / .1);
  box-shadow: 0 4px 20px rgb(0 0 0 / .1), 0 0 0 1px rgb(255 255 255 / .03);
  color: #e2e8f0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: pointer
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(45deg, rgb(0 0 0 / .1), rgb(0 0 0 / .1));
  opacity: 0;
  z-index: 0;
  transition: opacity 0.4s ease
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgb(0 0 0 / .15), 0 0 30px rgb(103 246 59 / .1);
  border-color: rgb(111 241 99 / .3)
}

.service-card:hover::before {
  opacity: 1
}

.card-icon {
  display: flex;
  gap: 14px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #030303;
  border-radius: 40px;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 13px
}

.card-icon .icon,
.card-icon .tech-logo {
  width: 40px;
  height: 40px;
  object-fit: cover;
  transition: all 0.3s ease
}

.service-card:hover .tech-logo {
  transform: translateY(-3px);
  opacity: .95;
  filter: brightness(1.3)
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .8rem;
  position: relative;
  z-index: 1;
  text-align: center
}

.card-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #85c815, #85c815);
  margin: .5rem auto 0;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.3s
}

.service-card:hover .card-title::after {
  opacity: 1
}

.card-desc {
  font-size: .95rem;
  color: #cbd5e1;
  line-height: 1.7;
  position: relative;
  z-index: 1
}

.bullet-line {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  display: block;
  text-align: left
}

.bullet-line::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px
}

.service-card-link {
  text-decoration: none;
  color: inherit;
  display: block
}

.service-card-link:hover .service-card {
  transform: translateY(-5px);
  transition: 0.3s ease
}

.tz-workflow1 {
  background: #fff;
  padding: 80px 0
}

.tz-workflow1-steps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  width: 100%
}

.tz-workflow1-card {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  background: #000;
  border-radius: 20px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #1f1f1f;
  box-shadow: 0 10px 25px rgb(0 0 0 / .25);
  transition: all 0.4s ease
}

.tz-workflow1-card::before {
  content: "";
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222
}

.tz-workflow1-card::after {
  content: "";
  position: absolute;
  top: 79px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #85c815;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px rgb(132 204 22 / .6), 0 0 40px rgb(132 204 22 / .4), 0 0 60px rgb(132 204 22 / .2)
}

.tz-workflow1-card__step {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 35px
}

.tz-workflow1-card__number {
  font-size: 70px;
  font-weight: 800;
  color: #85c815;
  margin-bottom: 25px;
  line-height: 1
}

.tz-workflow1-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px
}

.tz-workflow1-card__content p {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  max-width: 260px;
  margin: auto
}

.tz-workflow1-card:hover {
  transform: translateY(-12px);
  border-color: #85c815;
  box-shadow: 0 0 20px rgb(132 204 22 / .6), 0 0 40px rgb(132 204 22 / .4), 0 0 60px rgb(132 204 22 / .2)
}

.tz-workflow1-card:hover .tz-workflow1-card__number {
  text-shadow: 0 0 15px rgb(133 200 21 / .8)
}

.tz-workflow1-card:hover .tz-workflow1-card__title,
.tz-workflow1-card:hover .tz-workflow1-card__step {
  color: #85c815
}

@media (max-width:991px) {
  .tz-workflow1-steps {
    flex-wrap: wrap
  }
  .tz-workflow1-card {
    flex: 0 0 calc(50% - 15px)
  }
}

@media (max-width:576px) {
  .tz-workflow1-card {
    flex: 0 0 100%
  }
  .tz-workflow1-steps {
    gap: 20px
  }
}

.review-container {
  max-width: 1200px;
  margin: auto;
  background: #0c0c0c;
  border: 1px solid #aaa;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 4px 12px rgb(0 0 0 / .08)
}

.dd:hover {
  border: 1px solid #85c815;
  box-shadow: 0 6px 20px rgb(133 200 21 / .35);
  transition: all 0.3s ease
}

.review-left h2 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #fff
}

.review-left p {
  font-size: 14px;
  color: #b3b3b1;
  max-width: 533px
}

.review-right {
  display: flex;
  align-items: center;
  gap: 20px
}

.rating-box {
  text-align: right
}

.google-text {
  font-size: 21px
}

.rating-text {
  font-size: 14px;
  margin-left: 4px
}

.stars {
  color: #fbbc05;
  font-size: 18px;
  letter-spacing: 2px
}

.rating-number {
  font-size: 16px;
  color: #b3b3b1
}

.review-btn {
  background: #85c815;
  color: #fff;
  padding: 10px 18px;
  border-radius: 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s
}

.review-btn:hover {
  background: #fff;
  color: #85c815
}

@media (min-width:768px) and (max-width:820px) {
  .review-right {
    width: 353px
  }
}

@media (max-width:768px) {
  .review-container {
    flex-direction: column;
    text-align: center
  }
  .review-right {
    flex-direction: column;
    gap: 12px
  }
  .rating-box {
    text-align: center
  }
  .review-left p {
    max-width: 100%
  }
}

.cute-testimonial {
  background: linear-gradient(135deg, var(--freshora-primary), #004085);
  padding: 90px 0
}

.cute-title {
  text-align: center;
  margin-bottom: 50px
}

.cute-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff
}

.cute-card {
  background: #fff;
  border-radius: 26px;
  padding: 25px 20px 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 20px 45px rgb(0 0 0 / .08);
  transition: 0.4s
}

.cute-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff
}

.cute-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

.cute-message {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px
}

.read-more-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #4DB746;
  cursor: pointer;
  text-decoration: underline
}

.cute-name {
  font-size: 16px;
  font-weight: 600;
  color: #4DB746
}

.cute-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px
}

.cute-prev,
.cute-next {
  position: static;
  color: #4DB746
}

.cute-prev::after,
.cute-next::after {
  font-size: 26px
}

@media (max-width:768px) {
  .cute-title h2 {
    font-size: 26px
  }
  .cute-img {
    width: 75px;
    height: 75px
  }
}

#messageModalOverlay,
#messageModal {
  display: none
}

#messageModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .6);
  z-index: 9998
}

#messageModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 30px rgb(0 0 0 / .2);
  z-index: 9999;
  text-align: center;
  flex-direction: column;
  align-items: center
}

#modalImage {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px
}

#modalName {
  color: #4DB746;
  margin: 0 0 15px 0;
  font-size: 18px
}

#modalMessage {
  color: #555;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px
}

#closeModal {
  background: #4DB746;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  margin: 0 auto
}

.industries-glow {
  padding: 100px 20px;
  background: radial-gradient(circle at 50% 0%, #0a0a0a, #000000 70%);
  color: var(--text-primary);
  text-align: center;
  position: relative;
  overflow: hidden
}

.industries-glow-container {
  max-width: 1250px;
  margin: auto;
  position: relative;
  z-index: 2
}

.bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vh;
  background: radial-gradient(circle, rgb(34 211 238 / .05) 0%, transparent 70%);
  filter: blur(60px);
  z-index: 1
}

.bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgb(255 255 255 / .02) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .02) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 1
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px
}

.title-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-cyan), transparent)
}

.industries-glow h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin: 0;
  font-weight: 800;
  background: linear-gradient(135deg, #85c815 0%, #6fb10f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text
}

.industries-glow-intro {
  max-width: 780px;
  margin: 0 auto 80px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-secondary);
  text-align: center
}

.industries-glow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-bottom: 50px
}

.glow-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
  cursor: pointer;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.glow-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(16 185 129 / .1), rgb(34 211 238 / .1));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1
}

.glow-card:hover::before {
  animation: greenFlash 0.6s ease
}

@keyframes greenFlash {
  0% {
    opacity: 0;
    transform: scale(.9)
  }
  50% {
    opacity: .8;
    transform: scale(1.05)
  }
  100% {
    opacity: .6;
    transform: scale(1)
  }
}

.glow-card:hover {
  transform: translateY(-12px);
  border-color: rgb(16 185 129 / .3);
  box-shadow: 0 0 20px rgb(132 204 22 / .6), 0 0 40px rgb(132 204 22 / .4), 0 0 60px rgb(132 204 22 / .2)
}

.card-sparkle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #85c815;
  border-radius: 50%;
  filter: blur(4px);
  opacity: .5;
  z-index: 2
}

.card-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgb(255 255 255 / .05), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: 2
}

.glow-card:hover .card-shine {
  transform: translateX(100%)
}

.card-content {
  position: relative;
  z-index: 3;
  width: 100%
}

.card-emoji {
  font-size: 48px;
  display: block;
  margin-bottom: 15px;
  transition: transform 0.3s ease
}

.glow-card:hover .card-emoji {
  transform: scale(1.2) rotate(10deg)
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff
}

.card-desc {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 15px;
  opacity: .9
}

.card-stats {
  margin-top: 10px
}

.stat-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #85c815;
  border: 1px solid #85c815;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff
}

.card-hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(180deg, transparent, rgb(16 185 129 / .2));
  transform: translateY(100%);
  transition: transform 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--accent-green);
  font-weight: 500;
  z-index: 4
}

.glow-card:hover .card-hover-content {
  transform: translateY(0)
}

.quote-wrapper {
  max-width: 900px;
  margin: 0 auto 20px
}

.industries-glow-quote {
  font-size: 20px;
  font-style: italic;
  line-height: 1.8;
  color: var(--text-secondary);
  font-weight: 300
}

.quote-line {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-purple), transparent);
  margin: 30px auto 0
}

.cta-wrapper {
  text-align: center
}

.glow-btn {
  padding: 18px 50px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #85c815 0%, #6fb10f 100%);
  color: var(--primary-dark);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  z-index: 2
}

.glow-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / .3), transparent);
  transition: left 0.7s ease
}

.glow-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgb(132 204 22 / .6), 0 0 40px rgb(132 204 22 / .4), 0 0 60px rgb(132 204 22 / .2)
}

.glow-btn:hover::before {
  left: 100%
}

.btn-icon svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease
}

.glow-btn:hover .btn-icon svg {
  transform: translateX(5px)
}

.btn-sparkle {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: var(--accent-green);
  border-radius: 50%;
  filter: blur(3px);
  opacity: .7;
  animation: sparkle 2s infinite
}

@keyframes sparkle {
  0%,
  100% {
    opacity: .3;
    transform: scale(1)
  }
  50% {
    opacity: .8;
    transform: scale(1.3)
  }
}

.cta-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: #003ed9 solid 2px;
  border-radius: 5px;
  padding: 20px 0
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-cyan);
  margin-bottom: 5px
}

.stat-label {
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 500
}

@media (max-width:1200px) {
  .industries-glow-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
  }
}

@media (max-width:768px) {
  .industries-glow {
    padding: 80px 16px
  }
  .industries-glow-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 60px
  }
  .glow-card {
    height: 260px;
    padding: 25px 15px
  }
  .title-line {
    width: 40px
  }
  .industries-glow-quote {
    font-size: 18px
  }
  .cta-stats {
    gap: 30px
  }
}

@media (max-width:480px) {
  .industries-glow-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
  }
  .title-wrapper {
    flex-direction: column;
    gap: 15px
  }
  .title-line {
    width: 100px
  }
  .glow-btn {
    width: 100%;
    justify-content: center
  }
  .cta-stats {
    flex-direction: column;
    gap: 25px
  }
}

.client-strip {
  background: #fff;
  padding: 50px 0;
  overflow: hidden
}

.clientStripSwiper .swiper-wrapper {
  display: flex !important;
  align-items: center
}

.client-card {
  background: #f5f7fb;
  border-radius: 14px;
  height: 110px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgb(0 0 0 / .12)
}

.client-card img {
  max-width: 85%;
  max-height: 70%;
  object-fit: contain
}

.clientStripSwiper .swiper-slide {
  width: auto !important
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.preloader .spinner-wrap {
  width: 330px;
  height: 330px;
  position: relative
}

.preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.preloader .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 9px solid #fff;
  border-top: 10px solid #85c815;
  border-radius: 100%;
  margin: auto;
  animation: spin 2s infinite linear
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}

.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 2px rgb(0 0 0 / .4)
}

.back-to-top-btn i {
  color: #000;
  font-size: 18px
}

@media (max-width:575.98px) {
  .back-to-top-btn {
    right: 5px;
    height: 25px;
    width: 25px;
    line-height: 31px;
    bottom: 38px
  }
}

.animate-zoom-in {
  opacity: 0;
  transform: scale(.5);
  animation: zoomIn 0.8s ease forwards;
  animation-delay: var(--delay, 0.2s)
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(.8)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes charReveal {
  0% {
    opacity: 0;
    transform: scale(.5)
  }
  70% {
    opacity: .8;
    transform: scale(1.05)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(.645, .045, .355, 1) 0.4s;
  opacity: 0
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1
  }
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(.645, .045, .355, 1) 0.4s;
  opacity: 0
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(.645, .045, .355, 1);
  opacity: 0
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1
  }
}

.tz-offcanvas__top img {
  max-height: 98px
}

.tz-service1,
.tz-team1,
.tz-about1,
.tz-blog1 {
  background-color: var(--freshora-white)
}

.tz-wwa1,
.tz-project1,
.tz-testimonial1,
.tz-subscribe1 {
  background: linear-gradient(135deg, var(--freshora-primary), #004085);
  color: #fff
}

.tz-wwa1 .tz-section-title,
.tz-project1 .tz-section-title,
.tz-testimonial1 .tz-section-title,
.tz-subscribe1 .tz-section-title {
  color: #fff
}

.tz-wwa1 .tz-section-subtitle__line,
.tz-project1 .tz-section-subtitle__line,
.tz-testimonial1 .tz-section-subtitle__line,
.tz-subscribe1 .tz-section-subtitle__line {
  background-color: #fff
}

.tz-service1-card:hover,
.tz-project1-card:hover,
.tz-team1-card:hover {
  border: 2px solid var(--freshora-primary);
  transform: translateY(-5px);
  transition: all 0.3s ease
}

.tz-service1-card,
.tz-project1-card,
.tz-team1-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgb(0 0 0 / .05)
}

@media (max-width:767px) {
  .gallery {
    margin-left: 110px
  }
}

@media (prefers-reduced-motion:reduce) {
  .glow-card,
  .glow-btn,
  .card-emoji,
  .card-shine,
  .btn-sparkle {
    transition: none !important;
    animation: none !important
  }
}

.freshora-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 2rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #e5e7eb
}

.freshora-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem 5rem
}

.freshora-content {
  max-width: 640px;
  justify-self: start
}

.freshora-headline {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  margin: 0 0 1rem 0;
  color: #f0f9ff
}

.freshora-headline span {
  display: inline-block;
  position: relative
}

.freshora-text-block {
  margin-top: 1.75rem
}

.creating {
  text-align: center !important
}

.vision-paragraph {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #d1d5db;
  margin-bottom: 1.75rem;
  font-weight: 400;
  text-align: justify;
  border-left: 4px solid #8fc93a;
  padding-left: 1.25rem
}

.vision-paragraph strong {
  font-weight: 600
}

.vision-paragraph:not(:first-of-type) {
  border-left-color: #374151
}

.smartpro {
  font-weight: 600;
  white-space: nowrap
}

.freshora-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}

.freshora-image img {
  width: 100%;
  height: auto;
  max-width: 600px;
  border-radius: 24px;
  box-shadow: 0 20px 35px -8px rgb(0 0 0 / .5);
  transition: transform 0.3s ease, box-shadow 0.4s ease;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  border: 1px solid rgb(143 201 58 / .3)
}

.freshora-image img:hover {
  transform: scale(1.01);
  box-shadow: 0 0 20px rgb(132 204 22 / .6), 0 0 40px rgb(132 204 22 / .4), 0 0 60px rgb(132 204 22 / .2)
}

.freshora-subhead {
  font-size: 1.1rem;
  color: #9ca3af;
  margin-bottom: .25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-spacing: 6px
}

@media (max-width:900px) {
  .freshora-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }
  .freshora-content {
    max-width: 100%
  }
  .freshora-headline {
    font-size: 2.25rem
  }
  .freshora-image {
    grid-row: 2
  }
  .freshora-image img {
    max-width: 100%
  }
}

@media (min-width:1400px) {
  .freshora-section {
    padding: 4rem 3rem
  }
}

.ts-simple-slider {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #f8fafc;
  padding: 60px 20px;
  margin: 0 auto
}

.ts-container {
  max-width: 1100px;
  margin: 0 auto
}

.ts-header {
  text-align: center;
  margin-bottom: 40px
}

.ts-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #85c815;
  background: rgb(249 115 22 / .08);
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 12px
}

.ts-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px
}

.ts-subtitle {
  font-size: 16px;
  color: #475569
}

.ts-slider-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px
}

.ts-slides {
  display: flex;
  transition: transform 0.3s ease
}

.ts-slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 0 5px
}

.ts-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgb(0 0 0 / .02);
  border: 1px solid #e2e8f0;
  height: 100%
}

.ts-stars {
  color: #fbbf24;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px
}

.ts-review {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 25px;
  font-style: italic
}

.ts-author {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px
}

.ts-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f97316
}

.ts-author h4 {
  font-size: 17px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px
}

.ts-author span {
  font-size: 13px;
  color: #f97316
}

.ts-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px
}

.ts-prev,
.ts-next {
  width: 44px;
  height: 44px;
  border: none;
  background: #fff;
  border-radius: 50%;
  color: #85c815;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgb(0 0 0 / .05);
  border: 1px solid #e2e8f0;
  transition: all 0.2s
}

.ts-next {
  transform: rotate(180deg)
}

.ts-prev:hover,
.ts-next:hover {
  background: #f97316;
  color: #fff;
  border-color: #f97316
}

.ts-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px
}

.ts-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s
}

.ts-dot.active {
  width: 24px;
  border-radius: 12px;
  background: #85c815
}

.ts-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
  padding: 15px 25px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #223740;
  width: fit-content;
  margin-left: auto;
  margin-right: auto
}

.ts-score {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a
}

.ts-stars-small {
  color: #fbbf24;
  font-size: 14px;
  letter-spacing: 2px
}

.ts-count {
  font-size: 14px;
  color: #64748b
}

.ts-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #fff0;
  transition: all 0.2s
}

.ts-link:hover {
  border-bottom-color: #f97316
}

@media screen and (max-width:768px) {
  .ts-simple-slider {
    padding: 40px 16px
  }
  .ts-title {
    font-size: 28px
  }
  .ts-card {
    padding: 25px 20px
  }
  .ts-review {
    font-size: 15px
  }
}

@media screen and (max-width:480px) {
  .ts-title {
    font-size: 24px
  }
  .ts-badge {
    font-size: 12px
  }
  .ts-card {
    padding: 20px 18px
  }
  .ts-author h4 {
    font-size: 16px
  }
  .ts-rating {
    flex-wrap: wrap;
    gap: 10px
  }
}

@media (prefers-reduced-motion:reduce) {
  .ts-slides {
    transition: none
  }
}

.rasi-story-section {
  padding: 100px 0;
  background: #f8fafc
}

.story-label {
  display: inline-block;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 10px
}

.story-title {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 15px
}

.story-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #666;
  font-size: 18px
}

.story-text p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 20px
}

.story-timeline {
  border-left: 3px solid var(--theme-color);
  padding-left: 30px
}

.timeline-item {
  margin-bottom: 30px;
  position: relative
}

.timeline-item::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: -39px;
  top: 5px
}

.timeline-item .year {
  font-weight: 700;
  color: var(--theme-color);
  display: block;
  margin-bottom: 5px
}

.timeline-item p {
  margin: 0;
  color: #555
}

.trust-box {
  background: #fff;
  padding: 35px 20px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgb(0 0 0 / .06)
}

.trust-box h3 {
  font-size: 34px;
  color: var(--theme-color);
  margin-bottom: 8px
}

.trust-box .pragrap {
  margin: 0;
  font-weight: 500;
  color: #555
}

.story-closing {
  font-size: 17px;
  color: #444;
  padding: 20px
}

.tz-text-slider {
  width: 100%;
  background: #7fc400;
  overflow: hidden;
  position: relative
}

.tz-text-slider .swiper-wrapper {
  transition-timing-function: linear !important
}

.tz-text-slider .swiper-slide {
  width: auto !important;
  display: flex;
  align-items: center
}

.tz-text-slider__text {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-right: 120px
}

.cta-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 10px
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media (max-width:767px) {
  .cta-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }
}

.tz-main-menu a,
.tz-nav-links a {
  text-decoration: none !important
}

.tz-main-menu>ul {
  padding-left: 0
}

.tz-nav-links>ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0
}

.tz-main-menu>ul>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
  border-top: 2px solid #fff0;
  border-bottom: 2px solid #fff0
}

@media (min-width:1440px) {
  .tz-main-menu>ul>li>a {
    font-size: 15px
  }
}

.tz-main-menu>ul li a:hover {
  color: #85c815
}

.tz-main-menu>ul li.has-dropdown>a.active~::after {
  top: 19px
}

.ph-caret-down {
  font-size: 14px;
  margin-left: 4px;
  color: #85c815;
  margin-top: 4px
}

.tz-main-menu>ul li.has-dropdown .submenu {
  position: absolute;
  top: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background: #000;
  backdrop-filter: blur(10px);
  border-radius: 4px;
  box-shadow: rgb(17 12 46 / .15) 0 48px 100px -40px;
  transition: all 0.3s ease-in-out
}

.has-dropdown .tz-submenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 20px;
  min-width: 420px;
  content-visibility: auto;
  contain: layout paint style;
  contain-intrinsic-size: 500px;
  display: none;
  visibility: hidden;
  pointer-events: none
}

@media (min-width:1200px) {
  .tz-main-menu>ul li.has-dropdown .submenu {
    text-align: left;
    padding: 15px;
    width: 469px
  }
  .tz-main-menu>ul li.has-dropdown .submenu.tz-mega-menu {
    width: 750px;
    left: 50%;
    transform: translateX(-50%)
  }
  .tz-main-menu>ul li:hover .submenu {
    visibility: visible;
    opacity: 1
  }
  .has-dropdown:hover>.tz-submenu {
    display: grid;
    visibility: visible;
    pointer-events: auto
  }
}

@media (max-width:991px) {
  .has-dropdown .tz-submenu {
    grid-template-columns: 1fr;
    min-width: auto
  }
}

.tz-main-menu>ul li.has-dropdown .submenu li a {
  line-height: 2.3rem;
  color: #fff;
  width: fit-content;
  border-left: 2px solid #fff0
}

.tz-main-menu>ul li.has-dropdown .submenu li a:hover {
  color: #85c815;
  padding-left: 15px
}

.tz-header1 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #111;
  transition: all 0.3s ease-in-out
}

.tz-header1.sticky {
  background: rgb(23 23 23 / .85);
  backdrop-filter: blur(10px);
  box-shadow: rgb(17 12 46 / .15) 0 48px 100px -40px
}

.tz-header1__wrapper {
  padding: 1.25rem 0;
  background: transparent !important
}

.tz-header1__logo img {
  max-width: 70px;
  height: auto
}

@media (max-width:767px) {
  .tz-header1__logo img {
    max-width: 70px
  }
}

.tz-mobile-logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  visibility: visible
}

.tz-main-menu ul li a.active {
  border-top: 2px solid red;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid red
}

.tz-mobile-menu .tz-main-menu>ul {
  gap: 0
}

.tz-mobile-menu .tz-main-menu>ul li {
  width: 100%
}

.tz-mobile-menu .tz-main-menu>ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0
}

.tz-mobile-menu .tz-main-menu>ul li:not(:last-child) a {
  border-bottom: 1px solid #1d1d1d
}

@media (max-width:1196px) {
  .tz-header__desktop {
    display: none
  }
}

.tz-mobile-menu .tz-main-menu>ul li.has-dropdown .submenu {
  position: static;
  visibility: visible;
  opacity: 1;
  display: none;
  background: #1d1d1d;
  padding: 10px;
  box-shadow: none
}

.tz-mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  z-index: 1001;
  transition: right 0.4s cubic-bezier(.4, 0, .2, 1);
  box-shadow: -5px 0 25px rgb(0 0 0 / .5);
  display: flex;
  flex-direction: column
}

.tz-mobile-sidebar.open {
  right: 0
}

@media (max-width:480px) {
  .tz-mobile-sidebar {
    width: 100%;
    right: -100%
  }
  .tz-mobile-sidebar.open {
    right: 0
  }
}

@media (min-width:576px) {
  .tz-mobile-sidebar {
    padding: 50px
  }
}

.tz-mobile-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgb(255 255 255 / .1)
}

.tz-mobile-close:hover {
  background: rgb(133 200 21 / .3)
}

.tz-mobile-sidebar-content {
  flex: 1;
  padding: 20px 0;
  overflow-y: auto
}

.tz-mobile-nav {
  margin-bottom: 30px
}

.tz-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0
}

ul {
  list-style-type: none
}

.tz-mobile-menu li {
  margin: 0;
  border-bottom: 1px solid rgb(133 200 21 / .1)
}

.tz-mobile-link {
  display: block;
  padding: 18px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative
}

.tz-mobile-link:hover,
.tz-mobile-link.active {
  background: linear-gradient(90deg, rgb(133 200 21 / .1) 0%, transparent 100%);
  color: #85c815;
  padding-left: 30px
}

.tz-mobile-link:hover::before,
.tz-mobile-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #85c815
}

.tz-mobile-dropdown .tz-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.dropdown-arrow {
  font-size: 20px;
  color: #85c815;
  transition: transform 0.3s
}

.tz-mobile-dropdown.open .dropdown-arrow {
  transform: rotate(90deg)
}

.tz-dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(.4, 0, .2, 1)
}

.tz-mobile-dropdown.open .tz-dropdown-content {
  max-height: fit-content
}

.tz-dropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.tz-dropdown-content li {
  border-bottom: 1px solid rgb(133 200 21 / .03)
}

.tz-dropdown-content a {
  display: block;
  padding: 14px 25px 14px 40px;
  color: rgb(255 255 255 / .7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: .3px
}

.tz-dropdown-content a:hover {
  color: #85c815;
  background: rgb(133 200 21 / .05);
  padding-left: 45px
}

.tz-mobile-contact {
  padding: 25px;
  border-top: 1px solid rgb(133 200 21 / .1);
  margin-top: auto
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(255 255 255 / .7);
  margin-bottom: 15px;
  font-size: 14px
}

.contact-item:last-child {
  margin-bottom: 0
}

.contact-item svg {
  color: #85c815;
  flex-shrink: 0
}

.tz-mobile-toggle {
  background: none;
  border: 2px solid #85c815;
  border-radius: 24px;
  cursor: pointer;
  padding: 10px;
  width: 60px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  position: fixed;
  top: 33px;
  background: #85c815;
  right: 20px;
  color: #fff;
  transition: all 0.3s ease
}

.tz-mobile-toggle:hover {
  background: rgb(133 200 21 / .1);
  transform: scale(1.05)
}

.hamburger {
  width: 24px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  left: 3px;
  top: 3px
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #85c815;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out
}

.hamburger span:nth-child(1) {
  top: 0;
  background: #fff;
  width: 15px
}

.hamburger span:nth-child(2) {
  top: 5px;
  background: #fff;
  width: 15px
}

.hamburger span:nth-child(3) {
  top: 10px;
  background: #fff;
  width: 15px
}

.mobile-menu-open .hamburger span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg)
}

.mobile-menu-open .hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px
}

.mobile-menu-open .hamburger span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg)
}

.tz-body-overlay {
  position: fixed;
  inset: 0;
  background: rgb(24 24 24 / .4);
  opacity: 0;
  visibility: hidden;
  transition: 0.45s
}

.tz-body-overlay.opened {
  opacity: 1;
  visibility: visible
}

.tz-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .7);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s
}

.tz-mobile-overlay.active {
  opacity: 1;
  visibility: visible
}

.tz-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  backdrop-filter: blur(10px);
  transform: translateX(calc(100% + 80px));
  transition: all 0.3s ease-in-out
}

.tz-offcanvas.opened {
  transform: translateX(0)
}

@media (min-width:576px) {
  .tz-offcanvas {
    width: 450px
  }
}

.has-dropdown .tz-submenu {
  content-visibility: auto;
  contain: layout paint style;
  contain-intrinsic-size: 500px;
  display: none;
  visibility: hidden;
  pointer-events: none
}

@media (min-width:992px) {
  .has-dropdown:hover>.tz-submenu {
    display: grid;
    visibility: visible;
    pointer-events: auto
  }
}

section,
footer,
.client-strip {
  content-visibility: auto;
  contain-intrinsic-size: 800px
}

.tz-nav-links>ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none
}

.tz-nav-links>ul>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 6px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease
}

.tz-nav-links a {
  text-decoration: none !important
}

.tz-nav-links>ul>li>a:hover::after {
  width: 100%
}

.tz-nav-links>ul>li.active>a,
.tz-nav-links>ul>li.current-menu-item>a {
  color: #fff
}

.tz-nav-links>ul>li.active>a::before,
.tz-nav-links>ul>li.current-menu-item>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 2px;
  background: red
}

.tz-nav-links>ul>li.active>a::after,
.tz-nav-links>ul>li.current-menu-item>a::after {
  width: 100%
}

.tz-offcanvas img,
.mobile-menu img,
.offcanvas-header img {
  display: block !important;
  max-width: 120px;
  height: auto;
  margin: 10px auto
}

.tz-mobile-close {
  background: #000 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #85c815
}

.tz-main-menu>ul {
  flex-wrap: nowrap !important
}

.tz-main-menu>ul>li>a {
  white-space: nowrap !important
}

.ts-audio {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px
}

.ts-play {
  background: #85c815;
  border: none;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer
}

.ts-speaker {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px
}

.ts-global-audio-control {
  text-align: center;
  margin-top: 15px
}

.fq-section {
  --fq-accent: #91d904;
  --fq-accent2: #6aaa00;
  --fq-dark: #0d1117;
  --fq-card: #141b22;
  --fq-border: rgba(145, 217, 4, 0.18);
  --fq-text: #c9d1d9;
  --fq-muted: #8b949e;
  --fq-white: #ffffff;
  --fq-radius: 14px;
  --fq-trans: 0.32s cubic-bezier(.4, 0, .2, 1);
  background: var(--fq-dark);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden
}

.fq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(145 217 4 / .04) 1px, transparent 1px), linear-gradient(90deg, rgb(145 217 4 / .04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none
}

.fq-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .18
}

.fq-blob--1 {
  width: 400px;
  height: 400px;
  background: var(--fq-accent);
  top: -120px;
  left: -100px
}

.fq-blob--2 {
  width: 300px;
  height: 300px;
  background: var(--fq-accent2);
  bottom: -80px;
  right: -80px
}

.fq-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.fq-header {
  text-align: center;
  margin-bottom: 48px
}

.fq-badge {
  display: inline-block;
  background: rgb(145 217 4 / .12);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 18px
}

.fq-title {
  color: var(--fq-white);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.22;
  margin: 0 0 14px;
  letter-spacing: -.02em
}

.fq-title span {
  color: var(--fq-accent)
}

.fq-sub {
  color: var(--fq-muted);
  font-size: .97rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65
}

.fq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.fq-item {
  background: var(--fq-card);
  border: 1px solid var(--fq-border);
  border-radius: var(--fq-radius);
  overflow: hidden;
  transition: border-color var(--fq-trans), box-shadow var(--fq-trans)
}

.fq-item:hover {
  border-color: rgb(145 217 4 / .45)
}

.fq-item.fq-open {
  border-color: var(--fq-accent);
  box-shadow: 0 0 0 1px rgb(145 217 4 / .25), 0 8px 32px rgb(0 0 0 / .35)
}

.fq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  outline: none
}

.fq-btn:focus-visible {
  outline: 2px solid var(--fq-accent);
  outline-offset: -2px
}

.fq-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(145 217 4 / .1);
  border: 1px solid var(--fq-border);
  color: var(--fq-accent);
  font-size: .7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .05em;
  transition: background var(--fq-trans), border-color var(--fq-trans)
}

.fq-open .fq-num {
  background: var(--fq-accent);
  border-color: var(--fq-accent);
  color: var(--fq-dark)
}

h2.fq-q-text {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  color: var(--fq-white);
  transition: color var(--fq-trans)
}

.fq-open h2.fq-q-text {
  color: var(--fq-accent)
}

.fq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgb(145 217 4 / .08);
  border: 1px solid var(--fq-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--fq-trans), transform var(--fq-trans)
}

.fq-icon svg {
  width: 13px;
  height: 13px;
  stroke: var(--fq-accent);
  transition: transform var(--fq-trans)
}

.fq-open .fq-icon {
  background: var(--fq-accent)
}

.fq-open .fq-icon svg {
  stroke: var(--fq-dark);
  transform: rotate(45deg)
}

.fq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--fq-trans)
}

.fq-answer-inner {
  padding: 0 22px 20px 70px;
  text-align: justify;
  color: var(--fq-text);
  font-size: .94rem;
  line-height: 1.72
}

.fq-more-wrap {
  text-align: center;
  margin-top: 40px
}

.fq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--fq-accent);
  color: var(--fq-dark);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
  box-shadow: 0 4px 20px rgb(145 217 4 / .25)
}

.fq-more-btn:hover {
  background: var(--fq-accent2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgb(145 217 4 / .35)
}

.fq-more-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--fq-dark);
  flex-shrink: 0;
  transition: transform var(--fq-trans)
}

.fq-more-btn:hover svg {
  transform: translateX(3px)
}

.fq-answer {
  cursor: pointer
}

@media (max-width:600px) {
  .fq-section {
    padding: 52px 0 60px
  }
  .fq-answer-inner {
    padding-left: 22px
  }
  .fq-btn {
    padding: 16px 16px;
    gap: 12px
  }
}

.highlight-box {
  border-radius: 16px;
  padding: 10px 18px;
  background: #85c815;
  border: 3px solid #fff0;
  background-image: linear-gradient(#85c815, #85c815), linear-gradient(90deg, red, red, #22c55e);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: borderMove 3s linear infinite
}

@keyframes borderMove {
  0% {
    background-position: 0% 0%, 0% 50%
  }
  100% {
    background-position: 0% 0%, 200% 50%
  }
}

.highlight-box {
  background-size: 100% 100%, 200% 200%
}

.freshora-contact-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background: #111;
  min-width: 280px;
  text-align: start;
  width: max-content;
  padding: 10px 0;
  display: none;
  z-index: 999;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgb(0 0 0 / .25)
}

.freshora-contact-submenu li {
  display: block !important;
  width: 100%
}

.freshora-contact-submenu li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s
}

.freshora-contact-submenu li a:hover {
  color: #84CC16
}

.freshora-contact-dropdown:hover .freshora-contact-submenu {
  display: block
}

.expertise-section {
  background: #fff
}

.expertise-header {
  text-align: center;
  margin-bottom: 40px
}

.expertise-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 40px rgb(0 0 0 / .08)
}

.expertise-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 24px
}

@media(max-width:576px) {
  .expertise-header {
    margin-bottom: 25px
  }
  .expertise-image-wrapper {
    border-radius: 18px
  }
  .expertise-image {
    border-radius: 18px
  }
}

.review-logo-section {
  padding: 30px 0;
  background: #000
}

.review-logo-card {
  background: #fff;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 10px 25px rgb(0 0 0 / .08);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.review-logo-card:hover {
  transform: translateY(-5px)
}

.review-logo-card img {
  width: 153px;
  height: 120px;
  object-fit: contain
}

@media(max-width:991px) {
  .review-logo-card img {
    width: 130px;
    height: 100px
  }
}

@media(max-width:576px) {
  .review-logo-section {
    padding: 50px 0
  }
  .review-logo-card {
    padding: 10px;
    border-radius: 16px
  }
  .review-logo-card img {
    width: 110px;
    height: 85px
  }
}

.freshora-choose-section {
  padding: 60px 0;
  background: #000
}

.freshora-choose-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px
}

.freshora-choose-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px
}

.freshora-choose-section .col-lg-6 {
  flex: 1 1 calc(50% - 15px);
  min-width: 300px
}

.choose-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px
}

.choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 30px
}

.choose-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff
}

.choose-item .check {
  font-size: 18px;
  color: #91d904
}

.choose-tagline h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 10px
}

.choose-tagline p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #ccc;
  margin-bottom: 15px
}

.choose-cta {
  margin-top: 30px;
  padding: 25px;
  background: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgb(0 0 0 / .3);
  border: 1px solid #333
}

.choose-cta h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px
}

.choose-cta p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 12px
}

.choose-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgb(0 0 0 / .3);
  border: 1px solid #333
}

@media (max-width:768px) {
  .freshora-choose-section .col-lg-6 {
    flex: 1 1 100%
  }
  .choose-grid {
    grid-template-columns: 1fr
  }
  .choose-content h2 {
    font-size: 28px
  }
  .freshora-choose-section {
    padding: 40px 0
  }
}