.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (max-width: 50px) {
body {
    margin-top: 800px;
}
}
@media (max-width: 245px) {
body {
    margin-top: 800px;
}
}
@media (max-width: 345px) {
body {
    margin-top:150px;
}
}
@media (max-width: 637px) {
body {
    margin-top:125px;
}
}
@media (min-width: 637px) {
body {
    margin-top:100px;
}
.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    color: #333;
    text-shadow: none;
}

body {
    font-family: 'Roboto Mono', monospace !important;
    position: relative !important;
    box-shadow: inset 0 0 5rem .1rem rgba(0, 0, 0, .5);
}

/* Ensure all elements use Roboto Mono */
* {
    font-family: 'Roboto Mono', monospace !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Mono', monospace !important;
}

.nav-link, .btn, .card, .alert, input, textarea, select {
    font-family: 'Roboto Mono', monospace !important;
}

.menu-item-name, .menu-item-price, .menuSectionTitle {
    font-family: 'Roboto Mono', monospace !important;
}

/* Bootstrap components override */
.navbar, .navbar-brand, .navbar-nav, .nav-item, .nav-link {
    font-family: 'Roboto Mono', monospace !important;
}

.btn, .btn-outline-primary, .btn-lg {
    font-family: 'Roboto Mono', monospace !important;
}

.container, .container-fluid, .row, .col {
    font-family: 'Roboto Mono', monospace !important;
}

footer, footer * {
    font-family: 'Roboto Mono', monospace !important;
}

.table, .table * {
    font-family: 'Roboto Mono', monospace !important;
}

/* Form elements */
.form-control, .form-select, .form-check-label {
    font-family: 'Roboto Mono', monospace !important;
}
a{
    color: #faca16;
}
a:hover{
    color: #f1f1f1;
}

#nav-outline{
    border: .25rem solid transparent;
    border-color: #faca16;
}

.cover-container {
    max-width: 42em;
}

.nav-masthead .nav-link {
    padding: .25rem .25;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #143d21;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: rgb(0, 0, 0);
    border-bottom-color: #faca16;
}
.bg-verdechiaro {
    background-color: #faca16 !important;
}
.bg-verdescuro {
    background-color: #1E4D2B !important;
}

/* Full-width green sections */
.bg-verdechiaro-fullwidth {
    background-color: #faca16 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
}

.bg-verdescuro-fullwidth {
    background-color: #1E4D2B !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
}

.text-logo {
    font-family: 'Roboto Mono', monospace !important;
    font-weight: 700;
    color: rgb(0, 0, 0) !important;
    border-color: #faca16 !important;
}
.box-logo{
    border-bottom: .25rem solid transparent;
    border-bottom-color: #faca16
}


.btn{
    color: #faca16;
}
.btn:hover{
    background-color: #143d21;
}
.btn-outline-primary{
    border-color: #faca16 !important;
}

/* Custom green buttons for privacy page */
.btn-green-custom {
    background-color: #1E4D2B !important;
    border: 2px solid #f1f1f1 !important;
    color: #f1f1f1 !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    padding: 0.75rem 1.5rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.btn-green-custom:hover {
    background-color: #143d21 !important;
    border-color: #f1f1f1 !important;
    color: #f1f1f1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.btn-green-custom:focus,
.btn-green-custom:active {
    background-color: #143d21 !important;
    border-color: #f1f1f1 !important;
    color: #f1f1f1 !important;
    box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.25) !important;
}
#social a{
    color: #f1f1f1;
    transition: all 0.3s ease;
    display: inline-block;
}
#social a:hover{
    color: #faca16;
    transform: scale(1.1);
}

.social-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: transparent;
    border: 2px solid #f1f1f1;
    transition: all 0.3s ease;
    color: #f1f1f1 !important;
    font-size: 2rem;
    font-weight: 300;
    box-shadow: none;
}

.social-link:hover {
    background: #1E4D2B;
    border-color: #faca16;
    color: #faca16 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(30, 77, 43, 0.3);
}

.social-link i {
    color: inherit !important;
    font-size: inherit;
}

.social-fallback {
    font-size: 1.8rem;
    font-weight: 300;
    color: inherit !important;
}

/* Large Centered Social Icons */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 48px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #f1f1f1;
    background: none;
    border: none;
}

.social-icon:hover {
    color: #faca16;
    transform: scale(1.3);
}

/* Clean Social Icons - No Background */
.social-icon-clean {
    font-size: 48px;
    color: #f1f1f1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-icon-clean:hover {
    color: #faca16;
    transform: scale(1.2);
}

/* FontAwesome Icons - Clean Setup */
.social-link i {
    display: inline-block;
    line-height: 1;
}

/* Reduced height map styles */
.fullscreen-map {
    width: 100%;
    height: 33vh;
    position: relative;
}

