/* _content/zemcotech.co.mz/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qkockvkz1t] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-qkockvkz1t] {
    flex: 1;
    /*padding-top: 80px;*/
}

@media (max-width: 768px) {
    .main-content[b-qkockvkz1t] {
        padding-top: 70px;
    }
}
/* _content/zemcotech.co.mz/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-fqfxk0lqb0] {
    background: transparent;
    padding: 15px 0;
    transition: all 0.4s ease;
    backdrop-filter: blur(0px);
}

    /* Quando o usu�rio scrollar, adiciona fundo */
    .navbar.scrolled[b-fqfxk0lqb0] {
        background: rgba(15, 27, 45, 0.92);
        backdrop-filter: blur(20px);
        padding: 10px 0;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid rgba(245, 158, 11, 0.1);
    }

.navbar-brand[b-fqfxk0lqb0] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 0;
}

.brand-logo[b-fqfxk0lqb0] {
    height: 80px;
    width: auto;
    /*object-fit: contain;
    filter: brightness(0) invert(1);*/
    transition: all 0.3s ease;
}

    .brand-logo:hover[b-fqfxk0lqb0] {
        transform: scale(1.05);
        filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(245, 158, 11, 0.3));
    }

.brand-text[b-fqfxk0lqb0] {
    font-weight: 700;
    font-size: 1.3rem;
    color: #d4af37;
    letter-spacing: 1px;
    line-height: 1.2;
}

.brand-sub[b-fqfxk0lqb0] {
    display: block;
    font-size: 0.65rem;
    color: #ecf0f1;
    letter-spacing: 2px;
    font-weight: 300;
    margin-top: -2px;
}

.nav-link[b-fqfxk0lqb0] {
    color: #d4af37 !important;
    font-weight: 500;
    padding: 8px 20px !important;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    position: relative;
}

    .nav-link:hover[b-fqfxk0lqb0] {
        color: #f59e0b !important;
        background: rgba(245, 158, 11, 0.1);
    }

    .nav-link.active[b-fqfxk0lqb0] {
        color: #f59e0b !important;
        background: rgba(245, 158, 11, 0.1);
    }

        .nav-link.active[b-fqfxk0lqb0]::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 2px;
            background: #f59e0b;
            border-radius: 2px;
        }

.btn-contact[b-fqfxk0lqb0] {
    background: linear-gradient(135deg, #b8860b, #d4af37) !important;
    color: #0f1b2d !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    padding: 8px 30px !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.2);
}

    .btn-contact:hover[b-fqfxk0lqb0] {
        background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(245, 158, 11, 0.4);
        color: #0f1b2d !important;
    }

.navbar-toggler[b-fqfxk0lqb0] {
    border-color: rgba(255, 255, 255, 0.3);
    padding: 8px 12px;
}

    .navbar-toggler:focus[b-fqfxk0lqb0] {
        box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.3);
    }

/* Scroll effect com JavaScript */
.navbar-scrolled[b-fqfxk0lqb0] {
    background: rgba(15, 27, 45, 0.92) !important;
    backdrop-filter: blur(20px) !important;
    padding: 10px 0 !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
    border-bottom: 1px solid rgba(245, 158, 11, 0.1) !important;
}
.whatsapp-float[b-fqfxk0lqb0] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.4);
    z-index: 999;
    animation: pulse-b-fqfxk0lqb0 2s infinite;
    text-decoration: none;
}

@keyframes pulse-b-fqfxk0lqb0 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}
@media (max-width: 991px) {
    .navbar[b-fqfxk0lqb0] {
        background: rgba(15, 27, 45, 0.95) !important;
        backdrop-filter: blur(20px) !important;
        padding: 10px 0 !important;
    }

    .navbar-collapse[b-fqfxk0lqb0] {
        background: rgba(15, 27, 45, 0.98);
        padding: 20px;
        border-radius: 16px;
        margin-top: 10px;
        border: 1px solid rgba(245, 158, 11, 0.1);
    }

    .nav-link[b-fqfxk0lqb0] {
        text-align: center;
        padding: 12px !important;
        border-radius: 12px;
    }

        .nav-link.active[b-fqfxk0lqb0]::after {
            display: none;
        }

    .btn-contact[b-fqfxk0lqb0] {
        margin-top: 5px;
        text-align: center;
    }

    .brand-logo[b-fqfxk0lqb0] {
        height: 40px;
    }

    .brand-text[b-fqfxk0lqb0] {
        font-size: 1.1rem;
    }

    .brand-sub[b-fqfxk0lqb0] {
        font-size: 0.55rem;
    }
}

