.elementor-51 .elementor-element.elementor-element-381bb6c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-14831a8 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Elementor overrides */
.elementor-widget-html {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-section {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.elementor-column {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

html {
    margin: 0 !important;
    padding: 0 !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    background: rgba(139, 36, 36, 0.95);
    backdrop-filter: blur(15px);
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 2px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    margin-left: calc(-50vw + 50%) !important;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Caveat', cursive;
    display: flex;
    align-items: center;
    gap: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.logo img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
    font-weight: 500;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E, #25D366);
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(139, 36, 36, 0.9), rgba(0, 0, 0, 0.7)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><radialGradient id="pizza" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:%23D2691E"/><stop offset="100%" style="stop-color:%238B2424"/></radialGradient></defs><rect fill="%231a1a1a" width="1200" height="800"/><circle fill="url(%23pizza)" cx="300" cy="200" r="120" opacity="0.6"/><circle fill="url(%23pizza)" cx="900" cy="300" r="100" opacity="0.5"/><circle fill="url(%23pizza)" cx="600" cy="500" r="150" opacity="0.4"/><text x="600" y="420" text-anchor="middle" font-size="120" fill="white" opacity="0.8">🍕</text></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139, 36, 36, 0.8), rgba(210, 105, 30, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-family: 'Caveat', cursive;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    opacity: 0.95;
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 40px;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    background: linear-gradient(135deg, #228B22, #32CD32);
    color: white;
    padding: 18px 45px;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(34, 139, 34, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-btn:hover {
    background: linear-gradient(135deg, #32CD32, #228B22);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(34, 139, 34, 0.6);
}

.cta-btn.secondary {
    background: linear-gradient(135deg, #8B2424, #CD5C5C);
    box-shadow: 0 6px 20px rgba(139, 36, 36, 0.4);
}

.cta-btn.secondary:hover {
    background: linear-gradient(135deg, #CD5C5C, #8B2424);
    box-shadow: 0 8px 30px rgba(139, 36, 36, 0.6);
}

/* Sections */
section {
    padding: 100px 0;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
}

.section-title {
    text-align: center;
    font-family: 'Caveat', cursive;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: #8B2424;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* About Section */
.about {
    background: linear-gradient(135deg, #faf8f3, #f5f2ed);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="%23D2691E" opacity="0.1"/><circle cx="90" cy="20" r="1" fill="%238B2424" opacity="0.1"/><circle cx="50" cy="90" r="1" fill="%23228B22" opacity="0.1"/></svg>');
    z-index: 1;
}

.about-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.about-image {
    background: linear-gradient(135deg, rgba(139, 36, 36, 0.9), rgba(210, 105, 30, 0.8)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23D2691E" width="400" height="300" rx="20"/><circle fill="%238B2424" cx="200" cy="150" r="80" opacity="0.8"/><text x="200" y="165" text-anchor="middle" font-size="50" fill="white">🍕</text><text x="200" y="250" text-anchor="middle" font-size="16" fill="white" font-weight="bold">MASSA ARTESANAL</text></svg>');
    background-size: cover;
    height: 350px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.about-image:hover {
    transform: translateY(-8px);
}

.about-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
}

.about-text h3 {
    color: #8B2424;
    margin-bottom: 20px;
    font-size: 2rem;
    font-family: 'Caveat', cursive;
    font-weight: 600;
}

.about-text p {
    margin-bottom: 20px;
}

.about-features {
    margin-top: 30px;
}

.about-features ul {
    list-style: none;
    margin-left: 0;
}

.about-features li {
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    color: #666;
}

.about-features .feature-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #228B22, #32CD32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

/* Photo Gallery */
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 50px;
}

.gallery-item {
    height: 220px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139, 36, 36, 0.3), rgba(210, 105, 30, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-8px) scale(1.02);
}

.gallery-item:hover::before {
    opacity: 1;
}

.gallery-item:nth-child(1) {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect fill="%23D2691E" width="300" height="200" rx="15"/><circle fill="%238B2424" cx="150" cy="100" r="70" opacity="0.9"/><text x="150" y="115" text-anchor="middle" font-size="40" fill="white">🍕</text><text x="150" y="170" text-anchor="middle" font-size="14" fill="white" font-weight="bold">PIZZA ARTESANAL</text></svg>');
}

.gallery-item:nth-child(2) {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect fill="%23228B22" width="300" height="200" rx="15"/><rect fill="%23D2691E" x="50" y="60" width="200" height="80" rx="15" opacity="0.8"/><text x="150" y="110" text-anchor="middle" font-size="18" fill="white" font-weight="bold">FORNO ARTESANAL</text><text x="150" y="170" text-anchor="middle" font-size="12" fill="white">Longa fermentação</text></svg>');
}

.gallery-item:nth-child(3) {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect fill="%23B8860B" width="300" height="200" rx="15"/><circle fill="%238B2424" cx="100" cy="100" r="35" opacity="0.8"/><circle fill="%23228B22" cx="200" cy="100" r="35" opacity="0.8"/><text x="150" y="170" text-anchor="middle" font-size="12" fill="white" font-weight="bold">INGREDIENTES SELECIONADOS</text></svg>');
}

/* Delivery Area */
.delivery {
    background: white;
}

.delivery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.delivery-map {
    background: linear-gradient(135deg, rgba(139, 36, 36, 0.1), rgba(210, 105, 30, 0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23f8f9fa" width="400" height="300" rx="20" stroke="%23dee2e6" stroke-width="2"/><circle fill="%238B2424" cx="200" cy="150" r="8"/><circle fill="none" stroke="%238B2424" stroke-width="3" cx="200" cy="150" r="40" opacity="0.7"/><circle fill="none" stroke="%238B2424" stroke-width="2" cx="200" cy="150" r="80" opacity="0.5"/><circle fill="none" stroke="%238B2424" stroke-width="1" cx="200" cy="150" r="120" opacity="0.3"/><text x="200" y="40" text-anchor="middle" font-size="16" fill="%238B2424" font-weight="bold">JOCKEY PIZZA</text><text x="200" y="280" text-anchor="middle" font-size="14" fill="%23666">Entregamos em um raio de 5km</text></svg>');
    height: 350px;
    border-radius: 20px;
    background-size: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.delivery-map:hover {
    transform: scale(1.02);
}

.delivery-info h3 {
    color: #8B2424;
    margin-bottom: 25px;
    font-size: 2.2rem;
    font-family: 'Caveat', cursive;
    font-weight: 600;
}

.delivery-info p {
    margin-bottom: 18px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}

.delivery-info strong {
    color: #8B2424;
}

.delivery-highlight {
    background: linear-gradient(135deg, #228B22, #32CD32);
    color: white;
    padding: 20px 25px;
    border-radius: 15px;
    margin: 30px 0;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 25px rgba(34, 139, 34, 0.3);
    font-size: 1.1rem;
}

.neighborhoods {
    background: #f8f6f3;
    padding: 20px;
    border-radius: 15px;
    margin-top: 25px;
    border-left: 4px solid #8B2424;
}

.neighborhoods h4 {
    color: #8B2424;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Contact */
.contact {
    background: linear-gradient(135deg, #8B2424, #CD5C5C);
    color: white;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.1"><circle cx="20" cy="20" r="2" fill="white"/><circle cx="80" cy="40" r="2" fill="white"/><circle cx="40" cy="80" r="2" fill="white"/></svg>');
    z-index: 1;
}

.contact .section-title {
    color: white;
    position: relative;
    z-index: 2;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.contact-info h3 {
    color: #32CD32;
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-family: 'Caveat', cursive;
    font-weight: 600;
}

.contact-info p {
    margin-bottom: 18px;
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.95;
}

.contact-info strong {
    color: #32CD32;
}

.contact-buttons {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-buttons .cta-btn {
    justify-content: center;
    width: 100%;
}

.contact-location {
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.contact-location h3 {
    color: #32CD32;
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-family: 'Caveat', cursive;
    font-weight: 600;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    font-size: 1.1rem;
}

.location-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #32CD32, #228B22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: white;
    padding: 60px 0 40px;
    text-align: center;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    margin-bottom: 20px;
    color: #32CD32;
    font-size: 1.5rem;
    font-family: 'Caveat', cursive;
    font-weight: 600;
}

.footer-section p {
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-section a {
    color: #32CD32;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #228B22;
}

/* Cart Icon */
.cart-icon {
    position: fixed;
    top: 100px;
    right: 25px;
    background: linear-gradient(135deg, #228B22, #32CD32);
    color: white;
    padding: 18px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
    box-shadow: 0 8px 25px rgba(34, 139, 34, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.cart-icon:hover {
    transform: scale(1.15);
    color: white;
    box-shadow: 0 10px 35px rgba(34, 139, 34, 0.6);
}

/* Loading Animation */
body {
    opacity: 1;
    transition: opacity 0.5s ease;
}

body.loaded {
    opacity: 1;
}

/* Floating Elements */
.floating-pizza {
    position: fixed;
    font-size: 2rem;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.smooth-scroll {
    scroll-behavior: smooth;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1002;
    background: rgba(139, 36, 36, 0.9);
    border: none;
    padding: 10px;
    border-radius: 5px;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
    display: block;
}

/* Navigation improvements */
.nav-hours {
    font-size: 0.9rem;
}

.btn-text {
    display: inline;
}

/* Gallery items specific styling */
.gallery-item-1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect fill="%23D2691E" width="300" height="200" rx="15"/><circle fill="%238B2424" cx="150" cy="100" r="70" opacity="0.9"/><text x="150" y="115" text-anchor="middle" font-size="40" fill="white">🍕</text><text x="150" y="170" text-anchor="middle" font-size="14" fill="white" font-weight="bold">PIZZA ARTESANAL</text></svg>');
    background-size: cover;
    background-position: center;
}

.gallery-item-2 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect fill="%23228B22" width="300" height="200" rx="15"/><rect fill="%23D2691E" x="50" y="60" width="200" height="80" rx="15" opacity="0.8"/><text x="150" y="110" text-anchor="middle" font-size="18" fill="white" font-weight="bold">FORNO ARTESANAL</text><text x="150" y="170" text-anchor="middle" font-size="12" fill="white">Longa fermentação</text></svg>');
    background-size: cover;
    background-position: center;
}

.gallery-item-3 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200"><rect fill="%23B8860B" width="300" height="200" rx="15"/><circle fill="%238B2424" cx="100" cy="100" r="35" opacity="0.8"/><circle fill="%23228B22" cx="200" cy="100" r="35" opacity="0.8"/><text x="150" y="170" text-anchor="middle" font-size="12" fill="white" font-weight="bold">INGREDIENTES SELECIONADOS</text></svg>');
    background-size: cover;
    background-position: center;
}

/* Footer improvements */
.footer-highlight {
    color: #32CD32 !important;
    margin-top: 15px;
}

.footer-link {
    margin-top: 15px;
}

.footer-links {
    margin-top: 20px;
}

.footer-divider {
    margin: 40px 0 20px;
    border: 1px solid #444;
    opacity: 0.5;
}

.footer-copyright {
    opacity: 0.8;
}

/* Delivery button container */
.delivery-btn-container {
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex;
    }
    
    .nav-right {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        background: rgba(139, 36, 36, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: right 0.3s ease;
        z-index: 1001;
    }
    
    .nav-right.mobile-open {
        right: 0;
    }
    
    .btn-text {
        display: inline;
    }
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .about-content,
    .delivery-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    nav {
        flex-direction: column;
        gap: 15px;
        padding: 15px 0;
    }
    
    .nav-right {
        font-size: 0.9rem;
        gap: 15px;
    }
    
    .logo {
        font-size: 22px;
    }
    
    .logo img {
        width: 45px;
        height: 45px;
    }
    
    .photo-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .cta-btn {
        padding: 15px 35px;
        font-size: 1.1rem;
    }
    
    .contact-buttons {
        gap: 12px;
    }
    
    section {
        padding: 60px 0;
    }
}/* End custom CSS */