﻿@font-face {
    font-family: 'Poiret One';
    src: url('../../fonts/PoiretOne-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../../fonts/Nunito-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../../fonts/Nunito-Black.woff2") format("woff2");
}

body {
    font-family: "Nunito", Calibri, Arial, Verdana !important;
    font-size: 10pt;
    min-height: 100vh;
    transition: background 0.3s ease;
}

.body-content h1,
.body-content h2,
.body-content h3,
.body-content h4,
.body-content h5,
.body-content h6,
.body-content .h1,
.body-content .h2,
.body-content .h3,
.body-content .h4,
.body-content .h5,
.body-content .h6 {
    font-weight: 700 !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

h2 {
    margin-top: 10px;
    font-size: 20px;
}

hr {
    margin-top: 0;
    margin-bottom: 10px;
}

.dl-horizontal dt {
    white-space: normal;
}

.disabled {
    background-color: lightgray;
}

input[type=text],
select,
textarea {
    max-width: 280px;
    font-family: Verdana, Arial;
    font-size: 10pt !important;
}

.error {
    font-weight: normal;
    color: #d9534f;
    margin: 0;
}

.tableContent[role="contentinfo"] {
    min-height: calc(100vh - 205px);
}

.table th,
.table tr,
.table td {
    text-align: center;
    vertical-align: middle !important;
}

.upborder {
    border-top: 1px solid #e7e7e7;
    margin-top: 3px;
}

.price {
    background-color: #3a87ad !important;
    padding: 4px 8px !important;
    border-radius: 10px;
    color: #f5f5f5;
    font-weight: bold;
    font-size: 1em;
}

.btnInPanel {
    padding: 3px 12px !important;
    margin-top: 3px;
    margin-bottom: 4px;
    margin-right: -10px;
}

.PanelBodyEstimate {
    padding: 0 2px;
    font-size: 0.8em;
}

.myHeading {
    padding: 13px 15px !important;
}

.Itemselectable {
    padding: 1px 8px;
    cursor: pointer;
}

.Itemselected {
    background-color: #3a87ad;
    color: #f5f5f5;
    border: 1px #000;
}

.ItemNotSelectable {
    background-color: #999;
}

.ItemSelectableUnoDi0 {
    background-color: #fcfe38;
}

.ItemSelectableUnoDi1 {
    background-color: #58fe38;
}

.ItemSelectableUnoDi2 {
    background-color: #feac38;
}

.ItemSelectableUnoDi3 {
    background-color: #fe38c4;
}

.fbnum {
    font-size: 9px;
    color: #fff;
    margin-top: -33px;
    font-weight: bold;
    border-radius: 6px;
    border: solid 1px #fff;
    text-align: center;
    padding: 0 4px;
    background-color: #ff0000;
    float: left;
    position: relative;
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.7) !important;
    z-index: 10;
}

.tooltipClass {
    width: auto;
    float: initial;
    position: absolute;
    background: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 3px 3px #8c8b8b, -1px 2px 2px #8c8b8b;
    border-radius: 10px;
    z-index: 100;
}

.boxAttivita {
    width: 40px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.5) !important;
    padding-top: 1px;
    font-size: 1.4em;
    float: left;
    color: #333;
}

.navbar-nav {
    border-color: white;
    margin: 0 auto;
}

.nav-item .nav-link {
    color: #6e5c5f !important;
    font-family: 'Poiret One', Calibri, Arial, Verdana !important;
    font-weight: 700;
    font-size: 30px !important;
    letter-spacing: 0.7px !important;
    padding-right: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}

.nav-link.active {
    color: darkred !important;
    font-weight: 600;
}

