@charset "UTF-8";
/**************************************************
- tipografia 
    - default (ci sono i font size)
    - custom (ci sono i font face)
**************************************************/
/* Headings (fluid with clamp) */
/* contents */
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
p,
form input,
form textarea,
form select,
form label,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: var(--wp--preset--color--primary);
  display: block;
  font-weight: 600;
}

.font-primary {
  font-family: "Montserrat", sans-serif !important;
}

.font-secondary {
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif !important;
}

/**************************************************
===================================================  
***** TYPOGRAFY ***********************************
=================================================== 
**************************************************/
:root {
  --wp--preset--font-size--small: 15px;
  --wp--preset--font-size--default: 18px;
  --wp--preset--font-size--medium: 28px;
  --wp--preset--font-size--large: 38px;
  --wp--preset--font-size--xlarge: 60px;
}

@media (max-width: 1500px) {
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--default: 16px;
    --wp--preset--font-size--medium: 24px;
    --wp--preset--font-size--large: 38px;
    --wp--preset--font-size--xlarge: 46px;
  }
}
@media (max-width: 1024px) {
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--default: 16px;
    --wp--preset--font-size--medium: 22px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--xlarge: 40px;
  }
}
@media (max-width: 768px) {
  :root {
    --wp--preset--font-size--large: 28px;
    --wp--preset--font-size--xlarge: 30px;
  }
}
/**************************************************
- components 
    - default (ci sono i font size)
    - custom (ci sono i font face)
**************************************************/
:root {
  --fs-btn: 18px;
  --fs-btn-padding: 10px 20px;
}
@media (max-width: 768px) {
  :root {
    --fs-btn: 16px;
    --fs-btn-padding: 8px 16px;
  }
}