.fullscreen-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Navigator Button Below Map */
.navigator-btn-below {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.navigator-btn-below:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

#dovesiamo h1 {
    background: rgba(1, 38, 21, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 15px 30px;
    margin: 0 auto;
    max-width: fit-content;
    white-space: nowrap;
    transition: all 0.3s ease;
    min-width: 350px;
}

#dovesiamo h1:hover {
    background: rgba(3, 166, 90, 0.9);
    transform: scale(1.05);
}

/* Responsive adjustments for 'DOVE SIAMO' title */
@media (max-width: 450px) {
    #dovesiamo h1 {
        font-size: 1.4rem;
        padding: 12px 20px;
        min-width: unset;
        max-width: 90vw;
    }
}

@media (max-width: 350px) {
    #dovesiamo h1 {
        font-size: 1.2rem;
        padding: 10px 15px;
    }
}

/* Chi Siamo page image styles */
.hero-image-container {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.hero-image-container:hover {
    transform: scale(1.02);
}

.founder-avatar img {
    transition: transform 0.3s ease;
}

.founder-avatar img:hover {
    transform: scale(1.05);
}

.team-image-container {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.team-image-container:hover {
    transform: scale(1.02);
}

.cocktail-image-container {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.cocktail-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(3, 166, 90, 0.3);
}

.experience-image-container {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.experience-image-container:hover {
    transform: scale(1.02);
}

/* Mobile optimizations for Chi Siamo */
@media (max-width: 768px) {
    .hero-image {
        height: 250px !important;
    }

    .founder-avatar {
        width: 120px !important;
        height: 120px !important;
    }

    .team-image-container img,
    .experience-image-container img {
        height: 200px !important;
    }

    .cocktail-image {
        height: 150px !important;
    }

    .cocktail-image-container:hover {
        transform: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 480px) {
    .hero-image {
        height: 200px !important;
    }

    .founder-avatar {
        width: 100px !important;
        height: 100px !important;
    }

    .team-image-container img,
    .experience-image-container img {
        height: 180px !important;
    }

    .cocktail-image {
        height: 120px !important;
    }

    .row.g-3 {
        gap: 0.5rem !important;
    }
}

a.nav-link-outline{
    color: #faca16 !important;
    font-weight: bold;
    border-bottom: .25rem solid transparent;

}
a.nav-link-outline:hover {
    color: #f1f1f1 !important;
    font-weight: bold;
    border-bottom: .25rem solid #03A65A;
}

a.menuItem{
    color: #f1f1f1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0.5rem 0;
    border-left: 3px solid transparent;
    padding-left: 1rem;
}
a.menuItem:hover{
    color: #faca16;
    text-decoration: none;
    border-left-color: #faca16;
    background-color: rgba(3, 166, 90, 0.1);
    transform: translateX(5px);
}

/* Menu Navigation Improvements */
#navbar-menu {
    position: sticky;
    top: 80px;
    z-index: 100;
    background: rgba(1, 38, 21, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 0;
    margin: 1rem auto;
    max-width: 800px;
    box-shadow: none;
    transition: all 0.3s ease;
}

#navbar-menu .nav {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem;
}

#navbar-menu .nav-link-outline {
    padding: 0.5rem 1rem !important;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#navbar-menu .nav-link-outline:hover {
    background: transparent;
    border-bottom-color: #faca16;
    transform: none;
    box-shadow: none;
}

#navbar-menu .nav-link-outline.active {
    background: transparent;
    color: #faca16 !important;
    border-bottom-color: #faca16;
    box-shadow: none;
}

/* Menu Section Improvements */
.menuSection {
    margin-bottom: 3rem;
    scroll-margin-top: 120px;
}

.menuSectionTitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #faca16;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.menuSectionTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    border-radius: 0;
}

