/*
Theme Name: Arkeda 2026
Author: Mutart
Author URI: https://mutart.it/
Text Domain: arkeda-theme
*/


@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary: #E2001A;
  --secondary: #171716;
  --terziary: #e3e3e3;
  --text-color: #110E0D;
  --body-bg: #fff;
  --br: 8px;
  --font-body: "Archivo", sans-serif;
  --font-accent: "Archivo", sans-serif;
  --font-heading: "Archivo", sans-serif;
}

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

@view-transition {
  navigation: auto;
}

body {
  font-family: var(--font-body);
  color: var(--text-color);
  background: var(--body-bg);
  line-height: 1.6;
  scroll-behavior: smooth !important;
  font-size:18px;
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
}


.splide__arrow--next {
  right: -4em !important;
}

.single-evento .splide__arrow--next {
  right: -2em !important;
}

.splide__arrow--prev {
  left: -2em !important;
}

.splide__arrow {
  height: 4em !important;
  width: 4em !important;
  background: var(--primary) !important;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  margin-bottom: 20px;
  color: var(--text-color);
  line-height: 1.1;
}

.accent {
  color: var(--primary);
}

.accent-title {
  font-family: var(--font-accent);
  color:var(--primary);
  font-style: italic;
  text-transform: lowercase !important;
}

b,
strong {
  font-weight: 600;
}

a {
  transition: color 0.3s ease;
  color: var(--text-color);
}

a:hover {
  color: var(--primary);
}

img:not(.logo img) {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  width: auto;

}

 .um-field-block {
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--text-color) !important;
  line-height: 1.4;
}

p {
	margin-bottom: 20px;
}

li {
  font-weight: 400;
  color: var(--text-color);
  list-style: square;
}

li::marker {
  color: var(--primary);
}

ol,
ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .container {
      max-width: 1280px;
  }
}

