/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

/* --- Estilização da Animação 3D do Hero --- */

.bl-scene-wrap {
    position: relative;
    width: 100%;
    height: 600px; /* Garante que o espaço da animação apareça */
    overflow: hidden;
    display: block;
}

#bl-canvas-hero {
    display: block;
    width: 100%;
    height: 100%;
}

/* Ajuste para dispositivos móveis se necessário */
@media (max-width: 768px) {
    .bl-scene-wrap {
        height: 400px;
    }
}

.bl-grid-servicos {
    display: grid;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: stretch;
}

.bl-grid-servicos > .elementor-widget-html {
    display: flex;
    width: 100%;
    height: 100%;
}

.bl-card-servico {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 80, 0, 0.2) !important;
    border-radius: 12px !important;
    padding: 2.5rem 1.25rem 2rem !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
}