/* =====================================================
   TEMA QUIZNOS HONDURAS
   ===================================================== */

/* Variables de fuente */
[data-theme="quiznos"] {
    --default-font: "Poppins", "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
    --heading-font: "Poppins", sans-serif;
    --nav-font: "Poppins", sans-serif;
    background: 
            linear-gradient(rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70)), 
            url('/images/quiznos/textura.jpg') repeat fixed;
    
}

    

    /* Asegurar que el contenido esté por encima */
    [data-theme="quiznos"] body,
    [data-theme="quiznos"] .header,
    [data-theme="quiznos"] main,
    [data-theme="quiznos"] section,
    [data-theme="quiznos"] .footer {
        position: relative;
        z-index: 1;
    }

    /* Aplicar fuentes globalmente */
    [data-theme="quiznos"] body {
        font-family: var(--default-font) !important;
    }

    [data-theme="quiznos"] h1,
    [data-theme="quiznos"] h2,
    [data-theme="quiznos"] h3,
    [data-theme="quiznos"] h4,
    [data-theme="quiznos"] h5,
    [data-theme="quiznos"] h6 {
        font-family: var(--heading-font) !important;
    }

    /* Header negro */
    [data-theme="quiznos"] .header {
        background: #1D1D1B !important;
        border-bottom: 3px solid #C2CE43;
    }

        [data-theme="quiznos"] .header .logo img {
            height: 50px;
        }

    [data-theme="quiznos"] .navmenu a {
        color: #FFFFFF !important;
        font-family: var(--nav-font) !important;
        font-weight: 500;
    }

        [data-theme="quiznos"] .navmenu a:hover,
        [data-theme="quiznos"] .navmenu a.active {
            color: #C2CE43 !important;
        }

        [data-theme="quiznos"] .navmenu a::after {
            background: #C2CE43;
        }

    [data-theme="quiznos"] .mobile-nav-toggle {
        color: #FFFFFF;
    }

    /* Hero Section */
    [data-theme="quiznos"] .hero-section {
        background: #1D1D1B;
    }

    /* Section Titles - Estilo similar a quiznos.hn */
    [data-theme="quiznos"] .section-title h2 {
        font-family: var(--heading-font) !important;
        font-size: 0.875rem !important;
        font-weight: 500 !important;
        color: #666666;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0.5rem;
    }

    [data-theme="quiznos"] .section-title p {
        font-family: var(--heading-font) !important;
        font-size: 2.5rem !important;
        font-weight: 300 !important;
        color: #1D1D1B;
        margin: 0;
        line-height: 1.2;
    }

    [data-theme="quiznos"] .section-title .description-title {
        color: #C2CE43 !important;
        font-weight: 400 !important;
    }

    /* About Section */
    [data-theme="quiznos"] .about-section {
        padding: 4rem 0;
        background: transparent !important;
    }

        [data-theme="quiznos"] .about-section h2 {
            font-family: var(--heading-font) !important;
            font-size: 1.5rem !important;
            font-weight: 600 !important;
        }

            [data-theme="quiznos"] .about-section h2 span.highlight,
            [data-theme="quiznos"] .about-section .highlight {
                color: #C2CE43 !important;
            }

        [data-theme="quiznos"] .about-section p {
            font-family: var(--default-font) !important;
            line-height: 1.7;
        }

    [data-theme="quiznos"] .book-a-table {
        background: #FFFFFF;
        color: #1D1D1B;
        padding: 1.5rem;
        border-radius: 8px;
        text-align: center;
        border: 3px solid #999;
    }

        [data-theme="quiznos"] .book-a-table h3 {
            color: #1D1D1B;
            font-family: var(--heading-font) !important;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        [data-theme="quiznos"] .book-a-table p {
            color: #C2CE43;
            font-size: 1.75rem;
            font-weight: 600;
            margin: 0;
        }

    /* Menu Section */
    [data-theme="quiznos"] .menu-section {
        background: transparent !important;
        padding: 4rem 0;
    }

    [data-theme="quiznos"] .menu-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        margin-bottom: 2rem;
    }

    [data-theme="quiznos"] .btn-menu-tab {
        padding: 0.75rem 1.5rem;
        border: 2px solid #C2CE43;
        background: transparent;
        color: #1D1D1B;
        border-radius: 9999px;
        cursor: pointer;
        font-family: var(--default-font) !important;
        font-weight: 500;
        transition: all 0.15s ease;
    }

        [data-theme="quiznos"] .btn-menu-tab:hover,
        [data-theme="quiznos"] .btn-menu-tab.active {
            background: #C2CE43 !important;
            color: #1D1D1B !important;
            font-weight: 600;
        }

    [data-theme="quiznos"] .tab-header h3 {
        font-family: var(--heading-font) !important;
        font-size: 2rem;
        font-weight: 300;
        color: #1D1D1B;
    }

    [data-theme="quiznos"] .tab-header p {
        color: #666666;
        text-transform: uppercase;
        font-size: 0.875rem;
        letter-spacing: 1px;
    }

    /* Menu Items / Cards */
    [data-theme="quiznos"] .menu-item {
        background: #FFFFFF;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12);
        transition: all 0.3s ease;
        border-bottom: 3px solid transparent;
        max-width: 236px;
        margin: 0 auto;
    }

        [data-theme="quiznos"] .menu-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            border-bottom-color: #C2CE43;
        }

        [data-theme="quiznos"] .menu-item .glightbox {
            display: block;
            width: 236px;
            height: 295px;
            overflow: hidden;
            border-radius: 8px 8px 0 0;
        }

        [data-theme="quiznos"] .menu-item .menu-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        [data-theme="quiznos"] .menu-item:hover .menu-img {
            transform: scale(1.05);
        }

        [data-theme="quiznos"] .menu-item h4 {
            padding: 1rem 1rem 0;
            margin: 0;
            color: #1D1D1B;
            font-family: var(--heading-font) !important;
            font-weight: 600;
        }

        [data-theme="quiznos"] .menu-item .ingredients {
            padding: 0.5rem 1rem;
            color: #666666;
            font-size: 0.875rem;
            font-family: var(--default-font) !important;
        }

        [data-theme="quiznos"] .menu-item .price {
            padding: 0.5rem 1rem 1rem;
            color: #C2CE43;
            font-weight: 600;
        }

    /* Tooltip Combo */
    [data-theme="quiznos"] .tooltip-combo {
        position: relative;
        display: inline-block;
        color: #C2CE43;
        text-decoration: underline;
        cursor: pointer;
    }

        [data-theme="quiznos"] .tooltip-combo .tooltip-img {
            visibility: hidden;
            width: 300px;
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: #FFFFFF;
            border-radius: 8px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            padding: 0.5rem;
            z-index: 100;
            opacity: 0;
            transition: all 0.15s ease;
        }

        [data-theme="quiznos"] .tooltip-combo:hover .tooltip-img {
            visibility: visible;
            opacity: 1;
        }

        [data-theme="quiznos"] .tooltip-combo .tooltip-img img {
            width: 100%;
            border-radius: 4px;
        }

    /* Store Locator Section */
    [data-theme="quiznos"] .locator-section {
        padding: 4rem 0;
        background: transparent !important;
    }

    [data-theme="quiznos"] .locator-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 2rem;
    }

        [data-theme="quiznos"] .locator-filters select {
            padding: 0.75rem 1.5rem;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 1rem;
            font-family: var(--default-font) !important;
            min-width: 200px;
            cursor: pointer;
            transition: border-color 0.15s ease;
        }

            [data-theme="quiznos"] .locator-filters select:focus {
                outline: none;
                border-color: #C2CE43;
            }

        [data-theme="quiznos"] .locator-filters .btn-search,
        [data-theme="quiznos"] .btn-search {
            padding: 0.75rem 1.5rem;
            background: transparent;
            color: #1D1D1B;
            border: 2px solid #C2CE43;
            border-radius: 9999px;
            font-family: var(--default-font) !important;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.15s ease;
        }

            [data-theme="quiznos"] .locator-filters .btn-search:hover,
            [data-theme="quiznos"] .btn-search:hover {
                background: #C2CE43;
                color: #1D1D1B;
                font-weight: 600;
            }

            [data-theme="quiznos"] .locator-filters .btn-search:disabled,
            [data-theme="quiznos"] .btn-search:disabled {
                background: transparent;
                border-color: #d0d0d0;
                color: #999;
                cursor: not-allowed;
            }

                [data-theme="quiznos"] .locator-filters .btn-search:disabled:hover {
                    background: transparent;
                    color: #999;
                }

    [data-theme="quiznos"] .sucursal-card {
        background: #FFFFFF;
        border-radius: 8px;
        padding: 1.5rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12);
        margin-bottom: 1rem;
        border-left: 4px solid #C2CE43;
    }

        [data-theme="quiznos"] .sucursal-card h4 {
            margin: 0 0 0.5rem;
            color: #1D1D1B;
            font-family: var(--heading-font) !important;
        }

        [data-theme="quiznos"] .sucursal-card .location {
            color: #666666;
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
        }

        [data-theme="quiznos"] .sucursal-card .phone {
            color: #C2CE43;
            font-weight: 600;
        }

        [data-theme="quiznos"] .sucursal-card .hours {
            font-size: 0.875rem;
            color: #666666;
            margin-top: 0.5rem;
        }

        [data-theme="quiznos"] .sucursal-card .btn-map {
            display: inline-block;
            margin-top: 1rem;
            padding: 0.5rem 1rem;
            background: #1D1D1B;
            color: #FFFFFF;
            text-decoration: none;
            border-radius: 4px;
            font-size: 0.875rem;
            transition: background 0.15s ease;
        }

            [data-theme="quiznos"] .sucursal-card .btn-map:hover {
                background: #C2CE43;
                color: #1D1D1B;
            }

        [data-theme="quiznos"] .sucursal-card.h-100 {
            display: flex;
            flex-direction: column;
        }

    /* Footer */
    [data-theme="quiznos"] .footer {
        background: #1D1D1B !important;
        color: #FFFFFF;
        padding: 3rem 0 1rem;
    }

        [data-theme="quiznos"] .footer h4 {
            color: #C2CE43;
            font-family: var(--heading-font) !important;
            margin-bottom: 1rem;
        }

        [data-theme="quiznos"] .footer p,
        [data-theme="quiznos"] .footer span {
            font-family: var(--default-font) !important;
        }

        [data-theme="quiznos"] .footer a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            transition: color 0.15s ease;
        }

            [data-theme="quiznos"] .footer a:hover {
                color: #C2CE43;
            }

        [data-theme="quiznos"] .footer .social-links {
            display: flex;
            gap: 1rem;
        }

            [data-theme="quiznos"] .footer .social-links a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 40px;
                background: rgba(255,255,255,0.1);
                border-radius: 9999px;
                font-size: 1.25rem;
                transition: all 0.15s ease;
            }

                [data-theme="quiznos"] .footer .social-links a:hover {
                    background: #C2CE43;
                    color: #1D1D1B;
                }

        [data-theme="quiznos"] .footer .copyright {
            border-top: 1px solid rgba(255,255,255,0.1);
            margin-top: 2rem;
            padding-top: 1rem;
            text-align: center;
            color: rgba(255,255,255,0.6);
            font-size: 0.875rem;
        }

    /* Scroll to Top */
    [data-theme="quiznos"] .scroll-top {
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        width: 50px;
        height: 50px;
        background: #C2CE43;
        color: #1D1D1B;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 999;
        transition: all 0.3s ease;
    }

        [data-theme="quiznos"] .scroll-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }

    /* Botones Generales */
    [data-theme="quiznos"] .btn-outline {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        border: 2px solid #C2CE43;
        background: transparent;
        color: #1D1D1B;
        border-radius: 8px;
        font-family: var(--default-font) !important;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.15s ease;
    }

        [data-theme="quiznos"] .btn-outline:hover {
            background: #C2CE43;
            color: #1D1D1B;
        }

    [data-theme="quiznos"] .btn-primary {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        background: #C2CE43;
        color: #1D1D1B;
        border: 2px solid #C2CE43;
        border-radius: 8px;
        font-family: var(--default-font) !important;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.15s ease;
    }

        [data-theme="quiznos"] .btn-primary:hover {
            background: #a8b839;
            border-color: #a8b839;
        }

    /* Preloader */
    [data-theme="quiznos"] #preloader::after {
        border-top-color: #C2CE43;
    }

    /* Alerts */
    [data-theme="quiznos"] .alert-info {
        background: #F9FAF5;
        border-left: 4px solid #C2CE43;
        color: #1D1D1B;
        font-family: var(--default-font) !important;
    }