.min_container {
    width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

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

@media (max-width: 768px) {
  .flex-col-mobile {
    flex-direction: column;
  }

  .flex-row-mobile {
    flex-direction: row;
  }

  .splide__arrow--next {
    right: -1em !important;
  }

  .flex-row-mobile {
    flex-direction: row !important;
  }
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between !important;
}

h1 {
  font-size: clamp(32px, 5vw, 42px);
  margin-bottom: 20px;
  font-family: var(--font-heading);
}

h2 {
  font-size: clamp(28px, 5vw, 32px);
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(22px, 5vw, 28px);
  margin-bottom: 20px;
}

h6 {
  font-size: 14px;
  color: var(--primary);
  margin-bottom: 10px;
}

button {
  border: 0;
}

.btn {
  padding: 12px 35px !important;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.3s ease;
  width: fit-content;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
	min-width: 220px;
	text-align: center;
  z-index: 0;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--secondary);
  z-index: -1;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.btn:hover::before {
  clip-path: polygon(0 0, 100% 0, calc(100% + 40px) 100%, 0 100%);
}

.btn span,
.btn {
  position: relative;
}

.btn > * {
  position: relative;
  z-index: 1;
}


.btn-cta {
  background: #f4f4f4;
  padding: 10px 0px 10px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(3, 1, 1, 0.1);
}

.btn-cta .fa-chevron-right {
  background: var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateX(10px);
}

.btn-cta .fa-chevron-right:before {
  content: "\f054";
  color: white;
  line-height: 30px;
  margin-left: 10px;
}


i,
.featured_event__meta__buy_link {
  transition: all 0.2s linear;
}



header .btn__header:hover, .live-section__body .btn__primary:hover, .booking .btn__secondary:hover {
  background-color: var(--terziary);
  color: white !important;
}

.is-fixed .btn__header:hover {
  background-color: var(--primary) !important;
  color: white !important;
}

.is-fixed .days-left {
	display: none !important;
}

.btn__primary {
  background-color: var(--primary);
  color: white;
}

.btn__secondary {
  background-color: var(--secondary);
  color: white;
}

.btn__terziary {
  background-color: var(--secondary);
  color: white;
}

.btn__outline {
  border: 1px solid var(--terziary);
  color: white;
}

.btn__outline-dark {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}

/* Fill per variante */
.btn__primary::before {
  background: var(--secondary);
}

.btn__secondary::before {
  background: var(--primary);
}

.btn__terziary::before {
  background: var(--primary);
}

.btn__outline::before {
  background: var(--terziary);
}

.btn__outline-dark::before {
  background: white;
}

/* Colore testo in hover */
.btn__primary:hover,
.btn__secondary:hover,
.btn__terziary:hover {
  color: white !important;
}

.btn__outline:hover,
.btn__outline-dark:hover {
  color: black !important;
}

.btn__primary:hover i {
  padding-left: 5px;
}

/* Width utility classes */
.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33.3333%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-66 {
  width: 66.6667%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

@media (max-width: 768px) {
  .w-5,
  .w-10,
  .w-15,
  .w-20,
  .w-25,
  .w-30,
  .w-33,
  .w-35,
  .w-40,
  .w-45,
  .w-50,
  .w-55,
  .w-60,
  .w-65,
  .w-66,
  .w-70,
  .w-75,
  .w-80,
  .w-85,
  .w-90,
  .w-95,
  .w-100 {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Rimuovi padding dai children con w-* se parent ha w-* */
  .flex > [class*="w-"],
  .grid > [class*="w-"],
  [class*="w-"] > [class*="w-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn {
    width: 100% !important;
    text-align: center !important
  }

  .px-mobile-15[class] { padding-left: 15px !important; padding-right: 15px !important; }
  .px-mobile-20[class] { padding-left: 20px !important; padding-right: 20px !important; }
  .px-mobile-25[class] { padding-left: 25px !important; padding-right: 25px !important; }
  .px-mobile-30[class] { padding-left: 30px !important; padding-right: 30px !important; }
  .px-mobile-35[class] { padding-left: 35px !important; padding-right: 35px !important; }
}

.grid {
  display: grid;
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-50 {
  gap: 50px;
}

.gap-100 {
  gap: 100px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 768px) {
  .flex {
    flex-direction: column;
  }

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

  .gap-100 {
    gap: 50px;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* HEADER */

.header-mobile {
  display: none;
}

header .btn {
  padding: 5px 20px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  background: var(--primary) !important;
  text-transform: uppercase !important;
}


.is-fixed {
    background: white !important;
    top: 0;
    position: fixed !important;
    width: 100% !important;
    left: 0;
    z-index: 999 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.is-fixed .top-bar {
    display: none !important;
}

.home .is-fixed {
    background: white !important;
}

.home .is-fixed a {
  color: var(--secondary) !important;
}

.home .is-fixed .sub-menu a {
  color: var(--secondary) !important;
}

.home .is-fixed .btn {
  color: white !important;
}

.home header {
    position: absolute;
    transition: 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    width: 100%;
    z-index: 150;
    background: transparent !important;
}

header {
  background: white;
  padding: 8px 0 !important;
}

.home .top-bar {
  font-size: 12px;
  color:white;
  font-weight: 500;
}

.top-bar {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: -32px;
}

.header-desk {
  padding: 0;
}

.header-desk a {
  text-decoration: none;
  color: var(--secondary);
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

.header-desk .btn {
  color: white !important;
}

.home .header-desk a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}


.header-desk #menu-main a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}

.header-desk #menu-main a:hover::before {
  transform: scaleX(1);
}

.current-menu-item > a::before {
  transform: scaleX(1) !important;
}

.logo h4,
header h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 !important;
}



.logo-site {
  max-width: 250px !important;
  margin:0 !important;
  transition: all 0.3s ease;
}

.logo img {
  max-width: 140px;
}

.is-fixed .logo-site {
  max-width: 150px !important;
}

.home .payoff {
  color: white;
  font-weight: 500;
  font-size: 17px;
  max-width:250px;
    margin-top: -8px !important;
}

.is-fixed .payoff {
  font-size: 17px !important;
  color: var(--primary) !important;
}

.home .is-fixed .payoff {
  margin-top:0px !important;
}

.is-fixed .btn__primary {
  background-color: var(--secondary) !important;
}

.payoff {
  margin:0;
  color: var(--primary);
  font-weight: 600;
  font-size: 17px;
  max-width:250px;
  line-height: 1;

}

header .btn__primary {
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 12px;
  font-size:14px !important;
}

header svg {
  transition: all 0.3s ease;
}


header h4 span {
  color: var(--secondary) !important;
}

.header-mobile a {
  text-decoration: none !important;
}

nav {
  justify-content: flex-end;
  gap:40px !important;
}

.nav ul {
  list-style: none !important;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 10;
  margin: 0;
  text-transform: uppercase;
}

nav ul li{
  list-style: none !important;
}

/* SUBMENU DESKTOP */
.header-desk .nav > ul {
  margin: 0;
  padding: 0;
}

.header-desk .nav li {
  position: relative;
}

/* Dropdown submenu */
.header-desk .nav .sub-menu {
  position: absolute;
  top: 130%;
  left: 0;

  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  padding: 0px 0;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.header-desk .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.header-desk .nav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-desk .nav .sub-menu li {
  width: 100%;
  padding: 0;
  min-width: 210px;
}

.header-desk .nav .sub-menu a {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  text-transform: none;
  color: var(--text-color);
  transition: all 0.3s ease;
  font-weight: 400;
}

.header-desk .nav .sub-menu a:hover {
  background-color: rgb(226 0 26 / 10%);
  color: var(--primary);
  padding-left: 25px;
}

.header-desk .megamenu-parent .sub-menu a:hover {
  color: var(--primary);
  font-weight: 600;
  padding-left: 25px !important;
}

.header-desk .nav .sub-menu a::after {
  display: none;
}

/* Indicatore per menu con sottomenu */
.header-desk .nav .menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.header-desk .nav .sub-menu .menu-item-has-children > a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 12px;
}

.header-desk .nav .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.header-desk .nav .sub-menu .menu-item-has-children > a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .header-desk {
    display: none;
  }

  .payoff, .home .payoff{
    font-size:17px !important;
    margin-top: 0 !important;
  }

  .search_wrapper .fa {
    font-size: 14px;
    color: var(--primary);
    letter-spacing: 1px;
  }

  .actions {
    padding: 18px 25px;
  }

  .home .is-fixed .sub-menu a {
  color: var(--terziary) !important;
}
}

.header-desk .nav li::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}

.header-desk .nav li:not(.current-menu-item, .sub-menu li):hover::after {
  transform: scaleX(1);
}

.header-desk .nav .current-menu-item:not(.sub-menu li)::after {
  transform: scaleX(1);
}

/* ==================== MENU MOBILE ==================== */
@media (max-width: 768px) {
  .header-desk {
    display: none;
  }

  .nav ul {
    gap: 0;
  }

  .slider.container {
    padding: 80px 0;
  }

  .header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px !important;
    background: white;
    border-bottom: 1px solid #0000001a;
    position: sticky;
    top: 0px;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    transition: 0.25s ease-in-out;
  }

  .header-mobile.is-fixed {
    position: fixed;
    top: 0px;
    left:0;
    background: var(--secondary) !important;
  }

  .header-mobile .logo img {
        height: 60px !important;
        width: auto;
        margin: 0;
        max-width: 100%;
   
  }



  /* Hamburger Icon */
  .menu-icon {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    gap: 5px;
    position: relative;
    top: -15px;
  }

  .menu-icon .line {
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  /* Animazione hamburger a X */
  .menu-icon.active .line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 8px);
  }

  .menu-icon.active .line:nth-child(2) {
    opacity: 0;
  }

  .menu-icon.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -5px);
  }

  /* Menu mobile overlay */
  .outside-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: right 0.4s ease;
  }

  .outside-menu.active {
    right: 0;
  }

  .menu-mobile-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background: var(--secondary);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 100px 0 20px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }

  .outside-menu.active .menu-mobile-wrapper {
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Menu mobile navigation */
  .header-mobile .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .header-mobile .nav > ul > li {
    border-bottom: 1px solid #f0f0f0;
  }

  .header-mobile .nav a {
    display: block;
    padding: 18px 25px;
    color: var(--terziary) !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: var(--secondary);
  }

  .header-mobile .nav a:hover {
    background-color: #d7302730 !important;
    padding-left: 30px;
  }

  .header-mobile .nav .current-menu-item > a {
    color: white !important;
    background-color: var(--primary) !important;
  }

  /* Submenu mobile */
  .header-mobile .nav .sub-menu {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.4s ease;
  }

  .header-mobile .nav .sub-menu.active {
    max-height: 1200px;
  }

  .header-mobile .nav .sub-menu li {
    border-bottom: 1px solid #2c2b2b !important;
  }

  .header-mobile .nav .sub-menu li:last-child {
    border-bottom: none;
  }

  .header-mobile .nav .sub-menu a {
    padding: 15px 25px 15px 25px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
  }

  .header-mobile .nav .sub-menu a:hover {
    padding-left: 50px;
  }

  /* Indicatore submenu mobile */
  .header-mobile .nav .menu-item-has-children {
    position: relative;
  }

  .header-mobile .nav .menu-item-has-children > a {
    padding-right: 50px;
  }

  .header-mobile .nav .menu-item-has-children > a {
    position: relative;
    padding-right: 50px;
  }

  .header-mobile .nav .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    pointer-events: none;
  }

  .header-mobile .nav .menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(180deg);
  }

  /* Previene lo scroll del body quando il menu è aperto */
  body.menu-open {
    overflow: hidden;
  }
}

