html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.relative {
  position: relative;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

/* BUTTON */

.butt {
  font-size: 1.5625rem;
  padding: 5px 10px;
  font-weight: 600;
}

.butt.small {
  font-size: 0.9375rem;
  padding: 5px 10px;
  font-weight: 600;
}

.butt .txt {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: normal;
}

.btn-primary {
  color: #fff;
  background-color: #357cc7;
  border-color: #357cc7;
}

/* FONT FAM */

.fam-Day {
  font-family: "Days One", sans-serif;
}

.fam-Mer {
  font-family: "Merriweather", serif;
}

.fam-Int {
  font-family: "Inter", sans-serif;
}

.white {
  color: #fff !important;
}

.powered {
  font-size: 0.8125rem !important;
}

/* TITOLI */

.title-sm {
  font-size: 1rem;
  line-height: 1.2rem;
}

.title-md {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.title-lg {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.title-xl {
  font-size: 2.1rem;
  line-height: 2.4rem;
}

.title-xxl {
  font-size: 2.5rem;
  line-height: 2.8rem;
}

.title-display {
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (max-width: 640px) {
  .title-md {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .title-lg {
    font-size: 1.2rem;
  }

  .title-xl {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .title-xxl {
    font-size: 2rem;
    line-height: 1.9rem;
  }
}

@media (max-width: 1400px) {
  .title-md {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .title-lg {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .title-xl {
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .title-xxl {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

/* HEAD */

.bg-yellow {
  background-color: #ffdd00 !important;
}

.navbar {
  margin: 10px 0 10px 0;
}

.Logo {
  font-size: 2.625rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #333;
}

.logo-gdb {
  display: inline-block;
  background-color: #ffdd00;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

.logo.small img {
  width: 200px;
  margin: 14px 0;
}

span.logo-abrescia {
  display: inline-block;
  background-color: #ffdd00;
  text-align: center;
  border-radius: 7px;
  padding: 5px;
  margin-left: 10px;
}

span.logo-abrescia.mobile {
  margin: 0 10px 0 5px;
}

.logo.smaller img {
  width: 150px;
  margin: 10px 0 10px 5px;
}

.navbar.navbar-smaller {
  margin: 0px;
  padding: 7px 0 0 0;
}

.sottosezione {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(102, 102, 102);
}

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

@media (max-width: 991px) {
  .user-box-mobile {
    margin-top: 5px !important;
  }
}

.user-profile {
  font-size: 6.25rem;
  color: #999;
}

.name-user {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
  background: #ffdd00;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.name-user a {
  color: #fff;
}

.user-icon {
  font-size: 2rem;
}

.user-face {
  font-size: 0.8rem;
  line-height: 1rem;
}

.btn-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 8px 18px;
}

.btn-dark:hover {
  text-decoration: underline;
  color: #fff;
}

.btn-outline-dark {
  color: rgb(51, 51, 51);
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(51, 51, 51);
  border-image: initial;
  padding: 7px 18px;
}

.btn-yellow {
  color: #000;
  font-size: 0.9rem;
  background: #ffdd00;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  padding: 8px 18px;
}

.btn{
  border: none;
}

.btn-yellow:hover, .btn.btn-yellow:hover {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
  background: #ffdd00;
}

.main-menu a:hover {
  color: rgb(17, 17, 17);
  border-bottom-color: rgb(204, 204, 204);
}

.main-menu a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: rgb(51, 51, 51);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition:
    color 0.15s,
    border-color 0.15s;
}

.main-menu a.active {
  color: rgb(17, 17, 17);
  border-bottom-color: rgb(255, 221, 0);
}

.testata-menu {
  font-size: 0.8rem;
}

.form-search input[type="text"] {
  height: 0;
  padding: 14px;
  outline: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #f7f7f7;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.search-icon {
  top: 50%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
  opacity: 0.8;
  position: absolute;
  display: block;
  right: 10px;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  color: #999;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.nav-bottom {
  background: #fff;
  margin: 10px;
  border-radius: 20px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .dic-bottom {
    display: none;
  }
}

@media (min-width: 768px) {
  .dic-bottom {
    font-size: 0.6875rem;
    text-transform: uppercase;
  }
}

.menu {
  border: none;
  margin: 0px;
  padding: 0px;
  background: transparent;
  color: #aaa;
}

.menu.active {
  color: #fff;
}

.nav-bottom a {
  color: #777;
}

.nav-bottom i {
  font-size: 1.375rem;
}

.nav-bottom .col {
  border-right: 1px solid #999;
  margin: 15px 0px;
}

.nav-bottom .col:last-child {
  border-right: none;
}

.nav-bottom .col.active a {
  color: #ffdd00 !important;
}

/* HEADER */

.over-fix-top {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  left: 0;
  background: #fff;
}
/* NEWS PRIME SECTION - DESIGN MODERNO CON GEOMETRIE */

.header-main {
  position: relative;
}

.news-middle {
  padding: 80px 0px;
  position: relative;
}

.news-middle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffdd00, transparent);
}

.First-Image {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* NOTIZIA PRINCIPALE */

.news-prime {
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.news-prime-img-link {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.news-prime-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: filter 0.45s ease;
}

.news-prime:hover .news-prime-img {
  filter: brightness(0.88);
}

.news-prime-body {
  padding: 8px 0;
}

.news-prime-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 18px;
  border-left: 3px solid #ffbb00;
  padding-left: 10px;
}

.news-prime-title {
  margin-bottom: 14px;
}

.news-prime-title a {
  color: #1a1a1a;
  text-decoration: none;
  background-image: linear-gradient(#1a1a1a, #1a1a1a);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.35s ease;
}

.news-prime:hover .news-prime-title a {
  background-size: 100% 2px;
}

.news-prime-summary,
.news-card-excerpt {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.news-prime-author {
  font-size: 0.8125rem;
  color: #aaa;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 6px;
}


/* NEWS SECONDARY CARDS — stile magazine */
.news-card {
  display: flex;
  flex-direction: column;
}

.news-card-img-link {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
}

.news-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: filter 0.5s ease;
}

.news-card-img-link:hover .news-card-image {
  filter: brightness(0.88);
}

/* Area testo */
.news-card-body {
  padding: 20px 0 0;
  position: relative;
}

.news-card-title {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.news-card-title a {
  color: #1a1a1a;
  text-decoration: none;
  background-image: linear-gradient(#1a1a1a, #1a1a1a);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition:
    background-size 0.3s ease,
    color 0.2s ease;
}

.news-card-title a:hover {
  background-size: 100% 1px;
  color: #1a1a1a;
}

.news-card-link {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition:
    gap 0.2s ease,
    color 0.2s ease;
}

.news-card-link:hover {
  color: #ffbb00;
  gap: 12px;
  text-decoration: none;
}

/* NEWS SECONDARY GRID */
.news-secondary-grid {
  align-items: flex-start;
}

/* EVENTI IN EVIDENZA - LAYOUT GRIGLIA MODERNO */

.events-section {
  padding: 80px 0;
  background: #fafafa;
  position: relative;
}

.events-section::before,
.results::before,
.cluster-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffdd00, transparent);
}

/* Cluster item — orizzontale scuro */
.cluster-item {
  display: flex;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffdd00;
}

.cluster-item-img-wrap {
  flex: 0 0 45%;
  overflow: hidden;
}

.cluster-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  filter: brightness(0.9);
}

.cluster-item:hover .cluster-item-img {
  transform: scale(1.05);
  filter: brightness(1);
}

.cluster-item-body {
  flex: 1;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cluster-item-title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  line-height: 1.25;
  margin-bottom: 8px;
}

.cluster-item-desc {
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cluster-item-link {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.2s ease;
}

.cluster-item-link:hover {
  text-decoration: none;
  gap: 14px;
  color: #333;
}

/* Nav botttoni custom cluster */
.cluster-nav-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.cluster-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #1a1a1a;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
}

.cluster-nav-btn:hover {
  border-color: #ffbb00;
  color: #ffbb00;
}

/* CLUSTER PAGE — header editoriale */
.cluster-content {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fffbe6 0%, #fff8d6 50%, #fff3b0 100%);
}

.cluster-content::before {
  display: none;
}

.cluster-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffdd00, #ffbb00 60%, transparent);
}

.cluster-etichetta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffbb00;
  margin-bottom: 20px;
}

.cluster-etichetta::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ffbb00;
  flex-shrink: 0;
}

.cluster-title-box {
  position: relative;
}

.title-cluster {
  font-size: 3rem;
  color: #333;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  letter-spacing: -0.5px;
}

.cluster-content .description {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.75;
  max-width: 720px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .title-cluster {
    font-size: 2rem;
  }
}

.event-title {
  background: linear-gradient(45deg, #ffdd00, #ffbb00);
  border-radius: 15px;
  width: 70px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.event-title div {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA wrapper */
.events-cta-wrapper {
  text-align: center;
  position: relative;
}

/* Responsive */
@media (max-width: 991px) {
  .events-section {
    padding: 60px 0;
  }

  .events-grid-modern {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .events-section {
    padding: 50px 0;
  }

  .events-header {
    margin-bottom: 30px;
  }

  .events-grid-modern {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.event-count {
  font-size: 3.5rem;
  color: #ffbb00;
  font-weight: 600;
  line-height: 1.1em;
  display: inline-block;
  background: #fff;
  padding: 10px 15px;
  border-bottom: 2px solid #ffbb00;
}

.event-count .label {
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.1em;
}

.event-count .label span {
  font-size: 0.75rem;
  color: #333;
}

.bgSearch {
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 96px;
  padding: 70px 0;
}

.bgSearch.compact {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .bgSearch {
    margin-top: 70px;
    padding: 50px 0;
  }
}

.bg-grey {
  background: #f9f9f9;
}

/* USER DROPDOWN */
button.user-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

button.user-icon.dropdown-toggle::after {
  display: none;
}

.user-dropdown-menu {
  min-width: 180px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0;
  margin-top: 0.5rem !important;
}

.user-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  padding: 0.55rem 1.1rem;
  border-radius: 0;
}

.user-dropdown-menu .dropdown-item i {
  width: 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: #bbb;
  flex-shrink: 0;
}

.user-dropdown-menu .dropdown-item:hover {
  background: #f8f8f8;
  color: #000;
}

.user-dropdown-menu .dropdown-item:hover i {
  color: #555;
}

.user-dropdown-menu .dropdown-divider {
  margin: 0.3rem 0;
  border-color: #f0f0f0;
}

.user-dropdown-menu .dropdown-item--danger {
  color: #c00;
}

.user-dropdown-menu .dropdown-item--danger i {
  color: #c00;
}

.user-dropdown-menu .dropdown-item--danger:hover {
  background: #fff5f5;
  color: #a00;
}

/* Legacy support - mantengo le vecchie classi per compatibilità */
.content-search {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
}

.content-search .label {
  letter-spacing: 2px;
}

.content-search .form-inline label {
  display: block;
}

.content-search input,
.content-search select {
  font-size: 0.75rem;
  padding: 12px 10px;
  height: 43px;
}

#selector_dove .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 43px;
  background: transparent;
  color: #fff;
  padding: 6px;
}

#selector_dove
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 28px;
  font-weight: 400;
}

#selector_dove
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 39px;
}

#selector_dove
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ead8d8 transparent transparent transparent;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ffbb00;
  border-color: #ffbb00;
}

.btn-primary {
  color: #ffdd00;
  background-color: transparent;
  border-color: transparent;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 0.9375rem;
  margin-left: 3px;
  font-weight: 600;
}

.btn-primary.btn-search {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 0.9375rem;
  margin-left: 3px;
  font-weight: 600;
}

.label {
  margin-bottom: 3px;
}

/* FOOTER */

.fweight-600 {
  font-weight: 600;
}

.py50 {
  padding: 50px 0px;
}

.py100 {
  padding: 100px 0px;
}

.px-100 {
  padding: 0px 100px;
}

@media (max-width: 991px) {
  .px-100 {
    padding: 0 10px;
  }
}

.layer-cinema {
  background: #fff;
  border-radius: 20px 20px 0 0;
  border-top-color: #ffbb00;
  border-top-width: 3px;
  border-top-style: solid;
  margin-top: -260px;
}

.layer-dark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  background: rgba(18, 18, 25, 0.6);
}

.layer-app {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(18, 18, 25, 0.5);
}

.layer-light {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

h2.title {
  font-weight: 300;
  font-size: 2.1875rem;
}

h2.title span {
  font-weight: 600;
  font-size: 2.9375rem;
}

@media (max-width: 767px) {
  h2.title {
    font-weight: 300;
    font-size: 1.5625rem;
  }

  h2.title span {
    font-weight: 600;
    font-size: 2.375rem;
  }
}

.color-white {
  color: #fff !important;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

ul.list-inline {
  padding: 20px 0px;
  margin-bottom: 0px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}

.list-inline > li > a {
  border-right: 1px solid #999999;
  padding: 0px 20px 0px 9px;
}

.contact {
  margin: auto 0 30px auto;
  font-family: "Montserrat", sans-serif;
}

.contact b {
  color: #ffdd00;
}

.contact .dida {
  font-weight: 600;
  font-size: 0.6875rem;
  margin-bottom: 10px;
}

/* DETAIL */

.imageDetail {
  width: 100%;
  display: block;
  border-radius: 25px;
  aspect-ratio: 3 / 2;
  border: 2px solid #e7e7e7;
}

.LayerTitle {
  background: rgba(255, 255, 255, 1);
  border-radius: 20px 20px 0 0;
  margin-top: 112px;
}

@media (max-width: 991px) {
  .LayerTitle {
    margin-top: 91px;
  }

  .imageDetail {
    aspect-ratio: 3 / 2;
  }
}

.newsTitle {
  font-size: 2.5rem;
  line-height: 1.1em;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 400;
  border-left: 5px solid #ffdd00;
  padding-left: 20px;
}

/* Cluster tag — event detail page */

.event-cluster-tag-title {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #333;
}

@media (max-width: 991px) {
  .newsTitle {
    font-size: 2rem;
    line-height: 1.2em;
    padding-left: 15px;
  }
}



.description-event {
  font-size: 1rem;
}

.description2 {
  font-size: 0.9375rem;
  color: #555;
}

.icon {
  font-size: 2.1875rem;
}

.icon-new {
  font-size: 1.875rem;
}

.web {
  font-size: 0.8125rem;
  margin-bottom: 5px;
}

.web i {
  font-size: 0.75rem;
}

.place {
  color: #333;
  font-size: 0.875rem;
}

.address {
  color: #666;
  font-size: 0.875rem;
}

.date {
  color: #333;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .date {
    font-size: 0.9375rem;
  }
}

.icon-detail-content {
  width: 50px !important;
}

.detail-box-info .box-content {
  border-bottom: 1px solid #e7e7e7;
}

.detail-box-info .box-content:last-of-type {
  border-bottom: none;
}

.tit-new {
  font-size: 0.8125rem;
}

/* EVENT LIST*/

.icon-like {
  position: absolute;
  bottom: 38px;
  right: 35px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 50%;
  border: 1px solid #ffbb00;
  width: 40px;
  height: 40px;
  z-index: 31;
  font-size: 1.1875rem;
}

.icon-like a {
  color: #c7c7c7;
}

.icon-like a:hover {
  color: #f65050;
}

.owl-theme .owl-nav {
  display: none;
}

@media (max-width: 767px) {
  .owl-theme .owl-nav {
    display: block;
  }
  .owl-theme .owl-dots {
    display: none;
  }
}

/* LABEL titoli*/

.section-title {
  font-size: 2rem;
  color: #666;
  font-weight: 400;
}

.section-title span {
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffc107;
}

.section-title i {
  font-size: 2.5rem;
  color: #ffc107;
  vertical-align: middle;
}

.section-title-result {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}

.section-title-result span {
  font-size: 1rem;
  font-weight: 400;
  color: #f44336;
}

.section-title-result i {
  font-size: 1rem;
  color: #f44336;
  vertical-align: middle;
}

.result-number {
  font-size: 1.875rem !important;
  font-weight: 600;
  vertical-align: middle;
}

.result-desc {
  font-size: 1.125rem !important;
  font-weight: 600;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .section-title span {
    font-size: 1.5625rem;
  }
  .section-title i {
    font-size: 1.875rem;
    color: #ffbb00;
    vertical-align: middle;
  }
  .result-number {
    font-size: 1.875rem !important;
    font-weight: 600;
    vertical-align: middle;
    clear: both;
  }
  .result-desc {
    font-size: 0.8125rem !important;
    font-weight: 600;
    vertical-align: middle;
  }
  .display-block {
    display: block;
  }
}
.section-separate {
  display: inline-block;
}

.section-separate i {
  font-size: 1.25rem;
  float: left;
  color: #eaeaea;
  margin: -10px 15px 0px;
}

.section-separate:before {
  float: left;
}

.section-separate:after {
  float: left;
}

.section-separate:before,
.section-separate:after {
  content: "";
  display: block;
  height: 1px;
  width: 121px;
  background: #eaeaea;
}

@media (max-width: 767px) {
  .section-separate i {
    font-size: 1rem;
  }
}

.etichette {
  background: #f7f7f7;
  padding: 3px 10px;
  border-radius: 5px;
  color: #484848;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.6875rem;
  border: 1px solid #e3e3e3;
}

.scroll {
  overflow-y: scroll;
  height: 70vh;
}

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #ffdd00;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #ffbb00;
}

.close {
  opacity: 1;
}

.close a {
  color: #fff;
}

.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 120px;
  padding-bottom: 30px;
}


/* FOOTER */
.footer-header {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.footer-header a {
  font-size: 0.85rem;
  color: #ffffffa6;
  text-decoration: none;
}

.footer-header a:hover {
  color: #ffffff;
  text-decoration: underline;
}


a.footer-brand {
  font-size: 1.25rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex-shrink: 0;
}

a.footer-brand i {
  width: auto !important;
}

.list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.title-footer-section {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0.8rem;
}

.footer-text {
  font-size: 0.78rem;
  color: #8C8C8C;
}

.footer-text a{
  font-size: 0.78rem;
  color: #8C8C8C;
}

/* App Buttons */
.footer-app-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.app-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid #7c7c7c;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.app-button-label {
  font-size: 0.75rem;
  color: #999;
  font-weight: 400;
}

.app-button:hover .app-button-label{
  color: #ffdd00 !important;
  text-decoration: none !important;
}

.app-button i {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.app-button-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}


.app-button-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ccc;
}

.footer-header a.app-button:hover,
.footer-header a.app-button:hover .app-button-name {
  color: #ffdd00 !important;
  text-decoration: none !important;
}


/*PAGINATOR*/

.pagination {
  align-items: center;
  justify-content: center;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ffbb00;
  border-color: #ffbb00;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #ffbb00;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

@media (max-width: 991px) {
  .page-link {
    padding: 0.5rem 0.5rem;
  }
}

/* CATEGORIE NAV*/

.categories ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
  justify-content: center;
}

.categories ul li {
  display: inline-block;
  padding: 0px 10px;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .categories ul li {
    font-size: 0.625rem;
  }
}

.categories ul li a {
  color: #7c7c7c;
  text-transform: uppercase;
  text-decoration: none;
}

.categories ul li a:hover {
  text-decoration: underline;
}

/* SEGNALA MODERN - Design Split Screen */

.segnala-modern {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: linear-gradient(135deg, #fafafa 0%, #fff 50%, #f8f9fa 100%);
  padding: 50px 0;
}

.segnala-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 221, 0, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255, 221, 0, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

/* Lato sinistro - Contenuto */
.segnala-left {
  position: relative;
  z-index: 2;
}


/* Heading */
.segnala-heading {
  font-size: 2rem;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 25px;
  font-weight: 600;
  animation: fadeInUp 0.6s ease 0.2s backwards;
}

.segnala-heading-highlight {
  font-size: 3rem;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(135deg, #ffdd00 0%, #ffa500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0;
  margin: 0;
  position: relative;
}

.segnala-heading-highlight::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, #ffdd00 0%, transparent 100%);
  opacity: 0.3;
  border-radius: 4px;
}

/* Description */
.segnala-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
  animation: fadeInUp 0.6s ease 0.4s backwards;
}

.segnala-description strong {
  font-weight: 700;
  color: #1a1a1a;
}

/* Features */
.segnala-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
  animation: fadeInUp 0.6s ease 0.6s backwards;
}

.segnala-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.segnala-feature:hover {
  background: #fffef7;
  border-color: #ffdd00;
  box-shadow: 0 6px 20px rgba(255, 221, 0, 0.15);
  transform: translateX(5px);
}

.segnala-feature-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #ffdd00 0%, #ffbb00 100%);
  color: #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.segnala-feature-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.segnala-feature-text strong {
  font-size: 0.95rem;
  color: #333;
  font-weight: 700;
}

.segnala-feature-text span {
  font-size: 0.8rem;
  color: #777;
}

/* CTA Button */
.segnala-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #ffdd00 0%, #ffbb00 100%);
  color: #000;
  padding: 16px 35px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 187, 0, 0.4);
  animation: fadeInUp 0.6s ease 0.8s backwards;
}

