/* ===== CUSTOM PAGES - AGENTIC AI VARIANT CSS ===== */

/* Agentic AI - Specific Stat Gradient */
.stat {
    background: linear-gradient(to right, #1B8AFC, #7970FE, #B560FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.2;
    padding: 2px 0;
}

/* Animated Heading */
.animated-heading {
    color: #7e7d7dff;
    transition: color 0.5s ease-in-out;
}

.animated-heading span {
    color: inherit;
    transition: color 0.5s ease-in-out;
}

.animated-heading.in-view {
    color: darkgray;
}

.animated-heading.in-view span {
    background: linear-gradient(to right, #1B8AFC, #7970FE, #B560FF);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.animated-heading.in-view h3 {
    color: #1b1b1bff !important;
}

#Overview h3 {
    font-size: 27px !important;
    font-weight: 500;
    color: #7e7d7dff;
    line-height: 44px !important;
}

/* Accordion Styling */
#agenticAccordion .accordion-header .accordion-button.collapsed {
    color: #000000 !important;
}

#agenticAccordion .accordion-button {
    display: flex;
    width: 100%;
}

#agenticAccordion .accordion-button::after {
    content: '+';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    margin-left: auto;
    transition: transform 0.3s ease;
}

#agenticAccordion .accordion-button.collapsed::after {
    content: '+';
}

#agenticAccordion .accordion-button:not(.collapsed)::after {
    content: '-';
}

#agenticAccordion button:hover,
#agenticAccordion button:focus,
[type=button]:hover,
[type=button]:focus {
    color: #000000ff !important;
}

#agenticAccordion .accordion-button::after {
    background-image: none !important;
}

#agenticAccordion .accordion-item {
    border: none !important;
    border-bottom: 1px solid #EDEDED !important;
}

#agenticAccordion button {
    font-weight: 600 !important;
}

/* Card Hover Effects */
.agentic-ai-adoption .card:hover {
    box-shadow: 0 4px 24px #8a38f552;
    background: linear-gradient(1deg, #000000, #1e20217d);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 20px;
    border-image: linear-gradient(117deg, #000000, #00BBFF, #7970FE, #B560FF) 1;
    border-image-slice: 1;
}

.nuplay-robust-card.alt1 {
    background: linear-gradient(90deg, #1B8AFC, #7970FE, #B560FF);
    color: #FFFFFF;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFFF;
    padding: 50px;
    border-radius: 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nuplay-robust-card.alt1:hover {
    transform: scale(1.05);
    opacity: 0.9;
}
