* {
    font-family: var(--theme-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
}

a{
    text-decoration: none;
    color: var(--theme-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color: var(--theme-color);
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}

h1, .h1 { font-size: 1.75rem; }
h2, .h2 { font-size: 1.4rem; }
h3, .h3 { font-size: 1.15rem; }
h4, .h4 { font-size: 1rem; }
h5, .h5 { font-size: 0.9rem; }
h6, .h6 { font-size: 0.8rem; }

h1::after, h2::after, h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: color-mix(in srgb, var(--theme-color) 40%, transparent);
    border-radius: 2px;
}

.navbar-brand {
    font-weight: 900;
    color: var(--theme-color) !important;
}

.header-glass {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.header-site-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 6px;
    margin-right: 10px;
}

.btn-primary, 
.btn-primary:hover,
.btn-primary:active {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.btn-outline-primary{
    color: var(--theme-color);
    border-color: var(--theme-color);
    border-width: 2px;
}

.btn-outline-primary:hover,
.btn-outline-primary:active{
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.bg-primary{
    background-color: var(--theme-color) !important;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: var(--theme-color) !important;
}

select{
    border-color: var(--theme-color) !important;
}

img {
    border-radius: 8px;
}

.lsl-agent .status-container {
    top: -10px;
}

.lsl-agents .nickname,
.lsl-agent .nickname {
    color: var(--theme-color);
}

/* Agent cards */
.agent-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.agent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--theme-color) 12%, rgba(0, 0, 0, 0.08));
}

.agent-card-img {
    aspect-ratio: 16/9;
    border-radius: 0 !important;
    transition: transform 0.4s ease;
}

.agent-card:hover .agent-card-img {
    transform: scale(1.05);
}

.agent-card-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    padding-top: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.agent-card:hover .agent-card-overlay {
    opacity: 1;
}