/* FRONT PAGE */

/* slider hero */

.intro-home {
  position: relative;
  min-height: 100vh;
}

.video-desktop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-video {
  position: absolute;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.45);
}

.hero-intro {
  position: relative;
  z-index: 100;
  min-height: 100vh;
  justify-content: flex-end;
  gap: 25px;
  padding-bottom: 140px;
}

.hero-meta {
  align-items: center;
}

.intro-home h1 {
  color: white;
  font-weight: 800;
  font-size: clamp(32px, 5.5vw, 44px);
  margin: 0 0 20px 0 !important;
}

.intro-home .accent {
  color: var(--primary);
}

.days-wrap,
.place-wrap {
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding-left: 18px;
}

/* marker quadrato rosso */
.slider_item {
  position: relative;
}

.slider_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: var(--primary);
  transform: translateY(-50%);
}

/* fasce CTA */
.hero-cta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.hero-cta__item {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 60px;
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  transition: flex 0.5s ease, padding 0.4s ease, margin 0.4s ease, clip-path 0.4s ease;
}

.hero-cta__title {
  font-weight: 800;
  font-size: clamp(20px, 2vw, 30px);
  text-transform: uppercase;
  line-height: 1.1;
}

.hero-cta__sub {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.95;
}

/* varianti a riposo (tagli diagonali) */
.hero-cta__item--espositore {
  background: var(--primary);
  align-items: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 100%, 0 100%);
  padding-right: 100px;
}

.hero-cta__item--visitatore {
  background: var(--secondary);
  align-items: center;
  text-align: center;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -80px;
}