.segnala-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s ease;
}

.segnala-cta:hover::before {
  left: 100%;
}

.segnala-cta-text {
  position: relative;
  z-index: 1;
}

.segnala-cta-icon {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.segnala-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 187, 0, 0.5);
  color: #000;
  text-decoration: none;
}

.segnala-cta:hover .segnala-cta-icon {
  transform: translateX(5px);
}

/* Lato destro - Immagini */
.segnala-right {
  position: relative;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.segnala-image-main {
  position: relative;
  z-index: 1;
}

.segnala-image-main img {
  border-radius: 20px;
  transform: rotate(-3deg);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 8px solid #fff;
}

.segnala-image-main:hover img {
  transform: rotate(-1deg) scale(1.02);
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}

.segnala-image-overlay {
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 221, 0, 0.2) 0%,
    rgba(255, 165, 0, 0.1) 100%
  );
  border-radius: 20px;
  z-index: -1;
  filter: blur(20px);
}

.segnala-image-secondary {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 280px;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 8px solid #fff;
  z-index: 2;
  transform: rotate(3deg);
  transition: all 0.4s ease;
}

.segnala-image-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(255, 221, 0, 0.1) 0%,
    transparent 100%
  );
  z-index: 1;
}

.segnala-image-secondary:hover {
  transform: rotate(1deg) scale(1.05);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}