.nav-link.disabled {
    background-color: transparent !important;
    opacity: 1 !important;
    cursor: default !important;
    color: #6e5c5f !important;
    font-family: 'Poiret One', Calibri, Arial, Verdana !important;
    font-weight: 700;
    font-size: 30px !important;
    letter-spacing: 0.7px !important;
    padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #8f1a2b !important;
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        border: 2px solid #8e8a85 !important;
        border-radius: 10px;
        background: #f4efe6;
        padding: 6px 10px;
    }

    .navbar-collapse {
        margin-top: 10px;
        padding: 10px 12px;
        border-radius: 14px;
        background: linear-gradient(180deg, #fbf4e8 0%, #f3e6d4 100%);
        border: 1px solid #d7bc95;
        box-shadow: 0 8px 18px rgba(88, 53, 31, 0.16);
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .nav-item .nav-link,
    .nav-link.disabled {
        display: block;
        font-size: 2rem !important;
        line-height: 1.12 !important;
        padding: 10px 8px !important;
        margin: 2px 0;
        border-radius: 10px;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus,
    .nav-link.active {
        background: rgba(143, 26, 43, 0.08);
        color: #7d1728 !important;
    }
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    background-color: white;
    border-top: 1px solid;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background-color: #333;
    margin-top: initial;
}

.tit {
    font-size: 1.6em !important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
    font-family: 'Poiret One', Calibri, Arial, Verdana;
    letter-spacing: 0.8px;
}

.bkg_dinamico {
    background-color: darkred !important;
    border-radius: 8px;
}

.img_container {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotronebkg {
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.txMid {
    font-size: 16px !important;
}

.txmin {
    font-family: "Nunito" !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: justify;
}

.teach {
    border-radius: 15px;
    border-top: hidden;
    padding: 10px 15px;
    overflow: hidden;
    color: #000;
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
    display: block;
    float: left;
}

.mybtn {
    background-color: #9d9d9d !important;
    color: black;
}

.myrow {
    --bs-gutter-y: 1rem;
    margin-top: calc(1 * var(--bs-gutter-y));
    flex: 0 1 calc(90% - 1em);
}

.box {
    border-radius: 5px;
    border: none;
}

.level {
    flex: 0 1 calc(98% - 1em);
    margin: 0 auto;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.card-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex-flow: row wrap;
    flex: 0 1 calc(30% - 1em);
}

.card-image img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.card-content {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.value {
    background-color: transparent;
    border: none;
}

.mgtop-auto {
    margin-top: auto;
}

.btn-registration {
    color: #fff;
    background-color: #9d1628;
    border-color: #75111e;
}

    .btn-registration:hover {
        color: #fff;
        background-color: #9d1628;
        border-color: #75111e;
    }

    .btn-check:focus + .btn-registration,
    .btn-registration:focus {
        color: #fff;
        background-color: #9d16288f;
        border-color: #75111e;
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    }

    .btn-registration:disabled,
    .btn-registration.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.txt {
    font-family: "Nunito" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.open > .dropdown-menu {
    display: block !important;
    background-color: #EDEDED;
}

.testomin {
    margin-inline: 0 5px;
    border: 1pt solid #AAAAAA;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 1em;
    line-height: 1.42857143;
    color: #0000008c;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Poiret One' !important;
    letter-spacing: 1px !important;
    font-weight: 600;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #8e0606;
    }

.divschedule {
    border: #f9f9f9 1px solid;
    border-radius: 15px;
    background-color: #5179a0;
    color: #f9f9f9;
}

.bkg {
    background-color: #5179a0;
    color: #fff;
    text-align: center;
}

.wrap {
    padding: 30px;
    background: #7ecfc0;
    border-radius: 4px;
}

.w-100 {
    width: 100% !important;
}

label {
    font-size: 12pt !important;
}

option:disabled {
    text-decoration: line-through !important;
    color: dimgrey;
    font-style: oblique;
}

.on {
    background-color: #5179a0;
    color: #fff;
    text-align: center;
}

.off {
    background-color: #fff;
    color: #5179a0;
    text-align: center;
}

.custom-select {
    position: relative;
    font-family: Arial;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
}

    .custom-select select {
        display: none;
    }

.form-control {
    height: 34px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        box-shadow: none !important;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    min-height: 34px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px !important;
        font-size: 1.2em !important;
    }

.select2-search--dropdown .select2-search__field {
    max-width: 100%;
    border-radius: 4px;
    border-color: #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.select2-container .select2-search--dropdown {
    display: none;
}

.select2-container .select2-results__option--highlighted,
.select2-container .select2-results__option--selected {
    background-color: #9e1d22bd !important;
    color: #bebcbc;
    font-size: 1.2em !important;
}

.select2-container .select2-results__option {
    color: #000;
    font-size: 1.2em !important;
}

/* REGISTRATION */
.registration-section {
    padding-top: 30px;
}
/* PACKAGE SELECTION / REGISTRATION TABS */

.tabs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 80%;
    margin: 0 auto;
}

    .tabs.single {
        grid-template-columns: 1fr;
        justify-items: center;
    }

        .tabs.single > * {
            width: 100%;
            max-width: 40%;
        }

.package-row {
    overflow: hidden;
    transition: opacity .3s ease, transform .3s ease, max-height .3s ease, margin .3s ease, padding .3s ease;
    max-height: 140px;
    opacity: 1;
    transform: translateY(0);
}

    .package-row.package-hidden {
        opacity: 0;
        transform: translateY(-8px);
        max-height: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-width: 0 !important;
        pointer-events: none;
    }

.packages-actions {
    width: 80%;
    margin: 10px auto 10px;
    display: flex;
    justify-content: flex-start;
}

.btn-show-packages {
    display: none;
    background-color: #fff;
    color: #333;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    .btn-show-packages:hover {
        color: #fff;
        transform: translateY(-1px);
    }

    .btn-show-packages.visible {
        display: inline-block;
        opacity: 1;
        transform: translateY(0);
    }

.v-tab-price {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0.8rem 1.2rem;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 12px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 1;
    margin-bottom: 5px;
}

    .v-tab-price.row-even {
        background-color: #ffffff;
    }

    .v-tab-price.row-odd {
        background-color: #dee0e0;
    }

    .v-tab-price.disabled {
        opacity: .5;
        cursor: default;
    }

    .v-tab-price.active {
        border-width: 1.4px;
        box-shadow: 0 0 0 1px rgba(160, 4, 4, 0.08);
    }

.v-tab-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
}

.pack-name {
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
}

.v-tab-price-col {
    width: 140px;
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}

.v-tab-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.field-group {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

    .field-group label {
        margin: 0;
        font-weight: 600;
    }

    .field-group .form-control {
        min-width: 160px;
    }

.cart-wrapper {
    min-width: 32px;
}

.cart-icon {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.cart-full {
    display: none;
}

.v-tab-price.active .cart-empty {
    display: none;
}

.v-tab-price.active .cart-full {
    display: inline;
}

.v-m-14 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    white-space: nowrap;
}

.v-m-1 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .tabs {
        width: 100%;
    }

    .packages-actions {
        width: 100%;
    }

    .v-tab-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .v-tab-left,
    .v-tab-right {
        width: 100%;
    }

    .v-tab-right {
        justify-content: flex-start;
    }

    .v-tab-price-col {
        width: auto;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .tabs.single > * {
        max-width: 80%;
    }

    .field-group {
        width: 100%;
        display: block;
    }

        .field-group .form-control {
            width: 100% !important;
            max-width: 100%;
        }
}
.section-block,
.summary-card,
.details-card .details-body {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(3px);
}

.section-block {
    padding: 20px 22px 10px;
    margin-bottom: 20px;
}

.section-block-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #17323a;
    margin-bottom: 14px;
}

.details-card {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}

.summary-card {
    padding: 20px 22px 6px;
    margin-bottom: 20px;
}

.details-body {
    padding: 24px 22px 26px;
}

.details-title {
    margin: 0 0 22px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
}

.validation-summary-modern {
    margin-bottom: 18px;
}

#anagrafica .form-group label,
#Lunch .form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #18323a;
}

.modern-control {
    height: 44px;
    border-radius: 10px;
    border: 1px solid #cfd8dc;
    padding: 10px 14px;
    box-shadow: none;
    transition: all .2s ease;
    background: #fff;
}

.amount-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.amount-label {
    min-height: 20px;
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.total-amount {
    height: 44px;
    margin-top: 0 !important;
    font-weight: 700;
    border-radius: 10px;
    font-size: 1rem !important;
    box-shadow: none;
}

.consent-box {
    margin-top: 22px;
    padding: 18px 18px 8px;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 14px;
}

.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    line-height: 1.45;
    color: #19313a;
}

    .consent-row span {
        display: inline-block;
        margin-top: 1px;
    }

.modern-check {
    width: 18px !important;
    height: 18px !important;
    margin-top: 2px !important;
    flex: 0 0 auto;
}

.form-actions {
    margin-top: 24px;
    margin-bottom: 4px;
    text-align: center;
}

.btn-save-modern {
    min-width: 190px;
    padding: 10px 24px;
    font-size: 1.25rem !important;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    color: #fff;
    transition: all .2s ease;
}

    .btn-save-modern:hover {
        transform: translateY(-1px);
    }

@media only screen and (max-width: 767px) {
    .hideLess768 {
        display: none !important;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background-color: gainsboro;
        border-radius: 5px;
        border-color: transparent;
        padding-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .hideLess1024 {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .hideLess1200 {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card {
        flex: 0 1 calc(50% - 1em);
        margin-block: 10px;
    }
}

@media screen and (max-width: 768px) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card {
        flex: 0 1 calc(50% - 1em);
        margin-block: 10px;
    }
}

@media screen and (max-width: 600px) {
    .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card {
        flex: 0 1 calc(100% - 1em);
        margin-block: 10px;
    }
}

@media (max-width: 991px) {
    .details-title {
        font-size: 2.2rem;
    }

    .summary-card,
    .details-body,
    .section-block {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/*FINE */
/*LOCATION*/
.location-page {
    padding-bottom: 40px;
}

/* HERO */
.location-hero {
    padding: 24px 0 20px;
}

.location-hero-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
    background: #000;
}

.location-hero-image {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.location-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.42) 100% );
}

.location-hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    color: #fff;
}

.location-hero-caption {
    width: max-content;
    max-width: calc(100% - 32px);
    padding: 10px 22px 12px;
    border-radius: 18px;
    background: rgba(30, 19, 12, 0.28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.location-title {
    font-family: 'Poiret One', Georgia, serif !important;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 6px;
    color: #fff !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.location-address {
    font-family: 'Poiret One', Georgia, serif !important;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.35px;
    color: #fff !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

/* CONTROLS */
.location-hero-carousel .carousel-control-prev,
.location-hero-carousel .carousel-control-next {
    width: 9%;
    z-index: 3;
}

.location-hero-carousel .carousel-control-prev-icon,
.location-hero-carousel .carousel-control-next-icon {
    background-size: 72%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

/* INDICATORS */
.location-hero-carousel .carousel-indicators {
    z-index: 3;
    margin-bottom: 18px;
}

    .location-hero-carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.85;
    }

/* CONTENT */
.location-content {
    padding: 20px 0 40px;
}

.location-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.location-description p {
    margin-bottom: 1rem;
    line-height: 1.8;
    text-align: justify;
}

.location-list {
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
}

    .location-list li {
        margin-bottom: 0.5rem;
        line-height: 1.7;
    }

.location-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f1f1f;
}

.location-map-card iframe {
    width: 100%;
    border-radius: 12px;
}

/* TABLET */
@media (max-width: 991.98px) {
    .location-hero-image {
        height: 460px;
    }

    .location-title {
        font-size: 2.4rem;
    }

    .location-address {
        font-size: 1.05rem;
    }
}

/* MOBILE */
@media (max-width: 767.98px) {
    .location-hero {
        padding: 16px 0 14px;
    }

    .location-hero-carousel {
        border-radius: 16px;
    }

    .location-hero-image {
        height: 300px;
    }

    .location-hero-caption {
        justify-content: flex-end;
        padding: 20px 16px 44px;
    }

    .location-title {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    .location-address {
        font-size: 0.95rem;
    }

    .location-hero-carousel .carousel-control-prev,
    .location-hero-carousel .carousel-control-next {
        width: 14%;
    }

    .location-card {
        padding: 18px;
    }

    .location-description p {
        text-align: left;
        line-height: 1.7;
    }
}

/* SMALL MOBILE */
@media (max-width: 420px) {
    .location-hero-image {
        height: 250px;
    }

    .location-title {
        font-size: 1.5rem;
    }

    .location-address {
        font-size: 0.88rem;
    }
}
/*FINE LOCATION*/
/* LOCATION - vintage override aligned with Index */
.location-page {
    margin-top: 22px;
}

.location-hero-carousel,
.location-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #fff8ed 0%, #fef3e4 100%) !important;
    border: 1px solid #e1c9a5 !important;
    box-shadow: 0 10px 24px rgba(88, 53, 31, 0.14) !important;
}

.location-hero-carousel::before,
.location-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, #8b2432 0%, #c79554 55%, #8b2432 100%);
    z-index: 4;
}

.location-hero-carousel::after,
.location-card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(140, 95, 45, 0.18);
    border-radius: 14px;
    pointer-events: none;
    z-index: 3;
}

.location-hero-overlay {
    background: linear-gradient(to bottom, rgba(25, 15, 8, 0.2) 0%, rgba(25, 15, 8, 0.38) 52%, rgba(25, 15, 8, 0.52) 100%) !important;
}

.location-title {
    color: #fff !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5) !important;
    letter-spacing: 0.9px;
}

.location-address {
    color: #fff !important;
}

.location-card {
    padding: 30px 28px 26px !important;
}

.location-card .location-section-title {
    color: #7b1e2b !important;
    text-shadow: none !important;
    text-align: center;
}

.location-description p,
.location-list li {
    color: #5b4a4d !important;
}

.location-description p strong,
.location-list strong {
    color: #7b1e2b !important;
}

.location-map-card iframe {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(88, 53, 31, 0.18);
}

@media (max-width: 767.98px) {
    .location-hero-carousel,
    .location-card {
        border-radius: 18px !important;
    }

    .location-card {
        padding: 22px 20px 18px !important;
    }
}

/*INDEX*/
.event-page {
    margin-top: 35px;
    margin-bottom: 50px;
}

.event-hero {
    background: #f8f3ed;
    color: #5f4f52;
    border: 1px solid #e6d8cf;
    border-radius: 24px;
    padding: 55px 35px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

    .event-hero:before,
    .event-hero:after {
        display: none;
    }

    .event-hero h1 {
        margin: 0 0 12px 0;
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 0.3px;
        color: #9d1628;
    }

.event-hero-subtitle {
    font-size: 1.1rem;
    color: #7a6669;
    margin-bottom: 18px;
}

.event-hero-date {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: #ead8d8;
    color: #9d1628;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.event-hero-text {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #5f4f52;
}

.event-main-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    align-items: stretch;
    margin-bottom: 25px;
}

.event-card,
.event-note-box {
    background: #fffdfa;
    border: 1px solid #eee1dc;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    height: 100%;
}

.event-section-title {
    text-align: center;
    color: #9d1628;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 18px;
}

.event-highlight {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #9d1628;
    margin-bottom: 12px;
}

.event-muted {
    color: #645255;
    line-height: 1.7;
}

.event-note-box {
    background: linear-gradient(180deg, #fffaf6 0%, #fffdfb 100%);
    border: 1px solid #ead9d4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .event-note-box h3 {
        margin-top: 0;
        margin-bottom: 14px;
        color: #9d1628;
        font-weight: 700;
        text-align: center;
    }

.event-form-control {
    height: 46px;
    border-radius: 999px;
    border: 1px solid #d8c5c0;
    box-shadow: none;
    padding-left: 18px;
}

    .event-form-control:focus {
        border-color: #9d1628;
        box-shadow: 0 0 0 0.15rem rgba(157, 22, 40, 0.12);
    }

.btn-rbw {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #9d1628;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    transition: all 0.2s ease;
}

    .btn-rbw:hover,
    .btn-rbw:focus {
        background: #7f1020;
        color: #fff;
        text-decoration: none;
    }

.event-small-note {
    margin: 0;
    text-align: center;
    font-size: 0.92rem;
    color: #7a6669;
}

.event-divider {
    border-color: #ead9d4;
    margin: 18px 0;
}

.event-video-card {
    margin-bottom: 25px;
}

.event-video-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
    background: #ddd;
}

.event-video {
    width: 100%;
    max-width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.event-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9d1628;
    margin-bottom: 10px;
    opacity: 0.7;
}

.event-footer {
    text-align: center;
    padding: 8px 10px 0 10px;
    color: #7a6669;
    font-size: 0.98rem;
    line-height: 1.7;
}

    .event-footer p {
        margin: 0 0 6px 0;
    }

.event-feedback-container {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px 0;
    transition: all 0.3s ease;
}

.event-feedback-box {
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
    max-width: 700px;
}

.event-feedback-hide {
    opacity: 0;
    transform: translateY(-10px);
}

.event-feedback-success {
    background: #eaf6ef;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.event-feedback-warning {
    background: #fff8e6;
    color: #8a6d1d;
    border: 1px solid #ffe082;
}

.event-feedback-error {
    background: #fdecea;
    color: #b71c1c;
    border: 1px solid #f5c6cb;
}

@keyframes event-highlight {
    0% {
        box-shadow: 0 0 0 rgba(157,22,40,0);
    }

    50% {
        box-shadow: 0 0 20px rgba(157,22,40,0.2);
    }

    100% {
        box-shadow: 0 0 0 rgba(157,22,40,0);
    }
}

.event-feedback-highlight {
    animation: event-highlight 1s ease;
}

@media (max-width: 991px) {
    .event-main-grid {
        grid-template-columns: 1fr;
    }

    .event-note-box {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .event-page {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .event-hero {
        padding: 50px 22px;
        border-radius: 18px;
    }

        .event-hero h1 {
            font-size: 2.2rem;
        }

    .event-hero-date {
        font-size: 1.35rem;
    }

    .event-card,
    .event-note-box {
        padding: 22px;
        border-radius: 18px;
    }

    .event-main-grid {
        gap: 20px;
    }
}

.event-subtitle {
    font-size: 1.15rem;
    font-weight: 600;
    color: #9d1628;
    margin-bottom: 14px;
}

.event-lineup-wrap {
    margin: 12px auto 16px;
    max-width: 860px;
}

.event-lineup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.event-lineup-item {
    position: relative;
    background: linear-gradient(135deg, #fffaf7 0%, #f4e9e2 100%);
    border: 1px solid #e7d5cc;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #7f1020;
    text-align: center;
    box-shadow: 0 6px 14px rgba(125, 29, 43, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    animation: lineupReveal .45s ease both;
}

    .event-lineup-item:hover {
        transform: translateY(-2px) scale(1.01);
        border-color: #cfa79f;
        box-shadow: 0 10px 18px rgba(125, 29, 43, 0.16);
    }

    .event-lineup-item:nth-child(1) {
        animation-delay: .03s;
    }

    .event-lineup-item:nth-child(2) {
        animation-delay: .08s;
    }

    .event-lineup-item:nth-child(3) {
        animation-delay: .13s;
    }

    .event-lineup-item:nth-child(4) {
        animation-delay: .18s;
    }

    .event-lineup-item:nth-child(5) {
        animation-delay: .23s;
    }

    .event-lineup-item:nth-child(6) {
        animation-delay: .28s;
    }

.event-lineup-more {
    margin-top: 12px;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #9d1628;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f4e5e5;
    border: 1px dashed #cc9ca4;
}

@keyframes lineupReveal {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .event-lineup-grid {
        grid-template-columns: 1fr;
    }
}

/* Vintage Swing Theme Override */
:root {
    --vintage-cream: #f4e7d2;
    --vintage-paper: #f9efe1;
    --vintage-ink: #3f2c21;
    --vintage-burgundy: #7b1e2b;
    --vintage-gold: #c5a46d;
    --vintage-line: #d5b890;
}

body {
    background: repeating-linear-gradient( 45deg, rgba(90, 58, 34, 0.02) 0px, rgba(90, 58, 34, 0.02) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 4px ), repeating-linear-gradient( -45deg, rgba(123, 30, 43, 0.015) 0px, rgba(123, 30, 43, 0.015) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 5px ), radial-gradient(circle at 20% 20%, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 45%), radial-gradient(circle at 80% 70%, rgba(123,30,43,0.08) 0%, rgba(123,30,43,0) 50%), linear-gradient(180deg, #ead7bd 0%, #f6ead9 50%, #fdf6eb 100%);
}

.event-hero {
    position: relative;
    background: linear-gradient(180deg, var(--vintage-paper) 0%, #f6e7d1 100%);
    color: var(--vintage-ink);
    border: 2px solid var(--vintage-line);
    box-shadow: 0 10px 24px rgba(88, 53, 31, 0.14);
    overflow: hidden;
}

    .event-hero::before {
        content: "";
        position: absolute;
        inset: 12px;
        border: 1px solid rgba(123, 30, 43, 0.28);
        border-radius: 16px;
        pointer-events: none;
    }

    .event-hero::after,
    .event-card::before,
    .event-note-box::before,
    .event-video-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 8px;
        background: linear-gradient(90deg, #8b2432 0%, #c79554 55%, #8b2432 100%);
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
    }

    .event-hero h1,
    .event-section-title {
        font-family: 'Poiret One', 'Georgia', serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--vintage-burgundy);
        font-weight: 400;
    }

.event-hero-subtitle {
    color: #6b4d3f;
    letter-spacing: 0.6px;
}

.event-hero-date {
    background: linear-gradient(180deg, #f3e1bf 0%, #ecd5a7 100%);
    border: 1px solid #d2b076;
    color: var(--vintage-burgundy);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

.event-card,
.event-note-box {
    background: linear-gradient(180deg, #fff8ed 0%, #fef3e4 100%);
    border: 1px solid #e1c9a5;
    box-shadow: 0 10px 24px rgba(88, 53, 31, 0.12);
    position: relative;
    overflow: hidden;
    padding-top: 34px;
}

.event-note-box {
    background: linear-gradient(180deg, #fdf2df 0%, #fff7eb 100%);
    border: 1px solid #dfc29b;
}

    .event-card::after,
    .event-note-box::after,
    .event-video-card::after {
        content: "";
        position: absolute;
        inset: 12px;
        border: 1px solid rgba(140, 95, 45, 0.18);
        border-radius: 14px;
        pointer-events: none;
    }

    .event-hero h1,
    .event-section-title,
    .event-note-box h3 {
        font-family: 'Poiret One', 'Georgia', serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--vintage-burgundy);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

.event-hero h1 {
    margin: 0 0 12px 0;
    font-size: 3rem;
    font-weight: 400;
}

.event-section-title,
.event-note-box h3 {
    margin-bottom: 12px;
}

    .event-hero h1::before,
    .event-hero h1::after,
    .event-section-title::before,
    .event-section-title::after,
    .event-note-box h3::before,
    .event-note-box h3::after {
        content: "✦";
        font-family: Georgia, serif;
        font-size: 0.72em;
        color: #b48748;
        text-shadow: 0 0 0.4px #6d4525;
        transform: translateY(-1px);
    }

.event-note-box .event-muted,
.event-note-box .event-small-note {
    color: #6b4d3f;
}

.event-form-control {
    border: 1px solid #d5b890;
    background: rgba(255,255,255,0.9);
}

    .event-form-control:focus {
        border-color: var(--vintage-burgundy);
        box-shadow: 0 0 0 0.15rem rgba(123, 30, 43, 0.12);
    }

.btn-rbw {
    background: linear-gradient(180deg, #8b2432 0%, #6e1723 100%);
    color: #fff !important;
}

    .btn-rbw:hover,
    .btn-rbw:focus {
        background: #5f121d;
        color: #fff !important;
    }

.event-lineup-item {
    background: linear-gradient(135deg, #fff9ec 0%, #f2e2ca 100%);
    border: 1px solid #d8bb93;
    color: #5a1b24;
    box-shadow: 0 6px 14px rgba(104, 66, 35, 0.12);
}

    .event-lineup-item:hover {
        border-color: #c39b6b;
        box-shadow: 0 10px 18px rgba(104, 66, 35, 0.2);
    }

.event-lineup-more {
    color: var(--vintage-burgundy);
    background: #f3e3c8;
    border: 1px dashed #be955f;
}
