body {
  background-color: #f8f7f4 !important;
  font-family: PeydaSemBd !important;
}

.color-1 {
  background: linear-gradient(180deg,#8d0f27 0%,#600e1d 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-3 {
  color: #333;
}

.color-4 {
  color: #777;
}

.color-5 {
  color: #333;
}

.menu-desktop {
  z-index: 10;
  backdrop-filter: blur(3px) !important;
}

/* Equal side columns keep the logo on the exact horizontal center of the viewport */
.menu-desktop__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 1.5rem;
}

.menu-desktop__nav-start,
.menu-desktop__nav-end {
  display: flex;
  align-items: center;
  min-width: 0;
}

.menu-desktop__nav-start {
  justify-content: flex-start;
}

.menu-desktop__nav-end {
  justify-content: flex-end;
  gap: 3.5rem;
}

.menu-desktop__nav-logo {
  justify-self: center;
}

.menu-desktop__nav-list {
  gap: 3.5rem;
}

.menu-desktop__nav-actions {
  gap: 16px;
  flex-shrink: 0;
}

.menu-desktop .item-social ul li .number {
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg,
      rgba(141, 15, 38, 0) 0%,
      rgba(96, 14, 29, 0) 100%);
  padding: 5px 8px 1px 8px;
  border-radius: 30px;
  border: 1px solid rgba(250, 250, 250, 0.24);
  font-size: 14px;
  backdrop-filter: blur(6px) !important;
}

.menu-desktop .item-social ul li .number::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(180deg,
      rgba(141, 15, 39, 1) 0%,
      rgba(96, 14, 29, 1) 100%);

  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s ease;
  z-index: -1;
}

.menu-desktop .item-social ul li .number:hover::before {
  transform: scaleY(1);
}

.btn-fixs-call .number {
  color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg,
      rgba(141, 15, 38, 0) 0%,
      rgba(96, 14, 29, 0) 100%);
  padding: 5px 8px 1px 8px;
  border-radius: 30px;
  border: 1px solid rgba(250, 250, 250, 0.24);
  font-size: 14px;
  backdrop-filter: blur(6px) !important;
}

.menu-desktop .item-social ul li .link-social,
.offcanvas-menu-mobile .item-social ul li .link-social {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg,
      rgba(141, 15, 38, 0) 0%,
      rgba(96, 14, 29, 0) 100%);
  padding: 6px;
  border-radius: 50px;
  border: 1px solid rgba(250, 250, 250, 0.24);
  font-size: 14px;
  backdrop-filter: blur(6px) !important;
  z-index: 1;
}

.menu-desktop .item-social ul li .link-social::before,
.offcanvas-menu-mobile .item-social ul li .link-social::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: linear-gradient(180deg,
      rgba(141, 15, 39, 1) 0%,
      rgba(96, 14, 29, 1) 100%);

  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s ease;
  z-index: -1;
}

.menu-desktop .item-social ul li .link-social:hover::before {
  transform: scaleY(1);
}


.mobile-nav-list > li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.25);
}

.mobile-nav-list > li:last-child {
  border-bottom: 0;
}

.mobile-nav-row {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 0;
  gap: 0.875rem;
  color: #fff;
  text-align: inherit;
}

.mobile-nav-row--primary,
.offcanvas-menu-mobile a.mobile-nav-row--primary,
.offcanvas-menu-mobile button.mobile-nav-row--primary {
  font-size: 1.125rem;
  line-height: 1.5;
}

.mobile-nav-row--sub {
  min-height: 3rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-inline-start: calc(28px + 0.875rem);
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.92;
}

.mobile-nav-row--nested {
  min-height: 2.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-start: calc(28px + 0.875rem + 1rem);
  font-size: 0.9375rem;
  line-height: 1.5;
  opacity: 0.85;
}

.mobile-nav-row--active {
  font-family: PeydaBlack;
  opacity: 1 !important;
}