/* HOVER: l'item non-hovered collassa, l'hovered prende tutto */
.hero-cta:hover .hero-cta__item:not(:hover) {
  flex: 0 0 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.hero-cta:hover .hero-cta__item:hover {
  flex: 1 1 100%;
  clip-path: none;
  margin-left: 0;
  padding: 30px 60px;
}

.hero-cta__item:hover,
.hero-cta__item:hover .hero-cta__title {
  color: white !important;
}

@media (max-width: 768px) {
  .hero-cta {
    flex-direction: column;
  }

  .hero-meta {
    align-items: flex-start;
    gap: 5px !important;
  }

  .days-wrap, .place-wrap {
    font-size: 19px;
  }

  .hero-cta__item,
  .hero-cta:hover .hero-cta__item:hover,
  .hero-cta:hover .hero-cta__item:not(:hover) {
    flex: none !important;
    clip-path: none !important;
    margin-left: 0 !important;
    padding: 25px 30px !important;
  }
}

@media (max-width: 768px) {
  .hero-intro {
    padding-bottom: 40px;
    min-height: 70dvh;
  }

  .intro-home h1 {
  margin: 0px!important;
}

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

  .hero-cta__item {
    clip-path: none !important;
    margin-left: 0 !important;
    padding: 25px 30px !important;
  }
}


.numeri-section {
  padding: 100px 20px !important;
  align-items: stretch;
}

.numeri-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.numeri-eyebrow::before {
  content: "";
  width: 35px;
  height: 3px;
  background: var(--primary);
}

.numeri-title {
  font-weight: 800;
  font-size: clamp(34px, 4vw, 56px);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.numeri-text {
  color: var(--text-color);
}


.numeri-cta {
  margin-top: auto;
  color: var(--primary);
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.numeri-cta:hover {
  color: var(--secondary);
}

.numeri-box {
  background: #f7f7f7;
  padding: 30px;
  min-height: 230px;
}

.numeri-box__num {
  font-weight: 600;
  font-size: clamp(38px, 3.5vw, 42px);
  line-height: 1;
  color: var(--text-color);
}

.numeri-box__label {
  font-size: 19px;
  line-height: 1.3;
  color: var(--text-color);
  font-weight: 300;
}

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

@media (max-width: 768px) {
  .numeri-section {
    padding: 60px 0;
  }

  .numeri-box {
    min-height: 160px;
  }
}

.section-title {
  font-weight: 600;
  font-size: clamp(34px, 4vw, 42px);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.concept-section {
  padding: 100px 0px;
  gap: 60px;
}

.concept-top {
  align-items: center;
}

.concept-img img {
  width: 100%;
  margin: 0;
  display: block;
}

.concept-img--sx img {
  border-right: 6px solid var(--primary);
}

.concept-img--dx img {
  border-left: 6px solid var(--primary);
}

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

.concept-heading h2 {
  font-weight: 800;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.15;
  margin: 0;
}

.concept-heading .accent {
  color: var(--primary);
}

/* griglia 4 colonne con divisori */
.concept-grid {
  gap: 0;
}

.concept-bottom{
    border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.concept-col {
  padding: 40px;
  border-right: 1px solid #ddd;
}

.concept-col:first-child {
  border-left: 0px solid #ddd;
}

.concept-col:last-child {
  border-right: 0px solid #ddd;
}

.concept-col__num {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

.concept-col__title {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  margin: 15px 0;
}

.concept-col__text p{
  color: #9a9a9a;
  font-size: 16px;
  margin: 0;
}

.concept-img img {
  width: 100% !important;
  margin: 0;
}

@media (max-width: 768px) {
  .concept-section {
    padding: 60px 0 0 0;
  }

  .concept-col:first-child {
  border-left: 1px solid #ddd;
}

.concept-col:last-child {
  border-right: 1px solid #ddd;
}


  .concept-img--sx img,
  .concept-img--dx img {
    border: none;
    border-left: 6px solid var(--primary);
  }

  .concept-col {
    border: 1px solid #ddd;
    border-bottom: none;
  }

  .concept-col:last-child {
    border-bottom: 1px solid #ddd;
  }

  .concept-actions {
    padding: 0 15px;
  }
}



.gallery-section {
  padding: 70px 0 90px;
  background: #fff;
}

.gallery-section .container {
  text-align: center;
}

.gallery-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e52320;
  margin-bottom: 10px;
  justify-content: center;
}

.gallery-eyebrow::before,
.gallery-eyebrow::after {
  content: "";
  width: 32px;
  height: 2px;
  background: #e52320;
  display: block;
  text-align: center;
}

.gallery-title {
  text-align: center;
  display: inline-block;
  font-size: clamp(36px, 5vw, 42px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.gallery_mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 260px;
  gap: 24px;
  overflow: hidden;
}

.gallery_mosaic_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eee;
}

.gallery_mosaic_item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* disposizione mosaico */
.gallery_mosaic_item.item-1 {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery_mosaic_item.item-2 {
  grid-column: span 3;
  grid-row: span 1;
}

.gallery_mosaic_item.item-3 {
  grid-column: span 3;
  grid-row: span 1;
}

.gallery_mosaic_item.item-4 {
  grid-column: span 3;
  grid-row: span 1;
}

.gallery_mosaic_item.item-5 {
  grid-column: span 6;
  grid-row: span 1;
}

.gallery_mosaic_item.item-6 {
  grid-column: span 3;
  grid-row: span 1;
}

.gallery_mosaic_item.item-7 {
  grid-column: span 6;
  grid-row: span 1;
}

.gallery_mosaic_item.item-8 {
  grid-column: span 3;
  grid-row: span 1;
}

.gallery_mosaic_item.item-9 {
  grid-column: span 3;
  grid-row: span 1;
}

/* responsive */
@media (max-width: 991px) {
  .gallery_mosaic {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 220px;
    gap: 16px;
  }

  .gallery-section {
    padding: 100px 20px !important;
  }

  .gallery_mosaic_item.item-1 {
    grid-column: span 3;
    grid-row: span 2;
  }

  .gallery_mosaic_item.item-2,
  .gallery_mosaic_item.item-3,
  .gallery_mosaic_item.item-4,
  .gallery_mosaic_item.item-6,
  .gallery_mosaic_item.item-8,
  .gallery_mosaic_item.item-9 {
    grid-column: span 3;
  }

  .gallery_mosaic_item.item-5,
  .gallery_mosaic_item.item-7 {
    grid-column: span 6;
  }
}

@media (max-width: 575px) {
  .gallery-section {
    padding: 50px 0 60px;
  }

  .gallery_mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
    gap: 14px;
  }

  .gallery_mosaic_item,
  .gallery_mosaic_item.item-1,
  .gallery_mosaic_item.item-2,
  .gallery_mosaic_item.item-3,
  .gallery_mosaic_item.item-4,
  .gallery_mosaic_item.item-5,
  .gallery_mosaic_item.item-6,
  .gallery_mosaic_item.item-7,
  .gallery_mosaic_item.item-8,
  .gallery_mosaic_item.item-9 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .numeri-title {
    margin-bottom: 30px;
  }
}



.features-section {
  padding: 0px 0px 100px 0px !important;
}

.feature-card {
  display: flex;
  flex-direction: column;
}

.feature-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 25px;
}

.feature-eyebrow span {
  width: 35px;
  height: 3px;
  background: var(--primary);
  flex-shrink: 0;
}

.feature-image {
  margin-bottom: 15px;
}

.feature-image img {
  width: 100% !important;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  margin: 0 !important;
  display: block;
}

.feature-title {
  font-weight: 600;
  font-size: clamp(22px, 2vw, 26px);
  margin-bottom: 18px;
}

.feature-text {
  color: #9a9a9a;
  font-size: 16px;
  margin-bottom: 25px;
}

.feature-text p {
  color: #9a9a9a;
  margin: 0;
}

.feature-link {
  margin-top: auto;
  color: var(--primary);
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
}

.feature-link:hover {
  color: var(--secondary);
}

@media (max-width: 768px) {
  .features-section {
    padding: 0px 20px 100px 20px !important;
  }
  
  .features.grid {
    gap: 50px;
  }
}


.percorsi-section {
  background: var(--primary);
  padding: 90px 20px;
}

/* header */
.percorsi-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.percorsi-header .section-title {
  color: white;
}

.percorsi-eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.percorsi-eyebrow span {
  width: 35px;
  height: 2px;
  background: white;
}

.percorsi-title {
  color: white;
  font-weight: 800;
  font-size: clamp(34px, 4vw, 42px);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.percorsi-sub {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* cards */
.percorsi-grid {
  gap: 30px;
}

.percorso-card {
  display: flex;
  flex-direction: column;
}

.percorso-card__img img {
  width: 100% !important;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 0 !important;
  display: block;
}

.percorso-card__body {
  padding: 35px 40px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.percorso-card--light .percorso-card__body {
  background: #fff;
}

.percorso-card--dark .percorso-card__body {
  background: var(--secondary);
}

.percorso-card__eyebrow {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.percorso-card--light .percorso-card__eyebrow {
  color: var(--primary);
}

.percorso-card--dark .percorso-card__eyebrow {
  color: rgba(255, 255, 255, 0.6);
}

.percorso-card__title {
  font-weight: 800;
  font-size: clamp(26px, 2.4vw, 38px);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.percorso-card--dark .percorso-card__title {
  color: white;
}

/* lista con marker */
.percorso-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.percorso-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.4;
}

.percorso-list li {
  list-style: none;
}

.percorso-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
}

/* pallino rosso per la card chiara */
.percorso-list:not(.percorso-list--dark) li::before {
  background: var(--primary);
}

/* quadrato grigio per la card scura */
.percorso-list--dark li {
  color: rgba(255, 255, 255, 0.9);
}

.percorso-list--dark li::before {
  background: #888;
}

/* bottoni */
.percorso-card .btn {
  margin-top: auto;
  align-self: flex-start;
}



@media (max-width: 768px) {
  .percorsi-section {
    padding: 60px 20px !important;
  }

  .percorsi-header {
    padding: 0 15px;
  }

  .percorso-card__body {
    padding: 30px 25px;
  }
}


.home .patrocini-section {
  padding: 100px 0px;
 
}

.patrocini-section {
   gap: 50px;
   position: relative;
}

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

.patrocini-eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.patrocini-eyebrow span {
  width: 35px;
  height: 2px;
  background: var(--primary);
}

.patrocini-title {
  font-weight: 800;
  font-size: clamp(34px, 4vw, 42px);
  text-transform: uppercase;
  margin: 0;
}

/* primari */
.patrocini-primari {
  flex-wrap: wrap;
  align-items: center;
}

.patrocinio-primario img {
  max-width: 180px !important;
  height: auto;
  margin: 0 !important;
  object-fit: contain;
}

/* subtitle */
.patrocini-subtitle {
  color: #9a9a9a;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

/* grid secondari */
.patrocini-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom:0;
  position: relative;
}

.patrocini-grid::before {
    width: 20px;
    height: 10%;
    background: #ffffff;
    bottom: 0;
    right: -20px;
    content: '';
    position: absolute;
}

.patrocinio-item {
  text-align: center;
  gap: 10px;
      aspect-ratio: 1 / 1;
    border: 1px solid #ddd;
}

.patrocinio-item__label {
    color: #9a9a9a;
    font-size: 14px;
    background: white;
    margin-top: -18px;
    padding: 8px;
}

.patrocinio-item img {
  max-width: 180px !important;
  height: auto;
    margin: 0 !important;
    object-fit: contain;
    padding: 20px;
}

@media (max-width: 1200px) {
  .patrocini-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .patrocinio-item img {
      max-width: 120px !important;
      padding: 5px !important;
  }

}

@media (max-width: 768px) {
  .patrocini-section {
    padding: 60px 20px !important;
  }

  .patrocini-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 1px solid #ddd;
  }

  .patrocini-grid::before {
    content: none;
  }

  .patrocinio-primario img {
    max-width: 150px !important;
    padding: 10px !important;
  }

  .patrocini-primari.gap-50{
    gap:0 !important;
  }

  .patrocini-primari {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}


/* PAGE.PHP */

.page main {
  margin: 0px auto !important;
}

/* PAGE HERO */


.page-hero h1 {
  color: white;
}

.page-hero a {
  color: white;
  text-decoration: underline;
  margin-bottom: 0px !important;
}

.breadcrumb {
  font-size: 14px;
  color: white;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb span {
  color: white;
  font-weight: 600;
}

.page-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--primary);
}

.page-title {
  font-weight: 800;
  font-size: clamp(36px, 5vw, 42px);
  margin: 0;
}

/* MAIN */
.page-main {
  padding: 40px 20px 80px;
}

.page-main > .container {
  margin: 0 auto 120px auto !important;
}

.page-content h2 {
  font-weight: 800;
  font-size: clamp(22px, 3vw, 28px);
  margin-bottom: 20px;
}

.page-content ul {
  padding-left: 25px !important;
}

.page-content ul {
  list-style: none;
  padding: 0;
}

/* CTA BOX rosso */
.cta-box {
  background: var(--primary);
  color: white;
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}

.cta-box__eyebrow {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 10px;
}

.cta-box__title {
  color: white;
  font-weight: 800;
  font-size: clamp(24px, 2.5vw, 32px);
  margin-bottom: 10px;
}

.cta-box__text {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  max-width: 60%;
}

.cta-box .btn {
  margin-left: auto;
  align-self: center;
}

/* SIDEBAR */
.sidebar, .page-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sidebar h3, .page-sidebar h3 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}

.page-sidebar a {
  text-decoration: none;
}

/* .page-sidebar ul {
  padding-left: 0px;
} */

.sidebar h4, .page-sidebar h4 {
  color: var(--primary);
}

.sidebar li::marker, .page-sidebar li::marker {
  color: var(--primary);
}

.sidebar > div, .page-sidebar > div {
  background: #f7f7f7;
  border: 1px solid #ececec;
  padding: 20px;
  font-size: 16px;
}

.sidebar-single-widget:has(.sidebar-box), .sidebar-single-widget:has(.sidebar-cta) {
  background: none !important;
  padding: 0 !important;
}

.sidebar-box {
  border: 1px solid #ececec;
}

.sidebar-box__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-color);
  padding: 20px 25px;
  border-bottom: 1px solid #ececec;
}

.sidebar-box__title--line::before {
  content: "";
  width: 25px;
  height: 3px;
  background: var(--primary);
}

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

.sidebar-menu li {
  border-bottom: 1px solid #ececec;
}

.sidebar-menu li:last-child {
  border-bottom: 0;
}

.sidebar-menu a {
  display: block;
  padding: 16px 25px;
  text-decoration: none;
  color: var(--text-color);
  font-size: 15px;
  transition: all 0.2s ease;
}

.sidebar-menu a:hover {
  color: var(--primary);
  padding-left: 30px;
}

.sidebar-menu .is-active {
  border-left: 3px solid var(--primary);
}

.sidebar-menu .is-active a {
  color: var(--primary);
  font-weight: 700;
}

/* date sidebar */
.sidebar-date {
  align-items: center;
  padding: 16px 25px;
  border-bottom: 1px solid #ececec;
}

.sidebar-date:last-child {
  border-bottom: 0;
}

.sidebar-date__day {
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
}

.sidebar-date__hour {
  color: #999;
  font-size: 14px;
}

/* sidebar cta nera */
.sidebar-cta {
  background: var(--secondary) !important;
  color: white;
  padding: 30px 30px 35px;
}

.sidebar-cta .btn::before {
  background: white;
}

.sidebar-cta .btn:hover {
  color: black !important;
}

.sidebar-cta__eyebrow {
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidebar-cta__title {
  color: white;
  font-weight: 800;
  font-size: 24px;
  margin: 8px 0 12px;
}

.sidebar-cta__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 25px;
}

.sidebar-cta .btn {
  text-align: center;
}

@media (max-width: 768px) {
  .page-hero {
    padding: 45px 15px !important;
    margin:  0 0 40px 0;
  }

  .page-main > .container {
    margin: 0 auto 0px auto !important;
  }

  .page-sidebar {
    margin-bottom: 40px;
  }

  .page-main {
    padding: 40px 0 60px;
  }

  .cta-box {
    padding: 35px 25px;
  }

  .cta-box__text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .cta-box .btn {
    margin-left: 0;
    align-self: flex-start;
  }
}


/* SIDEBAR */

#sidebar ul li {
  margin-bottom: 8px;
}
#sidebar ul li a {
  display: block;
  line-height: 1.15;
}
#sidebar .social-list li a {
  padding: 2px 0;
}
#sidebar ul li i + a {
  display: inline-block;
  margin-left: 6px;
}


