@charset "UTF-8";
/* Eventi Poetica - Frontend Styles */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "sisteronregular";
  src: url("../fonts/sisteron-regular-webfont.woff2") format("woff2"), url("../fonts/sisteron-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.eventi-poetica-pacchetti-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin: 0 auto 3rem auto;
  padding: 0 1rem;
  align-items: stretch;
}
.eventi-poetica-pacchetti-grid > .pacchetto-item {
  width: 100%;
}
@media (max-width: 900px) {
  .eventi-poetica-pacchetti-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .eventi-poetica-pacchetti-grid {
    grid-template-columns: 1fr;
  }
}

.pacchetto-card-custom {
  position: relative;
  text-align: center;
  color: #5a1832;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /*
  &::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 32px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 4px solid $card-accent;
    background: $card-bg;
    z-index: 2;
    box-sizing: border-box;
  }
  &::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 25px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: $card-bg;
    z-index: 1;
    box-sizing: border-box;
  }
  */
}
.pacchetto-card-custom .pacchetto_content {
  height: 100%;
  background: #FDE1D4;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}
@media (max-width: 900px) {
  .pacchetto-card-custom .pacchetto_content {
    min-height: 370px;
  }
}
.pacchetto-card-custom .pacchetto-nome {
  font-size: 2.5rem;
  font-weight: 600;
  color: #5a1832;
  letter-spacing: 1px;
  background: transparent;
}
.pacchetto-card-custom .pacchetto-nome:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60%;
  border-radius: 100%;
  background: #FDE1D4;
  z-index: 0;
}
@media (max-width: 900px) {
  .pacchetto-card-custom .pacchetto-nome:before {
    height: 291px;
  }
}
.pacchetto-card-custom .pacchetto-nome h3 {
  font-size: 49px;
  color: #5a1832;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-top: 75px;
  font-family: "sisteronregular", sans-serif;
}
@media (max-width: 900px) {
  .pacchetto-card-custom .pacchetto-nome h3 {
    font-size: 2.2rem;
  }
}
.pacchetto-card-custom .pacchetto-servizi {
  background: #FDE1D4;
  text-align: left;
  padding: 0px 20px 20px;
  max-width: 90%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.pacchetto-card-custom .pacchetto-servizi ul {
  list-style: disc inside;
  margin: 0;
  padding: 0;
  color: #5a1832;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-family: 500;
}
.pacchetto-card-custom .pacchetto-servizi ul li {
  margin-bottom: 0px;
}
.pacchetto-card-custom .pacchetto-servizi ul li + li {
  margin-top: 0px;
}
.pacchetto-card-custom .pacchetto-prezzo {
  padding: 0px 20px 20px;
  font-size: 35px;
  font-weight: 500;
  font-family: "sisteronregular", sans-serif;
  color: #5a1832;
  background: #FDE1D4;
  border-top: 0px;
  padding: 10px;
  border-radius: 0px;
  margin-top: auto;
  line-height: 1;
  padding-top: 25px;
}
.pacchetto-card-custom .pacchetto-partecipanti {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #5a1832;
  background: #FDE1D4;
  padding: 0px 20px 20px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.pacchetto-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}

.pacchetto-seleziona-btn {
  background: transparent;
  color: #FDE1D4;
  border: 2px solid #fff0e6;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-size: 1.2rem;
  font-family: "sisteronregular", sans-serif;
  font-weight: 500;
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pacchetto-seleziona-btn:hover {
  background: #FDE1D4;
  color: #5a1832;
  transition: all 0.2s;
}

.pacchetto-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.pacchetto-dettaglio-card {
  background: #f9ebe5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 340px;
  padding: 80px 8rem;
  color: #5a1832;
  overflow: visible;
  position: relative;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card {
    padding: 40px 15px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi {
  margin-bottom: 1.5rem;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi h4 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #5a1832;
  margin-bottom: 0.5rem;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi h4 {
    font-size: 22px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi h4 span {
  font-weight: 400;
  color: #a88a98;
  font-size: 36px;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi h4 span {
    font-size: 22px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi ul {
  list-style: disc inside;
  margin: 0;
  padding: 0;
  color: #5a1832;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi ul {
    font-size: 16px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-inclusi ul li + li {
  margin: 0px;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg h4 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #5a1832;
  margin-bottom: 0.5rem;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg h4 {
    font-size: 22px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg h4 span {
  font-weight: 400;
  color: #a88a98;
  font-size: 36px;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg h4 span {
    font-size: 22px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #5a1832;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg ul {
    font-size: 16px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg ul li {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg ul li + li {
  margin: 0px;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg ul li .prezzo {
  margin-left: auto;
  font-weight: 600;
  color: #5a1832;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-servizi-agg ul li .prezzo {
    font-size: 16px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.2rem;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-prezzo {
  font-size: 55px;
  font-weight: 600;
  color: #5a1832;
  margin-bottom: 0.7rem;
  font-family: "sisteronregular", sans-serif;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-prezzo {
    font-size: 35px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-prezzo span {
  font-size: 36px;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-prezzo span {
    font-size: 22px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-btn {
  background: transparent;
  color: #5a1832;
  border: 2px solid #5a1832;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.7em 2.5em;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "sisteronregular", sans-serif;
  letter-spacing: 3px;
  transition: all 0.2s;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-btn:hover {
  color: #FDE1D4;
  background: #5a1832;
  transition: all 0.2s;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-titolo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 125px;
  font-weight: 700;
  color: #5a1832;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "sisteronregular", sans-serif;
  z-index: 2;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-titolo {
    position: static;
    width: 100%;
    writing-mode: unset;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-invitati {
  background: #FDE1D4;
  border-radius: 12px;
  padding: 0.7em 1.2em;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #5a1832;
  width: fit-content;
  margin-top: 150px;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .pacchetto-dettaglio-invitati {
    margin-top: 40px;
  }
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-invitati span {
  margin-right: 10px;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-invitati .input-num {
  margin: 0 0.5em;
  font-size: 1.1rem;
  width: 2.5em;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 600;
  padding: 0px !important;
  color: #5a1832;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-invitati .btn-num {
  background: none;
  color: #5a1832;
  font-size: 1.2em;
  cursor: pointer;
  margin: 0 0.2em;
  padding: 2px;
  border-radius: 100%;
  transition: color 0.2s;
  border: 1px solid #5a1832;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-invitati .btn-num:hover {
  color: rgb(49.7368421053, 13.2631578947, 27.6315789474);
}
.pacchetto-dettaglio-card .pacchetto-dettaglio-minmax {
  font-size: 1rem;
  color: #5a1832;
  margin-bottom: 1.2rem;
}
.pacchetto-dettaglio-card .custom_checkbox {
  display: block;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &:hover{
    input{
      ~ .checkmark {
        background-color: $pd-secondary-text;
      }
    }
  }
  */
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .custom_checkbox {
    font-size: 16px;
    padding-left: 28px;
  }
}
.pacchetto-dettaglio-card .custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pacchetto-dettaglio-card .custom_checkbox input:checked ~ .checkmark {
  background-color: #5a1832;
}
.pacchetto-dettaglio-card .custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.pacchetto-dettaglio-card .custom_checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #5a1832;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card .custom_checkbox .checkmark {
    height: 20px;
    width: 20px;
  }
}
.pacchetto-dettaglio-card:nth-child(even) {
  background: #5a1832;
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-servizi-inclusi h4 {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-servizi-inclusi ul {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-titolo {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-invitati {
  background: #420521;
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-invitati .input-num {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-invitati .btn-num {
  color: #FDE1D4;
  border: 1px solid #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-minmax {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-servizi-agg h4 {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-servizi-agg ul {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-servizi-agg ul li .prezzo {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-prezzo {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-btn {
  color: #FDE1D4;
  border: 2px solid #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .pacchetto-dettaglio-btn:hover {
  color: #5a1832;
  background: #FDE1D4;
  transition: all 0.2s;
}
.pacchetto-dettaglio-card:nth-child(even) h4 {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) ul {
  color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .custom_checkbox {
  /*
  &:hover{
    input{
      ~ .checkmark {
        background-color: $pd-primary-text;
      }
    }
  }
  */
}
.pacchetto-dettaglio-card:nth-child(even) .custom_checkbox input:checked ~ .checkmark {
  background-color: #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.pacchetto-dettaglio-card:nth-child(even) .custom_checkbox .checkmark {
  background-color: transparent;
  border: 1px solid #FDE1D4;
}
.pacchetto-dettaglio-card:nth-child(even) .custom_checkbox .checkmark:after {
  border: solid #5a1832;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pacchetto-dettaglio-card .container {
  width: 100%;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-card {
    flex-direction: column;
    padding: 2.5rem 1rem 2rem 1rem;
    min-height: unset;
  }
}

.pacchetto-dettaglio-content {
  display: flex;
  flex: 1;
  flex-direction: row;
  gap: 2.5rem;
  width: 100%;
}
@media (max-width: 900px) {
  .pacchetto-dettaglio-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.pacchetto-dettaglio-col-sx {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.pacchetto-dettaglio-col-dx {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.eventi-poetica-container {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #333;
}
.eventi-poetica-container .container {
  max-width: 1440px;
}

.eventi-poetica-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.eventi-poetica-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(81, 8, 41, 0.37);
}

.hero-content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}
.hero-content h1 {
  font-size: 60px;
  font-weight: 400;
  font-family: "sisteronregular", sans-serif;
  color: #FDE1D4;
  line-height: 1.2;
}
.hero-content p {
  font-size: 1.2rem;
  margin: 0;
  opacity: 0.9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.eventi-poetica-pacchetti {
  padding: 0px 0;
}
.eventi-poetica-pacchetti h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.pacchetti-grid {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.pacchetto-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.pacchetto-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--colore-tema, #007cba);
}
.pacchetto-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.pacchetto-header h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}

.pacchetto-descrizione {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.pacchetto-servizi-inclusi {
  margin-bottom: 25px;
}
.pacchetto-servizi-inclusi h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #333;
}
.pacchetto-servizi-inclusi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pacchetto-servizi-inclusi li {
  padding: 5px 0;
  color: #555;
  position: relative;
  padding-left: 20px;
}
.pacchetto-servizi-inclusi li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--colore-tema, #007cba);
  font-weight: bold;
}

.pacchetto-partecipanti {
  margin-bottom: 25px;
}
.pacchetto-partecipanti label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.partecipanti-input {
  width: 100%;
  padding: 12px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: #FDE1D4;
  color: #5a1832;
}
.partecipanti-input::placeholder {
  color: #5a1832;
}
.partecipanti-input:focus {
  outline: none;
  border-color: #007cba;
}

.pacchetto-servizi-aggiuntivi {
  margin-bottom: 25px;
}
.pacchetto-servizi-aggiuntivi h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #333;
}

.servizio-aggiuntivo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.servizio-aggiuntivo:hover {
  background-color: #f8f9fa;
}
.servizio-aggiuntivo input[type=checkbox] {
  margin-right: 10px;
  transform: scale(1.2);
}

.servizio-nome {
  flex: 1;
  font-weight: 500;
}

.servizio-prezzo {
  font-weight: bold;
  color: var(--colore-tema, #007cba);
  margin-right: 8px;
}

.servizio-tipo {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}

.pacchetto-prezzo {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.prezzo-per-persona {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.prezzo-valore {
  color: var(--colore-tema, #007cba);
  font-size: 1.4rem;
}

.seleziona-pacchetto-btn {
  background: #007cba;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  font-size: 1rem;
}
.seleziona-pacchetto-btn:hover {
  background: #005a8b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.eventi-poetica-form {
  background: #5a1832;
  padding: 60px 0;
}
.eventi-poetica-form h2 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 0px;
  color: #FDE1D4;
  font-family: "sisteronregular", sans-serif;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 1;
}

#eventi-poetica-form {
  max-width: 900px;
  margin: 0 auto;
  background: transparent;
  padding: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#eventi-poetica-form .pacchetto-dettaglio-invitati {
  background: #FDE1D4;
  border-radius: 6px;
  padding: 0px 12px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: #5a1832;
  width: 100%;
}
#eventi-poetica-form .pacchetto-dettaglio-invitati span {
  margin-right: auto;
}
#eventi-poetica-form .pacchetto-dettaglio-invitati .input-num {
  margin: 0 0.5em;
  font-size: 1.1rem;
  width: 2.5em;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 600;
  padding: 0px !important;
  color: #5a1832;
}
#eventi-poetica-form .pacchetto-dettaglio-invitati .btn-num {
  background: none;
  color: #5a1832;
  font-size: 1.2em;
  cursor: pointer;
  margin: 0 0.2em;
  padding: 2px;
  border-radius: 100%;
  transition: color 0.2s;
  border: 1px solid #5a1832;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#eventi-poetica-form .pacchetto-dettaglio-invitati .btn-num:hover {
  color: rgb(49.7368421053, 13.2631578947, 27.6315789474);
}
#eventi-poetica-form .form_col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 49%;
}
@media (max-width: 900px) {
  #eventi-poetica-form .form_col {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #eventi-poetica-form .form_col:not(:first-child) {
    margin-top: 10px;
  }
}
#eventi-poetica-form .privacy_container {
  display: flex;
  max-width: 93%;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 50px auto;
}
@media (max-width: 900px) {
  #eventi-poetica-form .privacy_container {
    margin: 40px auto 20px;
    max-width: 100%;
  }
}
#eventi-poetica-form .privacy_container .first_checkbox {
  width: 49%;
}
@media (max-width: 900px) {
  #eventi-poetica-form .privacy_container .first_checkbox {
    width: 100%;
    margin-bottom: 10px;
  }
}
#eventi-poetica-form .privacy_container .second_checkbox {
  width: 49%;
}
@media (max-width: 900px) {
  #eventi-poetica-form .privacy_container .second_checkbox {
    width: 100%;
  }
}
#eventi-poetica-form .privacy_container .custom_checkbox {
  font-size: 12px;
  text-transform: uppercase;
  color: #FDE1D4;
  line-height: 1;
}
#eventi-poetica-form .custom_checkbox {
  display: block;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  min-height: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  #eventi-poetica-form .custom_checkbox {
    font-size: 16px;
    padding-left: 28px;
    min-height: 20px;
  }
}
#eventi-poetica-form .custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#eventi-poetica-form .custom_checkbox input:checked ~ .checkmark {
  background-color: #FDE1D4;
}
#eventi-poetica-form .custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
#eventi-poetica-form .custom_checkbox .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #FDE1D4;
  border-radius: 5px;
}
@media (max-width: 900px) {
  #eventi-poetica-form .custom_checkbox .checkmark {
    height: 20px;
    width: 20px;
    top: 2px;
  }
}
#eventi-poetica-form .custom_checkbox:hover input ~ .checkmark {
  background-color: #FDE1D4;
}
#eventi-poetica-form .select2-container .select2-selection--single {
  background: #FDE1D4;
  color: #5a1832;
  border: 2px solid transparent;
  border-radius: 6px;
  height: 53.59px;
  font-size: 1rem;
  z-index: 2;
  position: relative;
}
#eventi-poetica-form .select2-container .select2-selection--single:focus {
  outline: none;
}
#eventi-poetica-form .select2-container .select2-selection--single:hover {
  background: #FDE1D4;
}
#eventi-poetica-form .select2-container .select2-selection__clear {
  display: none;
}
#eventi-poetica-form .select2-container .select2-selection__placeholder {
  color: #5a1832;
  font-size: 1rem;
  font-weight: 400;
}
#eventi-poetica-form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#eventi-poetica-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5a1832;
  line-height: 53.59px;
  font-size: 1rem;
}
#eventi-poetica-form .select2-container.select2-container--open .select2-dropdown--below {
  z-index: 1;
  background: #5a1832;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#eventi-poetica-form .select2-container.select2-container--open .select2-dropdown--below .select2-results__options {
  padding: 15px 0px;
}
#eventi-poetica-form .select2-container.select2-container--open .select2-dropdown--below .select2-results__options li {
  padding: 0px 5px;
}
#eventi-poetica-form .select2-container.select2-container--open .select2-dropdown--below .select2-results__options li + li {
  margin: 0px;
}
#eventi-poetica-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #FDE1D4;
}
#eventi-poetica-form .select2-results__option--selectable {
  background: transparent;
  color: rgba(253, 225, 212, 0.5176470588);
}
#eventi-poetica-form #pacchetto-selezionato-info {
  margin-top: 10px;
  padding: 10px;
  background: transparent;
  border: 1px solid #FDE1D4;
  border-left: 4px solid #ddd;
  border-radius: 4px;
  color: #FDE1D4;
}
#eventi-poetica-form #pacchetto-selezionato-info strong {
  color: #FDE1D4;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.form-group {
  margin-bottom: 0px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #FDE1D4;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: #FDE1D4;
  color: #5a1832;
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #5a1832;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007cba;
}
.form-group input:disabled,
.form-group input.disabled {
  background-color: #f5f5f5;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}

.radio-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}
.radio-group input[type=radio] {
  margin-right: 8px;
  transform: scale(1.1);
}