.mobile-nav-row__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-row__icon img {
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

.mobile-nav-row__label {
  flex: 1 1 auto;
  min-width: 0;
  text-align: start;
}

.mobile-nav-row.mobile-nav-toggle,
.offcanvas-menu-mobile button.mobile-nav-row {
  display: flex;
  color: #fff;
  font-family: inherit;
  font-weight: inherit;
}

.mobile-nav-toggle {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
  text-align: inherit;
  justify-content: flex-start;
}

.mobile-nav-row.mobile-nav-toggle.mobile-nav-row--primary {
  padding: 0.75rem 0;
}

.mobile-nav-row.mobile-nav-toggle.mobile-nav-row--sub {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-inline-start: calc(28px + 0.875rem);
  padding-inline-end: 0;
}

.mobile-nav-row.mobile-nav-toggle.mobile-nav-row--nested {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline-start: calc(28px + 0.875rem + 1rem);
  padding-inline-end: 0;
}

.mobile-nav-chevron {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-inline-end: 0.25rem;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.mobile-nav-toggle:not(.collapsed) .mobile-nav-chevron {
  transform: rotate(-135deg);
}

.mobile-nav-sub {
  padding-bottom: 0.375rem;
}

.mobile-nav-sub-group + .mobile-nav-row--sub,
.mobile-nav-sub-group + .mobile-nav-sub-group {
  margin-top: 0;
}

.offcanvas-menu-mobile .mobile-nav-row__icon img,
.offcanvas-menu-mobile .mobile-nav-toggle img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(101%);
  opacity: 1 !important;
}


.btn-pro1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg,
      rgba(141, 15, 39, 1) 0%,
      rgba(96, 14, 29, 1) 100%);
  border: 1px solid #fff !important;
  font-size: 16px !important;
  border-radius: 30px !important;
  width: max-content !important;
  padding: 12px 24px !important;
  color: #fff;
  z-index: 1 !important;
  transition: color 0.4s ease !important;
}

.btn-pro1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid rgba(141, 15, 39, 1);
  border-radius: 30px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-pro1:hover::before {
  transform: scaleY(1);
}

.btn-pro1:hover {
  color: rgba(141, 15, 39, 1) !important;
}

.btn-2 {
  position: relative;
  overflow: hidden;
  border: 1px solid #8d0f27;
  border-radius: 30px;
  background: #fff !important;
  width: max-content;
  padding: 12px 24px;
  color: #600e1d;
  font-size: 16px !important;
  z-index: 1;
  transition: color 0.4s ease;
}

.btn-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(141, 15, 39, 1) 0%,
      rgba(96, 14, 29, 1) 100%);
  border: 1px solid #fff;
  border-radius: 30px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-2:hover::before {
  transform: scaleY(1);
}

.btn-2:hover {
  color: rgb(255, 255, 255);
}

.color-2 {
  color: #eee;
}

.footer {
  background: linear-gradient(180deg,
      rgba(141, 15, 39, 1) 0%,
      rgba(96, 14, 29, 1) 50%);
  padding-top: 2.5em;
  padding-bottom: 80px;
  overflow: hidden;
}

.offcanvas-menu-mobile {
  background: linear-gradient(180deg,
      rgba(141, 15, 39, 1) 0%,
      rgba(96, 14, 29, 1) 50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.offcanvas-menu-mobile .offcanvas-body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.5rem;
  padding-bottom: 9rem;
}

.offcanvas-menu-mobile__logo {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  padding: 0.5rem 0.75rem 0.75rem;
}

.offcanvas-menu-mobile__logo img {
  display: block;
  width: 100%;
  max-height: 9rem;
  object-fit: contain;
  object-position: bottom center;
  opacity: 0.5;
}

.offcanvas-menu-mobile .bg-body-menu-mobile ul li a img,
.offcanvas-menu-mobile .offcanvas-header-menu-mobile .item-social ul li a img,
.offcanvas-menu-mobile .offcanvas-header-menu-mobile .btn-close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(101%);
  opacity: 1 !important;
}

.company {
  position: absolute;
  z-index: 10;
  background: #8d0f27;
  bottom: 0;
  width: 100%;
}

.footer-bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../images/index/bg-img-footer.png");
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 535px;
  opacity: 0.05;
}

.footer-bg img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.footer .container {
  position: relative;
  z-index: 0;
}

.menu-mobile .btn-primary {
  background: unset !important;
}

.btn-lan-mobile {
  background: unset !important;
}

.menu-mobile {
  position: absolute;
  inset-inline: 0;
  width: auto;
  max-width: 100%;
  z-index: 10;
  backdrop-filter: blur(3px) !important;
}

.menu-mobile__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.menu-mobile__nav-start {
  justify-self: start;
}

.menu-mobile__nav-logo {
  justify-self: center;
}