/* FOOTER */

/* ===== FASCIA ROSSA ===== */
.footer-red {
  background: var(--primary);
  color: white;
  padding: 70px 20px 50px;
}

.footer-red a:hover {
  color: #1D1D1D;
}

.footer-top {
  padding-bottom: 60px;
}

.footer-title {
  color: white;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 25px;
}

.footer-social__list {
  flex-direction: row;
}

.footer-social__list a {
  text-decoration: none;
}

.footer-social__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 20px !important;
  transition: all 0.3s ease;
}

.footer-social__item:hover {
  background: white;
  color: var(--primary);
}

.footer-newsletter {
  background: white;
  padding: 35px 40px;
}

.footer-title--dark {
  color: var(--secondary);
}

.footer-text--dark {
  color: #555;
}

.footer-newsletter__label {
  display: block;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 10px;
}

.footer-newsletter__form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 6px 6px 6px 15px;
}

.footer-newsletter__form input {
  flex: 1;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 16px;
}

.footer-newsletter__form button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-newsletter__form button:hover {
  background: var(--secondary);
}

.footer-bottom {
  padding-top: 20px;
}

.footer-label {
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-org__logo img {
  max-width: 160px;
  margin-bottom: 20px;
}

.footer-org__address {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-org__phone {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.footer-dates__row {
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media(max-width:768px){
  .footer-dates__row{
    align-items: flex-start;
  }

      .footer-newsletter {
        padding-block: 35px !important;
      }
}

.footer-dates__day {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
	color: white;
}
.footer-dates__day:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;

  background: white;
}

.footer-dates__hours {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
}

.footer-dates__venue {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 25px;
}

/* ===== FASCIA SCURA ===== */
.footer-dark {
  background: var(--secondary);
  color: white;
  padding: 60px 20px 20px;
}

.footer-dark p, .footer-dark a, .footer-dark li {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
}

.footer-cols {
  padding-bottom: 40px;
}

.footer-brand .footer-widget img {
  max-width: 200px !important;
  margin-bottom: 20px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.footer-social__item--dark {
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-menu-cols .title-widget {
  color: white;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-col li {
  margin-bottom: 12px;
}

.footer-menu-col a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-menu-col a:hover {
  color: white;
}

/* copyright */
.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 25px;
}

.footer-copy,
.footer-copy div,
.footer-copy a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer-copy p {
  margin-bottom: 0;
}

.footer-copy a {
  text-decoration: none;
  margin: 0;
}

.footer-copy a:hover {
  color: white;
}

.menu-per-i-visitatori-footer-container {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .footer-red {
    padding: 50px 0 40px;
  }

  .footer-menu-col ul {
    padding-left: 15px;
    line-height: 1;
  }

  .menu-per-i-visitatori-footer-container {
    padding-bottom: 25px;
  }

  .footer-newsletter {
    padding: 30px 25px;
  }

  .footer-dark {
    padding: 40px 0 30px;
  }

  .footer-copy {
    flex-direction: column;
    gap: 5px;
    text-align: left;
    align-items: flex-start;
  }
}



/* CONTACT FORM 7 - Contatti */
.wpcf7 {
  margin-top: 10px;
}

.wpcf7-form p {
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-grid .full {
  grid-column: 1 / -1;
}

.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: var(--text-color);
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-color);
  transition: border-color 0.2s ease;
  margin-bottom: 20px;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #aaa;
}

.wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* privacy / checkbox */
.wpcf7-form .wpcf7-acceptance {
  display: block;
  margin: 20px 0;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.wpcf7-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  flex-shrink: 0;
}

/* submit */
.wpcf7-form .wpcf7-submit {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
}

.wpcf7-form .wpcf7-submit:hover {
  background: var(--secondary);
}

/* loader e messaggi */
.wpcf7-spinner {
  margin: 0 0 0 12px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 14px 18px;
  font-size: 14px;
  border: 1px solid;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2e7d32;
  background: #edf7ed;
  color: #2e7d32;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: var(--primary);
  background: rgba(226, 0, 26, 0.06);
  color: var(--primary);
}

.wpcf7-not-valid-tip {
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: var(--primary);
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}


/* ARCHIVE */
.archive-article {
  padding: 25px 0;
  border-bottom: 1px solid #ececec;
}

.archive-article:first-child {
  padding-top: 0;
}

.abslink {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.archive-article .post-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
  transition: color 0.2s ease;
  color: var(--text-color);
  line-height: 1.2;
}

.archive-article:hover .post-title {
  color: var(--primary);
}

.archive-article .short-content {
  color: #9a9a9a;
  font-size: 16px;
  margin-bottom: 12px;
}

.archive-article .feature-link {
  position: relative;
  z-index: 2;
  font-size: 15px;
}


/* BOX Contract & Hotellerie */
.box {
  background: #f7f7f7;
  padding: 40px;
}

.box .title-box {
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--primary);
}

.box strong {
  display: block;
  margin-bottom: 20px;
}

.box .comprende {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box .comprende li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 16px;
}



/* FAQ */
.faq-wrap {
  border-top: 1px solid #ececec;
}

.faq-item {
  transition: background 0.3s ease;
}

.faq-question {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 22px;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    list-style: none;
    overflow: hidden;
    transition: color 0.3s ease;
    background: #f7f7f7;
    margin: 20px 0;
}

.faq-wrap .faq-item:first-child .faq-question {
  margin-top: 0 !important;
}

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

/* barra rossa verticale a sinistra */
.faq-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: var(--primary);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.faq-question span {
  position: relative;
  z-index: 1;
  transition: padding 0.3s ease;
}

.faq-question:hover span {
  padding-left: 6px;
  color: var(--primary);
}

.faq-item[open] .faq-question {
  color: var(--primary);
}

.faq-item[open] .faq-question::before {
  transform: scaleY(1);
}

/* icona chevron in tondo */
.faq-question i {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 50%;
  color: var(--primary);
  font-size: 14px;
  transition: all 0.3s ease;
}

.faq-question:hover i {
  background: var(--primary);
  color: #fff;
}

.faq-item[open] .faq-question i {
  background: var(--primary);
  color: #fff;
  transform: rotate(180deg);
}

.faq-reply {
  padding: 0 25px 25px 28px;
  color: #555;
  animation: faqFade 0.35s ease;
}

.faq-reply p {
  margin: 0;
  line-height: 1.6;
}

@keyframes faqFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* RIVISTA */
.single-magazine {
  text-align: center;
  transition: transform 0.3s ease;
}

.single-magazine:hover {
  transform: translateY(-6px);
}

.title-magazine {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.single-magazine img {
  width: 100% !important;
  margin: 0 !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}


.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
  background: var(--primary) !important;
}

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


.elenco-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 780px !important;
}

.elenco-table th {
  text-align: left;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  padding: 15px 20px;
  border-bottom: 2px solid var(--primary);
}

.elenco-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}

.elenco-table tr:hover td {
  background: #f7f7f7;
}

.elenco-table td:first-child span {
  font-weight: 700;
  transition: color 0.2s ease;
}

.elenco-table tr:hover td:first-child span {
  color: var(--primary);
}

.elenco-table tbody tr:nth-child(even) {
  background:#1717160a;
}

.language .transposh_flags,
.language span:not(select) {
  display: none;
}



/* GALLERY TABS (JS) */
.gallery-nav {
  flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}

.gallery-tab-label {
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: var(--text-color);
  transition: all 0.2s ease;
}

.gallery-tab-label:hover {
  color: var(--primary);
}

.gallery-tab-label.is-active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.gallery-panel {
  display: none;
}

.gallery-panel.is-active {
  display: block;
}

.gallery-content a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-content img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
  transition: transform 0.4s ease;
}

