/* ===== ULTIMATE DECOR & EVENTS LLC - MOBILE ONLY FIXES ===== */

@media screen and (max-width: 768px) {
    /* ===== MOBILE HEADER FIXES ===== */
    .header {
        padding: 0.5rem 0;
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(15px);
        box-shadow: 0 2px 10px rgba(30, 58, 138, 0.1);
        border-bottom: 1px solid rgba(30, 58, 138, 0.1);
        position: sticky !important;
        top: 0 !important;
        z-index: 1000 !important;
        transition: all 0.3s ease !important;
    }
    
    /* Mobile header scroll effect */
    .header.scrolled {
        padding: 0.25rem 0 !important;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15) !important;
    }
    
    .header-content {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0.5rem 1rem !important;
        position: relative !important;
    }
    
    .logo {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        gap: 0.75rem !important;
    }
    
    .logo-main {
        font-size: 1.2rem !important;
        margin: 0;
        line-height: 1.2;
        font-weight: 400;
        color: #1a1a1a !important;
    }
    
    .logo-subtitle {
        font-size: 0.7rem !important;
        margin: 0;
        line-height: 1;
        color: #d4af37 !important;
    }
    
    .logo-img {
        width: 35px !important;
        height: 35px !important;
    }
    
    /* Hide desktop navigation and CTA on mobile */
    .nav {
        display: none !important;
    }
    
    .header-cta {
        display: none !important;
    }
    
    /* Mobile menu button positioning and styling - aligned with logo */
    #bulletproof-mobile-toggle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 44px !important;
        height: 44px !important;
        background: #d4af37 !important;
        border: 2px solid #d4af37 !important;
        border-radius: 8px !important;
        z-index: 10001 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        transition: all 0.3s ease !important;
        margin-left: auto !important;
    }
    
    #bulletproof-mobile-toggle:hover {
        background: #1a1a1a !important;
        border-color: #1a1a1a !important;
        transform: scale(1.05) !important;
    }
    
    #bulletproof-mobile-toggle span {
        display: block !important;
        width: 20px !important;
        height: 2px !important;
        background: #ffffff !important;
        margin: 2px 0 !important;
        border-radius: 1px !important;
        transition: all 0.3s ease !important;
    }
    
    /* ===== MOBILE HERO FIXES ===== */
    .hero {
        min-height: 100vh;
        padding: 2rem 0;
    }
    
    .hero-bg-slide {
        background-attachment: scroll !important;
        filter: brightness(0.6) contrast(1.1) saturate(1.2) !important;
    }
    
    .hero-left {
        background: transparent !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }
    
    .hero-main-title {
        font-size: 2.5rem !important;
        line-height: 1.1;
        margin-bottom: 1rem;
        color: #ffffff !important;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.5) !important;
    }
    
    .hero-subtitle {
        font-size: 1.1rem !important;
        margin-bottom: 1rem;
        color: #ffffff !important;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.4) !important;
    }
    
    .hero-description {
        font-size: 1rem !important;
        margin-bottom: 1.5rem;
        color: #ffffff !important;
        line-height: 1.6 !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.4) !important;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .btn {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        min-height: 48px;
        background: #d4af37 !important; /* Accent color */
        color: #ffffff !important;
        border: 2px solid #d4af37 !important;
        font-weight: 600 !important;
    }
    
    .btn:hover {
        background: #1a1a1a !important; /* Primary color */
        border-color: #1a1a1a !important;
        color: #ffffff !important;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .feature-item {
        padding: 0.75rem;
        font-size: 0.9rem;
        background: rgba(0, 0, 0, 0.6) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        color: #ffffff !important;
        font-weight: 500 !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
    }
    
    .hero-card {
        padding: 1.5rem;
        margin-top: 2rem;
    }
    
    .hero-form input,
    .hero-form select {
        padding: 1rem;
        font-size: 1rem;
        min-height: 48px;
    }
    
    /* ===== MOBILE SERVICES FIXES ===== */
    .services-section {
        padding: 2rem 0;
    }
    
    .section-header {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .section-header h2 {
        font-size: 2rem !important;
        margin-bottom: 1rem;
    }
    
    .section-header p {
        font-size: 1rem !important;
        margin-bottom: 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .service-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .service-card h3 {
        font-size: 1.3rem !important;
        margin-bottom: 1rem;
    }
    
    .service-card p {
        font-size: 0.95rem !important;
        margin-bottom: 1rem;
        line-height: 1.5;
    }
    
    .service-features {
        margin-bottom: 1rem;
    }
    
    .feature-tag {
        font-size: 0.75rem !important;
        padding: 0.4rem 0.8rem;
    }
    
    .as-needed-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }
    
    .service-card.as-needed {
        padding: 1.25rem;
    }
    
    .service-details {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .detail-item {
        font-size: 0.85rem;
    }
    
    .service-cta {
        margin: 2rem 0;
    }
    
    .service-cta .btn {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
    
    .event-consultation-section {
        padding: 1.5rem;
        margin: 2rem 0;
    }
    
    .consultation-content .btn {
        background: #d4af37 !important;
        color: #ffffff !important;
        border: 2px solid #d4af37 !important;
        font-weight: 600 !important;
        padding: 1rem 2rem !important;
        font-size: 1rem !important;
        min-height: 48px !important;
        display: inline-block !important;
        text-decoration: none !important;
        border-radius: 8px !important;
        transition: all 0.3s ease !important;
    }
    
    .consultation-content .btn:hover {
        background: #1a1a1a !important;
        border-color: #1a1a1a !important;
        color: #ffffff !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    }
    
    /* ===== MOBILE ABOUT FIXES ===== */
    .about-section {
        padding: 2rem 0;
    }
    
    .about-content {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .about-text h2 {
        font-size: 2rem !important;
        margin-bottom: 1rem;
    }
    
    .about-text p {
        font-size: 1rem !important;
        margin-bottom: 1rem;
        line-height: 1.6;
    }
    
    .mission-section {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    
    .mission-section h3 {
        font-size: 1.2rem !important;
        margin-bottom: 1rem;
    }
    
    .about-features {
        grid-template-columns: 1fr !important;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .feature {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    .about-img {
        height: 300px !important;
        width: 100%;
        object-fit: cover;
    }
    
    /* ===== MOBILE PORTFOLIO FIXES ===== */
    .portfolio-section {
        padding: 2rem 0;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .portfolio-item {
        margin-bottom: 1rem;
    }
    
    .portfolio-img {
        height: 250px !important;
    }
    
    .portfolio-overlay {
        padding: 1.5rem;
    }
    
    .portfolio-overlay h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.5rem;
    }
    
    .portfolio-overlay p {
        font-size: 0.9rem !important;
    }
    
    /* ===== MOBILE TESTIMONIALS FIXES ===== */
    .testimonials-section {
        padding: 2rem 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .testimonial-card p {
        font-size: 1rem !important;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-author strong {
        font-size: 1rem !important;
        margin-bottom: 0.25rem;
    }
    
    .testimonial-author span {
        font-size: 0.85rem !important;
    }
    
    /* ===== MOBILE CONTACT FIXES ===== */
    .contact-section {
        padding: 2rem 0;
    }
    
    .contact-content {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .contact-info {
        gap: 1.5rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .contact-icon {
        font-size: 1.5rem !important;
        margin: 0 auto;
    }
    
    .contact-details h3 {
        font-size: 1.2rem !important;
        margin-bottom: 0.5rem;
    }
    
    .contact-details p {
        font-size: 0.95rem !important;
        margin-bottom: 0.5rem;
    }
    
    .form {
        padding: 1.5rem;
    }
    
    .form-group {
        margin-bottom: 1.5rem;
    }
    
    .form-group label {
        font-size: 0.95rem !important;
        margin-bottom: 0.5rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 1rem;
        font-size: 1rem;
        min-height: 48px;
    }
    
    .form-group textarea {
        min-height: 120px;
        resize: vertical;
    }
    
    /* ===== MOBILE FOOTER FIXES ===== */
    .footer {
        background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 50%, #1a1a1a 100%) !important;
        padding: 2rem 0 1rem;
        border-top: 3px solid #d4af37 !important;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h3 {
        color: #ffffff !important;
        font-size: 1.1rem !important;
        margin-bottom: 1rem;
        font-weight: 600 !important;
        position: relative !important;
        padding-bottom: 0.5rem !important;
    }
    
    .footer-section h3::after {
        content: '' !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 30px !important;
        height: 2px !important;
        background: #d4af37 !important;
    }
    
    .footer-section p {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 0.95rem !important;
        margin-bottom: 0.75rem;
        font-weight: 400 !important;
    }
    
    .footer-section ul li {
        margin-bottom: 0.5rem;
    }
    
    .footer-section ul li a {
        color: rgba(255, 255, 255, 0.9) !important;
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 400 !important;
    }
    
    .footer-section ul li a:hover {
        color: #d4af37 !important;
        text-decoration: underline !important;
    }
    
    .social-links {
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
    }
    
    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border-radius: 8px;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid transparent;
        min-width: 44px;
        min-height: 44px;
    }
    
    .social-links a:hover {
        background: #d4af37;
        border-color: #d4af37;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(212, 175, 55, 0.3);
    }
    
    .social-links a svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }
    
    .social-links a span {
        font-size: 0.9rem;
        font-weight: 500;
    }
    
    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
        padding-top: 1rem !important;
        text-align: center !important;
        background: rgba(0, 0, 0, 0.3) !important;
        margin-top: 1rem !important;
        padding: 1rem !important;
        border-radius: 8px !important;
    }
    
    .footer-bottom p {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem;
        font-weight: 400 !important;
    }
    
    /* ===== MOBILE UTILITIES ===== */
    .text-center {
        text-align: center !important;
    }
    
    .text-left {
        text-align: left !important;
    }
    
    .text-right {
        text-align: right !important;
    }
    
    .mb-1 { margin-bottom: 0.5rem !important; }
    .mb-2 { margin-bottom: 1rem !important; }
    .mb-3 { margin-bottom: 1.5rem !important; }
    .mb-4 { margin-bottom: 2rem !important; }
    
    .mt-1 { margin-top: 0.5rem !important; }
    .mt-2 { margin-top: 1rem !important; }
    .mt-3 { margin-top: 1.5rem !important; }
    .mt-4 { margin-top: 2rem !important; }
    
    .p-1 { padding: 0.5rem !important; }
    .p-2 { padding: 1rem !important; }
    .p-3 { padding: 1.5rem !important; }
    .p-4 { padding: 2rem !important; }
}