.segnala-image-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .segnala-heading {
    font-size: 1.5rem;
  }

  .segnala-heading-highlight {
    font-size: 2.4rem;
  }
}

/* SEGNALA EVENTO - Vecchio stile */

.card .fa-check {
  color: #2eea9c;
}

.round {
  border-radius: 50%;
  font-size: 1.875rem;
  width: 70px;
  height: 70px;
  padding-top: 19%;
}

.dida-bread {
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin-top: 5px;
  font-weight: 600;
  color: #ccc;
}

.dida-bread.active a,
.dida-bread.active {
  color: #56bdea;
}

.dida-bread.pass a {
  color: #2eea9c;
}

@media (max-width: 991px) {
  .dida-bread {
    display: none;
  }
}

.icon-disabled {
  background: #efefef;
}

.icon-disabled i {
  color: #ccc;
}

.icon-active {
  background: #56bdea;
}

.icon-active i,
.icon-pass i {
  color: #fff;
}

.icon-pass {
  background: #2eea9c;
}

.breadcrumb-new ul li .round:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0px;
  width: 100%;
  height: 5px;
  background: #efefef;
  z-index: -1;
}

.breadcrumb-new ul li .round.first:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 0px;
  width: 50%;
  height: 5px;
  z-index: -1;
}

.breadcrumb-new ul li .round.icon-active:after,
.breadcrumb-new ul li .round.first.icon-active:after {
  background: #56bdea;
}