.btn,
.wp-block-button__link {
  letter-spacing: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: var(--fs-btn);
  padding: var(--fs-btn-padding);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--primary);
    border-color: rgba(255, 255, 255, 0.15);
  }
}
.btn.nkcs-btn--file,
.wp-block-button__link.nkcs-btn--file {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.btn.nkcs-btn--file::after,
.wp-block-button__link.nkcs-btn--file::after {
  content: "\f15c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.btn.nkcs-btn--info,
.wp-block-button__link.nkcs-btn--info {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.btn.nkcs-btn--info::after,
.wp-block-button__link.nkcs-btn--info::after {
  content: "\f05a";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.btn.nkcs-btn--arrow,
.wp-block-button__link.nkcs-btn--arrow {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.btn.nkcs-btn--arrow::after,
.wp-block-button__link.nkcs-btn--arrow::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.btn.nkcs-btn--plus,
.wp-block-button__link.nkcs-btn--plus {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.btn.nkcs-btn--plus::after,
.wp-block-button__link.nkcs-btn--plus::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.btn.nkcs-btn--caret,
.wp-block-button__link.nkcs-btn--caret {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.btn.nkcs-btn--caret::after,
.wp-block-button__link.nkcs-btn--caret::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.btn.nkcs-btn--cell,
.wp-block-button__link.nkcs-btn--cell {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.btn.nkcs-btn--cell::after,
.wp-block-button__link.nkcs-btn--cell::after {
  content: "\f3cf";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.btn.nkcs-btn--phone,
.wp-block-button__link.nkcs-btn--phone {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.btn.nkcs-btn--phone::after,
.wp-block-button__link.nkcs-btn--phone::after {
  content: "\f095";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}
.btn.btn--white,
.wp-block-button__link.btn--white {
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--white:hover,
  .wp-block-button__link.btn--white:hover {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--primary);
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (max-width: 1024px) {
  .wp-block-buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.wp-block-button.nkcs-btn--file .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.nkcs-btn--file .wp-block-button__link::after {
  content: "\f15c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.nkcs-btn--info .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.nkcs-btn--info .wp-block-button__link::after {
  content: "\f05a";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.nkcs-btn--arrow .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.nkcs-btn--arrow .wp-block-button__link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.nkcs-btn--plus .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.nkcs-btn--plus .wp-block-button__link::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.nkcs-btn--caret .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.nkcs-btn--caret .wp-block-button__link::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.nkcs-btn--cell .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.nkcs-btn--cell .wp-block-button__link::after {
  content: "\f3cf";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.nkcs-btn--phone .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.nkcs-btn--phone .wp-block-button__link::after {
  content: "\f095";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.btn--white .wp-block-button__link {
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .wp-block-button.btn--white .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--primary);
    border-color: rgba(255, 255, 255, 0.15);
  }
}

.wp-block-button.btn--white.nkcs-btn--file .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.btn--white.nkcs-btn--file .wp-block-button__link::after {
  content: "\f15c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.btn--white.nkcs-btn--info .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.btn--white.nkcs-btn--info .wp-block-button__link::after {
  content: "\f05a";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.btn--white.nkcs-btn--arrow .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.btn--white.nkcs-btn--arrow .wp-block-button__link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.btn--white.nkcs-btn--plus .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.btn--white.nkcs-btn--plus .wp-block-button__link::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.btn--white.nkcs-btn--caret .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.btn--white.nkcs-btn--caret .wp-block-button__link::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.btn--white.nkcs-btn--cell .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.btn--white.nkcs-btn--cell .wp-block-button__link::after {
  content: "\f3cf";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

.wp-block-button.btn--white.nkcs-btn--phone .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.wp-block-button.btn--white.nkcs-btn--phone .wp-block-button__link::after {
  content: "\f095";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-right: 0.6em;
  display: inline-flex;
  align-items: center;
  order: -1;
  position: relative;
  top: -1px;
  pointer-events: none;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form label,
form .wpcf7-response-output,
form .wpcf7-not-valid-tip,
form input,
form select,
form textarea {
  border-radius: 4px;
  font-size: 16px;
}
form input,
form textarea {
  width: 100%;
  background-color: #E7E7E7;
  color: #222222;
  transition: border-color 0.2s;
  border: none;
  padding: 15px 15px;
  font-size: 16px !important;
  font-weight: normal;
  border-radius: 4px;
}
form input:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  height: 160px;
  overflow-y: auto;
  resize: none;
}
form input::placeholder,
form textarea::placeholder {
  color: #AFAFAF;
  opacity: 1;
  font-weight: normal;
}
form select,
form .wpcf7-file {
  padding: 0.8em 1em;
  width: 100%;
  color: #222222;
  cursor: pointer;
  border-radius: 4px;
  font-weight: normal;
  background-color: #E7E7E7;
  border: none;
}
form select option,
form .wpcf7-file option {
  text-transform: capitalize;
  cursor: pointer;
}
form label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
  color: var(--wp--preset--color--white);
  font-weight: bold;
  font-size: 18px;
}
form p {
  margin-bottom: 0;
}
form input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form__columns .form__column {
  flex: 1;
  min-width: 150px;
}

.form__column--half {
  flex: 0 0 50% !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #E7E7E7 inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #222222 !important;
}

/**************************************************
***** CF7 *****************************************
**************************************************/
.wpcf7 {
  width: auto;
}
.wpcf7 .wpcf7-submit {
  margin-top: 10px;
}
.wpcf7 .wpcf7-spinner {
  display: none !important;
}

input.submit,
.wpcf7-submit {
  padding: 18px 20px;
  border: none !important;
  border-radius: 4px;
  color: var(--wp--preset--color--black) !important;
  background-color: var(--wp--preset--color--primary) !important;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
  display: block;
  width: 100%;
}

form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  padding: 8px 10px;
  margin-top: 4px;
  font-style: italic;
  font-size: 13px;
  color: #dc3545 !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 16px 20px !important;
  margin-top: 16px !important;
  font-weight: bold;
  text-align: center !important;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3545;
}

.wpcf7 form.is-loading .wpcf7-response-output {
  position: relative;
  overflow: hidden;
  color: transparent;
}
.wpcf7 form.is-loading .wpcf7-response-output::after {
  content: "caricamento in corso...";
  color: grey;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(198, 198, 198, 0.15), rgba(198, 198, 198, 0.31), rgba(198, 198, 198, 0.43));
  background-size: 200% 100%;
  animation: slide 2s linear infinite;
}

@keyframes slide {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label a {
  color: var(--wp--preset--color--white) !important;
  font-size: 14px;
  font-style: italic;
}

.wpcf7-acceptance .wpcf7-list-item-label a,
.wpcf7-form-control-wrap a {
  text-decoration: underline;
}

span.wpcf7-form-control-wrap a {
  display: inline-block;
}

select,
.wpcf7-form-control-wrap select {
  padding: 18px 50px 18px 20px;
  width: 100%;
  color: #222222;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px !important;
  background-color: #E7E7E7;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}
select option,
.wpcf7-form-control-wrap select option {
  color: #222222;
  background-color: #ffffff;
  font-weight: normal;
}

.form__column--select {
  position: relative;
}

.form__column--select .select-extra-icon {
  background-color: var(--wp--preset--color--black);
  position: absolute;
  width: 44px;
  height: 50px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  pointer-events: none;
  color: var(--wp--preset--color--white);
  font-size: 18px;
}

select:invalid,
select option[value=""] {
  color: #AFAFAF;
}

@media only screen and (max-width: 1024px) {
  form {
    padding: 0 !important;
    gap: 10px;
  }
  form input,
  form textarea {
    padding: 14px 16px;
    font-size: 14px !important;
  }
  form label {
    font-size: 14px;
  }
  .form__columns .form__column {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
/* =============================================================================
   NKCS CF7 TOAST
============================================================================= */
.nkcs-cf7-toast__container {
  position: fixed;
  top: 100px;
  right: 15px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.nkcs-cf7-toast {
  pointer-events: all;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 6px;
  min-width: 280px;
  max-width: 360px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.nkcs-cf7-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.nkcs-cf7-toast--error {
  background-color: #B22222;
  color: #ffffff;
}
.nkcs-cf7-toast--success {
  background-color: #46b450;
  color: #ffffff;
}
.nkcs-cf7-toast__message {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .nkcs-cf7-toast__container {
    top: auto;
    bottom: 20px;
    left: 10px;
    right: 10px;
  }
  .nkcs-cf7-toast {
    max-width: 100%;
  }
}
/**************************************************
===================================================  
***** DEFAULT BLOCKS ***********************************
=================================================== 
**************************************************/
.hover--primary:hover {
  color: var(--wp--preset--color--primary);
}

.hover--secondary:hover {
  color: var(--wp--preset--color--secondary);
}

.td--none {
  text-decoration: none;
}

.td--underline {
  text-decoration: underline;
}

.display--none {
  display: none !important;
}
.display--inline-block {
  display: inline-block !important;
}
.display--inline-flex {
  display: inline-flex !important;
}

@media only screen and (max-width: 1024px) {
  .display--1024 {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .display--768 {
    display: none !important;
  }
}
.mobile-br {
  display: inline;
}

@media (max-width: 767px) {
  .mobile-br {
    display: block;
    width: 100%;
  }
}
/* Margin -- */
.m--0 {
  margin: 0px !important;
}

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

.mr--0 {
  margin-right: 0px !important;
}

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

.ml--0 {
  margin-left: 0px !important;
}

.m--10 {
  margin: 10px !important;
}

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

.mr--10 {
  margin-right: 10px !important;
}

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

.ml--10 {
  margin-left: 10px !important;
}

.m--20 {
  margin: 20px !important;
}

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

.mr--20 {
  margin-right: 20px !important;
}

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

.ml--20 {
  margin-left: 20px !important;
}

.m--30 {
  margin: 30px !important;
}

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

.mr--30 {
  margin-right: 30px !important;
}

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

.ml--30 {
  margin-left: 30px !important;
}

.m--40 {
  margin: 40px !important;
}

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

.mr--40 {
  margin-right: 40px !important;
}

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

.ml--40 {
  margin-left: 40px !important;
}

.m--50 {
  margin: 50px !important;
}

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

.mr--50 {
  margin-right: 50px !important;
}

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

.ml--50 {
  margin-left: 50px !important;
}

.m--60 {
  margin: 60px !important;
}

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

.mr--60 {
  margin-right: 60px !important;
}

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

.ml--60 {
  margin-left: 60px !important;
}

.m--70 {
  margin: 70px !important;
}

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

.mr--70 {
  margin-right: 70px !important;
}

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

.ml--70 {
  margin-left: 70px !important;
}

.m--80 {
  margin: 80px !important;
}

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

.mr--80 {
  margin-right: 80px !important;
}

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

.ml--80 {
  margin-left: 80px !important;
}

.m--90 {
  margin: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.m--100 {
  margin: 100px !important;
}

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

.mr--100 {
  margin-right: 100px !important;
}

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

.ml--100 {
  margin-left: 100px !important;
}

/* Padding -- */
.p--0 {
  padding: 0px !important;
}

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

.pr--0 {
  padding-right: 0px !important;
}

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

.pl--0 {
  padding-left: 0px !important;
}

.p--10 {
  padding: 10px !important;
}

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

.pr--10 {
  padding-right: 10px !important;
}

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

.pl--10 {
  padding-left: 10px !important;
}

.p--20 {
  padding: 20px !important;
}

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

.pr--20 {
  padding-right: 20px !important;
}

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

.pl--20 {
  padding-left: 20px !important;
}

.p--30 {
  padding: 30px !important;
}

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

.pr--30 {
  padding-right: 30px !important;
}

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

.pl--30 {
  padding-left: 30px !important;
}

.p--40 {
  padding: 40px !important;
}

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

.pr--40 {
  padding-right: 40px !important;
}

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

.pl--40 {
  padding-left: 40px !important;
}

.p--50 {
  padding: 50px !important;
}

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

.pr--50 {
  padding-right: 50px !important;
}

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

.pl--50 {
  padding-left: 50px !important;
}

.p--60 {
  padding: 60px !important;
}

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

.pr--60 {
  padding-right: 60px !important;
}

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

.pl--60 {
  padding-left: 60px !important;
}

.p--70 {
  padding: 70px !important;
}

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

.pr--70 {
  padding-right: 70px !important;
}

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

.pl--70 {
  padding-left: 70px !important;
}

.p--80 {
  padding: 80px !important;
}

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

.pr--80 {
  padding-right: 80px !important;
}

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

.pl--80 {
  padding-left: 80px !important;
}

.p--90 {
  padding: 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.p--100 {
  padding: 100px !important;
}

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

.pr--100 {
  padding-right: 100px !important;
}

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

.pl--100 {
  padding-left: 100px !important;
}

/* Container -- */
.wrapper {
  position: relative;
  max-width: 100%;
}

.container--300 {
  max-width: 300px !important;
  width: 100%;
  position: relative;
}

.container--350 {
  max-width: 350px !important;
  width: 100%;
  position: relative;
}

.container--400 {
  max-width: 400px !important;
  width: 100%;
  position: relative;
}

.container--450 {
  max-width: 450px !important;
  width: 100%;
  position: relative;
}

.container--500 {
  max-width: 500px !important;
  width: 100%;
  position: relative;
}

.container--550 {
  max-width: 550px !important;
  width: 100%;
  position: relative;
}

.container--600 {
  max-width: 600px !important;
  width: 100%;
  position: relative;
}

.container--650 {
  max-width: 650px !important;
  width: 100%;
  position: relative;
}

.container--700 {
  max-width: 700px !important;
  width: 100%;
  position: relative;
}

.container--750 {
  max-width: 750px !important;
  width: 100%;
  position: relative;
}

.container--800 {
  max-width: 800px !important;
  width: 100%;
  position: relative;
}

.container--850 {
  max-width: 850px !important;
  width: 100%;
  position: relative;
}

.container--900 {
  max-width: 900px !important;
  width: 100%;
  position: relative;
}

.container--950 {
  max-width: 950px !important;
  width: 100%;
  position: relative;
}

.container--1000 {
  max-width: 1000px !important;
  width: 100%;
  position: relative;
}

.container--1050 {
  max-width: 1050px !important;
  width: 100%;
  position: relative;
}

.container--1100 {
  max-width: 1100px !important;
  width: 100%;
  position: relative;
}

.container--1150 {
  max-width: 1150px !important;
  width: 100%;
  position: relative;
}

.container--1200 {
  max-width: 1200px !important;
  width: 100%;
  position: relative;
}

.container--1250 {
  max-width: 1250px !important;
  width: 100%;
  position: relative;
}

.container--1300 {
  max-width: 1300px !important;
  width: 100%;
  position: relative;
}

.container--1350 {
  max-width: 1350px !important;
  width: 100%;
  position: relative;
}

.container--1400 {
  max-width: 1400px !important;
  width: 100%;
  position: relative;
}

.container--1450 {
  max-width: 1450px !important;
  width: 100%;
  position: relative;
}

.container--1500 {
  max-width: 1500px !important;
  width: 100%;
  position: relative;
}

.container--1550 {
  max-width: 1550px !important;
  width: 100%;
  position: relative;
}

.container--1600 {
  max-width: 1600px !important;
  width: 100%;
  position: relative;
}

.container--1650 {
  max-width: 1650px !important;
  width: 100%;
  position: relative;
}

.container--1700 {
  max-width: 1700px !important;
  width: 100%;
  position: relative;
}

.container--1750 {
  max-width: 1750px !important;
  width: 100%;
  position: relative;
}

.container--1800 {
  max-width: 1800px !important;
  width: 100%;
  position: relative;
}

.container--1850 {
  max-width: 1850px !important;
  width: 100%;
  position: relative;
}

.container--1900 {
  max-width: 1900px !important;
  width: 100%;
  position: relative;
}

.container--1950 {
  max-width: 1950px !important;
  width: 100%;
  position: relative;
}

.container--2000 {
  max-width: 2000px !important;
  width: 100%;
  position: relative;
}

/* FlexBox -- */
.gap--0 {
  gap: 0px !important;
}

.gap--5 {
  gap: 5px !important;
}

.gap--10 {
  gap: 10px !important;
}

.gap--15 {
  gap: 15px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--25 {
  gap: 25px !important;
}

.gap--30 {
  gap: 30px !important;
}

.gap--35 {
  gap: 35px !important;
}

.gap--40 {
  gap: 40px !important;
}

.gap--45 {
  gap: 45px !important;
}

.gap--50 {
  gap: 50px !important;
}

.gap--55 {
  gap: 55px !important;
}

.gap--60 {
  gap: 60px !important;
}

.gap--65 {
  gap: 65px !important;
}

.gap--70 {
  gap: 70px !important;
}

.gap--75 {
  gap: 75px !important;
}

.gap--80 {
  gap: 80px !important;
}

.gap--85 {
  gap: 85px !important;
}

.gap--90 {
  gap: 90px !important;
}

.gap--95 {
  gap: 95px !important;
}

.gap--100 {
  gap: 100px !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.order-1 {
  order: -1;
}

.flex__center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex__wrap {
  flex-wrap: wrap !important;
}

.flex__nowrap {
  flex-wrap: nowrap !important;
}

.justify__between {
  justify-content: space-between !important;
}
.justify__start {
  justify-content: start !important;
}
.justify__end {
  justify-content: end !important;
}
.justify__center {
  justify-content: center !important;
}

.align__center {
  align-items: center;
}
.align__end {
  align-items: end !important;
}
.align__start {
  align-items: start;
}
.align__self--start {
  align-self: flex-start;
}

.flex--column {
  flex-direction: column;
}

.text--center {
  text-align: center;
}

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

.font--bolder {
  font-weight: 900;
}

.text--capitalize {
  text-transform: capitalize;
}

.text--uppercase {
  text-transform: uppercase;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  overflow-x: hidden;
}

h1 {
  font-size: var(--wp--preset--font-size--xlarge);
  line-height: 1.4;
}

h2 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
}

h3,
h4,
body {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.5;
}

p,
blockquote {
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

h5,
h6,
small,
.text-small {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}

.has-xlarge-font-size {
  font-size: var(--wp--preset--font-size--xlarge);
  line-height: 1.4;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.5;
}

.has-default-font-size {
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}

/* --------------------
   Blockquote Styling
-------------------- */
blockquote {
  font-style: italic;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #ccc;
  color: #333;
}
blockquote p {
  margin: 0;
}

/* --------------------
   List Styling
-------------------- */
ul,
ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

/* Optional: Nested list spacing */
ul ul,
ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Optional: custom bullet styles */
ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/**************************************************
* SECTION:GENERALE
**************************************************/
/* bordi e padding interni */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

/* clear per i float */
.clearer {
  clear: both;
}

/* immagini dei siti responsive */
img {
  height: auto;
  max-width: 100%;
  display: block;
}

/* serve a dire se inserire i focus o no*/
*:focus {
  outline: none;
}

/* serve a centrare il marcatore div */
.content,
.is-style-content {
  margin: 0 auto;
  width: var(--wp--style--global--content-size);
}

.content-wide {
  margin: 0 auto !important;
  width: var(--wp--style--global--wide-size);
}

.content-full {
  margin: 0 4% !important;
  width: 92% !important;
}

/* GRID LAYOUT */
.col-1 {
  width: 8.3333333%;
}

.col-2 {
  width: 16.666666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 66.666666%;
}

.col-10 {
  width: 83.333333%;
}

.divider {
  padding: 20px 0;
}

.spacer {
  padding: 70px 0;
}

.responsive {
  height: auto;
  width: 100%;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin-bottom: 0px;
  margin-top: 0px;
  word-wrap: break-word;
}

p {
  color: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s;
}

/* INIZIO CODICE PERSONALIZZATO */
.menu {
  list-style-type: disc;
  /* Sets black dots */
}

/* Ensure the sub-menu also uses black dots */
.sub-menu {
  list-style-type: disc;
  /* Sets black dots for sub-menu */
}

/*****************MEDIA-QUERY - inizio *********************************/
@media only screen and (max-width: 1600px) {
  .content-wide {
    margin: 0 4% !important;
    width: 92% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .content,
  .is-style-content {
    margin: 0 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .content,
  .is-style-content {
    margin: 0 4%;
    width: 92%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8 {
    width: 100%;
  }
}
/**************************************************
===================================================
===================================================   
***** SECTION:GSAP__ANIMATION ***********************************
===================================================
===================================================   
**************************************************/
.gs-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.gs-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/**************************************************
===================================================
***** GLOBAL SETTINGS
===================================================
**************************************************/
@media (max-width: 1024px) {
  :root {
    --wp--style--global--content-size: 650px;
    --wp--style--global--wide-size: 650px;
  }
}
@media (max-width: 768px) {
  :root {
    --wp--style--global--content-size: 450px;
    --wp--style--global--wide-size: 450px;
  }
}
/**************************************************
===================================================
***** 1. GUTENBERG RESET
===================================================
**************************************************/
.wp-block-paragraph,
.wp-block-spacer,
.wp-block-image,
.wp-block-cover {
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-cover {
  min-height: auto !important;
}

/* Elimina margini verticali dai principali blocchi di layout */
:where(.wp-block-group,
.wp-block-columns,
.wp-block-column,
.wp-block-media-text,
.wp-block-buttons) {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Applica lo stesso anche ai blocchi dentro is-layout-constrained */
.wp-block-media-text__media img,
.wp-block-image > img {
  border-radius: 10px;
}

/**************************************************
===================================================
***** 2. ALIGNMENT LOGIC
===================================================
**************************************************/
/* Contenuto normale */
.gutenberg-content > *:not(.alignwide):not(.alignfull):not(.alignResponsive),
.wp-block-cover__inner-container > *:not(.alignwide):not(.alignfull):not(.alignResponsive) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

/* Alignwide */
.gutenberg-content > .alignwide,
.wp-block-cover__inner-container > .alignwide,
.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Alignfull */
.gutenberg-content > .alignfull,
.wp-block-cover__inner-container > .alignfull,
.alignfull {
  max-width: none;
  width: 100%;
}

/* Responsive container (combo con alignFull) */
.alignResponsive {
  padding: 0 4%;
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .gutenberg-content > .alignwide,
  .wp-block-cover__inner-container > .alignwide,
  .alignwide {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 4%;
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .gutenberg-content > *:not(.alignwide):not(.alignfull):not(.alignResponsive),
  .wp-block-cover__inner-container > *:not(.alignwide):not(.alignfull):not(.alignResponsive) {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 500px) {
  .gutenberg-content > .alignwide,
  .wp-block-cover__inner-container > .alignwide,
  .alignwide,
  .gutenberg-content > *:not(.alignwide):not(.alignfull):not(.alignResponsive),
  .wp-block-cover__inner-container > *:not(.alignwide):not(.alignfull):not(.alignResponsive) {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 4%;
    width: 92%;
  }
}
/**************************************************
===================================================
***** 3. MEDIA-TEXT
===================================================
**************************************************/
.wp-block-media-text.nkcs-asp--1-1 .wp-block-media-text__media {
  aspect-ratio: 1;
  overflow: hidden;
}
.wp-block-media-text.nkcs-asp--1-1 .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-media-text.nkcs-asp--4-3 .wp-block-media-text__media {
  aspect-ratio: 1.333333;
  overflow: hidden;
}
.wp-block-media-text.nkcs-asp--4-3 .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-media-text.nkcs-asp--3-2 .wp-block-media-text__media {
  aspect-ratio: 1.5;
  overflow: hidden;
}
.wp-block-media-text.nkcs-asp--3-2 .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-media-text.nkcs-asp--16-9 .wp-block-media-text__media {
  aspect-ratio: 1.777777;
  overflow: hidden;
}
.wp-block-media-text.nkcs-asp--16-9 .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-media-text.nkcs-asp--9-16 .wp-block-media-text__media {
  aspect-ratio: 0.5625;
  overflow: hidden;
}
.wp-block-media-text.nkcs-asp--9-16 .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .wp-block-media-text.nkcs-asp--1024-1-1 .wp-block-media-text__media {
    aspect-ratio: 1;
  }
  .wp-block-media-text.nkcs-asp--1024-4-3 .wp-block-media-text__media {
    aspect-ratio: 1.25;
  }
  .wp-block-media-text.nkcs-asp--1024-3-2 .wp-block-media-text__media {
    aspect-ratio: 1.5;
  }
  .wp-block-media-text.nkcs-asp--1024-16-9 .wp-block-media-text__media {
    aspect-ratio: 1.6;
  }
  .wp-block-media-text.nkcs-asp--1024-9-16 .wp-block-media-text__media {
    aspect-ratio: 0.5625;
  }
}
@media (max-width: 768px) {
  .wp-block-media-text.nkcs-asp--768-1-1 .wp-block-media-text__media {
    aspect-ratio: 1;
  }
  .wp-block-media-text.nkcs-asp--768-4-3 .wp-block-media-text__media {
    aspect-ratio: 1;
  }
  .wp-block-media-text.nkcs-asp--768-3-2 .wp-block-media-text__media {
    aspect-ratio: 1.5;
  }
  .wp-block-media-text.nkcs-asp--768-16-9 .wp-block-media-text__media {
    aspect-ratio: 1.3333;
  }
  .wp-block-media-text.nkcs-asp--768-9-16 .wp-block-media-text__media {
    aspect-ratio: 0.5625;
  }
}

.wp-block-media-text.nkcs-media-text-translate {
  height: calc(100% + 100px);
}
.wp-block-media-text.nkcs-media-text-translate.has-media-on-the-right .wp-block-media-text__content {
  transform: translate(0px, 50px);
  width: calc(100% + 50px);
}
.wp-block-media-text.nkcs-media-text-translate .wp-block-media-text__content {
  background-color: white;
  margin-bottom: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  width: calc(100% + 50px);
  transform: translate(-50px, 50px);
  box-shadow: rgba(184, 184, 184, 0.35) 0px 5px 15px;
}

.wp-block-media-text > .wp-block-media-text__content {
  padding: 0px 6%;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .wp-block-media-text > .wp-block-media-text__media,
  .wp-block-media-text > .wp-block-media-text__content {
    align-self: start !important;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .nkcs-img-80perc.wp-block-media-text .wp-block-media-text__media img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
  .wp-block-media-text .wp-block-media-text__media {
    width: 100%;
    order: 1 !important;
    margin-bottom: 20px;
  }
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 20px 0px 0px;
    width: 100%;
    order: 2 !important;
  }
}
:root {
  --spacer-small: 18px;
  --spacer-medium: 50px;
  --spacer-large: 120px;
}

@media (max-width: 1024px) {
  :root {
    --spacer-small: 13px;
    --spacer-medium: 40px;
    --spacer-large: 80px;
  }
}
@media (max-width: 768px) {
  :root {
    --spacer-small: 13px;
    --spacer-medium: 30px;
    --spacer-large: 55px;
  }
}
.spacer-large,
.spacer-medium,
.spacer-small {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
}

.spacer-large {
  height: var(--spacer-large);
}

.spacer-medium {
  height: var(--spacer-medium);
}

.spacer-small {
  height: var(--spacer-small);
}

/* Disattiva il flash blu su mobile */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

/* ================================
   SWIPER - BASE
================================ */
/* ================================
   SWIPER - BASE
================================ */
:root {
  --swiper-navigation-size: 60px;
}

.mySwiperContainer {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.mySwiper {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide {
  height: auto;
}
.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  cursor: pointer;
  will-change: transform;
  align-items: stretch;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.swiper-slide {
  cursor: pointer;
  height: auto !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* reset default swiper arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
}

/* ================================
   NAVIGATION ARROWS
================================ */
.swiper-button-next::before,
.swiper-button-prev::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-size: 1.1rem;
  color: var(--wp--preset--color--white);
  pointer-events: none;
}
.swiper-button-next i,
.swiper-button-prev i {
  display: none;
}

.swiper-button-next {
  right: 12px;
}
.swiper-button-next::before {
  content: "\f054";
}

.swiper-button-prev {
  left: 12px;
}
.swiper-button-prev::before {
  content: "\f053";
}

/* ================================
   GREENSHIFT
================================ */
.wp-block-greenshift-blocks-swiper .swiper-button-next,
.wp-block-greenshift-blocks-swiper .swiper-button-prev {
  width: 55px;
  height: 55px;
}

/* ================================
   MISC
================================ */
.slbCaption {
  display: none !important;
}

.nkcs-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.nkcs-header__top {
  padding: 0 4vw;
  width: 100%;
  background-color: #222222;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.nkcs-header__top a {
  font-size: 16px;
  text-decoration: none;
  opacity: 0.8;
  color: var(--wp--preset--color--white);
}

.nkcs-header__inner {
  width: 100%;
  height: 70px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nkcs-header__logo {
  flex-shrink: 0;
  margin: 0 40px;
}

.nkcs-header__logo-link {
  display: flex;
  align-items: center;
}

.nkcs-header__logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.nkcs-header__logo-image {
  display: block;
  height: 40px;
  width: auto;
  transition: opacity 0.4s ease;
}

.nkcs-header__logo-image--light {
  opacity: 1;
}

.nkcs-header__logo-image--color {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.nkcs-header__menu > .nkcs-header__item > .nkcs-header__link {
  color: var(--wp--preset--color--white);
  transition: color 0.4s ease;
}

.nkcs-header.menu-open, .nkcs-header.scrolled, .single-bicycle .nkcs-header {
  background-color: #fefefe;
  border-color: rgba(51, 51, 51, 0.0784313725);
}
.nkcs-header.menu-open .nkcs-header__menu > .nkcs-header__item > .nkcs-header__link, .nkcs-header.scrolled .nkcs-header__menu > .nkcs-header__item > .nkcs-header__link, .single-bicycle .nkcs-header .nkcs-header__menu > .nkcs-header__item > .nkcs-header__link {
  color: #000;
}
.nkcs-header.menu-open .nkcs-header__logo-image--light, .nkcs-header.scrolled .nkcs-header__logo-image--light, .single-bicycle .nkcs-header .nkcs-header__logo-image--light {
  opacity: 0;
}
.nkcs-header.menu-open .nkcs-header__logo-image--color, .nkcs-header.scrolled .nkcs-header__logo-image--color, .single-bicycle .nkcs-header .nkcs-header__logo-image--color {
  opacity: 1;
}

.single-bicycle .nkcs-header {
  transition: none;
}

@media (min-width: 1025px) {
  .nkcs-header__logo--mobile {
    display: none;
  }
  .nkcs-header__hamburger {
    display: none;
  }
  .nkcs-mobile-nav {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .nkcs-header__top {
    justify-content: center;
  }
  .nkcs-header__menu {
    display: none;
  }
  .nkcs-header__logo-image {
    height: 27px !important;
  }
  .nkcs-header__nav {
    display: none;
  }
  .nkcs-header__inner {
    justify-content: center;
    padding: 0 20px;
  }
  .nkcs-header__logo--mobile {
    display: flex;
    align-items: center;
  }
  .nkcs-header__logo--mobile .nkcs-header__logo-image {
    height: 32px;
    opacity: 1;
  }
  .nkcs-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    flex-shrink: 0;
  }
  .nkcs-header__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--wp--preset--color--white);
    border-radius: 2px;
    transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
    transform-origin: center;
  }
  .nkcs-header.scrolled .nkcs-header__hamburger span,
  .nkcs-header.menu-open .nkcs-header__hamburger span,
  .single-bicycle .nkcs-header__hamburger span {
    background-color: #000;
  }
  .nkcs-header__hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nkcs-header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .nkcs-header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nkcs-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  }
  .nkcs-mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
  }
  .nkcs-mobile-nav__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nkcs-mobile-nav.is-open .nkcs-mobile-nav__panel {
    transform: translateX(0);
  }
  .nkcs-mobile-nav__stages {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .nkcs-mobile-nav__stage {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nkcs-mobile-nav__stage.is-active {
    transform: translateX(0);
  }
  .nkcs-mobile-nav__stage.is-behind {
    transform: translateX(-30%);
  }
  .nkcs-mobile-nav__stage-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    min-height: 60px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
  }
  .nkcs-mobile-nav__stage-header--root {
    justify-content: space-between;
    padding: 0 20px;
    min-height: 70px;
  }
  .nkcs-mobile-nav__back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    color: #000;
    margin-left: -6px;
  }
  .nkcs-mobile-nav__back i {
    font-size: 20px;
    pointer-events: none;
  }
  .nkcs-mobile-nav__stage-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .nkcs-mobile-nav__stage-all {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.15s ease;
  }
  .nkcs-mobile-nav__stage-all:hover {
    color: #111;
  }
  .nkcs-mobile-nav__logo {
    display: flex;
    align-items: center;
  }
  .nkcs-mobile-nav__logo img {
    height: 25px;
    width: auto;
    display: block;
  }
  .nkcs-mobile-nav__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #000;
    margin-right: -10px;
  }
  .nkcs-mobile-nav__close i {
    font-size: 22px;
    pointer-events: none;
  }
  .nkcs-mobile-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
  }
  .nkcs-mobile-nav__list-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .nkcs-mobile-nav__list-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 10px;
    -webkit-tap-highlight-color: transparent;
  }
  .nkcs-mobile-nav__list-link:active {
    background-color: #f9f9f9;
  }
  .nkcs-mobile-nav__list-link .nkcs-mobile-nav__arrow {
    flex-shrink: 0;
    font-size: 18px;
    color: #aaa;
    pointer-events: none;
  }
  .nkcs-mobile-nav__list--child .nkcs-mobile-nav__list-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 14px 20px;
  }
}
@media (min-width: 1025px) {
  .nkcs-header__nav {
    display: flex;
    align-items: center;
  }
  .nkcs-header__nav--left {
    flex: 1;
    justify-content: flex-start;
  }
  .nkcs-header__nav--right {
    flex: 1;
    justify-content: flex-end;
  }
  .nkcs-header__menu > .nkcs-header__item > .nkcs-header__link {
    color: var(--wp--preset--color--white);
    font-size: 18px;
    line-height: 1.4;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
  }
  .nkcs-header__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .nkcs-header__menu li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nkcs-header__item {
    position: static;
    margin: 0;
    padding: 0;
  }
  .nkcs-header__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    text-underline-offset: unset;
    text-decoration-color: transparent;
  }
  .nkcs-header__link:hover, .nkcs-header__link:focus, .nkcs-header__link:active, .nkcs-header__link:visited {
    text-decoration: none;
    outline: none;
  }
  .nkcs-header__link:hover {
    opacity: 0.7;
  }
  .nkcs-header__menu > .nkcs-header__item > .nkcs-header__link {
    color: var(--wp--preset--color--white);
  }
  .nkcs-header__submenu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nkcs-header__submenu li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nkcs-header__submenu--mega {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-height: 400px;
    padding: 40px 4vw;
    display: grid;
    grid-template-columns: repeat(var(--mega-cols, 5), 1fr);
    gap: 0 24px;
    background-color: #ffffff;
    border-top: 2px solid transparent;
    border-bottom: 1px solid transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.5s ease, visibility 0s linear 0.5s;
  }
  .nkcs-header__item--has-children:hover > .nkcs-header__submenu--mega,
  .nkcs-header__item--has-children:focus-within > .nkcs-header__submenu--mega {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    border-color: rgb(241, 241, 241);
    border-bottom: 1px solid #e8e8e8;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, visibility 0s linear 0s;
  }
  .nkcs-header__submenu-item--parent {
    display: flex;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nkcs-header__item--has-children:hover > .nkcs-header__submenu--mega .nkcs-header__submenu-item--parent,
  .nkcs-header__item--has-children:focus-within > .nkcs-header__submenu--mega .nkcs-header__submenu-item--parent {
    opacity: 1;
    transform: translateY(0);
  }
  .nkcs-header__submenu-link {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding-bottom: 12px;
    margin-bottom: 5px;
    transition: opacity 0.15s ease;
  }
  .nkcs-header__submenu-link:hover {
    opacity: 0.5;
  }
  .nkcs-header__submenu-child {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nkcs-header__submenu-child li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nkcs-header__submenu-child-link {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    padding: 7px 0;
    transform-origin: left center;
    transition: color 0.15s ease, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nkcs-header__submenu-child-link:hover {
    color: #000;
    transform: scale(1.04);
  }
  .nkcs-header__submenu--emtb {
    --mega-cols: 1;
    grid-template-columns: 1fr !important;
    max-width: 100%;
    min-height: unset;
    padding: 24px 4vw;
  }
  .nkcs-header__submenu--emtb .nkcs-header__submenu-child-item {
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(1px);
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nkcs-header__submenu--emtb .nkcs-header__submenu-child-link {
    font-size: 17px;
    font-weight: 500;
    padding: 7px 0;
  }
  .nkcs-header__item--has-children:hover > .nkcs-header__submenu--emtb .nkcs-header__submenu-child-item,
  .nkcs-header__item--has-children:focus-within > .nkcs-header__submenu--emtb .nkcs-header__submenu-child-item {
    opacity: 1;
    transform: translateY(0);
  }
  .nkcs-header__submenu--mega::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
  }
}
.nkcs-hero-slides {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #c2c2c2;
}
.nkcs-hero-slides__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
}
.nkcs-hero-slides__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nkcs-hero-slides__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.95) 100%);
}
.nkcs-hero-slides__content {
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  inset: 0;
  z-index: 20 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  padding-bottom: 15vh;
}
.nkcs-hero-slides__text {
  position: absolute;
  text-align: center;
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  pointer-events: none;
}
.nkcs-hero-slides__text.is-active {
  pointer-events: all;
}
.nkcs-hero-slides__title {
  font-weight: 800;
  color: #fff;
}
.nkcs-hero-slides__sub {
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  margin-bottom: 10px;
}
.nkcs-hero-slides__nav {
  z-index: 20 !important;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: calc(15vh - 40px);
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  pointer-events: all;
}
.nkcs-hero-slides__btn {
  position: absolute;
  bottom: 15vh;
  transform: translateY(-80px);
  z-index: 20;
  pointer-events: all;
  background-color: transparent;
  border: none;
  width: 60px;
  height: 60px;
  opacity: 0.7;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nkcs-hero-slides__btn > i {
  font-size: 55px;
}
.nkcs-hero-slides__btn--prev {
  left: calc(50vw - 550px);
}
.nkcs-hero-slides__btn--next {
  right: calc(50vw - 550px);
}
.nkcs-hero-slides__btn:hover {
  opacity: 1;
}
.nkcs-hero-slides__dots {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.nkcs-hero-slides__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.nkcs-hero-slides__dot.is-active {
  background: #fff;
  transform: scale(1.4);
}

.nkcs-hero-page {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--wp--preset--color--black);
}
.nkcs-hero-page__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.nkcs-hero-page__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.nkcs-hero-page__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.85) 100%);
}
.nkcs-hero-page__content {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding-bottom: 25vh;
  text-align: center;
  gap: 12px;
}
.nkcs-hero-page__title {
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.nkcs-hero-page__sub {
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.nkcs-hero-page__content__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.nkcs-caret-down {
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2117647059);
  height: 45px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nkcs-caret-down > i {
  color: var(--wp--preset--color--white);
  opacity: 0.8;
}
.nkcs-caret-down:hover {
  background-color: rgba(255, 255, 255, 0.3176470588);
}
.nkcs-caret-down:hover > i {
  opacity: 1;
}

.breadcrumbs-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumbs {
  border-radius: 20px;
  display: inline-flex;
  text-align: center;
  margin-bottom: 0px !important;
  opacity: 1;
  padding: 0px 0px;
}
.breadcrumbs a,
.breadcrumbs span {
  text-decoration: none;
  display: inline-block;
  color: var(--wp--preset--color--white);
  font-size: 16px;
  font-weight: bold;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--white);
  opacity: 1;
}
.breadcrumbs.left {
  text-align: left;
}

.nkcs-breadcrumbs {
  border-radius: 20px;
  display: inline-flex;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 6px 16px;
  background: #F5F5F5;
  gap: 5px;
}
.nkcs-breadcrumbs a,
.nkcs-breadcrumbs span {
  text-decoration: none;
  display: inline-block;
  color: var(--wp--preset--color--black);
  font-size: 14px;
  font-weight: bold;
}
.nkcs-breadcrumbs.left {
  text-align: left;
}

@media (max-width: 1700px) {
  .nkcs-hero-page__content {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .nkcs-hero-slides__content {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nkcs-hero-page__content {
    align-items: center;
    padding-bottom: 12vh;
    padding-top: 8vh;
    padding-left: 4vw;
    padding-right: 4vw;
    flex-direction: column;
  }
  .nkcs-hero-page,
  .nkcs-hero-slides {
    height: 90vh;
    min-height: 500px;
  }
  .nkcs-hero-slides__nav {
    bottom: 10vh;
  }
  .nkcs-hero-slides__btn {
    position: absolute;
    bottom: calc(10vh - 18px);
    transform: none;
    width: 44px;
    height: 44px;
    opacity: 0.8;
    z-index: 25 !important;
  }
  .nkcs-hero-slides__btn > i {
    font-size: 32px;
  }
  .nkcs-hero-slides__btn--prev {
    left: calc(50% - 100px);
  }
  .nkcs-hero-slides__btn--next {
    right: calc(50% - 100px);
  }
  .nkcs-caret-down {
    margin-top: 10px;
    height: 35px;
    width: 43px;
  }
}
/* ==========================================
    Footer - inizio
   ========================================== */
h4,
h5 {
  color: var(--wp--preset--color--white);
}

.ft-paragraph {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ft-paragraph--row {
  gap: 15px;
  flex-direction: row;
}

.ft-h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.logo__footer {
  max-height: 100px;
}

.footer__end__wrapper {
  background-color: #272727;
}

.footer,
.footer__end {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 4vw;
  padding-right: 4vw;
}

footer {
  background-color: var(--wp--preset--color--black);
}
footer a {
  text-decoration: none;
}
footer h4 {
  font-size: var(--wp--preset--font-size--medium);
}
footer .footer {
  padding: 20px 0px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
}
footer .footer__intestazione {
  margin-top: 20px;
  position: relative;
  min-height: 0px;
  margin-bottom: 15px;
}
footer .footer__content {
  margin-bottom: 20px;
}
footer .footer__logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  border-radius: 10px;
}
footer .delimiter {
  display: inline-block;
  margin: 0px 10px;
}
footer .footer__numero {
  margin-bottom: 20px;
  height: 100%;
  max-height: 90px;
}

.footer__end {
  padding: 30px 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  text-align: center;
}
.footer__end p {
  margin: 0;
}

#menu-footer-menu {
  margin: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}
#menu-footer-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-footer-menu .menu .menu-item {
  margin-bottom: 0px !important;
}
#menu-footer-menu .menu li {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
#menu-footer-menu .menu li a {
  position: relative;
  text-decoration: none;
  color: var(--wp--preset--color--white);
  transition: color 0.3s ease;
  font-size: var(--header--fs);
}
#menu-footer-menu .menu li a > span {
  color: var(--wp--preset--color--white) !important;
  text-decoration: none;
}
#menu-footer-menu .menu li a:hover::after {
  width: 100%;
}

.footer-chiama-ora {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.powerby {
  max-height: 20px;
  width: 250px;
}

@media only screen and (max-width: 1200px) {
  .footer,
  .footer__end__wrapper {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  footer .footer {
    max-width: 900px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px 40px;
  }
  .footer__end {
    padding: 40px 4vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0px;
  }
  .footer__end__col,
  .ft-paragraph--row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__end__col span,
  .ft-paragraph--row span {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr !important;
    gap: 20px;
    padding-left: 0;
  }
  footer .footer .footer__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__col--logo {
    display: flex;
    justify-content: center;
  }
  footer .footer__logo {
    max-width: 200px;
    margin: 0 auto;
  }
  #menu-footer-menu {
    justify-content: center;
  }
  #menu-footer-menu .menu {
    align-items: center;
  }
  .ft-paragraph {
    font-size: 15px;
    gap: 8px;
    align-items: center;
    text-align: center;
  }
  .ft-paragraph--row {
    flex-direction: column;
  }
  .ft-paragraph span {
    color: var(--wp--preset--color--primary);
  }
  .footer__end .footer__content {
    margin-bottom: 8px;
  }
  .footer__end {
    padding: 25px 4vw;
  }
  .footer__end__wrapper {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .footer-chiama-ora {
    border-top: 1px solid grey;
    flex-direction: column;
    gap: 20px;
  }
  footer .footer {
    padding-top: 0px;
    padding-left: 8vw !important;
    padding-right: 8vw !important;
  }
  footer .footer__logo {
    max-width: 180px;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

p {
  line-height: 1.6;
}

h2 {
  color: var(--wp--preset--color--primary);
}

.nkcs-hero-description {
  text-align: center;
  max-width: 800px;
}
.nkcs-hero-description.nkcs-hero-description--black > * {
  color: var(--wp--preset--color--black) !important;
}
.nkcs-hero-description > * {
  color: var(--wp--preset--color--white) !important;
}

.nkcs-occhiello {
  text-transform: capitalize;
  padding: 6px 12px;
  color: var(--wp--preset--color--black);
  display: inline-block;
  width: auto;
  background-color: rgba(40, 91, 163, 0.1137254902);
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}

.nkcs-custom-bullet {
  list-style: none;
  padding-left: 0;
}
.nkcs-custom-bullet li {
  position: relative;
  padding-left: 32px;
}
.nkcs-custom-bullet li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/orma-list-bullet-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.nkcs-scrol-down {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.nkcs-scrol-down i {
  font-size: 40px;
  color: var(--wp--preset--color--white);
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.nkcs-scrol-down:hover i {
  opacity: 1;
}

.logo-strip {
  width: 100%;
  background-image: url("../img/carbon-background.webp");
  padding: 50px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.logo-strip .logo-strip__contatti {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 15px;
}
.logo-strip .logo-strip__contatti > a {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-strip .logo-strip__contatti i {
  background-color: rgba(255, 255, 255, 0.3098039216);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 16px;
}

.logo-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-strip__item {
  width: 328px;
  min-width: 328px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-strip__item:last-child {
  border-right: none;
}

.logo-strip__item img {
  height: 40px;
  width: auto;
  display: block;
}

@media (max-width: 1600px) {
  .logo-strip__item {
    width: 260px;
    min-width: 260px;
  }
  .logo-strip__item img {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .logo-strip .logo-strip__contatti {
    gap: 15px;
    margin-bottom: 15px;
  }
  .logo-strip .logo-strip__contatti > a {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-strip .logo-strip__contatti i {
    background-color: rgba(255, 255, 255, 0.3098039216);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 13px;
  }
  .logo-strip {
    padding: 35px 0;
  }
  .logo-strip__item {
    width: 180px;
    min-width: 180px;
  }
  .logo-strip__item img {
    height: 23px;
  }
}
.nkcs-intro-custom-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nkcs-intro-custom {
  position: relative;
  isolation: isolate;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nkcs-intro-custom img.nkcs-icon-sfondo {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  position: absolute;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.1;
}
.nkcs-intro-custom__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nkcs-intro-custom__content h2 {
  z-index: 5;
}
.nkcs-intro-custom__content > img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 50px;
}

.cus-contatti {
  padding: 100px 0px;
  min-height: 400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  /* Sfondo con overlay nero più scuro */
  background-image: linear-gradient(rgba(0, 0, 0, 0.582), rgba(0, 0, 0, 0.694)), url(../img/sfondo-form.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.cus-banda-contatti__img {
  width: 130px;
  height: 130px;
  background-color: var(--wp--preset--color--white);
  padding: 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cus-banda-contatti__img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cus-banda-contatti__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cus-banda-contatti__inner__telefoni {
  display: flex;
  gap: 15px;
  max-width: 550px;
}

.cus-banda-contatti__inner__btn {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

/* Sottoclassi restano uguali */
.cus-contatti .cus-contatti-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus-contatti .cus-contatti-right__content {
  max-width: 800px;
}

.cus-maps-static {
  border-radius: 10px;
  display: block;
  cursor: pointer;
  width: 100%;
  position: relative;
  height: 350px;
}
.cus-maps-static img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cus-maps-static__overlay {
  border-radius: 10px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.736);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  padding: 20px;
  text-align: center;
}
.cus-maps-static__overlay span {
  font-size: 22px;
  line-height: 1.3;
}
.cus-maps-static:hover .cus-maps-static__overlay {
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 1500px) {
  .cus-contatti {
    /* prima colonna: larghezza automatica in base al contenuto */
  }
  .cus-contatti .cus-contatti-left {
    padding-right: 20px;
    flex: 0 0 auto;
    /* non cresce, non si restringe, larghezza automatica */
  }
}
@media only screen and (max-width: 1024px) {
  .cus-contatti {
    background-attachment: scroll;
    padding: 50px 4vw;
  }
  .cus-contatti {
    background-image: linear-gradient(rgba(0, 0, 0, 0.698), rgba(0, 0, 0, 0.819)), url(../img/sfondo-form.jpg);
  }
  .cus-contatti-right {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
  .cus-contatti-right h2 {
    text-align: center;
  }
  .cus-contatti {
    display: flex;
    flex-direction: column;
  }
  .cus-maps-static {
    height: 400px;
  }
  .cus-maps-static__overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.315);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
    transition: opacity 0.35s ease;
    padding: 20px;
    text-align: center;
  }
  .cus-maps-static__overlay span {
    font-size: 22px;
    line-height: 1.3;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 5px 10px;
    border-radius: 5px;
  }
  .cus-maps-static__overlay {
    background-color: rgba(0, 0, 0, 0.066);
  }
}
@media only screen and (max-width: 550px) {
  .cus-banda-contatti__img {
    width: 100px;
    height: 100px;
  }
  .cus-banda-contatti__inner__telefoni {
    display: flex;
    gap: 15px;
    max-width: 200px;
    flex-direction: column;
  }
  .cus-maps-static {
    height: auto;
    aspect-ratio: 4/3;
  }
  .cus-maps-static__overlay > span {
    font-size: 14px;
  }
}
.nkcs-wp-block-accordion {
  max-width: 800px;
  background-color: rgba(40, 91, 163, 0.4431372549);
  border-radius: 15px;
  padding: 15px;
  width: 100%;
}
.nkcs-wp-block-accordion .wp-block-accordion-item:not(:first-child) {
  margin-top: 10px;
  border-radius: 20px;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading {
  text-decoration: none;
  background: var(--wp--preset--color--primary-dark);
  border: 1px solid rgba(128, 128, 128, 0.305);
  border-radius: 5px;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading:hover .wp-block-accordion-heading__toggle-icon {
  opacity: 1;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading__toggle {
  border-radius: 5px;
  padding: 15px 20px;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading__toggle:focus, .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle:hover {
  background-color: inherit !important;
  border: none;
  box-shadow: none;
  color: inherit;
  padding: 15px 20px;
  text-decoration: none;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading__toggle-title {
  color: var(--wp--preset--color--white);
  font-size: 20px;
  padding-right: 10px;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading__toggle-icon {
  font-size: 0 !important;
  color: transparent !important;
  transform: none !important;
  transition: none !important;
  background-color: var(--wp--preset--color--primary);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.8;
  flex-shrink: 0;
  background-image: url("../img/icons/arrow-faq.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transition: background-image 0.2s ease, opacity 0.2s ease;
}
.nkcs-wp-block-accordion .wp-block-accordion-heading__toggle-icon::before {
  content: none !important;
}
.nkcs-wp-block-accordion .wp-block-accordion-item[open] .wp-block-accordion-heading__toggle-icon,
.nkcs-wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  background-image: url("../img/icons/arrow-faq.svg");
  opacity: 1;
}
.nkcs-wp-block-accordion .wp-block-accordion-panel {
  margin-top: 5px !important;
  border-radius: 8px;
  background: #FAFAFF;
  padding: 15px 20px;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle-title {
    font-size: 16px;
  }
  .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle-icon {
    width: 30px;
    height: 30px;
    background-size: 18px 18px;
  }
  .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle:focus, .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle:hover {
    border-radius: 5px;
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 550px) {
  .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle-title {
    font-size: 15px;
    padding-right: 10px;
  }
  .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle-icon {
    background-color: transparent;
    background-image: url("../img/icons/arrow-faq.svg");
  }
  .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle {
    border-radius: 5px;
    padding: 12px 15px;
  }
  .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle:focus, .nkcs-wp-block-accordion .wp-block-accordion-heading__toggle:hover {
    border-radius: 5px;
    padding: 12px 15px;
  }
  .nkcs-wp-block-accordion .wp-block-accordion-panel {
    padding: 10px 12px;
  }
}

/* NKCS20260317 mobile buttons - BASE (vale per tutti) */
.mobile-buttons {
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  width: auto;
  background-color: var(--wp--preset--color--white);
  border: 0.5px solid rgba(128, 128, 128, 0.2);
  border-radius: 28px;
  padding: 5px 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  /* =========================
     MOBILE VISIBILITY CONTROL
     (gestito da JS)
  ========================= */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-buttons.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-buttons__inner {
  padding: px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.mobile-buttons__item {
  background-color: var(--wp--preset--color--primary);
  height: 50px;
  width: 50px;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mobile-buttons__item i {
  font-size: 25px;
  color: var(--wp--preset--color--white);
}
.mobile-buttons__item:not(:last-child) {
  border-right-color: transparent;
  border-bottom: none;
}

/* PANEL */
.mobile-buttons__panel {
  display: none;
  position: absolute;
  right: 0;
  flex-direction: column;
  width: auto;
  min-width: 140px;
  background-color: var(--wp--preset--color--white);
  border: 0.5px solid rgba(128, 128, 128, 0.2);
  border-radius: 12px;
  padding: 8px;
  gap: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.mobile-buttons__panel.active {
  display: flex;
}
.mobile-buttons__panel .mobile-buttons__panel__btn {
  display: inline-flex;
  text-decoration: none;
  font-size: 13px;
  padding: 7px 12px;
  min-width: 200px;
  color: var(--wp--preset--color--primary);
  border: none;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.mobile-buttons__panel .mobile-buttons__panel__btn:hover {
  background-color: #f2f2f2;
}
.mobile-buttons__panel .mobile-buttons__panel__btn > span {
  display: inline-block;
  font-size: 16px;
}
.mobile-buttons__panel .mobile-buttons__panel__btn > i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--secondary);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--wp--preset--color--white);
}

.mobile-buttons__close {
  display: none;
}

/* =========================
   DESKTOP (>1024px)
   → SEMPRE VISIBILE
========================= */
@media (min-width: 1025px) {
  .mobile-buttons {
    top: 110px;
    right: 10px;
    bottom: auto;
    left: auto;
    /* override mobile hidden state */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }
  .mobile-buttons__panel {
    top: calc(100% + 10px);
    bottom: auto;
  }
}
/* =========================
   MOBILE (<1024px)
   → POSIZIONE + JS VISIBILITY
========================= */
@media (max-width: 1024px) {
  .mobile-buttons {
    bottom: 15px;
    top: auto;
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }
  .mobile-buttons__panel {
    bottom: calc(100% + 10px);
    top: auto;
  }
}
.nkcs-swiper-container {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .nkcs-swiper-container {
    padding-bottom: 80px;
  }
}

.nkcs-swiper {
  overflow: hidden;
}

.nkcs-swiper__slide {
  height: 600px !important;
  min-height: 600px !important;
}
@media (min-width: 769px) and (max-width: 2000px) {
  .nkcs-swiper__slide {
    height: 500px !important;
    min-height: 500px !important;
  }
}
@media (max-width: 768px) {
  .nkcs-swiper__slide {
    height: 400px !important;
    min-height: 400px !important;
  }
}

.nkcs-swiper__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
  width: 100%;
  height: 100%;
  min-height: unset;
}

.nkcs-swiper__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.07);
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  z-index: 1;
}

.nkcs-swiper__card:hover .nkcs-swiper__card-img,
.nkcs-swiper__card:focus-visible .nkcs-swiper__card-img {
  transform: scale(1);
}

.nkcs-swiper__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 20%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  transition: background 0.45s ease;
}

.nkcs-swiper__card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 20px;
}

.nkcs-swiper__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
}
.nkcs-swiper__nav__inner {
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.nkcs-swiper__btn {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.nkcs-swiper__btn::after {
  display: none !important;
}
.nkcs-swiper__btn i {
  font-size: 22px;
  color: var(--wp--preset--color--white);
  pointer-events: none;
}
.nkcs-swiper__btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.nkcs-swiper__card__btn {
  margin-top: 5px;
}

.nkcs-bike-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .nkcs-bike-categories {
    max-width: 700px;
    grid-template-columns: 1fr;
  }
}

.nkcs-bike-cat-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
  height: 500px;
}
@media (max-width: 768px) {
  .nkcs-bike-cat-card {
    height: 380px;
  }
}

.nkcs-bike-cat-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.07);
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  z-index: 1;
}

.nkcs-bike-cat-card:hover .nkcs-bike-cat-card__img {
  transform: scale(1);
}

.nkcs-bike-cat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.nkcs-bike-cat-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 1.5rem 1.25rem;
}

.nkcs-bike-cat-card__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.nkcs-bike-cat-card__desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0;
}

.nkcs-bike-cat-card__btn {
  margin-top: 10px;
}

.nkcs-bike-single {
  margin-top: 180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1500px) {
  .nkcs-bike-single {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .nkcs-bike-single .nkcs-bike-single__gallery {
    order: 2;
  }
  .nkcs-bike-single .nkcs-bike-single__content {
    align-items: center;
    gap: 15px;
  }
  .nkcs-bike-single .nkcs-bike-single__content__btn {
    display: none;
  }
  .nkcs-bike-single .nkcs-bike-sizes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.nkcs-bike-single__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nkcs-bike-single__content__btn {
  margin-top: 15px;
}
.nkcs-bike-single__content .wp-block-table {
  overflow-x: auto;
}
.nkcs-bike-single__content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.5rem;
  line-height: 1.2;
  border: none;
}
.nkcs-bike-single__content .wp-block-table table td {
  padding: 3px 6px;
  vertical-align: middle;
  border: none;
}
.nkcs-bike-single__content .wp-block-table table td:first-child {
  white-space: nowrap;
  font-weight: 600;
}
.nkcs-bike-single__content .wp-block-table table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  .nkcs-bike-single__content .wp-block-table table {
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .nkcs-bike-single__content .wp-block-table table td {
    padding: 4px 8px;
  }
}
@media (min-width: 1280px) {
  .nkcs-bike-single__content .wp-block-table table {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .nkcs-bike-single__content .wp-block-table table td {
    padding: 5px 10px;
  }
}

.nkcs-bike-gallery__stage {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nkcs-bike-gallery__stage {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
}

.nkcs-bike-gallery__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.nkcs-bike-gallery__img:first-of-type {
  display: block;
}

.nkcs-bike-gallery__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  backdrop-filter: blur(4px);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.nkcs-bike-gallery__nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.nkcs-bike-gallery__nav-btn:disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.nkcs-bike-gallery__nav-btn i {
  font-size: 16px;
  pointer-events: none;
}
.nkcs-bike-gallery__nav-btn.js-gallery-prev {
  left: 12px;
}
.nkcs-bike-gallery__nav-btn.js-gallery-next {
  right: 12px;
}

.nkcs-bike-gallery__counter {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  pointer-events: none;
}

.nkcs-bike-gallery__colors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .nkcs-bike-gallery__colors {
    margin-bottom: 50px;
  }
}

.nkcs-bike-gallery__color {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.25s ease;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .nkcs-bike-gallery__color {
    width: 22px;
    height: 22px;
  }
}
.nkcs-bike-gallery__color.is-active {
  transform: scale(1.2);
  opacity: 1;
}

.nkcs-bike-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .nkcs-bike-grid {
    max-width: 800px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 800px) {
  .nkcs-bike-grid {
    gap: 30px;
    max-width: 400px;
    grid-template-columns: 1fr;
  }
}

.nkcs-bike-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.nkcs-bike-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 14px;
  isolation: isolate;
}

.nkcs-bike-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 0.6s ease;
}

.nkcs-bike-card__hover-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: 0.35s ease;
  z-index: 3;
}

.nkcs-bike-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.35s ease;
  z-index: 2;
}

.nkcs-bike-card:hover .nkcs-bike-card__media img {
  transform: scale(1);
}

.nkcs-bike-card:hover .nkcs-bike-card__media::after {
  background: rgba(0, 0, 0, 0.149);
}

.nkcs-bike-card .nkcs-bike-card__hover-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nkcs-bike-card:hover .nkcs-bike-card__hover-label {
  background-color: rgba(2, 0, 4, 0.536);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.nkcs-bike-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-top: 14px;
}

.nkcs-bike-card__title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 6px;
}

.nkcs-bike-card__excerpt {
  text-align: center;
  margin: 0;
}

.nkcs-csv-table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.5rem;
  line-height: 1.2;
}
.nkcs-csv-table td {
  padding: 3px 6px;
  vertical-align: middle;
}
.nkcs-csv-table td:first-child {
  white-space: nowrap;
  font-weight: 600;
}
.nkcs-csv-table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}

@media (min-width: 768px) {
  .nkcs-csv-table {
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .nkcs-csv-table td {
    padding: 4px 8px;
  }
}
@media (min-width: 1280px) {
  .nkcs-csv-table {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .nkcs-csv-table td {
    padding: 5px 10px;
  }
}
.nkcs-bike-specs-toggle {
  width: 100%;
}

.nkcs-bike-specs-toggle__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 38px;
  border-bottom: 2px solid rgba(217, 217, 217, 0.497);
}

.nkcs-bike-specs-toggle__tab {
  padding: 8px 14px;
  font-weight: 700;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.25s ease;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .nkcs-bike-specs-toggle__tab {
    font-size: 18px !important;
  }
}
.nkcs-bike-specs-toggle__tab:hover {
  opacity: 0.9;
}
.nkcs-bike-specs-toggle__tab.is-active {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--black);
}

.nkcs-bike-specs-toggle__panels {
  background-color: #fdfdfd;
  position: relative;
  width: 100%;
  overflow: hidden;
  will-change: height;
}

.js-specs-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: none;
}

.js-specs-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nkcs-table-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  overflow-x: hidden;
}
.nkcs-table-block--no-img {
  grid-template-columns: 1fr;
}
.nkcs-table-block--no-img .nkcs-table-block__table {
  width: 100%;
}
.nkcs-table-block__img img {
  width: 100%;
  height: auto;
  display: block;
}
.nkcs-table-block__table {
  overflow-x: auto;
}
.nkcs-table-block table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.5rem;
  line-height: 1.2;
}
.nkcs-table-block table td {
  padding: 3px 6px;
  vertical-align: middle;
}
.nkcs-table-block table td:first-child {
  white-space: nowrap;
  font-weight: 600;
}
.nkcs-table-block table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 1024px) {
  .nkcs-table-block {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .nkcs-table-block table {
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .nkcs-table-block table td {
    padding: 4px 8px;
  }
}
@media (min-width: 1280px) {
  .nkcs-table-block table {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .nkcs-table-block table td {
    padding: 5px 10px;
  }
}
.nkcs-bike-sizes {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nkcs-bike-sizes h2 {
  margin: 0;
  white-space: nowrap;
}
.nkcs-bike-sizes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.nkcs-bike-sizes__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: default;
}
.nkcs-bike-sizes__item.is-unavailable {
  opacity: 0.3;
  text-decoration: line-through;
}

.nkcs-bike-sizes {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .nkcs-table-block table {
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .nkcs-table-block table td {
    padding: 4px 8px;
  }
}
@media (min-width: 1280px) {
  .nkcs-table-block table {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .nkcs-table-block table td {
    padding: 5px 10px;
  }
}

/*# sourceMappingURL=style.css.map */