.menu-mobile__nav-end {
  justify-self: end;
}

.menu-mobile .menu-mobile__menu-btn img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(239deg) brightness(113%) contrast(100%);
}

.menu-mobile .btn-lan-mobile .nav-lan-flag img {
  filter: none;
}

:root {
  --site-bottom-nav-height: 4.25rem;
  --site-bottom-nav-gap: 16px;
  --site-bottom-nav-stack: calc(var(--site-bottom-nav-gap) + var(--site-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
  --site-mobile-order-bar-height: 4.5rem;
  --site-nav-height: 73px;
}

@media (max-width: 991.98px) {
  :root {
    --site-nav-height: 65px;
  }
}

.header-pages,
.research-page .header-pages {
  padding-top: 0;
  padding-bottom: 0;
  min-height: var(--site-nav-height);
  height: auto;
}

@media (min-width: 992px) {
  .has-site-bottom-nav {
    --site-bottom-nav-height: 0px;
  }
}

@media (max-width: 991.98px) {
  .has-site-bottom-nav {
    padding-bottom: var(--site-bottom-nav-stack);
  }

  .has-site-bottom-nav:has(.btn-fixe-mobile) {
    padding-bottom: calc(var(--site-bottom-nav-stack) + var(--site-mobile-order-bar-height));
  }

  .has-site-bottom-nav .footer {
    padding-bottom: calc(5rem + var(--site-bottom-nav-stack));
  }

  .has-site-bottom-nav:has(.btn-fixe-mobile) .footer {
    padding-bottom: calc(5rem + var(--site-bottom-nav-stack) + var(--site-mobile-order-bar-height));
  }

  .has-site-bottom-nav .btn-fixe-mobile {
    bottom: var(--site-bottom-nav-stack);
    z-index: 1025;
  }
}

.site-bottom-nav {
  position: fixed;
  inset-inline: 10px;
  bottom: 16px;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(141, 15, 39, 0.1);
  box-shadow: 0 -8px 32px rgba(96, 14, 29, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  border-radius: 16px;
}

.site-bottom-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  min-height: var(--site-bottom-nav-height);
  padding: 0 0.25rem;
}

.site-bottom-nav__item {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}

.site-bottom-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  min-height: var(--site-bottom-nav-height);
  padding: 0.35rem 0.25rem;
  color: #7a6a6e;
  text-align: center;
  transition: color 0.22s ease;
  position: relative;
}

.site-bottom-nav__link::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 22%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8d0f27 0%, #600e1d 100%);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-bottom-nav__link--button {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  cursor: pointer;
}

.site-bottom-nav__link:hover,
.site-bottom-nav__link:focus-visible {
  color: #8d0f27;
}

.site-bottom-nav__link--active {
  color: #8d0f27;
}

.site-bottom-nav__link--active::before {
  opacity: 1;
  transform: scaleX(1);
}

.site-bottom-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background: transparent;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.site-bottom-nav__link--active .site-bottom-nav__icon {
  background: rgba(141, 15, 39, 0.1);
}

.site-bottom-nav__img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.site-bottom-nav__link .site-bottom-nav__img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(8%) saturate(742%) hue-rotate(295deg) brightness(94%) contrast(88%);
}

.site-bottom-nav__link--active .site-bottom-nav__img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(79%) saturate(3567%) hue-rotate(334deg) brightness(88%) contrast(96%);
}

.site-bottom-nav__label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.6875rem;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0;
}

.site-bottom-nav__link--active .site-bottom-nav__label {
  font-family: PeydaBlack;
  font-size: 0.6875rem;
  font-weight: 400;
}