/* Responsive */
@media (max-width: 991px) {
    [data-theme="quiznos"] .navmenu ul {
        background: #1D1D1B;
    }

    [data-theme="quiznos"] .section-title p {
        font-size: 2rem !important;
    }
}

@media (max-width: 575px) {
    [data-theme="quiznos"] .section-title p {
        font-size: 1.75rem !important;
    }
}

/* =====================================================
   HERO CAROUSEL / SWIPER
   ===================================================== */

[data-theme="quiznos"] .hero-section {
    padding: 0;
    margin: 0;
    background: #f5f5f5;
}

[data-theme="quiznos"] .hero-swiper {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

    [data-theme="quiznos"] .hero-swiper .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    [data-theme="quiznos"] .hero-swiper .hero-img {
        width: 100%;
        height: auto;
        max-height: 600px;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    [data-theme="quiznos"] .hero-swiper .swiper-pagination {
        position: absolute;
        bottom: 5px !important;
        top: auto !important;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }

    [data-theme="quiznos"] .hero-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #d0d0d0;
        opacity: 1;
        margin: 0 5px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    [data-theme="quiznos"] .hero-swiper .swiper-pagination-bullet-active {
        background: #C2CE43;
    }

    [data-theme="quiznos"] .hero-swiper .swiper-button-next,
    [data-theme="quiznos"] .hero-swiper .swiper-button-prev {
        color: #C2CE43;
        background: rgba(0, 0, 0, 0.3);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        transition: all 0.3s ease;
        top: calc(50% - 20px);
    }

        [data-theme="quiznos"] .hero-swiper .swiper-button-next:hover,
        [data-theme="quiznos"] .hero-swiper .swiper-button-prev:hover {
            background: #C2CE43;
            color: #1D1D1B;
        }

        [data-theme="quiznos"] .hero-swiper .swiper-button-next::after,
        [data-theme="quiznos"] .hero-swiper .swiper-button-prev::after {
            font-size: 18px;
            font-weight: bold;
        }

@media (max-width: 768px) {
    [data-theme="quiznos"] .hero-swiper .swiper-button-next,
    [data-theme="quiznos"] .hero-swiper .swiper-button-prev {
        display: none;
    }

    [data-theme="quiznos"] .hero-swiper .hero-img {
        max-height: 400px;
    }

    [data-theme="quiznos"] .hero-swiper {
        padding-bottom: 35px;
    }
}

/* =====================================================
   VIDEO ACERCA DE NOSOTROS
   ===================================================== */

[data-theme="quiznos"] .video-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    [data-theme="quiznos"] .video-container video {
        width: 100%;
        height: auto;
        display: block;
    }

/* About Section - Columnas simétricas */
[data-theme="quiznos"] .about-section .row.gy-4 {
    align-items: stretch;
}

[data-theme="quiznos"] .about-section .col-lg-7 center img {
    max-height: 610px;
    width: auto;
    object-fit: contain;
}

/* =====================================================
   MODAL DESCARGA MENÚ
   ===================================================== */

[data-theme="quiznos"] .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1040;
}

[data-theme="quiznos"] .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

[data-theme="quiznos"] .modal-box {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    width: 90%;
    max-width: 450px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

[data-theme="quiznos"] .modal-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    color: #666;
    transition: color 0.15s ease;
}

    [data-theme="quiznos"] .modal-close-btn:hover {
        color: #1D1D1B;
    }

[data-theme="quiznos"] .modal-title {
    color: #1D1D1B;
    margin-bottom: 1rem;
    padding-right: 2rem;
}

[data-theme="quiznos"] .modal-box .btn-submit {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: #C2CE43;
    color: #1D1D1B;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}

    [data-theme="quiznos"] .modal-box .btn-submit:hover {
        background: #a8b839;
    }

    [data-theme="quiznos"] .modal-box .btn-submit:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

[data-theme="quiznos"] .modal-box .form-control:focus {
    border-color: #C2CE43;
    box-shadow: 0 0 0 0.2rem rgba(194, 206, 67, 0.25);
}

/* Combo Option */
[data-theme="quiznos"] .menu-item .combo-option {
    padding: 0.5rem 1rem 1rem;
    color: #C2CE43;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
}

[data-theme="quiznos"] .menu-item .tooltip-combo {
    color: #C2CE43;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

    [data-theme="quiznos"] .menu-item .tooltip-combo:hover {
        color: #a8b839;
    }

/* Tooltip global - posición dinámica */
[data-theme="quiznos"] .combo-tooltip-global {
    position: fixed;
    width: 400px;
    max-width: 90vw;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    padding: 1rem;
    z-index: 9999;
    pointer-events: none;
}

    [data-theme="quiznos"] .combo-tooltip-global img {
        width: 100%;
        border-radius: 8px;
        display: block;
    }


/* Arma tu Combo - Imagen completa */
[data-theme="quiznos"] .combo-full-image {
    padding: 1rem;
}

    [data-theme="quiznos"] .combo-full-image img {
        max-width: 100%;
        height: auto;
        cursor: pointer;
        border-radius: 12px;
        transition: transform 0.3s ease;
    }

        [data-theme="quiznos"] .combo-full-image img:hover {
            transform: scale(1.02);
        }


/* Título de categoría en verde */
[data-theme="quiznos"] .tab-header .category-title {
    color: #C2CE43 !important;
    font-family: var(--heading-font) !important;
    font-size: 2rem;
    font-weight: 400;
}

/* Arma tu Combo - Imagen completa */
[data-theme="quiznos"] .combo-full-image {
    padding: 1rem;
}

    [data-theme="quiznos"] .combo-full-image img {
        max-width: 100%;
        height: auto;
        cursor: pointer;
        border-radius: 12px;
        transition: transform 0.3s ease;
    }

        [data-theme="quiznos"] .combo-full-image img:hover {
            transform: scale(1.02);
        }

/* Fix: Asegurar tamaños consistentes en títulos de sección */
[data-theme="quiznos"] .section-title p {
    font-family: var(--heading-font) !important;
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    color: #1D1D1B;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}

    [data-theme="quiznos"] .section-title p span {
        font-size: inherit !important;
        font-weight: inherit !important;
    }

    [data-theme="quiznos"] .section-title p .description-title {
        color: #C2CE43 !important;
        font-weight: 400 !important;
        font-size: inherit !important;
    }

/* Fix: Título de sección About debe usar estilos de section-title */
[data-theme="quiznos"] .about-section .section-title h2 {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

[data-theme="quiznos"] .about-section .section-title p {
    font-family: var(--heading-font) !important;
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    color: #1D1D1B;
    margin: 0;
    line-height: 1.2;
}

[data-theme="quiznos"] .about-section .section-title .description-title {
    color: #C2CE43 !important;
    font-weight: 400 !important;
}


