/* Custom CSS for Let Me Clean Your BBQ - Fixed Version */

/* Masonry Gallery Styles - More Specific Selectors */
.gallery-content {
    padding: 80px 0 50px !important;
}

.gallery-content .gallery-masonry {
    column-count: 3 !important;
    column-gap: 20px !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    display: block !important;
}

.gallery-content .gallery-masonry .gallery-item {
    break-inside: avoid !important;
    margin-bottom: 20px !important;
    position: relative !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    background: white !important;
    display: block !important;
    float: none !important;
    width: auto !important;
}

.gallery-content .gallery-masonry .gallery-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.gallery-content .gallery-masonry .gallery-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
    max-width: 100% !important;
}

.gallery-content .gallery-masonry .gallery-item:hover img {
    transform: scale(1.05) !important;
}

.gallery-content .gallery-masonry .gallery-item .gi-overlay {
    background: rgba(0, 0, 0, 0.3) !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s ease !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gallery-content .gallery-masonry .gallery-item:hover .gi-overlay {
    opacity: 1 !important;
    visibility: visible !important;
}

.gallery-content .gallery-masonry .gallery-item .gi-overlay i {
    width: 60px !important;
    height: 60px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    line-height: 60px !important;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    color: white !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.gallery-content .gallery-masonry .gallery-item .gi-overlay:hover i {
    background: #f6b61b !important;
    color: white !important;
    transform: scale(1.1) !important;
}

/* Responsive Design - More Specific */
@media (max-width: 1200px) {
    .gallery-content .gallery-masonry {
        column-count: 3 !important;
        column-gap: 15px !important;
    }
}

@media (max-width: 992px) {
    .gallery-content .gallery-masonry {
        column-count: 2 !important;
        column-gap: 15px !important;
    }
}

@media (max-width: 768px) {
    .gallery-content .gallery-masonry {
        column-count: 2 !important;
        column-gap: 10px !important;
    }
    
    .gallery-content .gallery-masonry .gallery-item {
        margin-bottom: 15px !important;
    }
    
    .gallery-content .gallery-masonry .gallery-item .gi-overlay i {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 480px) {
    .gallery-content .gallery-masonry {
        column-count: 1 !important;
        column-gap: 10px !important;
    }
    
    .gallery-content {
        padding: 60px 0 40px !important;
    }
}

/* WhatsApp Button Enhancement */
.whatsapp-button-container {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 1000 !important;
    transition: all 0.3s ease !important;
}

.whatsapp-button-container:hover {
    transform: scale(1.1) !important;
}

.whatsapp-icon {
    width: 60px !important;
    height: 60px !important;
    background: #25d366 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4) !important;
    transition: all 0.3s ease !important;
}

.whatsapp-icon:hover {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6) !important;
}

.whatsapp-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: white !important;
}

.whatsapp-tooltip {
    position: absolute !important;
    right: 70px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #333 !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.whatsapp-button-container:hover .whatsapp-tooltip {
    opacity: 1 !important;
    visibility: visible !important;
}

.whatsapp-tooltip::after {
    content: '' !important;
    position: absolute !important;
    right: -5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-left: 5px solid #333 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
}

/* Responsive WhatsApp Button */
@media (max-width: 768px) {
    .whatsapp-button-container {
        bottom: 20px !important;
        right: 20px !important;
    }
    
    .whatsapp-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .whatsapp-icon svg {
        width: 25px !important;
        height: 25px !important;
    }
    
    .whatsapp-tooltip {
        display: none !important;
    }
}

/* Sitemap Page Styles */
.sitemap-content {
    padding: 40px 0;
}

.sitemap-section {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.sitemap-section:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.sitemap-section h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: 2px solid #ff6b35;
    padding-bottom: 10px;
}

.sitemap-section h3 i {
    color: #ff6b35;
    margin-right: 10px;
}

.sitemap-section h4 {
    color: #555;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: 500;
}

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.sitemap-list li:last-child {
    border-bottom: none;
}

.sitemap-list li:hover {
    background: #f9f9f9;
    padding-left: 10px;
}

.sitemap-list li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sitemap-list li a:hover {
    color: #ff6b35;
    text-decoration: none;
}

.sitemap-list li strong {
    color: #ff6b35;
    font-weight: 600;
}

.sitemap-cta {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}

.sitemap-cta h3 {
    color: white;
    margin-bottom: 15px;
    font-size: 1.8em;
}

.sitemap-cta p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
    font-size: 1.1em;
}

.sitemap-cta .btn {
    margin: 0 10px;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.sitemap-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Responsive Sitemap */
@media (max-width: 768px) {
    .sitemap-section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .sitemap-section h3 {
        font-size: 1.2em;
    }
    
    .sitemap-cta {
        padding: 30px 20px;
    }
    
    .sitemap-cta h3 {
        font-size: 1.5em;
    }
    
    .sitemap-cta .btn {
        display: block;
        margin: 10px 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sitemap-content {
        padding: 20px 0;
    }
    
    .sitemap-section {
        padding: 15px;
    }
    
    .sitemap-cta {
        padding: 25px 15px;
    }
} 

.footer-address-contant a {
    color: #1c1c1c;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-address-contant a:hover {
    color: #f6b61b;
    text-decoration: none;
}