:root {
    --lilla: #d4bcc8;
    --nero: #020201;
    --grigio: #2a2a2a; 
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--nero);
    color: var(--lilla);
    margin: 0;
}


.navbar {
    padding: 1.5rem 2rem;
    background: rgba(14, 4, 4, 0.9);
    border-bottom: 1px solid var(--grigio);
    letter-spacing: 2px;
    backdrop-filter: blur(5px);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--lilla) !important;
}

/* titolo */
.sfondo-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 8vw, 5rem);
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.place-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    border-bottom: 2px solid var(--lilla);
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    text-transform: uppercase;
}


/* lista di link */
.sezione-europa {
    padding: 60px 0;
}

.city-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    color: var(--lilla);
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px solid var(--grigio);
    transition: all 0.4s ease;
}

.city-link:hover {
    color: #fff;
    padding-left: 15px;
}

.city-link::after {
    content: '→';
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.3s;
}

.city-link:hover::after {
    opacity: 1;
    transform: translateX(0);
}


/* immagini */
.img-container {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 2px;
}

.img-container img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.img-container:hover img {
    transform: scale(1.05);
}


.navbar-carino {
    background-color: var(--lilla);
    color: var(--nero);
    padding: 5px 12px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 700;
}

.box-nota {
    background-color: rgba(212, 188, 200, 0.05);
}


/*LONDRA*/

.font-playfair {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.lead {
    color: #fff;
}

.badge {
    border-radius: 0;
    font-weight: 300;
    color: var(--lilla);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*istruzione x cellulare*/
@media (max-width: 991px) {
    .order-lg-1 { order: 2; }
    .order-lg-2 { order: 1; }
}

/* colore accordion */
.accordion-button {
    color: var(--lilla) !important;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    padding-left: 0; /* Allinea il testo a sinistra come nel tuo design */
}


.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--lilla) !important;
    box-shadow: none !important;
}

/* freccia accordion*/
.accordion-button::after {
    filter: invert(85%) sepia(13%) saturate(301%) hue-rotate(283deg) brightness(92%) contrast(85%);
}

/*testo accordion*/
.accordion-body {
    color: #fff; /* Bianco per contrasto o var(--lilla) se preferisci */
    font-size: 1rem;
}

/* x rimuovere bordi accordion*/
.accordion-item {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}


/*NAVBAR titolo in trasparenza london*/
.nav-lon-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/londra/nott.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-lon-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-lon-content {
    margin: auto; 
    z-index: 1;
}



/*NAVBAR SIVIGLIA*/
.nav-siv-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/siviglia/coversiv.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-siv-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-siv-content {
    margin: auto; 
    z-index: 1;
}


/*NAVBAR BELGIO*/
.nav-bel-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/belgio/coverbel.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-bel-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-bel-content {
    margin: auto; 
    z-index: 1;
}



/*NAVBAR BELGIO*/
.nav-par-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/parigi/coverpar.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-par-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-par-content {
    margin: auto; 
    z-index: 1;
}




/*NAVBAR AMSTERDAM*/
.nav-am-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/amsterdam/coveram.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-am-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-am-content {
    margin: auto; 
    z-index: 1;
}



/*NAVBAR VIENNA*/
.nav-vi-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/vienna/covervi.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-vi-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-vi-content {
    margin: auto; 
    z-index: 1;
}



/*NAVBAR KYOTO*/
.nav-ky-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/kyoto/coverky.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-ky-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-ky-content {
    margin: auto; 
    z-index: 1;
}



/*NAVBAR TOKYO*/
.nav-to-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/tokyo/coverto.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-to-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-to-content {
    margin: auto; 
    z-index: 1;
}



/*NAVBAR OSAKA*/
.nav-os-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/osaka/coveros.jpeg'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-os-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-os-content {
    margin: auto; 
    z-index: 1;
}




/*NAVBAR INTRO*/
.nav-in-section {
    position: relative;
    width: 100%;
    /* x fare l'immagine + stretta */
    height: 50vh; 
    
    /* 2. OMBRA SCURA: Aumento l'opacità del nero (0.7 invece di 0.5) */
    /* Il gradiente va dal nero sopra al nero sotto, coprendo l'immagine */
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('../trip_img/coverintro.jpeg.png'); 
    
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.nav-in-section .navbar {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: none; 
}

.nav-in-content {
    margin: auto; 
    z-index: 1;
}







/*SIVIGLIA*/
/* Container principale che racchiude entrambe le sezioni */
.travel-container {
    display: flex;
    gap: 20px;
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-family: sans-serif;
}

/* Struttura comune per le due colonne (Tips e Nightlife) */
.tips-section, 
.nightlife-section {
    flex: 1;
    border: 1px solid #333;
    padding: 20px;
}

/* Layout specifico per la sezione Nightlife (gestione spazi verticali) */
.nightlife-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Etichette rosa in alto (TIPS / NIGHTLIFE) */
.badge-pink {
    background: #ffc0cb;
    color: #000;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Titoli principali in corsivo */
.section-title {
    font-family: serif;
    font-style: italic;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Correzione margine titolo per la sezione nightlife */
.nightlife-section .section-title {
    margin-bottom: 10px;
}

/* Sottotitoli o descrizioni */
.section-desc {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
}

/* Menu a tendina (details) */
.tip-dropdown {
    border-bottom: 1px solid #333;
    padding: 15px 0;
    cursor: pointer;
}

.tip-dropdown summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.tip-dropdown p {
    color: #ccc;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
}

/* Blocco delle pillole di testo in basso a sinistra */
.text-pills {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.5;
}

.text-pill-item {
    margin-bottom: 15px;
}

.text-pill-item:last-child {
    margin-bottom: 0;
}

.text-pill-title {
    display: block;
    color: #ffc0cb;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: bold;
}

/* Gruppo delle checkbox della movida */
.checklist-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 5px;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

.checklist-item input[type="checkbox"] {
    accent-color: #ffc0cb;
    width: 16px;
    height: 16px;
}

/* Box di avviso in fondo alla nightlife */
.alert-box {
    margin-top: 30px;
    background: #111;
    padding: 12px;
    border-left: 3px solid #ffc0cb;
    font-size: 12px;
    color: #aaa;
    line-height: 1.4;
}

.alert-title {
    color: #ffc0cb;
    display: block;
    margin-bottom: 3px;
}