.products-sheet {
  --bs-offcanvas-height: calc(92dvh - var(--site-bottom-nav-height) - env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  border: 0;
  border-top-left-radius: 1.35rem;
  border-top-right-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 -18px 48px rgba(96, 14, 29, 0.18);
}

.offcanvas.offcanvas-bottom.products-sheet {
  height: calc(92dvh - var(--site-bottom-nav-height) - env(safe-area-inset-bottom, 0px)) !important;
  max-height: calc(100dvh - var(--site-bottom-nav-height) - env(safe-area-inset-bottom, 0px)) !important;
}

.products-sheet__handle-wrap {
  display: flex;
  justify-content: center;
  padding: 0.65rem 0 0.15rem;
  flex-shrink: 0;
}

.products-sheet__handle {
  display: block;
  width: 2.75rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(96, 14, 29, 0.18);
}

.products-sheet__header {
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.35rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(96, 14, 29, 0.08);
  flex-shrink: 0;
}

.products-sheet__heading {
  flex: 1 1 auto;
  min-width: 0;
}

.products-sheet__heading .offcanvas-title {
  color: #600e1d;
}

.products-sheet__subtitle {
  color: #8a7a7e;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.products-sheet__close {
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.55;
}

.products-sheet__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 1rem 1.25rem 0.75rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.products-sheet__groups {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.products-sheet__group {
  border-radius: 1rem;
  border: 1px solid rgba(96, 14, 29, 0.08);
  background: linear-gradient(180deg, #fff 0%, #faf8f6 100%);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(96, 14, 29, 0.05);
}

.products-sheet__category,
.products-sheet__direct {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  padding: 0.9rem 1rem;
  text-align: inherit;
  color: #600e1d;
}

.products-sheet__toggle {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.products-sheet__direct {
  border-radius: 1rem;
  border: 1px solid rgba(96, 14, 29, 0.08);
  background: linear-gradient(180deg, #fff 0%, #faf8f6 100%);
  box-shadow: 0 4px 18px rgba(96, 14, 29, 0.05);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.products-sheet__direct:hover,
.products-sheet__direct:focus-visible {
  border-color: rgba(141, 15, 39, 0.22);
  box-shadow: 0 8px 24px rgba(96, 14, 29, 0.08);
}

.products-sheet__direct--active {
  border-color: rgba(141, 15, 39, 0.35);
  box-shadow: 0 8px 24px rgba(96, 14, 29, 0.1);
}

.products-sheet__category-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(96, 14, 29, 0.08);
  background: #f3f2ef;
}

.products-sheet__category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-sheet__category-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.products-sheet__category-title {
  font-size: 1rem;
  line-height: 1.4;
  font-family: PeydaBlack;
  color: #600e1d;
}

.products-sheet__category-meta {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #8a7a7e;
}

.products-sheet__chevron,
.products-sheet__direct-arrow,
.products-sheet__all-arrow {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  flex-shrink: 0;
  border-top: 2px solid #8d0f27;
  border-inline-end: 2px solid #8d0f27;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

html[dir="ltr"] .products-sheet__chevron,
html[dir="ltr"] .products-sheet__direct-arrow,
html[dir="ltr"] .products-sheet__all-arrow {
  transform: rotate(-45deg);
}

.products-sheet__toggle:not(.collapsed) .products-sheet__chevron {
  transform: rotate(-135deg);
}

html[dir="ltr"] .products-sheet__toggle:not(.collapsed) .products-sheet__chevron {
  transform: rotate(135deg);
}

.products-sheet__collapse {
  border-top: 1px solid rgba(96, 14, 29, 0.06);
}

.products-sheet__subs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0.85rem 1rem 1rem;
  background: rgba(141, 15, 39, 0.03);
}

.products-sheet__sub-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 14, 29, 0.1);
  background: #fff;
  color: #600e1d;
  font-size: 0.8125rem;
  line-height: 1.35;
  text-align: center;
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.products-sheet__sub-link:hover,
.products-sheet__sub-link:focus-visible {
  border-color: rgba(141, 15, 39, 0.28);
  color: #8d0f27;
  box-shadow: 0 4px 14px rgba(96, 14, 29, 0.08);
}

.products-sheet__sub-link--active {
  border-color: rgba(141, 15, 39, 0.35);
  background: rgba(141, 15, 39, 0.06);
  color: #8d0f27;
  font-family: PeydaBlack;
}

.products-sheet__empty {
  padding: 1rem 0;
  color: #8a7a7e;
  text-align: center;
}

.products-sheet__footer {
  flex-shrink: 0;
  padding: 0.75rem 1.25rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(96, 14, 29, 0.08);
  background: #fff;
}

.products-sheet__all-link {
  width: 100%;
  justify-content: center;
  font-size: 0.9375rem !important;
  padding: 0.85rem 1.25rem !important;
}

.products-sheet__all-arrow {
  width: 0.45rem;
  height: 0.45rem;
  border-color: currentColor;
}

.w-fit {
  width: fit-content;
}

.item-menu li.font-24 > a:hover {
  color: #eee !important;
  transition: 0.5s;
}

/* Active nav dot: every item keeps the same column (text + dot slot) so baselines stay aligned */
.item-menu ul li a .nav-menu-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
}

.item-menu ul li a.active .nav-menu-dot {
  opacity: 1;
}


.item-lan ul li a.active,
.item-lan .nav-lan-dropdown-link.active {
  font-family: PeydaBlack;
}

.item-lan ul li a:hover {
  color: #8d0f27 !important;
  transition: 0.5s;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1rem !important;
  height: 1rem !important;
}
.nav-lan-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35); */
  background: #fff;
  margin-top: 1px;
}

.nav-lan-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nav-lan-flag--light {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.08);
}