.gallery-content a:hover img {
  transform: scale(1.05);
}


/* VIDEO */
.play-btn {
  display: block;
  overflow: hidden;
}

.play-btn img {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0 !important;
  transition: transform 0.4s ease;
}

.play-btn:hover img {
  transform: scale(1.05);
}

.play-btn::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 4px;
  transition: all 0.3s ease;
  z-index: 2;
}

.play-btn:hover::after {
  scale: 1.1;
  background: var(--secondary);
}

.title-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  z-index: 2;
}



.date-fuorisalone {
  color: var(--primary);
}

.gallery-fuorisalone {
  display: flex;
  gap: 20px;
}


/* TEST PAGE.PHP */

/* ============ PAGE HERO ============ */
.page-hero {
  position: relative;
  background: var(--primary);
  padding: 40px 20px 40px !important;
  overflow: hidden;
}



.page-hero::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  background: var(--secondary);
  transform: rotate(45deg);
  opacity: 0.15;
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-hero__eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  background: white;
}

.page-hero h1 {
  color: white;
  margin: 0;
}

.page-title {
  font-weight: 600;
  font-size: clamp(32px, 6vw, 42px);
  line-height: 1;
}

.page-hero .breadcrumb {
  margin-top: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin: 0;
}

.page-hero .breadcrumb a:hover {
  color: white;
  text-decoration: underline;
}

