/* Mobile CSS - Dispositivi con larghezza massima 400px */

@media only screen and (max-width: 480px) {
    
    /* Reset base per mobile */
    * {
        box-sizing: border-box;
    }
    
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
    
    /* Container principale */
    .auto-container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* HEADER MOBILE */
    .main-header {
        position: fixed;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(10px);
    }
    
    .header-top {
        display: none;
    }
    
	.story-section.home-page .title-box h2 {
    font-size: 36px;
}

    .main-header .header-upper {
        background: rgba(0, 0, 0, 0.9);
        border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    }
    
    .main-header .main-box {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .main-header .main-box .logo-box {
        padding: 10px 0;
        float: none;
    }
    
    .main-header .main-box .logo-box .logo img {
        height: 60px;
        max-width: 120px;
    }
    
    /* Nasconde menu desktop */
    .main-header .nav-outer,
    .main-header .links-box {
        display: none;
    }
    
    /* Mostra hamburger menu */
    .main-header .nav-toggler {
        display: block;
        float: right;
        margin-top: 0;
        margin-left: 0;
    }
    
    .fixed-header .nav-toggler {
        margin-top: 0;
    }
    
    /* VIDEO HERO SECTION MOBILE */
    .bg-video-wrap {
        height: 100vh;
        min-height: 600px;
    }
    
    .bg-video-wrap video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .bg-video-wrap .content-box {
        padding: 20px 15px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }
    
    .bg-video-wrap .content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .bg-video-wrap .inner {
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    
    .bg-video-wrap h1 {
        font-size: 48px;
        line-height: 1.1;
        margin: 10px 0;
    }
    
    .bg-video-wrap h1 span {
        font-size: 80px;
        line-height: 0.3;
    }
    
    /* Nasconde elementi laterali hero */
    .bg-video-wrap .banner-social-list,
    .bg-video-wrap .banner-call {
        display: none;
    }
    
    .bg-video-wrap .book-btn {
        right: 20px;
        bottom: 20px;
        width: 80px;
        height: 80px;
    }
    
    .bg-video-wrap .book-btn:before {
        width: 80px;
        height: 80px;
    }
    
    .bg-video-wrap .book-btn .icon {
        width: 50px;
        height: 50px;
    }
    
    /* SECTIONS GENERALI */
    .section-kt {
        padding: 60px 0;
    }
    
    /* TITLE BOX MOBILE */
    .title-box {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    
    .title-box h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .title-box .subtitle {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .title-box .title-badge {
        width: 150px;
        margin: 0 auto 15px;
    }
    
    /* WE OFFER SECTION MOBILE */
    .we-offer-section .offer-block {
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .we-offer-section .offer-block .inner-box {
        max-width: 300px;
        text-align: center;
    }
    
    .we-offer-section .offer-block .inner-box .image {
        margin-bottom: 20px;
    }
    
    .we-offer-section .offer-block h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .we-offer-section .offer-block .des {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .we-offer-section .bg-text {
        font-size: 120px;
        opacity: 0.1;
    }
    
    /* STORY SECTION MOBILE */
    .story-section .row {
        flex-direction: column;
    }
    
    .story-section .text-col,
    .story-section .image-col {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    
    .story-section .text-col .inner {
        padding: 30px 20px;
        padding-right: 20px;
        text-align: center;
    }
    
    .story-section .title-box h2 {
        font-size: 32px;
    }
    
    .story-section .text-presentazione {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .story-section .feature-info {
        flex-direction: column;
        padding: 20px 0 30px;
    }
    
    .story-section .feature-info .feature-info-box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .story-section .feature-info .feature-info-box .feature-title {
        justify-content: center;
    }
    
    .story-section .booking-info {
        flex-direction: column;
        text-align: center;
    }
    
    .story-section .booking-info .bk-title {
        padding-right: 0;
        margin-bottom: 15px;
    }
    
    .story-section .booking-info .link-box {
        margin-top: 20px;
    }
    
    /* SERVICES SECTION MOBILE */
    .services-section .row {
        flex-direction: column;
    }
    
    .services-section .s-col {
        padding-right: 20px;
        width: 100%;
        max-width: 100%;
        flex: none;
        order: initial !important;
    }
    
    .services-section .s-col.last {
        padding-left: 20px;
        padding-right: 20px;
        order: initial !important;
    }
    
    .services-section .image-col {
        order: initial !important;
        margin: 30px 0;
        text-align: center;
    }
    
    .services-section .s-block {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .services-section .s-block .inner {
        min-height: auto;
        padding: 0;
    }
    
    .services-section .s-block .icon-box {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin: 0 auto 15px;
        display: block;
    }
    
    .services-section .s-block.alternate .icon-box {
        left: auto;
        right: auto;
        margin: 0 auto 15px;
    }
    
    .services-section .s-block h6,
    .services-section .s-block.alternate h6 {
        padding: 0;
        margin-bottom: 10px;
    }
    
    .services-section .s-block .text {
        padding-top: 0;
    }
    
    /* TESTIMONIALS SECTION MOBILE */
    .testimonials-section .row {
        flex-direction: column;
    }
    
    .testimonials-section .carousel-col {
        width: 100%;
        max-width: 100%;
        padding: 40px 20px;
        border-radius: 0;
        z-index: 2;
    }
    
    .testimonials-section .carousel-img-col {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 300px;
        right: auto;
        top: auto;
        bottom: auto;
        z-index: 1;
    }
    
    .testimonials-section .carousel-img-col .carousel-image {
        height: 300px;
    }
    
    .testimonials-section .carousel-img-col .carousel-image .image-layer {
        border-radius: 0;
    }
    
    .testimonials-section .testi-top .quote-text {
        font-size: 18px;
    }
    
    .testimonials-section .thumbs-carousel-box {
        margin-top: 20px;
        padding: 15px;
    }
    
    .testimonials-section .testi-thumbs-custom {
        gap: 10px;
    }
    
    .testimonials-section .testi-thumbs-custom .image {
        width: 60px;
        height: 60px;
    }
    
    /* RESERVATION SECTION MOBILE */
    .reserve-section .row {
        flex-direction: column;
    }
    
    .reserve-section .info-col,
    .reserve-section .reserv-col {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    
    .reserve-section .info-col .inner {
        padding: 30px 20px;
    }
    
    .reserve-section .info-col .title-box h2 {
        font-size: 28px;
    }
    
    .reservation-form-container {
        padding: 30px 20px;
        margin-top: 20px;
    }
    
    .form-header h3 {
        font-size: 24px;
    }
    
    .reservation-form .row {
        margin: 0;
    }
    
    .reservation-form .row .form-group {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .reservation-form input,
    .reservation-form select,
    .reservation-form textarea {
        padding: 12px 12px 12px 40px;
        font-size: 14px;
    }
    
    .submit-box .theme-btn {
        min-width: 200px;
        padding: 12px 20px;
    }
    
    /* FOOTER MOBILE */
    .main-footer .upper-section .row {
        flex-direction: column;
    }
    
    .main-footer .footer-col {
        width: 100%;
        max-width: 100%;
        flex: none;
        order: initial !important;
        margin-bottom: 30px;
    }
    
    .main-footer .info-col .inner {
        padding: 30px 20px;
    }
    
    .main-footer .footer-image-col .inner {
        padding: 30px 20px;
    }
    
    .main-footer .bottom_footer .row {
        flex-direction: column;
        text-align: center;
    }
    
    .main-footer .bottom_footer .row > div {
        width: 100%;
        max-width: 100%;
        flex: none;
        margin-bottom: 15px;
    }
    
    .main-footer .bottom_footer .developer_text {
        text-align: center;
    }
    
    /* MENU TABS MOBILE */
    .menu-tabs .buttons .tab-buttons {
        text-align: center;
    }
    
    .menu-tabs .buttons .tab-buttons .tab-btn {
        display: block;
        margin: 10px auto;
        font-size: 14px;
    }
    
    .menu-tabs .buttons .tab-buttons .tab-btn:after {
        display: none;
    }
    
    .tabs-box .tabs-content .tab .row {
        flex-direction: column;
    }
    
    .menu-tabs .menu-col {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    
    .menu-tabs .menu-col .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .menu-tabs .dish-block .inner-box {
        padding-left: 0;
        text-align: center;
        min-height: auto;
        padding-top: 0;
    }
    
    .menu-tabs .dish-block .dish-image {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 15px;
    }
    
    .menu-tabs .dish-block .title {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    
    .menu-tabs .dish-block .title .menu-list-line {
        display: none;
    }
    
    /* BUTTONS MOBILE */
    .theme-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .theme-btn .btn-wrap .text-one,
    .theme-btn .btn-wrap .text-two {
        font-size: 14px;
    }
    
    /* INNER BANNER MOBILE */
    .inner-banner {
        padding: 150px 0 100px;
    }
    
    .inner-banner .inner h1 {
        font-size: 36px;
    }
    
    .inner-banner .inner .sub_text {
        padding: 0 20px;
    }
    
    .inner-banner .inner .sub_text p {
        font-size: 16px;
    }
    
    /* HIDDEN BAR MOBILE */
    .hidden-bar {
        max-width: 300px;
    }
    
    .hidden-bar .side-menu {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    /* CONFIRMATION OVERLAY MOBILE */
    .confirmation-content {
        width: 95%;
        padding: 40px 25px;
    }
    
    .confirmation-content h3 {
        font-size: 24px;
    }
    
    .confirmation-content p {
        font-size: 14px;
    }
    
    /* UTILITY CLASSES MOBILE */
    .text-center-mobile {
        text-align: center !important;
    }
    
    .hide-mobile {
        display: none !important;
    }
    
    .show-mobile {
        display: block !important;
    }
    
    /* ROW RESPONSIVA */
    .row {
        margin: 0;
        flex-direction: column;
    }
    
    .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
    /* IMMAGINI RESPONSIVE */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* FONT SIZES MOBILE */
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    
    p, .text, .desc {
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* CORREZIONI SPECIFICHE MOBILE */
    .carousel-col,
    .carousel-img-col,
    .image-col,
    .content-col,
    .text-col {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 0 15px !important;
    }
    
    /* OVERFLOW PROTECTION */
    .overflow-hidden-mobile {
        overflow: hidden;
    }
    
    /* SPACING MOBILE */
    .margin-bottom-mobile {
        margin-bottom: 30px;
    }
    
    .padding-mobile {
        padding: 20px;
    }
}

/* EXTRA SMALL DEVICES (320px e sotto) */
@media only screen and (max-width: 320px) {
    .auto-container {
        padding: 0 10px;
    }
    
    .bg-video-wrap h1 {
        font-size: 36px;
    }
    
    .bg-video-wrap h1 span {
        font-size: 60px;
    }
    
    .title-box h2 {
        font-size: 28px;
    }
    
    .reservation-form-container {
        padding: 20px 15px;
    }
    
    .testimonials-section .carousel-col {
        padding: 30px 15px;
    }
}