@font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-extrabold.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-extrabold.woff") format("woff"), url("../fonts/prompt/prompt-extrabold.woff2") format("woff2"), url("../fonts/prompt/prompt-extrabold.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-bold.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-bold.woff") format("woff"), url("../fonts/prompt/prompt-bold.woff2") format("woff2"), url("../fonts/prompt/prompt-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-semibold.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-semibold.woff") format("woff"), url("../fonts/prompt/prompt-semibold.woff2") format("woff2"), url("../fonts/prompt/prompt-semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-medium.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-medium.woff") format("woff"), url("../fonts/prompt/prompt-medium.woff2") format("woff2"), url("../fonts/prompt/prompt-medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-regular.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-regular.woff") format("woff"), url("../fonts/prompt/prompt-regular.woff2") format("woff2"), url("../fonts/prompt/prompt-regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-light.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-light.woff") format("woff"), url("../fonts/prompt/prompt-light.woff2") format("woff2"), url("../fonts/prompt/prompt-light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-extralight.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-extralight.woff") format("woff"), url("../fonts/prompt/prompt-extralight.woff2") format("woff2"), url("../fonts/prompt/prompt-extralight.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
  }
  @font-face {
	font-family: "prompt";
	src: url("../fonts/prompt/prompt-thin.eot") format("embedded-opentype"), url("../fonts/prompt/prompt-thin.woff") format("woff"), url("../fonts/prompt/prompt-thin.woff2") format("woff2"), url("../fonts/prompt/prompt-thin.ttf") format("truetype");
	font-style: normal;
	font-weight: 100;
  }