.breadcrumb-new ul li .round.first.icon-pass:after,
.breadcrumb-new ul li .round.icon-pass:after {
  background: #2eea9c;
}

.breadcrumb-new ul li .round.last:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0px;
  width: 50%;
  height: 5px;
  z-index: -1;
}

.breadcrumb-new ul li .round.last:after {
  background: #efefef;
}

.breadcrumb-new ul li .round.last.icon-active:after {
  background: #56bdea;
}

.ui-datepicker {
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .breadcrumb-new ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    margin: 0px -2px;
  }
  .round {
    border-radius: 50%;
    font-size: 1.25rem;
    width: 45px;
    height: 45px;
    padding-top: 13%;
  }
  .breadcrumb-new ul li .round.last:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0px;
    width: 50%;
    height: 5px;
    z-index: -1;
  }
  .breadcrumb-new ul li .round:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0px;
    width: 100%;
    height: 5px;
    background: #efefef;
    z-index: -1;
  }
  .breadcrumb-new ul li .round.first:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0px;
    width: 50%;
    height: 5px;
    z-index: -1;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .breadcrumb-new ul li {
    display: inline-block;
    padding: 0px 18px;
    position: relative;
    margin: 0px -2px;
  }
  .round {
    border-radius: 50%;
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
    padding-top: 20%;
  }
  .breadcrumb-new ul li .round.last:after {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 50%;
    height: 5px;
    z-index: -1;
  }
  .breadcrumb-new ul li .round:after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0px;
    width: 100%;
    height: 5px;
    background: #efefef;
    z-index: -1;
  }
  .breadcrumb-new ul li .round.first:after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0px;
    width: 50%;
    height: 5px;
    z-index: -1;
  }
}

.datapick .ui-datepicker {
  width: 100% !important;
  margin-bottom: 30px;
  border: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
}

.datapick .ui-widget.ui-widget-content {
  border: 1px solid #ececec;
  border-radius: 8px;
  overflow: hidden;
}

.datapick .ui-datepicker .ui-datepicker-header {
  background: #1a1a1a;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
}