/* Menu Item Improvements */
.menu-item-container {
    background: transparent;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(3, 166, 90, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.menu-item-container:hover {
    background: rgba(3, 166, 90, 0.05);
    border-color: rgba(3, 166, 90, 0.2);
    transform: none;
    box-shadow: none;
}

.menu-item-header {
    padding: 0.8rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item-name {
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.menu-item-name::before {
    content: '';
    margin-right: 0;
    font-size: 1.2rem;
}

.menu-item-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f1f1f1;
    background: transparent;
    padding: 0.3rem 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}

.menu-item-details {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-top: 1px solid rgba(3, 166, 90, 0.2);
}

.menu-item-ingredients {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.menu-item-ingredients h3 {
    color: #faca16;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.menu-item-ingredients h3::before {
    content: '🌿';
    margin-right: 0.5rem;
}

.menu-item-allergens h3 {
    color: #faca16;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.allergen-list {
    gap: 0.5rem;
    flex-wrap: wrap;
}

.allergen-item {
    background: rgba(3, 166, 90, 0.1);
    border: 1px solid rgba(3, 166, 90, 0.3);
    color: #f1f1f1;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Alcohol-free indicator styling */
.text-success {
    color: #28a745 !important;
}

.menu-item-ingredients .text-success {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 5px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.menu-loading {
    background: linear-gradient(45deg, #1E4D2B, #faca16);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    border-radius: 10px;
    padding: 2rem;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Enhanced Mobile Responsive Design */
@media (max-width: 991px) {
    /* Tablet adjustments */
    body {
        margin-top: 90px !important;
    }
    
    .nav-masthead .nav-link {
        font-size: 0.9rem;
        padding: 0.2rem 0.5rem;
    }
    
    #navbar-menu {
        top: 75px;
        margin: 0.5rem;
    }
}

@media (max-width: 768px) {
    /* Mobile navigation improvements */
    body {
        margin-top: 80px !important;
    }
    
    /* Header and navigation */
    #barra {
        padding: 0.5rem 1rem;
    }
    
    /* Logo mantiene dimensioni originali */
    
    .nav-masthead {
        gap: 0.5rem;
    }
    
    .nav-masthead .nav-link {
        font-size: 0.85rem;
        padding: 0.25rem 0.25rem;
        border-radius: 0;
    }
    
    /* Menu page improvements */
    #navbar-menu {
        top: 65px;
        margin: 0.3rem;
        padding: 0.3rem;
    }
    
    #navbar-menu .nav {
        gap: 0.3rem;
        padding: 0.3rem;
    }
    
    #navbar-menu .nav-link-outline {
        font-size: 0.75rem;
        padding: 0.4rem 0.7rem !important;
        letter-spacing: 0.3px;
        border-radius: 0;
    }
    
    .menuSectionTitle {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    
    .menu-item-container {
        margin-bottom: 0.8rem;
    }
    
    .menu-item-header {
        padding: 0.9rem 1rem;
    }
    
    .menu-item-name {
        font-size: 1rem;
    }
    
    .menu-item-price {
        font-size: 1.1rem;
        padding: 0.25rem 0;
        color: #f1f1f1;
        background: transparent;
        border: none;
        border-bottom: 1px solid #f1f1f1;
        text-align: right;
    }
    
    .menu-item-details {
        padding: 1rem 0.8rem;
    }
    
    .menu-item-name::before {
        display: none;
    }
    
    /* Homepage mobile improvements */
    .container-md, .container.fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Map improvements */
    .mapouter {
        margin: 0 -1rem;
        border-radius: 0;
    }
    
    .gmap_canvas iframe {
        height: 300px !important;
    }
    
    /* Social section */
    #social {
        padding: 1rem 0.5rem;
    }
    
    #social .col-12 {
        margin-top: 1rem;
    }
    
    /* Instagram embed responsive */
    .instagram-media {
        max-width: 100% !important;
        min-width: 280px !important;
    }
    
    /* Footer improvements */
    footer .container {
        padding: 1rem;
    }
    
    footer .row > div {
        margin-bottom: 1.5rem;
    }
    
    footer .table {
        font-size: 0.9rem;
    }
    
    /* Button improvements */
    .btn-lg {
        padding: 0.7rem 1.5rem;
        font-size: 1rem;
    }
    
    /* Typography improvements */
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    /* Small mobile optimizations */
    body {
        margin-top: 75px !important;
    }
    
    #navbar-menu {
        top: 60px;
        margin: 0.2rem;
    }
    
    #navbar-menu .nav-link-outline {
        font-size: 0.7rem;
        padding: 0.35rem 0.6rem !important;
        border-radius: 0;
    }
    
    .menu-item-header {
        padding: 0.8rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-name {
        font-size: 0.95rem;
        flex: 1;
        text-align: left;
    }

    .menu-item-price {
        font-size: 1rem;
        color: #f1f1f1;
        background: transparent;
        border: none;
        border-bottom: 1px solid #f1f1f1;
        text-align: right;
        flex-shrink: 0;
    }
    
    .menuSectionTitle {
        font-size: 1.2rem;
    }
    
    h1 {
        font-size: 1.6rem;
    }
    
    .nav-masthead .nav-link {
        font-size: 0.8rem;
        padding: 0.25rem 0.25rem;
    }
    
    /* Instagram embed small mobile */
    .instagram-media {
        min-width: 260px !important;
    }
    
    /* Footer responsive */
    footer .table {
        font-size: 0.85rem;
    }
    
    .btn-lg {
        padding: 0.6rem 1.2rem;
        font-size: 0.95rem;
    }
}

/* Touch improvements for all mobile devices */
@media (hover: none) and (pointer: coarse) {
    /* Better touch targets */
    .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .menu-item-header {
        min-height: 60px;
    }
    
    .btn {
        min-height: 44px;
        padding: 0.6rem 1.2rem;
    }
    
    /* Remove hover effects on touch devices */
    .nav-link-outline:hover,
    .menu-item-container:hover,
    .menuItem:hover {
        transform: none;
        box-shadow: none;
    }
    
    /* Focus styles for accessibility */
    .nav-link:focus,
    .menu-item-header:focus,
    .btn:focus {
        outline: 2px solid #faca16;
        outline-offset: 2px;
    }
}