.agent-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Theme section light - replaces bg-light on container-fluid */
.theme-section-light {
    background: color-mix(in srgb, var(--theme-color) 5%, #f8f9fa);
    border-top: 1px solid color-mix(in srgb, var(--theme-color) 10%, #e9ecef);
    border-bottom: 1px solid color-mix(in srgb, var(--theme-color) 10%, #e9ecef);
}

footer,
footer a {
    color: white;
}

/* Footer: Two-tone */
.footer-twotone-top {
    background-color: var(--theme-color);
}

.footer-twotone-bottom {
    background: color-mix(in srgb, var(--theme-color) 60%, #000);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-text {
    opacity: 0.85;
    font-size: 0.85rem;
}

/* Footer widget styling */
.footer-twotone-top .fs-4 {
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.9;
    margin-bottom: 1rem !important;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-twotone-top .fs-4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.footer-twotone-top .list-unstyled li {
    padding: 0.35rem 0;
}

.footer-twotone-top .list-unstyled li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
}

.footer-twotone-top .list-unstyled li a:hover {
    color: #fff;
    padding-left: 4px;
}

/* customer dashboard */
.nav.nav-pills button.active{
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

/* chat */
.spinner-border {
    color: var(--theme-color) !important;
}

/* skills filter */
.lsl-skills-scroll {
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.lsl-skills-scroll::-webkit-scrollbar {
    display: none;
}

/* ==============================================
   Filter: Pill Chips (2-row max, horizontal scroll)
   ============================================== */
.filter-pills-container {
    position: relative;
}

.filter-pills-container::before,
.filter-pills-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    z-index: 1;
    pointer-events: none;
}

.filter-pills-container::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.filter-pills-container::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.filter-pills-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.filter-pills-scroll::-webkit-scrollbar {
    display: none;
}

.filter-pills-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px;
}

.filter-pills-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 2px solid color-mix(in srgb, var(--theme-color) 20%, #e9ecef);
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    flex-shrink: 0;
}

.filter-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--theme-color) 40%, #ccc);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-pill:hover {
    border-color: color-mix(in srgb, var(--theme-color) 50%, transparent);
    color: var(--theme-color);
    transform: scale(1.05);
    box-shadow: none;
}

.filter-pill:hover .filter-pill-dot {
    background: var(--theme-color);
    transform: scale(1.3);
}

.filter-pill.active {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    transform: scale(1.05);
    box-shadow: none;
}

.filter-pill.active .filter-pill-dot {
    background: #fff;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.filter-pill-reset {
    border-style: dashed;
    color: #999;
}

/* jumbotron */
.jumbotron-section {
    min-height: 60vh;
    background: linear-gradient(180deg, color-mix(in srgb, var(--theme-color, #075E54) 15%, #fff) 0%, #fff 100%);
}

.jumbotron-video {
    object-fit: cover;
}

.jumbotron-bg-image {
    z-index: 0;
}

.jumbotron-animation {
    z-index: 3;
}

.jumbotron-content {
    z-index: 4;
}

.jumbotron-title::after {
    display: none;
}

.jumbotron-title {
    font-family: var(--jumbotron-title-font);
    color: var(--jumbotron-title-color);
}

.jumbotron-payoff {
    font-family: var(--jumbotron-payoff-font);
    color: var(--jumbotron-payoff-color);
    opacity: 0.85;
}

/* jumbotron animations */

/* Bubbles */
.jumbotron-bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    animation-name: jumbotronBubbleRise;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

@keyframes jumbotronBubbleRise {
    0% { transform: translateY(0) scale(1); opacity: 0; }
    10% { opacity: 0.6; }
    80% { opacity: 0.2; }
    100% { transform: translateY(-55vh) scale(1.3); opacity: 0; }
}

/* Particles */
.jumbotron-particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    animation-name: jumbotronParticleFloat;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

@keyframes jumbotronParticleFloat {
    0% { transform: translate(0, 0); opacity: 0; }
    20% { opacity: 0.8; }
    50% { transform: translate(15px, -20px); opacity: 0.4; }
    80% { opacity: 0.8; }
    100% { transform: translate(-10px, 10px); opacity: 0; }
}

/* Sparkles */
.jumbotron-sparkle {
    position: absolute;
    width: 10px;
    height: 20px;
    opacity: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, transparent 60%);
    clip-path: polygon(
        50% 0%, 40% 35%, 0% 50%, 40% 65%, 50% 100%, 60% 65%, 100% 50%, 60% 35%
    );
    animation-name: jumbotronSparkle;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

@keyframes jumbotronSparkle {
    0% { transform: scale(0) rotate(0deg); opacity: 0; }
    50% { transform: scale(1.2) rotate(90deg); opacity: 1; }
    100% { transform: scale(0) rotate(180deg); opacity: 0; }
}

/* Waves - uses canvas, no CSS needed */

/* Stars */
.jumbotron-star {
    position: absolute;
    background: radial-gradient(circle at 40% 40%, #fff 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.2) 70%);
    clip-path: polygon(
        50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%,
        50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%
    );
    opacity: 0;
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.6));
    animation-name: jumbotronStarTwinkle;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

@keyframes jumbotronStarTwinkle {
    0% { opacity: 0; transform: scale(0.3); filter: drop-shadow(0 0 2px rgba(255,255,255,0.3)); }
    50% { opacity: 0.9; transform: scale(1); filter: drop-shadow(0 0 8px rgba(255,255,255,0.8)); }
    100% { opacity: 0; transform: scale(0.3); filter: drop-shadow(0 0 2px rgba(255,255,255,0.3)); }
}

/* Aura - uses canvas, no CSS needed */

/* Mist - uses canvas, no CSS needed */

/* Energy Orbs - uses canvas, no CSS needed */

/* Third Eye - uses canvas, no CSS needed */

/* Crystal - uses canvas, no CSS needed */

/* Chat typing indicator */
.typing-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
}

.typing-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999;
    animation: typingBounce 1.4s infinite ease-in-out both;
}

.typing-dots span:nth-child(1) { animation-delay: 0s; }
.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}

/* accordion */
.accordion-header::after {
    display: none;
}


.accordion-button:not(.collapsed) {
    background-color: color-mix(in srgb, var(--theme-color) 10%, #fff);
    color: var(--theme-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    border-color: color-mix(in srgb, var(--theme-color) 40%, transparent);
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--theme-color) 25%, transparent);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%);
}

/* contact form 7 */
.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}
