@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');

.ap-82f8c95f-section {
    background: #0a1628;
    padding: 60px 40px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Fallback for editor mode so it's visible without animation trigger */
.elementor-editor-active .ap-82f8c95f-section {
    opacity: 1;
    transform: none;
}

.ap-82f8c95f-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ap-82f8c95f-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.ap-82f8c95f-title span {
    color: #f5c800;
}

.ap-82f8c95f-line {
    width: 48px;
    height: 3px;
    background-color: #f5c800;
    border-radius: 2px;
    margin-bottom: 28px;
}

.ap-82f8c95f-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ap-82f8c95f-pill {
    background: #122850;
    border: 1px solid rgba(0, 200, 232, 0.2);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: default;
}

.ap-82f8c95f-pill::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #00c8e8;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.ap-82f8c95f-pill:hover {
    background: rgba(0, 200, 232, 0.1);
    border-color: rgba(0, 200, 232, 0.5);
    color: #00c8e8;
    transform: translateY(-2px);
}