.page-hero .breadcrumb span {
  color: white;
  font-weight: 600;
}

/* ============ MAIN ============ */
.page-main {
  padding: 70px 20px 90px;
}

.page-content > h2 {
    font-weight: 600;
    font-size: clamp(24px, 3vw, 30px);
    margin-bottom: 40px;
    position: relative;
    padding-left: 22px;
}

.page-content > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  background: var(--primary);
}

/* ============ NUMERI ============ */
.page-numeri {
  margin: 50px 0;
}

.page-numeri__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.page-numeri__eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--primary);
}

.page-numeri__grid {
  gap: 0 !important;
  border: 1px solid #e6e6e6;
}

.page-numeri__box {
  position: relative;
  padding: 30px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* fill diagonale in hover */
.page-numeri__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
  background: var(--primary);
  z-index: 0;
  transform: skewX(-18deg) translateX(-130%);
  transition: transform 0.4s ease;
}

.page-numeri__box:hover::before {
  transform: skewX(-18deg) translateX(0);
}

.page-numeri__num,
.page-numeri__label {
  position: relative;
  z-index: 1;
  display: block;
  transition: color 0.3s ease;
}

.page-numeri__num {
  font-weight: 800;
  font-size: clamp(34px, 3.5vw, 46px);
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 10px;
}