.datapick .ui-datepicker .ui-datepicker-title {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.datapick .ui-datepicker .ui-datepicker-prev,
.datapick .ui-datepicker .ui-datepicker-next {
  top: 10px;
  border: none !important;
  background: transparent !important;
  cursor: pointer;
}

.datapick .ui-datepicker .ui-datepicker-prev:hover,
.datapick .ui-datepicker .ui-datepicker-next:hover {
  background: rgba(255,255,255,0.1) !important;
}

.datapick .ui-datepicker .ui-icon-circle-triangle-w,
.datapick .ui-datepicker .ui-icon-circle-triangle-e {
  filter: invert(1);
}

.datapick .ui-datepicker th {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  padding: 10px 5px;
  border: none;
}

.datapick .ui-datepicker td span,
.datapick .ui-datepicker td a {
  display: block;
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}

.datapick .ui-state-default {
  border: none !important;
  background: transparent;
  color: #333;
  font-weight: 400;
}

.datapick .ui-state-default:hover,
.datapick .ui-widget-content .ui-state-default:hover {
  background: #f5f5f5 !important;
  color: #1a1a1a !important;
}

/* Data selezionata (multiDatesPicker usa ui-state-highlight per le date scelte) */
.datapick .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a,
.datapick .ui-state-highlight,
.datapick .ui-widget-content .ui-state-highlight,
.datapick .ui-widget-header .ui-state-highlight {
  background: #ffdd00 !important;
  border: none !important;
  color: #1a1a1a !important;
  font-weight: 700;
}

/* Oggi */
.datapick .ui-datepicker .ui-datepicker-today .ui-state-default {
  background: #f5f5f5;
  color: #333;
  font-weight: 400;
}

.datapick .ui-state-active,
.datapick .ui-widget-content .ui-state-active {
  background: #f5f5f5;
  border: none !important;
  color: #333;
  font-weight: 400;
}

.datapick .ui-datepicker td {
  padding: 2px;
  border: none;
}

.datapick.compact .ui-datepicker td span,
.datapick.compact .ui-datepicker td a {
  display: block;
  padding: 4px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
  border-radius: 5px;
}

.datapick.compact table.ui-datepicker-calendar {
  font-size: 0.75rem !important;
}

.datapick.compact .ui-datepicker {
  width: auto !important;
  margin-bottom: 10px;
}

.ddatapick.compact .ui-datepicker .ui-datepicker-header {
  background: #ffdd00;
  border: none;
  color: #333;
  font-weight: 600;
}

.datapick.compact .ui-widget.ui-widget-content {
  border: none;
  background: #fbfbfb;
}

.datapick.compact .ui-datepicker th {
  font-weight: 600;
}

.datapick.compact .ui-state-default,
.datapicker.compact .ui-widget-content .ui-state-default,
.datapicker.compact .ui-widget-header .ui-state-default,
.datapicker.compact .ui-button,
html .datapicker.compact .ui-button.ui-state-disabled:hover,
html .datapicker.compact .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #454545;
}

.datapick.compact .ui-state-highlight,
.datapick.compact .ui-widget-content .ui-state-highlight,
.datapick.compact .ui-widget-header .ui-state-highlight {
  border: 1px transparent !important;
  background: none !important;
}

.datapick.compact .ui-datepicker-next-hover,
.datapick.compact .ui-datepicker-prev-hover {
  border: none !important;
  background: #ffdd00 !important;
  font-weight: normal;
  color: #1a1a1a !important;
  margin-top: 2px !important;
}

h2 b {
  font-weight: 600;
}

h2 {
  font-size: 1.625rem;
}

.breadcrumb-custom {
  font-size: 0.875rem;
}

/* === Sidebar riepilogo steps === */

.info_inserite {
  position: sticky;
  top: 100px;
  background: #f9f8f8;
  padding:20px 30px 20px 20px;
   border-radius: 8px;
}

.step-recap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.step-recap:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.step-recap-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.step-recap-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffdd00;
  flex-shrink: 0;
}

.step-recap-content {
  font-size: 0.8125rem;
  color: #555;
  line-height: 1.6;
  padding-left: 16px;
}

.step-recap-img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.step-recap-edit {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
  margin-top: 8px;
  padding-left: 16px;
  transition: color 0.2s;
  justify-content: end;
}

.step-recap-edit:hover {
  color: #000000;
  text-decoration: underline;
}

/* === Stepper segnalazione evento === */

.segnala-stepper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.segnala-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.segnala-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #ececec;
  z-index: 0;
}

.segnala-step.pass:not(:last-child)::after {
  background: #1a1a1a;
}

.segnala-step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background: #ececec;
  color: #aaa;
  flex-shrink: 0;
  transition: background 0.2s, box-shadow 0.2s;
}

.segnala-step.active .segnala-step-circle {
  background: #ffdd00;
  color: #1a1a1a;
  box-shadow: 0 0 0 5px rgba(255, 221, 0, 0.2);
}

.segnala-step.pass .segnala-step-circle {
  background: #1a1a1a;
  color: #fff;
}

.segnala-step-label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ccc;
  margin-top: 8px;
  text-align: center;
}

.segnala-step.active .segnala-step-label {
  color: #1a1a1a;
}

.segnala-step.pass .segnala-step-label {
  color: #888;
}

/*
.breadcrumb {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 57px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: #e9ecef;
  font-size: 0.875rem;
  padding: 0px;
}

.breadcrumb a {
  position: relative;
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  margin: auto;
  height: 100%;
  padding-left: 38px;
  padding-right: 0;
  color: #bbb;
}

.breadcrumb i {
  font-size: 1.375rem;
  vertical-align: middle;
  margin-right: 3px;
}

.breadcrumb a:first-child {
  padding-left: 15.2px;
}

.breadcrumb a:last-child {
  padding-right: 15.2px;
}

.breadcrumb a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 57px;
  top: 0;
  right: -28.1481481481px;
  background-color: #e9ecef;
  border-top-right-radius: 5px;
  -webkit-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  box-shadow: 1px -1px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.breadcrumb a:last-child:after {
  content: none;
}

.breadcrumb__inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
}

.breadcrumb__title {
  font-weight: 400;
}

.breadcrumb a.active {
  background: #56bdea;
  color: white;
}

.breadcrumb a.active:after {
  background: #56bdea;
  color: white;
  box-shadow: none;
}

.breadcrumb a.pass {
  background: #2eea9c;
  color: white;
}

.breadcrumb a.pass:after {
  background: #2eea9c;
  color: white;
  box-shadow: 1px -1px rgba(0, 0, 0, 0.15);
}

@media all and (max-width: 1000px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 710px) {
  .breadcrumb__title span {
    display: none;
  }
  .breadcrumb {
    height: 38px;
  }
  .breadcrumb a {
    padding-left: 25.3333333333px;
  }
  .breadcrumb a:after {
    content: "";
    width: 38px;
    height: 38px;
    right: -19px;
    -webkit-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg);
  }
}

*/
.disabled {
  pointer-events: none;
  cursor: none;
  text-decoration: none;
  color: black;
}