.nav-lan-dropdown-toggle {
  cursor: pointer;
  /* padding: 0.35rem 0.65rem 0.35rem 0.45rem; */
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}

/* .nav-lan-dropdown:hover .nav-lan-dropdown-toggle,
.nav-lan-dropdown:focus-within .nav-lan-dropdown-toggle {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
} */

.nav-lan-code {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.nav-lan-chevron {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  margin-inline-start: 0.1rem;
  transition: transform 0.25s ease;
}

.nav-lan-dropdown:hover .nav-lan-chevron,
.nav-lan-dropdown:focus-within .nav-lan-chevron {
  transform: rotate(180deg);
}

.nav-lan-dropdown-menu {
  top: calc(100% + 0.65rem);
  inset-inline-end: 0;
  min-width: 9.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
  z-index: 20;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  padding: 0.35rem;
}

.nav-lan-dropdown:hover .nav-lan-dropdown-menu,
.nav-lan-dropdown:focus-within .nav-lan-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-lan-dropdown-menu li + li {
  margin-top: 0.15rem;
}

.nav-lan-dropdown-link {
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-lan-dropdown-link:hover {
  background: #f5f5f5;
  color: #8d0f27 !important;
}

.nav-lan-dropdown-link.active {
  background: rgba(141, 15, 39, 0.08);
  color: #8d0f27 !important;
}

.nav-lan-link-label {
  letter-spacing: 0.05em;
}

.nav-lan-check {
  flex-shrink: 0;
  opacity: 0.9;
}

.nav-about-dropdown-toggle {
  cursor: default;
  transition: color 0.5s;
}

.nav-about-dropdown:hover .nav-about-dropdown-toggle,
.nav-about-dropdown:focus-within .nav-about-dropdown-toggle {
  color: #fff !important;
}

.nav-about-dropdown .nav-menu-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.nav-about-dropdown:hover .nav-about-dropdown-toggle .nav-menu-dot,
.nav-about-dropdown:focus-within .nav-about-dropdown-toggle .nav-menu-dot,
.item-menu .nav-about-dropdown-toggle.active .nav-menu-dot {
  opacity: 1;
}

.nav-about-dropdown-menu {
  top: calc(100% + 0.35rem);
  left: 50%;
  min-width: 11rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
  z-index: 20;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  padding: 0.35rem;
}

.nav-about-dropdown:hover .nav-about-dropdown-menu,
.nav-about-dropdown:focus-within .nav-about-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-about-dropdown-menu li + li {
  margin-top: 0.15rem;
}

.nav-about-dropdown-link {
  display: block;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-about-dropdown-link:hover {
  background-color: #f5f5f5;
  color: #8d0f27 !important;
}

.nav-about-dropdown-link.active {
  background-color: rgba(141, 15, 39, 0.08);
  color: #8d0f27 !important;
  font-family: PeydaBlack;
}

html {
  overflow-x: clip;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

.nav-products-dropdown {
  position: relative;
}

.nav-products-dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  z-index: 24;
}

.nav-products-dropdown:hover::before,
.nav-products-dropdown:focus-within::before {
  height: 0.75rem;
  pointer-events: auto;
}

.nav-products-dropdown-toggle {
  position: relative;
  z-index: 22;
  cursor: default;
  transition: color 0.5s;
}

.nav-products-dropdown:hover .nav-products-dropdown-toggle,
.nav-products-dropdown:focus-within .nav-products-dropdown-toggle {
  /* color: #8d0f27 !important; */
}

.nav-products-dropdown .nav-menu-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.nav-products-dropdown:hover .nav-products-dropdown-toggle .nav-menu-dot,
.nav-products-dropdown:focus-within .nav-products-dropdown-toggle .nav-menu-dot,
.item-menu .nav-products-dropdown-toggle.active .nav-menu-dot {
  opacity: 1;
}

.nav-products-mega-menu {
  top: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
  width: min(60rem, calc(100vw - 1.5rem));
  max-width: calc(100vw - 1.5rem);
  margin-top: 0.35rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s;
  z-index: 25;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 0;
}

.nav-products-mega-menu::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 100%;
  height: 0.75rem;
  margin-bottom: -0.35rem;
  pointer-events: auto;
}

.nav-products-dropdown:hover .nav-products-mega-menu,
.nav-products-dropdown:focus-within .nav-products-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nav-products-mega-menu__inner {
  align-items: stretch;
  flex-direction: row;
  min-height: 14rem;
}

.nav-products-mega-menu__sidebar {
  flex: 0 0 auto;
  width: 11.5rem;
  background: #f3f2ef;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.65rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nav-products-mega-menu__tablist {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nav-products-mega-menu__tab {
  display: block;
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.35;
  color: #333;
  text-align: start;
  white-space: normal;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.item-menu .nav-products-mega-menu .nav-products-mega-menu__tab:hover {
  background-color: rgba(255, 255, 255, 0.65);
  color: #8d0f27 !important;
}

.item-menu .nav-products-mega-menu .nav-products-mega-menu__tab.is-active {
  background-color: #fff;
  color: #8d0f27 !important;
  font-family: PeydaBlack;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.nav-products-mega-menu__tab.is-active::before {
  content: "";
  position: absolute;
  inset-block: 0.45rem;
  inset-inline-start: 0;
  width: 3px;
  border-radius: 4px;
  background: #8d0f27;
}

.nav-products-mega-menu__direct-links {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.35rem;
  /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
}

.nav-products-mega-menu__direct-link {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-size: 0.92rem;
  color: #333;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.item-menu .nav-products-mega-menu a.nav-products-mega-menu__direct-link:hover,
.item-menu .nav-products-mega-menu a.nav-products-mega-menu__direct-link.active {
  background-color: #fff;
  color: #8d0f27 !important;
}

.nav-products-mega-menu__panels {
  flex: 1;
  padding: 1rem 1.15rem;
  min-width: 0;
  position: relative;
}

.nav-products-mega-menu__panel {
  display: none;
}

.nav-products-mega-menu__panel.is-active {
  display: block;
}

.nav-products-mega-menu__sub-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0px 16px;
  align-content: start;
}

@media (max-width: 1199.98px) {
  .nav-products-mega-menu {
    width: min(44rem, calc(100vw - 1.5rem));
  }

  .nav-products-mega-menu__sub-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.nav-products-mega-menu__sub-link {
  display: block;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #333;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.item-menu .nav-products-mega-menu a.nav-products-mega-menu__sub-link:hover {
  background-color: #f5f5f5;
  color: #8d0f27 !important;
}

.item-menu .nav-products-mega-menu a.nav-products-mega-menu__sub-link.active {
  background-color: rgba(141, 15, 39, 0.08);
  color: #8d0f27 !important;
  font-family: PeydaBlack;
}

.nav-products-mega-menu__all-link {
  padding: 0.65rem 0.85rem;
  margin-top: 0.15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.9rem;
  color: #8d0f27;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.item-menu .nav-products-mega-menu a.nav-products-mega-menu__all-link:hover {
  background-color: rgba(141, 15, 39, 0.06);
  color: #600e1d !important;
}

.footer-bg-mobile {
  bottom: 0;
  padding-bottom: 6rem;
}

.btn-close:focus {
  outline: unset !important;
  box-shadow: unset !important;
  opacity: unset !important;
}

.form-control:focus {
  color: unset !important;
  border-color: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

.list-lan ul li {
  border-bottom: 1px solid #ddd;
}

.list-lan ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.list-lan .link-lan.active img {
  display: block !important;
}

.offcanvas-top {
  height: max-content !important;
}

.offcanvas-search-top {
  border-radius: 0 0 24px 24px;
}

.offcanvas-search-top .nav-search-form input {
  background: unset !important;
  border: 0 !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0 !important;
  padding-block: 1rem !important;
  padding-inline: 1rem 2rem !important;
}

.offcanvas-search-top .nav-search-form input::placeholder {
  font-size: 18px;
  font-family: PeydaLight;
  color: #aeadab;
}

.offcanvas-contact-nav {
  background: #fff;
}

.offcanvas-contact-nav .nav-contact-panel__item + .nav-contact-panel__item {
  border-top: 1px solid #eee;
}

.offcanvas-contact-nav .nav-contact-panel__item img {
  filter: brightness(0%);
}

.offcanvas-contact-nav .nav-contact-panel__social-link img {
  display: block;
  filter: none;
}

.offcanvas-contact-nav .nav-contact-panel__social-block {
  border-color: #eee !important;
}

.footer .about {
  list-style: none !important;
}

.footer ul li {
  list-style: square !important;
  color: #fff;
}

.footer-social {
  position: relative;
  z-index: 3;
}

.footer-social a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(138deg) brightness(103%) contrast(101%);
}

.footer-contact a img,
.contact-channel-icon--on-dark {
  filter: brightness(0) invert(1);
}

.contact-channel-icon {
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0);
}


@media (min-width: 1400px) {
  .container {
    max-width: 85% !important;
  }
}

@media (max-width: 1200px) {
  .item-menu ul,
  .menu-desktop__nav-list,
  .menu-desktop__nav-end {
    gap: 14px !important;
  }

  .menu-desktop__nav-actions {
    gap: 16px !important;
  }

  .item-menu li.font-24 > a,
  .item-menu li.font-24 > .nav-about-dropdown-toggle,
  .item-menu li.font-24 > .nav-products-dropdown-toggle {
    font-size: 24px;
    white-space: nowrap;
  }

  .number {
    font-size: 13px;
  }

  .item-menu img.nav-menu-logo {
    width: 105px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-bg {
    display: none;
  }

  .footer {
    padding-top: 2em;
    padding-bottom: 8rem;
  }

  .company .bg {
    flex-direction: column;
    justify-content: center;
  }

  .company .bg p {
    text-align: center;
  }

  .btn-pro1 {
    font-size: 12px;
    padding: 10px 20px;
  }

  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .footer-bg {
    display: none;
  }

  .footer {
    padding-top: 2em;
    padding-bottom: 8rem;
  }

  .company .bg {
    flex-direction: column;
    justify-content: center;
  }

  .company .bg p {
    text-align: center;
  }

  .btn-pro1 {
    font-size: 12px;
    padding: 10px 20px;
  }

  .container {
    max-width: 100% !important;
  }
}

@media (max-width: 576px) {
  .footer-bg {
    display: none;
  }

  .footer {
    padding-top: 2em;
    padding-bottom: 8rem;
  }

  .company .bg {
    flex-direction: column;
    justify-content: center;
  }

  .company .bg p {
    text-align: center;
  }

  .btn-pro1 {
    font-size: 12px;
    padding: 10px 20px;
  }

  .container {
    max-width: 100% !important;
  }
}
.page-hero-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  --bs-breadcrumb-divider: "/";
  --bs-breadcrumb-item-padding-x: 0.5rem;
}

.page-hero-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.page-hero-breadcrumb .breadcrumb-item,
.page-hero-breadcrumb .breadcrumb-item a,
.page-hero-breadcrumb .breadcrumb-item.active {
  color: #666 !important;
  font-size: 1rem;
  line-height: 1.5;
}

.page-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #666 !important;
}

@media (max-width: 991.98px) {
  nav[aria-label="breadcrumb"]:not(.page-hero-breadcrumb) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  nav[aria-label="breadcrumb"]::-webkit-scrollbar {
    display: none;
  }

  nav[aria-label="breadcrumb"]:not(.page-hero-breadcrumb) .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    max-width: none;
    margin-bottom: 0;
    white-space: nowrap;
  }

  nav[aria-label="breadcrumb"]:not(.page-hero-breadcrumb) .breadcrumb-item,
  nav[aria-label="breadcrumb"]:not(.page-hero-breadcrumb) .breadcrumb-item a {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .page-hero-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .page-hero-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .page-hero-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    white-space: normal;
  }

  .page-hero-breadcrumb .breadcrumb-item,
  .page-hero-breadcrumb .breadcrumb-item a {
    white-space: normal;
    flex-shrink: 0;
  }

  .list-product-page-header__breadcrumb {
    justify-content: flex-start !important;
  }

  .application-detail-page-header__breadcrumb {
    justify-content: flex-start !important;
  }
}