.form-submit {
  text-align: center;
  margin-top: 60px;
  width: 100%;
}

.submit-btn {
  background: transparent;
  color: #FDE1D4;
  border: 2px solid #FDE1D4;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.7em 2.5em;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "sisteronregular", sans-serif;
  letter-spacing: 3px;
}
.submit-btn:hover {
  background: rgb(49.7368421053, 13.2631578947, 27.6315789474);
}

.form-message {
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  max-width: 900px;
  width: 100%;
  margin: 20px auto 0px;
  /*
  &.error {
      background: $color-error-bg;
      color: $color-error;
      border: 1px solid $color-error-border;
  }
  */
}
.form-message.success, .form-message.error {
  background: #FDE1D4;
  color: #5a1832;
  border: 1px solid #FDE1D4;
}

.no-pacchetti {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  padding: 40px;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 40px;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .pacchetti-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .radio-group {
    flex-direction: column;
    gap: 10px;
  }
  #eventi-poetica-form {
    padding: 20px;
  }
  .eventi-poetica-pacchetti h2,
  .eventi-poetica-form h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .pacchetto-card {
    padding: 20px;
  }
  .hero-content h1 {
    font-size: 40px;
  }
}
.pacchetti_cards_container {
  background: #5a1832;
  padding: 25px 0px;
}
.pacchetti_cards_container h2 {
  color: #FDE1D4;
  text-align: center;
  margin-bottom: 30px;
  font-family: "sisteronregular", sans-serif;
  font-size: 60px;
  letter-spacing: 5px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .pacchetti_cards_container h2 {
    font-size: 35px;
  }
}

.campo-errore,
.campo-errore:focus {
  border: 2px solid #dc3545 !important;
  background: #fff0f0 !important;
}

input[type=number].input-num {
  -moz-appearance: textfield;
  text-align: center;
}

input[type=number].input-num::-webkit-outer-spin-button,
input[type=number].input-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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