/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-\[15px\] {
  top: 15px;
}
.top-\[35\%\] {
  top: 35%;
}
.top-\[70\%\] {
  top: 70%;
}
.right-\[8px\] {
  right: 8px;
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-999 {
  z-index: 999;
}
.z-9999 {
  z-index: 9999;
}
.col-12 {
  grid-column: 12;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[130px\] {
  height: 130px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-1\/3 {
  width: calc(1/3 * 100%);
}
.w-2\/3 {
  width: calc(2/3 * 100%);
}
.w-2\/4 {
  width: calc(2/4 * 100%);
}
.w-3\/4 {
  width: calc(3/4 * 100%);
}
.w-11\/12 {
  width: calc(11/12 * 100%);
}
.w-\[15\%\] {
  width: 15%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: max-content;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-1\/2 {
  --tw-translate-x: calc(1/2 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-\[50\%\] {
  --tw-translate-y: calc(50% * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-0 {
  rotate: 0deg;
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded-\[2px_20px_6px_10px\] {
  border-radius: 2px 20px 6px 10px;
}
.rounded-\[5px_5px_5px_5px\] {
  border-radius: 5px 5px 5px 5px;
}
.rounded-\[145\%_110\%_160\%_120\%\] {
  border-radius: 145% 110% 160% 120%;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-x {
  border-inline-style: var(--tw-border-style);
  border-inline-width: 1px;
}
.border-s-2 {
  border-inline-start-style: var(--tw-border-style);
  border-inline-start-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-transparent {
  border-color: transparent;
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.bg-\[\#1e1e1e\] {
  background-color: #1e1e1e;
}
.bg-\[\#222\] {
  background-color: #222;
}
.bg-\[\#fede09\] {
  background-color: #fede09;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-current {
  fill: currentcolor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.pt-\[165px\] {
  padding-top: 165px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-top {
  vertical-align: top;
}
.\!text-\[9px\] {
  font-size: 9px !important;
}
.\!text-\[13px\] {
  font-size: 13px !important;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.leading-\[1\.25rem\] {
  --tw-leading: 1.25rem;
  line-height: 1.25rem;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.break-all {
  word-break: break-all;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration-line: line-through;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-25 {
  opacity: 25%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  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, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-75 {
  --tw-duration: 75ms;
  transition-duration: 75ms;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.group-hover\:scale-102 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 102%;
      --tw-scale-y: 102%;
      --tw-scale-z: 102%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:scale-105 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:scale-110 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.file\:border-0 {
  &::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.before\:content-none {
  &::before {
    content: var(--tw-content);
    --tw-content: none;
    content: none;
  }
}
.hover\:scale-105 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:scale-110 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:scale-\[1\.02\] {
  &:hover {
    @media (hover: hover) {
      scale: 1.02;
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.hover\:opacity-90 {
  &:hover {
    @media (hover: hover) {
      opacity: 90%;
    }
  }
}
.focus\:border-transparent {
  &:focus {
    border-color: transparent;
  }
}
.focus\:ring {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-1 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.focus-visible\:ring-2 {
  &:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.active\:scale-\[0\.98\] {
  &:active {
    scale: 0.98;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-25 {
  &:disabled {
    opacity: 25%;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
.ltr\:origin-top-left {
  &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
    transform-origin: top left;
  }
}
.ltr\:origin-top-right {
  &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
    transform-origin: top right;
  }
}
.rtl\:origin-top-left {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    transform-origin: top left;
  }
}
.rtl\:origin-top-right {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    transform-origin: top right;
  }
}
.rtl\:rotate-180 {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    rotate: 180deg;
  }
}
.rtl\:space-x-reverse {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 1;
    }
  }
}
.\[\&_h2\]\:border-l-4 {
  & h2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
}
@font-face {
  font-family: 'Avenir';
  src: url('../font/Avenir\ Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../font/Avenir\ Black.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.mobile-search {
  display: none;
}
@media (max-width: 1023px) {
  .desktop-search {
    display: none;
  }
  .mobile-search {
    display: flex;
  }
}
body {
  background: #000;
}
h1 {
  font-size: 2.8rem !important;
}
h2 {
  font-size: 2.5rem !important;
}
h3 {
  font-size: 2rem !important;
}
h4 {
  font-size: 1.5rem !important;
}
h5 {
  font-size: 1.25rem !important;
}
h6 {
  font-size: 1rem !important;
}
p {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}
a:hover {
  cursor: pointer !important;
}
:is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Avenir', Arial, sans-serif;
}
p {
  font-family: "Inter", sans-serif;
}
main {
  section {
    padding: 60px 0;
  }
}
.text-primary {
  color: #FEDF15 !important;
}
.bg-primary {
  background: #FEDF15 !important;
}
.border-primary {
  border-color: #FEDF15 !important;
}
nav {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 1) 100%);
}
.fp-banner {
  transition: margin-top 0.4s ease;
  height: 40vh !important;
  margin-top: 140px !important;
  >figure {
    width: 100%;
    height: 40vh;
    position: relative;
    z-index: -1;
    img {
      height: inherit;
      object-fit: cover;
    }
  }
  .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60vh;
  }
  article {
    width: 30rem;
    height: inherit;
  }
  .bx-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    height: 40vh !important;
    border: none !important;
    .bx-viewport {
      height: 40vh !important;
      overflow: visible !important;
    }
  }
  h1 {
    font-family: "Inter", sans-serif;
  }
}
.bannerHero {
  figure {
    height: 40vh;
  }
  img {
    width: 100%;
    height: inherit;
    object-fit: fill;
  }
}
.bx-wrapper {
  border: none !important;
  margin-bottom: 0 !important;
  height: inherit;
  background: transparent !important;
  box-shadow: none !important;
}
.inr-banner nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.inr-banner>figure {
  width: 100%;
  height: 15rem !important;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.inr-banner>figure img {
  width: 100%;
  height: 15rem !important;
  object-fit: cover;
}
.inr-banner>figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem !important;
  background: #000;
  background: linear-gradient( 275deg, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0.91) 100%);
  z-index: 0;
}
.bg-service {
  background-image: url('../images/bg-service.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.bg-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.section-content {
  position: relative;
  z-index: 2;
}
.fs-item {
  &+.fs-item {
    margin-top: 30px;
  }
  figure {
    width: 20rem;
  }
  article {
    width: 75%;
  }
}
.fpp-list {
  figure {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    img {
      object-fit: contain;
    }
  }
}
.fp-specialist .absolute:hover {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.025) 1%, rgba(0, 0, 0, 0.75) 100%);
}
.accordion-open {
  border-color: #FEDF15;
}
.accordion-button[aria-expanded="true"] {
  border-color: #FEDF15;
  background: transparent;
  color: #fff;
  svg {
    color: #FEDF15;
  }
}
.bx-wrapper .bx-prev {
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #facc14;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-indent: -9999px;
}
.bx-wrapper .bx-prev:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f053";
  font-size: 20px;
  color: #333;
  transform: translate(15px, 0);
  font-size: 15px;
}
.bx-wrapper .bx-next {
  right: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #facc14;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-indent: -9999px;
}
.bx-wrapper .bx-next:before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 20px;
  color: #333;
  transform: translate(15px, 0);
  font-size: 15px;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 9999px;
  z-index: 99;
}
.yellow-blob {
  top: 50% !important;
  position: absolute;
  left: 50% !important;
  transform: translate(0, 0) !important;
  margin-top: 3rem !important;
}
.fp-testimonial {
  .bx-viewport {
    overflow: visible !important;
  }
  [aria-hidden="true"] {
    opacity: 0;
  }
  [aria-hidden="false"] {
    opacity: 1;
  }
}
.testimonialSlider {
  width: 100%;
  margin: 0 auto;
  .testimonial-card {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .testimonial-card p {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .divider {
    border: none;
    height: 1px;
    background-color: #FEDF15;
    margin: 2rem 0;
  }
  .profile-info {
    display: flex;
    align-items: center;
  }
  .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #FEDF15;
    margin-right: 1rem;
  }
  .name {
    color: #FEDF15;
  }
  .title {
    color: #aaa;
    font-size: 0.875rem;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FEDF15;
}
.animate-underline {
  position: relative;
}
.animate-underline::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #facc15;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.animate-underline:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.fade-up-section {
  opacity: 0;
  transform: translateY(100px);
}
.section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s ease;
}
.yellow-background {
  width: 150vw;
  height: 150vh;
  background-color: #FACC15;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  transition: top 0.4s ease-out;
}
#header.visible {
  top: 0;
  transition: top 0.4s ease-out;
}
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fedf15;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
  border: none;
}
.scroll-top-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top-btn:hover {
  background: #f2d200;
  color: #000;
  transform: translateY(-5px);
}
.fp-vision {
  background-color: #1e1e1e;
  position: relative;
}
.fp-mission {
  background-color: #2a2a2a;
  position: relative;
}
.stitle {
  h3 {
    color: #fedf15;
    text-transform: uppercase;
  }
}
:is(p) {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #989898;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.fg-list {
  background: transparent;
  margin: 0 auto;
  &:hover {
    cursor: pointer;
  }
  figure {
    width: 75%;
    height: 75px;
    margin: auto auto 0;
    &:hover {
      cursor: pointer;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      cursor: pointer;
      &:hover {
        cursor: pointer;
      }
    }
  }
  figure+figure {
    margin-top: 10px;
  }
}
.fg-list li {
  background: transparent;
}
footer ul li {
  margin: 0 !important;
  margin-right: 15px !important;
}
.fp-groups {
  transform: none !important;
  opacity: 1 !important;
}
.group-tab.active {
  border-color: #fedf15 !important;
  background: #fedf15;
}
.group-tab.active a {
  color: #000 !important;
}
.sidebar-categories {
  height: 125px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden !important;
}
.sidebar-categories li {
  margin-top: 0 !important;
  width: 180px;
  height: inherit;
}
.sidebar-categories li > div {
  height: auto;
}
.sidebar-categories::-webkit-scrollbar {
  display: none;
}
.sidebar-categories a {
  font-size: 12px;
}
.sidebar-categories a > div {
  height: 60px;
  width: 100px;
}
.sidebar-categories a > div img {
  width: inherit;
  height: inherit;
  padding: 2px;
}
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.theme-white {
  background: #e1e1e1 !important;
}
.theme-white {
  > div > div.bg-primary {
    background: #fff;
  }
  nav.breadcrumb {
    background: transparent !important;
  }
  .bg-gray-800, .bg-gray-700 {
    background: #fff !important;
  }
  nav {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 255.27) 0%, rgba(255, 255, 255, 1) 100%);
  }
  #header nav ul > li a {
    color: inherit;
  }
  #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  select.bg-white, input.bg-white {
    background: #fafafa !important;
  }
  button.text-black {
    color: #555 !important;
  }
  .bg-black {
    background: #fff !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #000 !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem {
    .fi-info {
      background: rgba(255, 255, 255, .5);
    }
  }
  svg [fill="white"] {
    fill: #000;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.85);
  }
  section + section {
    background-color: #e1e1e1 !important;
  }
  [class*='bg-[#222]'] {
    background-color: #e4e4e4;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #e1e1e1;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
}
body.theme-red {
  background: #ef4444 !important;
  > div > div.bg-primary {
    background: #ef4444;
  }
}
.theme-red {
  nav {
    background: #ef4444;
    background: linear-gradient(0deg, #dc2626 0%, #ef4444 100%);
  }
  nav.breadcrumb {
    background: transparent !important;
  }
  .bg-gray-800, .bg-gray-700 {
    background: #db3232 !important;
  }
  #header nav ul > li a, #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  select.bg-white, input.bg-white {
    background: #fee2e2 !important;
  }
  button.text-black {
    color: #7f1d1d !important;
  }
  .bg-black {
    background: #ef4444 !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #7f1d1d !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem .fi-info {
    background: rgba(239, 68, 68, 0.5);
  }
  svg [fill="white"] {
    fill: #7f1d1d;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(239, 68, 68, 0.85);
  }
  section + section {
    background-color: #fee2e2 !important;
  }
  [class*='bg-[#222]'] {
    background-color: #b91c1c;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #7f1d1d;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
}
body.theme-cyan {
  background: #06b6d4 !important;
  > div > div.bg-primary {
    background: #06b6d4;
  }
}
.theme-cyan {
  nav {
    background: #06b6d4;
    background: linear-gradient(0deg, #0891b2 0%, #06b6d4 100%);
  }
  nav.breadcrumb {
    background: transparent !important;
  }
  .bg-gray-800, .bg-gray-700 {
    background: #259cb1 !important;
  }
  #header nav ul > li a, #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  select.bg-white, input.bg-white {
    background: #e0f2fe !important;
  }
  button.text-black {
    color: #164e63 !important;
  }
  .bg-black {
    background: #06b6d4 !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #164e63 !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem .fi-info {
    background: rgba(6, 182, 212, 0.5);
  }
  svg [fill="white"] {
    fill: #164e63;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(6, 182, 212, 0.85);
  }
  section + section {
    background-color: #cffafe !important;
  }
  [class*='bg-[#222]'] {
    background-color: #0891b2;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #164e63;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
}
body.theme-purple {
  background: #a855f7 !important;
  > div > div.bg-primary {
    background: #a855f7;
  }
}
.theme-purple {
  nav {
    background: #a855f7;
    background: linear-gradient(0deg, #9333ea 0%, #a855f7 100%);
  }
  nav.breadcrumb {
    background: transparent !important;
  }
  .bg-gray-800, .bg-gray-700 {
    background: #7832b8 !important;
  }
  #header nav ul > li a, #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  select.bg-white, input.bg-white {
    background: #f5f3ff !important;
  }
  button.text-black {
    color: #6b21a8 !important;
  }
  .bg-black {
    background: #a855f7 !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #6b21a8 !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem .fi-info {
    background: rgba(168, 85, 247, 0.5);
  }
  svg [fill="white"] {
    fill: #6b21a8;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(168, 85, 247, 0.85);
  }
  section + section {
    background-color: #f3e8ff !important;
  }
  [class*='bg-[#222]'] {
    background-color: #7e22ce;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #6b21a8;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
}
.category-content tbody tr:nth-child(odd) {
  background: #373d44;
}
.category-content tbody tr:nth-child(even) {
  background: #333;
}
.cooking-essentials-slider .step-item {
  background: #111827;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  min-height: 60px;
}
.step-number {
  background-color: #fbcb15;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.step-content {
  flex-grow: 1;
}
.step-content :is(h6) {
  margin: 3px;
  color: #fff;
}
.step-image {
  max-width: 140px;
  text-align: right;
  margin: -20px -10px -20px -10px;
}
.step-image img {
  max-width: 100%;
  height: auto;
}
@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-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;
}
@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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --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-duration: initial;
      --tw-content: "";
      --tw-space-x-reverse: 0;
    }
  }
}