.page-numeri__label {
  font-size: 17px;
  color: #666;
}

.page-numeri__box:hover .page-numeri__num,
.page-numeri__box:hover .page-numeri__label {
  color: white;
}

/* pulizia bordi griglia 3 col */
.page-numeri__grid .page-numeri__box:nth-child(3n) {
  border-right: 0;
}

.page-numeri__grid .page-numeri__box:nth-last-child(-n+3) {
  border-bottom: 0;
}

/* ============ CTA BOX ============ */
.cta-box {
  position: relative;
  background: var(--secondary);
  color: white;
  padding: 45px 50px;
  margin-top: 50px;
  overflow: hidden;
}

.cta-box::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: var(--primary);
  transform: rotate(45deg);
  opacity: 0.9;
}

.cta-box > * {
  position: relative;
  z-index: 1;
}

.cta-box__eyebrow {
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.cta-box__title {
  color: white;
  font-weight: 800;
  font-size: clamp(24px, 2.5vw, 32px);
  margin-bottom: 10px;
}

.cta-box__text {
  color: rgba(255, 255, 255, 0.85);
  max-width: 60%;
  margin-bottom: 25px;
}

/* ============ SIDEBAR ============ */
.page-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sidebar-box {
  border: 1px solid #ececec;
  background: #fff;
}

.sidebar-box__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-color);
  padding: 20px 25px;
  border-bottom: 1px solid #ececec;
}

.sidebar-box__title--line::before {
  content: "";
  width: 25px;
  height: 3px;
  background: var(--primary);
}

/* menu sezione */
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu li {
  border-bottom: 1px solid #ececec;
}

.sidebar-menu li:last-child {
  border-bottom: 0;
}

.sidebar-menu a {
  position: relative;
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: var(--text-color);
  font-size: 15px;
  overflow: hidden;
}

.sidebar-menu a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease, padding 0.3s ease;
  display: block;
}

/* barra rossa che entra da sinistra */
.sidebar-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: var(--primary);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.sidebar-menu a:hover::before,
.sidebar-menu .is-active a::before {
  transform: scaleY(1);
}

.sidebar-menu a:hover span {
  color: var(--primary);
  padding-left: 8px;
}

.sidebar-menu .is-active a span {
  color: var(--primary);
  font-weight: 700;
  padding-left: 8px;
}

/* date */
.sidebar-box--dates {
  background: #fff;
}

.sidebar-date {
  align-items: center;
  padding: 16px 25px;
  border-bottom: 1px solid #ececec;
}

.sidebar-date:last-child {
  border-bottom: 0;
}

.sidebar-date__day {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
}

.sidebar-date__day::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--primary);
  transform: translateY(-50%);
}

.sidebar-date__hour {
  color: #999;
  font-size: 14px;
}

/* cta nera con angolo rosso */
.sidebar-cta {
  position: relative;
  background: var(--secondary);
  color: white;
  padding: 30px 30px 35px;
  overflow: hidden;
}



.sidebar-cta > * {
  position: relative;
  z-index: 1;
}

.sidebar-cta__eyebrow {
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidebar-cta__title {
  color: white;
  font-weight: 800;
  font-size: 24px;
  margin: 8px 0 12px;
}

.sidebar-cta__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 25px;
}

.sidebar-cta .btn {
  text-align: center;
}

/* ============ MOBILE ============ */
@media (max-width: 768px) {
  .page-hero {
    padding: 45px 15px !important;
  }

  .sidebar-date {
    align-items: flex-start;
  }

  .page-hero::before,
  .page-hero::after {
    display: none;
  }

  .page-main {
    padding: 0px 0 60px;
  }

  .page-numeri__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-numeri__grid .page-numeri__box:nth-child(3n) {
    border-right: 1px solid #e6e6e6;
  }

  .page-numeri__grid .page-numeri__box:nth-child(2n) {
    border-right: 0;
  }

  .page-numeri__grid .page-numeri__box {
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .cta-box {
    padding: 35px 25px;
  }

  .cta-box__text {
    max-width: 100%;
  }
}



.language {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 13px;
}

.language a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.language a:hover {
  color: var(--primary);
}

/* evidenzia la lingua attiva */
.language .gt-current-lang,
.language a.gt-selected {
  color: var(--primary);
  font-weight: 700;
}

/* nasconde eventuali bandiere/immagini iniettate da GTranslate */
.language img {
  display: none !important;
  margin: 0 !important;
}

.days-left {
    font-size: 16px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-70%);
}
.home .days-left {
	   color: white !important;
}
.top-bar .left {
	display: none;
}

.top-bar .right {
	justify-content: flex-end;
	width: 100%;
}

footer .footer-social__item:hover .fa-brands:before {
	color: var(--primary);
}

.logo-p-footer {
	margin-top:20px;
}

.cta-lang-wrap {
	position: relative;
}

footer a:hover {
	color:white !important;
}