.elementor-32159 .elementor-element.elementor-element-aa00cb5{--display:flex;}body.elementor-page-32159:not(.elementor-motion-effects-element-type-background), body.elementor-page-32159 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS *//* Centrar contenido del header */
.accordion-header {
    justify-content: center;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

/* Mantener el ícono a la derecha */
.toggle-icon {
    position: absolute;
    right: 10px;
    font-size: 0;
}

/* Centrar icono + texto */
.header-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Icono arriba */
.service-icon {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

/* Texto centrado */
.accordion-header span {
    text-align: center;
}

/* Hover */
.accordion-header:hover {
    background-color: rgba(0, 229, 255, 0.08);
}

/* Focus */
.accordion-header:focus {
    outline: none;
    background-color: rgba(0, 229, 255, 0.12);
}

/* Active */
.accordion-header:active {
    background-color: rgba(0, 229, 255, 0.18);
}

/* Triángulo */
.toggle-icon::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #00e5ff;
    transition: transform 0.3s ease;
}

/* Gira el triángulo al abrir */
.accordion-item.active .toggle-icon::before {
    transform: rotate(180deg);
}

/* TEXTO DESPLEGADO */
.accordion-content p {
    padding: 0 10px 15px;
    font-size: 0.95rem !important;
    color: #b0bec5;
    text-align: center;
    line-height: 1.6;
}/* End custom CSS */