.cookies-wrapper {
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    display: flex;
    width: 100%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .cookies-wrapper.hidden{
    display: none;
  }
  
  @media (min-width: 768px) {
  
    .cookies-wrapper {
      flex-direction: row;
    }
  }
  
  .cookies-wrapper {
    max-width: 1180px;
    z-index: 1041;
  }
  @media (max-width: 1280px) {
    .cookies-wrapper {
      max-width: 90%;
    }
  }
  
  .cookies-text {
    padding: 1.25rem;
    padding-right: 2rem;
  }
  
  @media (min-width: 576px) {
  
    .cookies-text {
      padding: 2rem;
      padding-bottom: 1.5rem;
    }
  }
  
  @media (min-width: 768px) {
  
    .cookies-text {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }
  
  .cookies-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }
  
  @media (min-width: 768px) {
  
    .cookies-action {
      padding-bottom: 0px;
      width: 170px;
      flex: 0 0 170px;
    }
  }
  
  .cookies-accept {
    width: 250px;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  
  @media (min-width: 768px) {
  
    .cookies-accept {
      margin-right: 1rem;
    }
  }
  
  .cookies-denied {
    position: absolute;
    cursor: pointer;
  }
  
  @media (min-width: 768px) {
  
    .cookies-denied {
      position: relative;
    }
  }
  @media (max-width: 767px) {
    .cookies-denied {
      top: 0.75rem;
      right: 0.75rem;
    }
  }
  html,.header.fixed{
    background-color: #000;
  }
  .language *{
    color:#ffffff
  }
  .language .active{
    color:#ff0000!important;
    opacity:1;
  }
  footer{
    /* background-image: url('../img/fbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background-color: #E2001A!important;
    border-top: none!important;
  }
  footer *{
    color: #fff;
  }
  .nav__ul a{
    color: #fff;
  }

  .product-home-bg-setting{
    background-position-y: 10%;
  }

  /* Catalog CTA (home about) */
  .catalog-cta-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .catalog-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.25rem;
    padding: 0.85rem 1.6rem;
    background: linear-gradient(135deg, #E2001A 0%, #ff2a3d 55%, #E2001A 100%);
    background-size: 200% 200%;
    color: #fff !important;
    font-family: "prompt", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
      0 0 0 1px rgba(226, 0, 26, 0.35),
      0 10px 28px rgba(226, 0, 26, 0.38);
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background-position 0.45s ease;
    animation: catalog-cta-pulse 2.8s ease-in-out infinite;
  }

  .catalog-cta:hover,
  .catalog-cta:focus-visible {
    transform: translateY(-2px) scale(1.02);
    background-position: 100% 50%;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.28),
      0 14px 34px rgba(226, 0, 26, 0.5);
    outline: none;
    animation: none;
  }

  .catalog-cta__icon {
    display: inline-flex;
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
  }

  .catalog-cta__icon svg {
    width: 100%;
    height: 100%;
  }

  .catalog-cta__label {
    line-height: 1.2;
  }

  .catalog-cta__arrow {
    font-size: 1.15rem;
    line-height: 1;
    transition: transform 0.25s ease;
  }

  .catalog-cta:hover .catalog-cta__arrow,
  .catalog-cta:focus-visible .catalog-cta__arrow {
    transform: translateX(4px);
  }

  @keyframes catalog-cta-pulse {
    0%, 100% {
      box-shadow:
        0 0 0 1px rgba(226, 0, 26, 0.35),
        0 10px 28px rgba(226, 0, 26, 0.38);
    }
    50% {
      box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 12px 32px rgba(226, 0, 26, 0.55);
    }
  }

  @media (max-width: 640px) {
    .catalog-cta {
      width: 100%;
      justify-content: center;
      font-size: 0.98rem;
      padding: 0.8rem 1.25rem;
    }
  }
  .product-home-bg-setting2{
    background-image: url('../img/fire-b.png');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-bg-setting2{
    background-image: url('../img/fire-t.png');
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .z-1{
    z-index: 1;
  }
  
  .pt-8 {
    padding-top: 2rem;
  }
  @media (min-width: 1200px){
    .xl\:pt-24 {
        padding-top: 6rem;
    }
  }

  .bg-darken{
    background-color: #000;
  }

  @media (max-width: 991px){
    .nav {
        background-color: transparent;
    }
  }
  main{
    margin-top: 98px;
  }
  .footer__nav{
    flex-flow: initial;
  }
  @media (max-width: 569px){
    .footer__nav{
      flex-direction: column;
    }
  }
  .the-c-img{
    border-top-right-radius: .75rem;
  }

  .nav a.text-whiten.active{
    color: #FF0000!important;
  }
  .text-red{
    color: #FF0000!important;
  }
  @media (min-width: 1200px){
    .pr-6{
      padding-right: 30%;
    }
    
  .flex-new {
    display: flex;
  }
  .flex-wrap-new{
    flex-wrap: wrap;
  }
    
  }
  .flex-new {
    /* display: none; */
  }
  .flex-wrap-new{
    flex-wrap:nowrap;
  }

  /* Floating Line + Phone widget (right-middle) */
  .contact-float {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .contact-float__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgb(0 0 0 / 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: visible;
  }

  .contact-float__btn img {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
  }

  .contact-float__btn:hover,
  .contact-float__btn:focus-visible {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgb(0 0 0 / 0.22);
    outline: none;
  }

  .contact-float__btn--line {
    background: #ffffff;
  }

  .contact-float__btn--tel {
    background: #E2001A;
  }

  @media (max-width: 640px) {
    .contact-float {
      right: 8px;
      gap: 8px;
    }

    .contact-float__btn,
    .contact-float__btn img {
      width: 46px;
      height: 46px;
    }
  }

  /* FAQ Accordion */
  .faq-section {
    position: relative;
    background-color: #000000;
    background-image: url('../img/fire-b-r.png');
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .faq-subtitle {
    color: rgba(255, 255, 255, 0.72);
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.6;
  }

  .faq-accordion {
    max-width: 820px;
    width: 100%;
  }

  .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .faq-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 0.25rem;
    cursor: pointer;
    list-style: none;
    color: #fff;
    transition: color 0.2s ease;
  }

  .faq-summary::-webkit-details-marker {
    display: none;
  }

  .faq-summary::marker {
    content: "";
  }

  .faq-summary:hover,
  .faq-summary:focus-visible {
    color: #ff1f1f;
    outline: none;
  }

  .faq-question {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.45;
    padding-right: 0.5rem;
  }

  .faq-icon {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.25s ease;
  }

  .faq-icon::before,
  .faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transition: transform 0.25s ease, background-color 0.2s ease, opacity 0.2s ease;
  }

  .faq-icon::before {
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
  }

  .faq-icon::after {
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%);
  }

  .faq-item[open] .faq-icon {
    border-color: #E2001A;
    background-color: #E2001A;
  }

  .faq-item[open] .faq-icon::before,
  .faq-item[open] .faq-icon::after {
    background-color: #fff;
  }

  .faq-item[open] .faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .faq-item[open] .faq-summary {
    color: #ff1f1f;
  }

  .faq-answer {
    padding: 0 0.25rem 1.25rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.7;
    animation: faq-fade-in 0.25s ease;
  }

  .faq-answer p {
    margin: 0;
  }

  @keyframes faq-fade-in {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 767px) {
    .faq-question {
      font-size: 0.98rem;
    }

    .faq-summary {
      padding: 1rem 0.1rem;
    }

    .faq-icon {
      flex-basis: 26px;
      width: 26px;
      height: 26px;
    }
  }

  /* Knowledge tips */
  .knowledge-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  @media (min-width: 768px) {
    .knowledge-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .knowledge-card {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
  }

  .knowledge-card:hover,
  .knowledge-card:focus-visible {
    color: inherit;
    outline: none;
  }

  .knowledge-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1.75rem 0 0.5rem;
  }

  .knowledge-pagination__btn {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .knowledge-pagination__btn:hover,
  .knowledge-pagination__btn:focus-visible {
    border-color: #E2001A;
    color: #fff;
    background: rgba(226, 0, 26, 0.18);
    outline: none;
  }

  .knowledge-pagination__btn.is-active {
    background: #E2001A;
    border-color: #E2001A;
    color: #fff;
  }

  .knowledge-pagination__btn.is-disabled {
    opacity: 0.35;
    pointer-events: none;
  }

  .knowledge-detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 2rem;
    align-items: start;
  }

  @media (min-width: 992px) {
    .knowledge-detail {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 2.5rem;
      align-items: start;
    }
  }

  .knowledge-detail__figure {
    margin: 0;
  }

  .knowledge-detail__figure img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .knowledge-detail__body .prose {
    padding-top: 0;
    color: rgba(255, 255, 255, 0.92);
  }

  .knowledge-detail__body .prose p,
  .knowledge-detail__body .prose li,
  .knowledge-detail__body .prose h1,
  .knowledge-detail__body .prose h2,
  .knowledge-detail__body .prose h3,
  .knowledge-detail__body .prose h4,
  .knowledge-detail__body .prose h5,
  .knowledge-detail__body .prose h6,
  .knowledge-detail__body .prose span,
  .knowledge-detail__body .prose strong,
  .knowledge-detail__body .prose em {
    color: inherit;
  }

  .knowledge-detail__body .prose a {
    color: #ff8a96;
  }

  .knowledge-detail__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }

  .knowledge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 3.15rem;
    padding: 0.8rem 1.5rem;
    border: 2px solid transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }

  .knowledge-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .knowledge-btn--video {
    background: linear-gradient(135deg, #ff1f3a 0%, #E2001A 55%, #b80016 100%);
    border-color: #ff4d63;
    box-shadow: 0 8px 22px rgba(226, 0, 26, 0.38);
  }

  .knowledge-btn--video:hover,
  .knowledge-btn--video:focus-visible {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ff3850 0%, #ff0a28 55%, #E2001A 100%);
    border-color: #ff8090;
    box-shadow: 0 12px 28px rgba(226, 0, 26, 0.5);
    color: #fff;
    outline: none;
  }

  .knowledge-btn--video.is-disabled,
  .knowledge-btn--pdf.is-disabled {
    cursor: default;
    pointer-events: none;
  }

  .knowledge-btn--video.is-disabled:hover,
  .knowledge-btn--video.is-disabled:focus-visible {
    transform: none;
    background: linear-gradient(135deg, #ff1f3a 0%, #E2001A 55%, #b80016 100%);
    border-color: #ff4d63;
    box-shadow: 0 8px 22px rgba(226, 0, 26, 0.38);
  }

  .knowledge-btn--pdf {
    background: #fff;
    border-color: #fff;
    color: #111;
    box-shadow: 0 8px 22px rgba(255, 255, 255, 0.18);
  }

  .knowledge-btn--pdf:hover,
  .knowledge-btn--pdf:focus-visible {
    transform: translateY(-2px);
    background: #E2001A;
    border-color: #ff4d63;
    color: #fff;
    box-shadow: 0 12px 28px rgba(226, 0, 26, 0.45);
    outline: none;
  }

  .knowledge-btn--pdf[aria-expanded="true"] {
    background: #E2001A;
    border-color: #ff4d63;
    color: #fff;
  }

  .knowledge-btn--pdf.is-disabled:hover,
  .knowledge-btn--pdf.is-disabled:focus-visible {
    transform: none;
    background: #fff;
    border-color: #fff;
    color: #111;
    box-shadow: 0 8px 22px rgba(255, 255, 255, 0.18);
  }

  @media (max-width: 640px) {
    .knowledge-detail__actions {
      gap: 0.65rem;
    }

    .knowledge-btn {
      flex: 1 1 calc(50% - 0.35rem);
      min-width: 0;
      min-height: 3rem;
      padding: 0.7rem 0.85rem;
      font-size: 0.9rem;
    }
  }

  .knowledge-pdf {
    margin-top: 1.5rem;
  }

  .knowledge-pdf__preview {
    margin-top: 1rem;
  }

  .knowledge-pdf__frame {
    width: 100%;
    min-height: 70vh;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #111;
  }

  .knowledge-pdf__open {
    display: inline-block;
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
    font-size: 0.9rem;
  }

  .knowledge-pdf__open:hover,
  .knowledge-pdf__open:focus-visible {
    color: #ff1f1f;
    outline: none;
  }

  @media (max-width: 640px) {
    .knowledge-pdf__frame {
      min-height: 55vh;
    }
  }
  