@media (max-width: 576px) {
    .brand-text[b-fqfxk0lqb0] {
        font-size: 0.95rem;
    }

    .brand-logo[b-fqfxk0lqb0] {
        height: 35px;
    }

    .navbar-brand[b-fqfxk0lqb0] {
        gap: 8px;
    }

    .nav-link[b-fqfxk0lqb0] {
        font-size: 0.85rem;
    }
}
/* _content/zemcotech.co.mz/Components/Pages/Contato.razor.rz.scp.css */
/* Estilos gerais */
.page-header[b-58qe878b8n] {
    background: linear-gradient(135deg, #1a2a3a 0%, #2c3e50 100%);
    padding: 60px 0 40px;
    margin-bottom: 30px;
}

    .page-header h1[b-58qe878b8n] {
        color: white;
    }

    .page-header .text-muted[b-58qe878b8n] {
        color: #bdc3c7 !important;
    }

.divider[b-58qe878b8n] {
    width: 60px;
    height: 4px;
    background: #f1c40f;
    margin: 15px auto;
    border-radius: 2px;
}

.text-warning[b-58qe878b8n] {
    color: #f1c40f !important;
}

/* Formulário */
.contact-form-wrapper[b-58qe878b8n] {
    background: white;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

    .contact-form-wrapper:hover[b-58qe878b8n] {
        border-color: #f1c40f;
    }

.form-control[b-58qe878b8n], .form-select[b-58qe878b8n] {
    border-radius: 12px;
    padding: 12px 18px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

    .form-control:focus[b-58qe878b8n], .form-select:focus[b-58qe878b8n] {
        border-color: #f1c40f;
        box-shadow: 0 0 0 0.25rem rgba(241, 196, 15, 0.15);
    }

    .form-control[b-58qe878b8n]::placeholder {
        color: #adb5bd;
        font-size: 0.9rem;
    }

.btn-primary[b-58qe878b8n] {
    background: linear-gradient(135deg, #f1c40f, #f39c12);
    border: none;
    color: #1a2a3a;
    font-weight: 600;
    padding: 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

    .btn-primary:hover[b-58qe878b8n] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(241, 196, 15, 0.3);
        color: #1a2a3a;
    }

    .btn-primary:active[b-58qe878b8n] {
        transform: translateY(0);
    }

/* Informações de contato */
.contact-info[b-58qe878b8n] {
    background: linear-gradient(145deg, #1a2a3a, #243342) !important;
    border: 1px solid rgba(255,255,255,0.05);
}

.contact-item[b-58qe878b8n] {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

    .contact-item:last-of-type[b-58qe878b8n] {
        border-bottom: none;
    }

.icon-wrapper[b-58qe878b8n] {
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 196, 15, 0.1);
    border-radius: 12px;
    flex-shrink: 0;
}

.contact-item h5[b-58qe878b8n] {
    color: #f1c40f;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-item p[b-58qe878b8n] {
    color: #bdc3c7;
    margin-bottom: 2px;
    font-size: 0.95rem;
}

.hover-yellow[b-58qe878b8n] {
    transition: color 0.3s ease;
}

    .hover-yellow:hover[b-58qe878b8n] {
        color: #f1c40f !important;
    }

/* Redes Sociais */
.social-links[b-58qe878b8n] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link[b-58qe878b8n] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    color: #bdc3c7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 1rem;
    border: 1px solid rgba(255,255,255,0.05);
}

    .social-link:hover[b-58qe878b8n] {
        background: #f1c40f;
        color: #1a2a3a;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(241, 196, 15, 0.3);
        border-color: #f1c40f;
    }

/* Mapa */
.map-wrapper[b-58qe878b8n] {
    border: 3px solid #f1c40f;
    transition: all 0.3s ease;
}

    .map-wrapper:hover[b-58qe878b8n] {
        border-color: #f39c12;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }

    .map-wrapper iframe[b-58qe878b8n] {
        display: block;
        filter: grayscale(10%);
        transition: filter 0.3s ease;
    }

    .map-wrapper:hover iframe[b-58qe878b8n] {
        filter: grayscale(0%);
    }

/* Responsividade */
@media (max-width: 992px) {
    .contact-info[b-58qe878b8n] {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .page-header[b-58qe878b8n] {
        padding: 40px 0 30px;
    }

        .page-header h1[b-58qe878b8n] {
            font-size: 2rem !important;
        }

    .contact-form-wrapper[b-58qe878b8n] {
        padding: 20px !important;
    }

    .contact-info[b-58qe878b8n] {
        padding: 20px !important;
    }

    .contact-item[b-58qe878b8n] {
        gap: 12px;
    }

    .icon-wrapper[b-58qe878b8n] {
        min-width: 40px;
        height: 40px;
    }

        .icon-wrapper i[b-58qe878b8n] {
            font-size: 1.3rem !important;
        }

    .social-link[b-58qe878b8n] {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .map-wrapper iframe[b-58qe878b8n] {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .page-header h1[b-58qe878b8n] {
        font-size: 1.8rem !important;
    }

    .form-control[b-58qe878b8n], .form-select[b-58qe878b8n] {
        font-size: 0.9rem;
        padding: 10px 14px;
    }

    .btn-primary[b-58qe878b8n] {
        padding: 12px;
        font-size: 0.95rem;
    }

    .contact-item h5[b-58qe878b8n] {
        font-size: 0.85rem;
    }

    .contact-item p[b-58qe878b8n] {
        font-size: 0.85rem;
    }
}
/* _content/zemcotech.co.mz/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-j0sekfm0pg] {
    background: linear-gradient(135deg, rgba(15, 27, 45, 0.75), rgba(45, 62, 140, 0.45)), url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1200');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .hero-section[b-j0sekfm0pg]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(ellipse at bottom right, rgba(245, 158, 11, 0.08), transparent 70%);
        pointer-events: none;
    }

.hero-logo[b-j0sekfm0pg] {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
    animation: float-b-j0sekfm0pg 3s ease-in-out infinite;
}

@keyframes float-b-j0sekfm0pg {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}
.hero-overlay[b-j0sekfm0pg] {
    width: 100%;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.hero-content[b-j0sekfm0pg] {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 1s ease forwards;
}

.hero-badge[b-j0sekfm0pg] {
    display: inline-block;
    background: rgba(245, 158, 11, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fbbf24;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-title[b-j0sekfm0pg] {
    font-size: 5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

    .hero-title span[b-j0sekfm0pg] {
        color: #f59e0b;
    }

.hero-subtitle[b-j0sekfm0pg] {
    font-size: 1.4rem;
    font-weight: 500;
    color: #e5e7eb;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 25px;
    opacity: 0.9;
}

.hero-divider[b-j0sekfm0pg] {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    margin: 25px auto;
    border-radius: 2px;
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.3);
}

.hero-description[b-j0sekfm0pg] {
    font-size: 1.2rem;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto 35px;
    line-height: 1.8;
    font-weight: 300;
}

.hero-buttons[b-j0sekfm0pg] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    margin: 10px;
}

.btn-primary[b-j0sekfm0pg] {
    background: linear-gradient(135deg, #b8860b, #d4af37);
    border: none;
    color: #0f1b2d;
    font-weight: 700;
    padding: 16px 45px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.95rem;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
}

    .btn-primary:hover[b-j0sekfm0pg] {
        background: linear-gradient(135deg, #fbbf24, #f59e0b);
        transform: translateY(-3px);
        box-shadow: 0 10px 40px rgba(245, 158, 11, 0.5);
        color: #0f1b2d;
    }

.btn-outline-light[b-j0sekfm0pg] {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-weight: 600;
    padding: 16px 45px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.95rem;
    backdrop-filter: blur(5px);
}

    .btn-outline-light:hover[b-j0sekfm0pg] {
        background: rgba(255, 255, 255, 0.1);
        border-color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 10px 40px rgba(255, 255, 255, 0.1);
        color: #fff;
    }

/* Features Section */
.features-section[b-j0sekfm0pg] {
    background: #0f1b2d;
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-card[b-j0sekfm0pg] {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    backdrop-filter: blur(10px);
}

    .feature-card:hover[b-j0sekfm0pg] {
        background: rgba(245, 158, 11, 0.05);
        border-color: rgba(245, 158, 11, 0.2);
        transform: translateY(-5px);
    }

.feature-icon[b-j0sekfm0pg] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.15);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon[b-j0sekfm0pg] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #0f1b2d;
    transform: scale(1.05);
    border-color: #f59e0b;
}

.feature-card h4[b-j0sekfm0pg] {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.feature-card p[b-j0sekfm0pg] {
    color: #9ca3af;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Values Section */
.values-section[b-j0sekfm0pg] {
    background: #f8fafc;
    padding: 70px 0;
}

.value-card[b-j0sekfm0pg] {
    padding: 35px 20px;
    border-radius: 20px;
    transition: all 0.4s ease;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    border-bottom: 4px solid transparent;
    height: 100%;
}

    .value-card:hover[b-j0sekfm0pg] {
        transform: translateY(-10px);
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
        border-bottom-color: #f59e0b;
    }

    .value-card i[b-j0sekfm0pg] {
        color: #f59e0b !important;
        transition: transform 0.3s ease;
    }

    .value-card:hover i[b-j0sekfm0pg] {
        transform: scale(1.1);
    }

    .value-card h5[b-j0sekfm0pg] {
        font-weight: 700;
        color: #0f1b2d;
        font-size: 1rem;
        letter-spacing: 0.5px;
        margin-top: 15px !important;
    }

    .value-card .text-muted[b-j0sekfm0pg] {
        color: #6b7280 !important;
        font-size: 0.9rem;
        margin-bottom: 0;
    }

.text-primary[b-j0sekfm0pg] {
    color: #f59e0b !important;
}

/* Responsividade */
@media (max-width: 992px) {
    .hero-title[b-j0sekfm0pg] {
        font-size: 3.5rem;
    }

    .hero-subtitle[b-j0sekfm0pg] {
        font-size: 1.2rem;
    }

    .hero-description[b-j0sekfm0pg] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-section[b-j0sekfm0pg] {
        min-height: 80vh;
    }
    .hero-logo[b-j0sekfm0pg] {
        height: 60px;
    }
    .hero-section h1[b-j0sekfm0pg] {
        font-size: 2rem !important;
    }

    .hero-section h2[b-j0sekfm0pg] {
        font-size: 1.3rem !important;
    }
    .hero-overlay[b-j0sekfm0pg] {
        padding: 60px 0;
    }

    .hero-title[b-j0sekfm0pg] {
        font-size: 2.8rem;
    }

    .hero-subtitle[b-j0sekfm0pg] {
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .hero-description[b-j0sekfm0pg] {
        font-size: 0.95rem;
        padding: 0 15px;
    }

    .hero-badge[b-j0sekfm0pg] {
        font-size: 0.7rem;
        padding: 5px 20px;
    }

    .btn-primary[b-j0sekfm0pg], .btn-outline-light[b-j0sekfm0pg] {
        padding: 14px 30px;
        font-size: 0.8rem;
    }

    .hero-buttons[b-j0sekfm0pg] {
        gap: 10px;
    }
        .hero-buttons .btn[b-j0sekfm0pg] {
            display: block;
            width: 100%;
            margin: 8px 0;
        }

    .service-card[b-j0sekfm0pg] {
        padding: 25px;
    }

    .contact-info[b-j0sekfm0pg] {
        margin-top: 20px;
    }

    .feature-card[b-j0sekfm0pg] {
        padding: 25px 15px;
    }

        .feature-card h4[b-j0sekfm0pg] {
            font-size: 0.9rem;
        }

    .value-card[b-j0sekfm0pg] {
        padding: 25px 15px;
    }

        .value-card h5[b-j0sekfm0pg] {
            font-size: 0.85rem;
        }
}

@media (max-width: 576px) {
    .hero-title[b-j0sekfm0pg] {
        font-size: 2.2rem;
    }

    .hero-subtitle[b-j0sekfm0pg] {
        font-size: 0.85rem;
        letter-spacing: 1px;
    }

    .hero-description[b-j0sekfm0pg] {
        font-size: 0.85rem;
    }

    .btn-primary[b-j0sekfm0pg], .btn-outline-light[b-j0sekfm0pg] {
        padding: 12px 25px;
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

    .feature-icon[b-j0sekfm0pg] {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .hero-badge[b-j0sekfm0pg] {
        font-size: 0.6rem;
        padding: 4px 16px;
    }
}
/* _content/zemcotech.co.mz/Components/Pages/Projetos.razor.rz.scp.css */
.page-header[b-svod8wyz00] {
    background: linear-gradient(135deg, rgba(15, 27, 45, 0.85), rgba(45, 62, 140, 0.7)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1200');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
}

    .page-header h1[b-svod8wyz00] {
        color: #fff;
    }

    .page-header .lead[b-svod8wyz00] {
        color: #d1d5db;
    }

.text-primary[b-svod8wyz00] {
    color: #f59e0b !important;
}

.divider-center[b-svod8wyz00] {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    margin: 15px auto;
    border-radius: 2px;
}

.text-primary[b-svod8wyz00] {
    color: #f59e0b !important;
}

.divider[b-svod8wyz00] {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    margin: 15px auto;
    border-radius: 2px;
}

.project-card[b-svod8wyz00] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f1f3f5;
}

    .project-card:hover[b-svod8wyz00] {
        transform: translateY(-8px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.12);
        border-color: #f59e0b;
    }

.project-image[b-svod8wyz00] {
    position: relative;
    overflow: hidden;
    height: 220px;
}

    .project-image img[b-svod8wyz00] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.project-card:hover .project-image img[b-svod8wyz00] {
    transform: scale(1.05);
}

.project-overlay[b-svod8wyz00] {
    position: absolute;
    top: 15px;
    left: 15px;
}

.project-tag[b-svod8wyz00] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #0f1b2d;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-info[b-svod8wyz00] {
    padding: 20px 25px 25px;
}

    .project-info h4[b-svod8wyz00] {
        font-size: 1.1rem;
        font-weight: 600;
        color: #0f1b2d;
        margin-bottom: 10px;
    }

    .project-info p[b-svod8wyz00] {
        color: #6b7280;
        font-size: 0.9rem;
        margin-bottom: 15px;
        line-height: 1.6;
    }

.project-link[b-svod8wyz00] {
    color: #f59e0b;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .project-link:hover[b-svod8wyz00] {
        color: #d97706;
        gap: 12px;
    }

    .project-link i[b-svod8wyz00] {
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

    .project-link:hover i[b-svod8wyz00] {
        transform: translateX(5px);
    }
/* _content/zemcotech.co.mz/Components/Pages/Qualidade.razor.rz.scp.css */
.page-header[b-phikxq9usv] {
    background: linear-gradient(135deg, rgba(15, 27, 45, 0.85), rgba(45, 62, 140, 0.7)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1200');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
}

    .page-header h1[b-phikxq9usv] {
        color: #fff;
    }

    .page-header .lead[b-phikxq9usv] {
        color: #d1d5db;
    }


.divider[b-phikxq9usv] {
    width: 60px;
    height: 4px;
    background: #f1c40f;
    margin: 15px auto;
    border-radius: 2px;
}

.text-warning[b-phikxq9usv] {
    color: #f1c40f !important;
}

.value-card-lg[b-phikxq9usv] {
    background: white;
    border-radius: 20px;
    padding: 35px 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .value-card-lg:hover[b-phikxq9usv] {
        border-color: #f1c40f;
        transform: translateY(-5px);
        box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    }

.icon-circle[b-phikxq9usv] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.quality-banner[b-phikxq9usv] {
    background: linear-gradient(135deg, #1a2a3a, #2c3e50);
    border-left: 8px solid #f1c40f;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

    .quality-banner h2[b-phikxq9usv] {
        color: #f1c40f;
    }
/* _content/zemcotech.co.mz/Components/Pages/Servicos.razor.rz.scp.css */
.page-header[b-x5hpmc43kx] {
    background: linear-gradient(135deg, rgba(15, 27, 45, 0.85), rgba(45, 62, 140, 0.7)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1200');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
}

    .page-header h1[b-x5hpmc43kx] {
        color: #fff;
    }

    .page-header .lead[b-x5hpmc43kx] {
        color: #d1d5db;
    }

.text-primary[b-x5hpmc43kx] {
    color: #f59e0b !important;
}

.divider-center[b-x5hpmc43kx] {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    margin: 15px auto;
    border-radius: 2px;
}

.service-card[b-x5hpmc43kx] {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

    .service-card[b-x5hpmc43kx]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #f1c40f, #f39c12);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .service-card:hover[b-x5hpmc43kx]::before {
        opacity: 1;
    }

    .service-card:hover[b-x5hpmc43kx] {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(0,0,0,0.12);
        border-color: #f1c40f;
    }

.service-icon-wrapper[b-x5hpmc43kx] {
    position: relative;
    display: inline-block;
}

.service-badge[b-x5hpmc43kx] {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f1c40f;
    color: #1a2a3a;
    font-size: 0.7rem;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.btn-service[b-x5hpmc43kx] {
    display: inline-block;
    margin-top: 15px;
    color: #f1c40f;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-service:hover[b-x5hpmc43kx] {
        color: #f39c12;
        transform: translateX(5px);
    }
.service-icon[b-x5hpmc43kx] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #0f1b2d;
}

.service-card h3[b-x5hpmc43kx] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f1b2d;
    margin-bottom: 15px;
}

.service-card p[b-x5hpmc43kx] {
    color: #6b7280;
    margin-bottom: 15px;
    line-height: 1.7;
}

.service-card ul[b-x5hpmc43kx] {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

    .service-card ul li[b-x5hpmc43kx] {
        padding: 5px 0;
        color: #374151;
        font-size: 0.95rem;
    }

        .service-card ul li[b-x5hpmc43kx]::before {
            content: "✓ ";
            color: #f59e0b;
            font-weight: bold;
        }

@media (max-width: 768px) {
    .page-header[b-x5hpmc43kx] {
        padding: 100px 0 60px;
    }

        .page-header h1[b-x5hpmc43kx] {
            font-size: 2.2rem;
        }

    .service-card[b-x5hpmc43kx] {
        padding: 25px;
    }

        .service-card h3[b-x5hpmc43kx] {
            font-size: 1rem;
        }
}
/* _content/zemcotech.co.mz/Components/Pages/Sobre.razor.rz.scp.css */
.page-header[b-348sc43e2d] {
    background: linear-gradient(135deg, rgba(15, 27, 45, 0.85), rgba(45, 62, 140, 0.7)), url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1200');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
}

    .page-header h1[b-348sc43e2d] {
        color: #fff;
    }

    .page-header .lead[b-348sc43e2d] {
        color: #d1d5db;
    }
.divider[b-348sc43e2d] {
    width: 60px;
    height: 4px;
    background: #f1c40f;
    margin: 15px auto;
    border-radius: 2px;
}

.text-warning[b-348sc43e2d] {
    color: #f1c40f !important;
}

.info-item[b-348sc43e2d] {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .info-item i[b-348sc43e2d] {
        width: 25px;
        font-size: 1.2rem;
    }

.about-card[b-348sc43e2d] {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 35px;
    border-left: 5px solid #f1c40f;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
}

    .about-card hr[b-348sc43e2d] {
        border-color: #e0e0e0;
    }
/* _content/zemcotech.co.mz/Components/Shared/Footer.razor.rz.scp.css */
.footer[b-3myilu9beh] {
    background: linear-gradient(135deg, #0f1b2d, #1a2d4a);
    color: #e5e7eb;
    padding: 50px 0 20px;
    margin-top: 50px;
    border-top: 3px solid rgba(245, 158, 11, 0.3);
}

    .footer h5[b-3myilu9beh] {
        color: #f59e0b;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .footer .text-muted[b-3myilu9beh] {
        color: #9ca3af !important;
    }

.social-icons a[b-3myilu9beh] {
    color: #e5e7eb;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

    .social-icons a:hover[b-3myilu9beh] {
        color: #f59e0b;
        transform: translateY(-3px);
    }

.footer hr[b-3myilu9beh] {
    border-color: rgba(255,255,255,0.08);
}

.footer small[b-3myilu9beh] {
    color: #6b7280;
}

.footer p i[b-3myilu9beh] {
    color: #f59e0b;
    width: 25px;
}
.navbar-brand[b-3myilu9beh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 0;
}

.brand-logo[b-3myilu9beh] {
    height: 80px;
    width: auto;
    /*object-fit: contain;
    filter: brightness(0) invert(1);*/
    transition: all 0.3s ease;
}

    .brand-logo:hover[b-3myilu9beh] {
        transform: scale(1.05);
        filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(245, 158, 11, 0.3));
    }