.content {
  font-size: 0.875rem;
}

.content p {
  margin-bottom: 5px;
}

.content b {
  font-weight: 600;
}

.form-control {
  background: none;
  color: #fff;
}

.form-control.select-dark {
  color: #212529;
}

.content .form-control {
  background: none;
  color: #333;
  font-size: 0.9375rem;
}

.content .form-control option {
  background: none;
  color: #333;
  font-size: 0.9375rem;
}

.label {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #666;
    margin-bottom: .35rem;
}

.label span {
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #666 !important;
    font-size: .8rem !important;
}

.content input[type="text"],
.content input[type="tel"],
.content input[type="email"],
.content input[type="time"],
.content input[type="number"] {
  padding: 10px;
}

.content select {
  padding: 10px;
  height: auto;
}

ul.lista_date {
  list-style-type: none;
  padding-left: 0;
}

.time {
  font-weight: 600;
}

.i-color {
  color: #ff5566;
}

.b-color {
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 5px;
  color: #ffbb00;
}

.box-profile {
  font-size: 0.6875rem;
}

.prenotation-status {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.8125rem;
  width: 95%;
}

.prenotation-status i {
  font-size: 1.125rem;
  vertical-align: middle;
}

.motivation-button {
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #f56;
  font-weight: 600;
}

.motivation {
  padding-top: 10px;
}

.green {
  color: #2eea9c;
}

.red {
  color: #f56;
}

#back-to-top.show {
  opacity: 1;
}

#back-to-top {
  width: 50px;
  height: 50px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  position: fixed;
  bottom: 15px;
  right: 40px;
  opacity: 0;
  border-radius: 50%;
  font-size: 2.125rem;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#back-to-top i {
  font-size: 0.875rem;
}

.theme-bg-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cbd6),
    to(#0098d6)
  );
  background-image: linear-gradient(to right, #00cbd6 0%, #0098d6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5845b),
    to(#fede00)
  );
  background: linear-gradient(to right, #f5845b 0%, #fede00 100%);
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 29px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  #back-to-top {
    bottom: 60px;
    right: 40px;
    display: none;
  }
}

/* CINEMA */

.special {
  letter-spacing: 7px;
}

.film {
  text-align: center;
  min-height: 340px;
  position: relative;
}

.film a {
  display: block;
  position: relative;
  text-decoration: none;
}

.film:hover {
  text-decoration: none;
}

.film-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.film-card img {
  height: 200px;
  width: auto;
  position: relative;
  padding: 5px;
  border: 1px solid #ccc;
}

.film img {
  height: 200px;
  width: auto;
  border-radius: 15px;
  xbox-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.film:hover img {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.film-card:hover img {
  transform: rotate(-2deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.film-title {
  position: relative;
  padding: 18px 0 0 0;
  margin: 12px 0 0 0;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

.film-title::before {
  display: none;
}

.film:hover .film-title {
  transform: none;
  box-shadow: none;
}

.genere {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #757575;
  display: block;
  transition: color 0.2s ease;
}

.film:hover .film-title .genere {
  color: #ffdd00;
}

.film-title h4 {
  margin: 0;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.4;
  min-height: auto;
  overflow: hidden;
}

.film-detail-trama {
  font-size: 0.9375rem;
}

.film-title h4 a {
  color: #1a1a1a;
  transition: color 0.2s ease;
  text-decoration: none;
}

.film-title h4 a:hover {
  text-decoration: underline;
}

.film-title:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .film-title {
    padding: 15px 0 0 0;
  }

  .film-title h4 {
    font-size: 0.9375rem;
  }

  .film-title .genere {
    font-size: 0.625rem;
    margin-bottom: 6px;
  }
}

.evento-cinema {
  width: 90%;
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}

.evento-cinema .col-12 .info-event {
  padding: 20px !important;
  background: #f7f7f7;
  border-radius: 15px;
}

.evento-cinema .row {
  margin: 0px;
}

.evento-cinema .col-12 {
  padding: 0px;
}

.city {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #666;
}

.nome-cinema {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #444;
}

#sale {
  margin: 0px;
}

#sale::-webkit-scrollbar {
  -webkit-appearance: none;
}

#sale::-webkit-scrollbar:vertical {
  width: 6px;
  border-radius: 6px;
  background: #f0f0f0;
}

#sale::-webkit-scrollbar:horizontal {
  height: 6px;
  border-radius: 6px;
  background: #f0f0f0;
}

#sale::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #fbbd61, #ec7532);
}

@media (max-width: 991px) {
  #sale {
    height: auto;
    margin: 0px;
    overflow-y: auto;
  }
  .evento-cinema {
    width: 100%;
  }
}

.orari {
  padding: 10px 15px 15px 15px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.info-cinema {
  font-size: 0.875rem;
}

.info-cinema h4 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
}

.info-cinema .genere {
  text-transform: uppercase;
}

.info-cinema .highlight {
  text-transform: uppercase;
  font-weight: 600;
}

.film-detail-tit {
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.25rem;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.film-detail-tit:after {
  position: absolute;
  right: auto;
  bottom: -1px;
  display: block;
  width: 125px;
  height: 4px;
  content: "";
  background: #ffbb00;
}

/*SHARE CINEMA */

.share label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
  float: left;
}

.share ul {
  margin: 0;
  padding: 0;
  float: left;
}

.share ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
}

.share ul li a {
  color: #999;
}

.share ul li a:hover {
  color: #ffbb00;
  text-decoration: none;
}

#carousel2 .owl-item img {
  display: inline-block;
  width: auto;
}

#carousel2 .owl-item .film {
  padding: 0 10px;
}

