/* mobile-fixes.css - FINAL VERSION - Menu & Buttons Black */

/* ===== MOBILE MENU BUBBLE BUTTONS ===== */
@media (max-width: 768px) {
    /* Navbar Menu Items - Bubble Style */
    .nav-menu {
        background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%) !important;
        padding: 2rem 1.5rem !important;
        position: fixed !important;
        top: 70px !important;
        left: -100% !important;
        width: 100% !important;
        height: calc(100vh - 70px) !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        transition: left 0.3s ease !important;
        gap: 1rem !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
        z-index: 999 !important;
        overflow-y: auto !important;
    }
    
    .nav-menu.active {
        left: 0 !important;
    }
    
    .nav-menu li {
        width: 100% !important;
        margin-bottom: 0.5rem !important;
        list-style: none !important;
    }
    
    .nav-menu a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 1rem 1.5rem !important;
        background: #ffffff !important;
        border-radius: 50px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid #e5e5e5 !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        color: #1a1a1a !important;
        width: 100% !important;
        gap: 1rem !important;
        text-decoration: none !important;
        font-size: 1.1rem !important;
        position: relative !important;
    }
    
    /* Remove underline from all links */
    .nav-menu a,
    .nav-menu a:hover,
    .nav-menu a:focus,
    .nav-menu a:active,
    .nav-menu a.active,
    .footer-section ul li a,
    .footer-section ul li a:hover,
    .contact-info li a,
    .btn-card,
    .btn-card:hover,
    .btn-primary,
    .btn-primary:hover,
    .btn-outline,
    .btn-outline:hover,
    .learn-more,
    .learn-more:hover {
        text-decoration: none !important;
        border-bottom: none !important;
        outline: none !important;
    }
    
    /* Remove any pseudo-element underlines */
    .nav-menu a::after,
    .nav-menu a:hover::after,
    .nav-menu a.active::after,
    .footer-section ul li a::after,
    .btn-card::after,
    .learn-more::after {
        display: none !important;
        content: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
    }
    
    /* Add icons to menu items */
    .nav-menu a[href="index.html"]::before {
        content: '🏠' !important;
        font-size: 1.3rem !important;
        margin-right: 12px !important;
    }
    
    .nav-menu a[href="ac-services.html"]::before {
        content: '❄️' !important;
        font-size: 1.3rem !important;
        margin-right: 12px !important;
    }
    
    .nav-menu a[href="plumber-services.html"]::before {
        content: '🔧' !important;
        font-size: 1.3rem !important;
        margin-right: 12px !important;
    }
    
    .nav-menu a[href="electrician-services.html"]::before {
        content: '⚡' !important;
        font-size: 1.3rem !important;
        margin-right: 12px !important;
    }
    
    .nav-menu a[href="painting-services.html"]::before {
        content: '🎨' !important;
        font-size: 1.3rem !important;
        margin-right: 12px !important;
    }
    
    .nav-menu a[href="about.html"]::before {
        content: '👥' !important;
        font-size: 1.3rem !important;
        margin-right: 12px !important;
    }
    
    .nav-menu a[href="contact.html"]::before {
        content: '📞' !important;
        font-size: 1.3rem !important;
        margin-right: 12px !important;
    }
    
    /* Active menu item - Black background */
    .nav-menu a.active {
        background: #000000 !important;
        color: #ffffff !important;
        border-color: #000000 !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
    }
    
    .nav-menu a.active::before {
        color: #ffffff !important;
    }
    
    /* Hover effect - Black background */
    .nav-menu a:hover {
        transform: translateX(8px) !important;
        background: #000000 !important;
        color: #ffffff !important;
        border-color: #000000 !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    }
    
    .nav-menu a:hover::before {
        color: #ffffff !important;
    }
    
    /* Click effect - Black background */
    .nav-menu a:active {
        background: #000000 !important;
        color: #ffffff !important;
        transform: scale(0.98) !important;
    }
    
    /* Hamburger menu styling */
    .hamburger {
        display: flex !important;
        flex-direction: column !important;
        cursor: pointer !important;
        gap: 6px !important;
        z-index: 1001 !important;
    }
    
    .hamburger span {
        width: 30px !important;
        height: 3px !important;
        background: #000000 !important;
        transition: all 0.3s ease !important;
        border-radius: 3px !important;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px) !important;
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0 !important;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px) !important;
    }
    
    /* ===== CARD BUTTONS - BLACK ON CLICK ===== */
    .btn-card,
    .learn-more,
    .btn {
        background: transparent !important;
        color: #000000 !important;
        padding: 0.8rem 1.5rem !important;
        border-radius: 50px !important;
        border: 2px solid #000000 !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0.5rem !important;
        cursor: pointer !important;
        text-decoration: none !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    /* Remove any underline */
    .btn-card::after,
    .btn-card::before,
    .learn-more::after,
    .learn-more::before,
    .btn::after,
    .btn::before {
        display: none !important;
        content: none !important;
    }
    
    /* Hover state - Black */
    .btn-card:hover,
    .learn-more:hover,
    .btn:hover {
        background: #000000 !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
        border-color: #000000 !important;
    }
    
    /* Active/Click state - Black */
    .btn-card:active,
    .learn-more:active,
    .btn:active {
        background: #000000 !important;
        color: #ffffff !important;
        transform: translateY(0) scale(0.98) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
        text-decoration: none !important;
    }
    
    /* Focus state */
    .btn-card:focus,
    .learn-more:focus,
    .btn:focus {
        outline: none !important;
        text-decoration: none !important;
    }
    
    /* ===== FOOTER LINKS - LEFT SIDE ===== */
    .footer {
        text-align: left !important;
        padding: 40px 5% 20px !important;
    }
    
    .footer-content {
        text-align: left !important;
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .footer-section {
        text-align: left !important;
        align-items: flex-start !important;
    }
    
    .footer-section h3 {
        text-align: left !important;
        width: 100% !important;
        margin-bottom: 1rem !important;
        position: relative !important;
    }
    
    .footer-section h3::after {
        content: '' !important;
        position: absolute !important;
        bottom: -5px !important;
        left: 0 !important;
        width: 50px !important;
        height: 2px !important;
        background: #9ca3af !important;
        transform: none !important;
    }
    
    .footer-section ul {
        width: 100% !important;
        padding-left: 0 !important;
    }
    
    .footer-section ul li {
        text-align: left !important;
        margin-bottom: 0.8rem !important;
    }
    
    .footer-section ul li a {
        text-align: left !important;
        padding-left: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        color: #9ca3af !important;
        text-decoration: none !important;
        border-bottom: none !important;
    }
    
    .footer-section ul li a::before {
        content: '›' !important;
        margin-right: 10px !important;
        color: #ffffff !important;
        font-size: 1.2rem !important;
        font-weight: bold !important;
    }
    
    .footer-section ul li a:hover {
        color: #ffffff !important;
        text-decoration: none !important;
    }
    
    /* Social links left align */
    .social-links {
        justify-content: flex-start !important;
    }
    
    .social-links a {
        margin-right: 10px !important;
        text-decoration: none !important;
    }
    
    /* Contact info left align */
    .contact-info li {
        justify-content: flex-start !important;
        text-align: left !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .contact-info li i {
        margin-right: 12px !important;
        width: 20px !important;
        color: #ffffff !important;
    }
    
    .contact-info li a {
        color: #9ca3af !important;
        text-decoration: none !important;
    }
    
    .contact-info li a:hover {
        color: #ffffff !important;
    }
    
    /* Footer bottom */
    .footer-bottom {
        text-align: left !important;
        padding-top: 1.5rem !important;
    }
    
    /* ===== SERVICE FEATURES ===== */
    .service-features {
        text-align: left !important;
    }
    
    .service-features li {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    
    .service-features li i {
        color: #000000 !important;
    }
    
    /* ===== BENEFIT ITEMS LEFT ALIGN ===== */
    .benefit-item {
        text-align: left !important;
    }
    
    .benefit-icon {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    
    /* ===== TESTIMONIALS LEFT ALIGN ===== */
    .testimonial-card {
        text-align: left !important;
    }
    
    .testimonial-rating {
        text-align: left !important;
    }
    
    .testimonial-author {
        justify-content: flex-start !important;
    }
    
    /* ===== BENEFIT ROWS LEFT ALIGN ===== */
    .benefit-row {
        text-align: left !important;
    }
    
    /* ===== CTA BUTTONS LEFT ALIGN ===== */
    .cta-buttons {
        align-items: flex-start !important;
    }
    
    .hero-buttons {
        align-items: flex-start !important;
    }
    
    /* ===== ALL CARDS FULL WIDTH ===== */
    .services-grid,
    .services-mini-grid,
    .values-grid,
    .team-grid,
    .testimonials-grid,
    .areas-grid,
    .cert-grid,
    .info-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    
    .service-card,
    .service-mini-card,
    .value-card,
    .team-member,
    .testimonial-card,
    .area-item,
    .cert-item,
    .info-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 12px !important;
    }
}

/* ===== SMALL MOBILE EXTRA FIXES ===== */
@media (max-width: 480px) {
    /* Menu items padding */
    .nav-menu a {
        padding: 0.9rem 1.2rem !important;
        font-size: 1rem !important;
    }
    
    /* Footer links */
    .footer-section ul li a {
        font-size: 0.95rem !important;
    }
    
    /* Cards */
    .btn-card,
    .learn-more,
    .btn {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .service-card,
    .service-mini-card,
    .value-card,
    .team-member,
    .testimonial-card,
    .area-item,
    .cert-item,
    .info-card {
        padding: 1.2rem !important;
    }
}

/* ===== GLOBAL LINK STYLES - NO UNDERLINES ===== */
a, 
a:hover, 
a:focus, 
a:active,
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn-card,
.btn-card:hover,
.btn-card:focus,
.btn-card:active,
.learn-more,
.learn-more:hover,
.learn-more:focus,
.learn-more:active,
.nav-menu a,
.footer a {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
}

/* Remove all pseudo-element underlines */
a::after,
a::before,
.btn::after,
.btn::before,
.btn-card::after,
.btn-card::before,
.learn-more::after,
.learn-more::before,
.nav-menu a::after,
.footer a::after {
    display: none !important;
    content: none !important;
}

/* ===== BUBBLE ANIMATION ===== */
@keyframes bubblePop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}

.nav-menu a {
    animation: bubblePop 0.3s ease;
}
.social-links {
        display: flex;
        gap: 12px;
        margin-top: 15px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        color: white;
        font-size: 1.2rem;
        text-decoration: none;
    }
    
    /* Facebook */
    .social-icon.facebook {
        background: #1877f2;
    }
    
    .social-icon.facebook:hover {
        background: #0d5ab9;
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
    }
    
    /* Instagram */
    .social-icon.instagram {
        background: linear-gradient(45deg, #f09433, #d62976, #962fbf, #4f5bd5);
    }
    
    .social-icon.instagram:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(225, 48, 108, 0.4);
    }
    
    /* TikTok */
    .social-icon.tiktok {
        background: #000000;
        position: relative;
    }
    
    .social-icon.tiktok:hover {
        background: #1a1a1a;
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    }
    
    /* LinkedIn */
    .social-icon.linkedin {
        background: #0a66c2;
    }
    
    .social-icon.linkedin:hover {
        background: #004182;
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(10, 102, 194, 0.4);
    }
    
    /* Mobile responsive */
    @media (max-width: 768px) {
        .social-links {
            justify-content: center;
        }
    }