.cinema-tit {
  letter-spacing: 2px;
  font-size: 3rem;
  background: linear-gradient(135deg, #ffdd00 0%, #ffbb00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.cinema-tit-small {
  letter-spacing: 2px;
  font-size: 2rem;
  background: linear-gradient(135deg, #ffdd00 0%, #ffbb00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

@media (max-width: 1199px) {
  .cinema-tit-small {
    font-size: 1.5rem;
  }
}

/* Section cinema moderna */
.cinema {
  position: relative;
}

.cinema::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.cinema .container {
  position: relative;
  z-index: 1;
}

.cinema .description2 {
  color: #fff;
  opacity: 0.95;
}

.cinema .section-separate {
  color: #ffdd00;
  font-size: 2rem;
}

.page-item.disabled .page-link {
  color: #ccc !important;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.info-segnala {
  font-size: 1rem;
  background-color: #fffbe6;
  border-left: 4px solid #ffdd00;
  border-radius: 6px;
  padding: 0.85rem 1.1rem;
  color: #555;
}

.cat-segnala {
  background: #666;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* NEW SEARCH */

.when-box a {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .when-box a {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}

.all-button-inverse-new {
  border-bottom: 3px solid #777;
  color: #2bcc94;
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  padding: 9px 25px;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 2px;
}

.all-button-new {
  color: #777777;
  font-size: 0.9375rem;
  text-transform: uppercase;
  /* border: 1px solid #ccc; */
  display: inline-block;
  font-weight: 400;
  padding: 9px 25px;
  border-radius: 25px;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 2px;
}

.shape {
  position: absolute;
  font-size: 18.5625rem;
  top: -100px;
  z-index: -1;
  color: #f7f7f7;
  background: -webkit-linear-gradient(#f3f3f3, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shape.bottom {
  top: 630px !important;
}

.border-result {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background-color: #fff;
  padding: 4px 8px 4px 8px;
}
.border-result .etichette {
  background: none;
  border: none;
}
.border-result .form-select {
  border: none;
  padding: 0px 0 0 10px;
  height: 23px;
  font-size: 0.85rem !important;
}

form .border-result input[type="text"] {
  font-size: 0.8rem !important;
  padding: 0px 0 0 10px !important;
  border: none;
  height: 26px;
}

.categories-style3 ul li {
  display: inline-block;
  padding: 15px 15px;
  font-weight: 500;
  background: none;
  border-radius: none;
  font-size: 0.8125rem;
  font-weight: 600;
  border-bottom: 1px solid #f7f3f3;
  margin-right: 20px;
}

.categories-style3 ul li.active a {
  color: #ffbb00;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-category ul {
  padding: 0px;
  list-style-type: none;
}

.sub-category li {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .sub-category li.first {
    display: block;
    margin-bottom: 4px;
  }
}

.date-result {
  overflow-x: hidden;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

/*  NEW DETAIL EVENTO */
.detail-box-info {
  position: sticky;
  top: 140px;
  xbackground: #fff;
}

/* FILTER CONTAINER - Risultati filtri applicati */
.filter-container {
  background: #f8f8f8;
  border-radius: 12px;
}

.filter-container .icon-new {
  font-size: 1.125rem;
  color: #000;
}

.filter-container .place {
  font-size: 0.75rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}

/* FILTER - Vecchio stile filtri (nascosto) */
.filter {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter .sector {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

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

.filter .filter-padding {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 8px;
}

.filter .icon {
  font-size: 1.75rem;
  color: #ffdd00;
  margin-right: 15px;
}

.filter .tit {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 3px;
}

.filter .place {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

/* MOBILE DATE SLIDER */
.when-box-mobile {
  position: relative;
}

.slider-container {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

.slider-item {
  min-width: 100%;
  flex-shrink: 0;
  text-align: center;
  padding: 8px;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.slider-item.active {
  border-bottom: 3px solid #777;
  color: #2bcc94;
  text-decoration: none;
}

.slider-item.active:hover {
  text-decoration: none;
}

.slider-item:hover {
  color: #2bcc94;
}

.slider-nav-btn {
  width: 44px;
  height: 44px;
  border: 2px solid #e0e0e0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  color: #666;
  font-size: 1rem;
}

.slider-nav-btn:active {
  transform: scale(0.95);
}

/* SUBCATEGORY FILTER SELECT - Minimale */
.subcategory-filter-inline {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.subcategory-icon {
  color: #ffdd00;
  font-size: 0.8125rem;
  flex-shrink: 0;
}

.subcategory-select {
  flex: 1;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 35px 8px 12px;
  font-size: 0.8125rem;
  color: #666;
  background-color: #fafafa;
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23999' d='M5 7L1 3h8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
}

.subcategory-select:hover {
  border-color: #d0d0d0;
  background-color: #fff;
}

.subcategory-select:focus {
  outline: none;
  border-color: #ffdd00;
  background-color: #fff;
  color: #1a1a1a;
  box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1);
}

@media (max-width: 991px) {
  .subcategory-filter-inline {
    gap: 8px;
  }

  .subcategory-select {
    padding: 7px 30px 7px 10px;
    font-size: 0.75rem;
  }

  .subcategory-icon {
    font-size: 0.75rem;
  }
}

/* ================================================
   CINEMA PAGE - Filters & Header
   ================================================ */

/* Header */
.cinema-header-section {
  margin-bottom: 35px;
}

.cinema-title {
  font-size: 3.5rem;
  color: #1a1a1a;
  margin-bottom: 12px;
  letter-spacing: -1px;
  font-weight: 700;
}

.cinema-description {
  font-size: 1rem;
  color: #666;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* Filtri compatti */
.cinema-filters-compact {
  margin-bottom: 25px;
}

.filter-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}

.filter-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}

.filter-label {
  padding: 0px 3px;
  margin-bottom: 7px;
  border-radius: 5px;
  color: #484848;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.6875rem;
}

.filter-label i {
  color: #ffdd00;
}

/* Bottoni Quando */
.cinema-when-buttons {
  display: flex;
  gap: 10px;
}

.cinema-filter-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 20px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #666;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cinema-filter-btn:hover {
  background: #fff;
  border-color: #d0d0d0;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.cinema-filter-btn.active {
  background: #ffdd00;
  border-color: #ffdd00;
  color: #000;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(255, 221, 0, 0.25);
}

.cinema-filter-btn i {
  font-size: 1rem;
}

/* Select Dove */
.cinema-select {
  border: 1px solid #e0e0e0;
  font-size: 0.875rem;
  color: #1a1a1a;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cinema-select:hover {
  background-color: #fff;
  border-color: #d0d0d0;
}

.cinema-select:focus {
  outline: none;
  border-color: #ffdd00;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 221, 0, 0.1);
}

/* Risultati attivi */
.cinema-active-filters {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 18px 25px;
  margin-bottom: 30px;
}

.cinema-count-badge {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 18px;
  background: #1a1a1a;
  border-radius: 8px;
}

.cinema-count-badge .count {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffdd00;
  font-family: "Days One", sans-serif;
  line-height: 1;
}

.cinema-count-badge .label {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
}

.filter-separator {
  width: 1px;
  height: 24px;
  background: #d0d0d0;
}

.active-filter-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: #fff;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
}

.active-filter-tag i {
  color: #ffdd00;
  font-size: 0.875rem;
}

.active-filter-tag.highlight {
  background: #ffdd00;
  color: #000;
  font-weight: 600;
}

.active-filter-tag.highlight i {
  color: #000;
}

/* Responsive */
@media (max-width: 991px) {
  .cinema-title {
    font-size: 2.5rem;
  }

  .cinema-description {
    font-size: 0.9375rem;
  }

  .cinema-filters-compact {
    margin-bottom: 20px;
  }

  .cinema-active-filters {
    padding: 15px 18px;
  }

  .cinema-count-badge .count {
    font-size: 1.5rem;
  }

  .filter-separator {
    display: none;
  }
}

@media (max-width: 575px) {
  .cinema-title {
    font-size: 2rem;
  }

  .cinema-header-section {
    margin-bottom: 25px;
  }

  .filter-box {
    padding: 15px;
  }

  .cinema-filter-btn {
    padding: 10px 16px;
    font-size: 0.875rem;
  }

  .cinema-select {
    padding: 10px 35px 10px 14px;
    font-size: 0.875rem;
  }

  .cinema-active-filters {
    padding: 12px 15px;
  }

  .active-filter-tag {
    font-size: 0.8125rem;
  }
}

/* ============================================
   CINEMA DETAIL PAGE STYLES
   ============================================ */

/* Breadcrumb and back button */
.btn-back-cinema {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-back-cinema:hover {
  background: #f8f8f8;
  border-color: #d0d0d0;
  text-decoration: none;
  transform: translateX(-3px);
}

/* Film detail card */
.film-detail-poster {
  width: 100%;
  max-width: 300px;
  height: auto;
  border: 3px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.film-detail-poster:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Badge genere */
.badge-cinema-genere {
  display: inline-block;
  padding: 6px 16px;
  background: #ffdd00;
  border-radius: 20px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Info film list */
.info-film-list {
  margin: 0;
  padding: 0;
}

.info-film-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.875rem;
}

.info-film-list li:last-child {
  border-bottom: none;
}

.info-film-list .info-label {
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-film-list .info-label i {
  color: #ffdd00;
  margin-right: 6px;
  width: 16px;
  text-align: center;
}

.info-film-list .info-value {
  color: #333;
  font-weight: 400;
}

/* Film detail title */
.film-detail-title {
  font-size: 2.5rem;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

@media (max-width: 991px) {
  .film-detail-title {
    font-size: 2rem;
  }
}

/* Interpreti section */
.interpreti-section {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.interpreti-label {
  font-weight: 600;
  color: #666;
  font-size: 0.875rem;
  margin-right: 8px;
}

.interpreti-value {
  color: #333;
  font-size: 0.875rem;
}

/* Section titles */
.section-title-cinema {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* Trama section */
.trama-text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #444;
}

.trama-text p {
  margin-bottom: 1rem;
}

/* Trailer container */
.trailer-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

.trailer-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* Proiezioni */
.proiezione-card {
  background: #fff;
  transition: all 0.2s ease;
  border-color: #e0e0e0 !important;
}

.proiezione-card:hover {
  border-color: #ffdd00 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.cinema-location {
  font-size: 0.875rem;
}

.cinema-location i {
  font-size: 0.9rem;
}

.cinema-details {
  font-size: 0.8125rem;
}

.cinema-details i {
}

.cinema-link {
  color: #666;
  text-decoration: none;
}

.cinema-link:hover {
  color: #ffdd00;
  text-decoration: underline;
}

.orari-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  background: #ffdd00;
  border-radius: 25px;
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
}

.orari-badge i {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .orari-badge {
    margin-top: 10px;
  }
}

/* No programmazione */
.no-programmazione {
  padding: 3rem 1rem;
}

.no-programmazione i {
  opacity: 0.3;
}

.no-programmazione p {
  font-size: 1rem;
}

/* ============================================
   FOOTER 
   ============================================ */



/* Back to top button */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffdd00 0%, #ffa500 100%);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

#back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 221, 0, 0.4);
  text-decoration: none;
}

#back-to-top i {
  font-size: 1.25rem;
  color: #000;
}

/* Responsive */
@media (max-width: 991px) {
  #back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .footer-app-buttons {
    gap: 10px;
  }

  .app-button {
    padding: 10px 14px;
  }

  .app-button i {
    font-size: 1.5rem;
  }
}


/* ================================================================
   EVENTI IN PROGRAMMA â€” cards con immagine (griglia 3 col)
   ================================================================ */

.events-section {
    padding: 4.5rem 0 5.5rem;
}

.events-section-hdr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #111;
    gap: 1rem;
}

.events-section-hdr h2 {
    font-family: 'Days One', sans-serif;
    font-size: 1.375rem;
    color: #111;
    margin: 0;
}

.events-section-hdr h2 span {
    color: #ffdd00;
    -webkit-text-stroke: 1px #111;
}

.events-section-hdr p {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: #aaa;
    margin: 0;
    text-align: right;
}

/* Griglia 3 colonne */
.events-img-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* Card evento con immagine */
.event-img-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #eeeeee;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.event-img-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.1);
    transform: translateY(-4px);
    border-color: #ffdd00;
    text-decoration: none;
    color: inherit;
}


.owl-carousel .event-img-card {
  min-height:424px;
}

.eic-img {
    position: relative;
    overflow: hidden;
}

.eic-img img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.event-img-card:hover .eic-img img {
    transform: scale(1.06);
}

/* Tag categoria sull'immagine */
.eic-cat-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffdd00;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
}

/* Corpo card evento */
.eic-body {
    padding: 1rem 1.125rem;
}

.eic-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #333;
    display: -webkit-box;
}

.eic-category {
    margin-bottom: 0.75rem;
}

.eic-category-link a {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #444;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0.1rem 0.55rem;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, border-color 0.18s;
    white-space: nowrap;
}

.eic-category-link a:hover {
    background: #ffdd00;
    color: #111;
    border-color: #ffdd00;
    text-decoration: none;
}

.eic-meta {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #666;
    margin-top: auto;
}

i.eic-meta-icon {
    color: #ffdd00;
}

/* Footer card evento */
.eic-footer {
    border-top: 1px solid #f5f5f5;
}

.eic-price {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #111;
}

.eic-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.775rem;
    font-weight: 700;
    color: #111;
    transition: gap 0.2s;
}

.event-img-card:hover .eic-cta {
    gap: 0.65rem;
}

.eic-cta i {
    background: #ffdd00;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    color: #000;
    flex-shrink: 0;
}

.events-cta {
    text-align: center;
    margin-top: 2.5rem;
}

.category-detail a {
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: #444;
    background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.category-detail a:hover {
  color: #111;
  background: #ffdd00;
  transition: all 0.3s ease;
}