/*
Theme Name: Taroti Child
Theme URI: https://sohamvastunlp.com/
Description: Update-safe customizations for Soham Vastu NLP.
Author: Soham Vastu NLP
Template: taroti
Version: 1.0.0
Text Domain: taroti-child
*/

.soham-fallback-header,
.soham-fallback-footer {
    background: #10110f;
    color: #fff;
}

.soham-fallback-header__inner,
.soham-fallback-footer__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.soham-not-found {
    min-height: 60vh;
    padding: 120px 20px;
    text-align: center;
}

.soham-not-found__code {
    margin: 0;
    font-size: clamp(80px, 18vw, 220px);
    font-weight: 700;
    line-height: .8;
    opacity: .08;
}

.soham-not-found .soham-fallback-header__cta {
    display: inline-block;
    margin-top: 20px;
    background: #20231f;
}

.elementor-form .elementor-button {
    background-color: #261e1e !important;
    color: #fff !important;
}

.elementor-form .elementor-button:hover,
.elementor-form .elementor-button:focus-visible {
    background-color: #e5ede2 !important;
    color: #261e1e !important;
}

.soham-energy-aura {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    transition: opacity 180ms ease;
}

.soham-energy-aura::before {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        circle,
        rgba(255, 248, 190, .88) 0 4%,
        rgba(223, 201, 111, .35) 14%,
        rgba(147, 192, 148, .28) 38%,
        rgba(147, 192, 148, .08) 58%,
        transparent 74%
    );
    box-shadow: 0 0 24px rgba(223, 201, 111, .15), 0 0 42px rgba(147, 192, 148, .16);
    content: '';
    transform: scale(.82);
    transition: transform 220ms ease, filter 220ms ease;
}

.soham-energy-active .soham-energy-aura {
    opacity: .92;
}

.soham-energy-aura.is-intent::before {
    filter: saturate(1.15);
    transform: scale(1.28);
}

.soham-energy-aura.is-pulse::before {
    animation: soham-energy-pulse 520ms ease-out;
}

.soham-energy-particle {
    position: fixed;
    z-index: 9996;
    width: var(--energy-size);
    height: var(--energy-size);
    border-radius: 50%;
    background: var(--energy-color);
    box-shadow: 0 0 8px var(--energy-color);
    opacity: 0;
    pointer-events: none;
    animation: soham-energy-rise 820ms ease-out forwards;
    will-change: transform, opacity;
}

@keyframes soham-energy-rise {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.35);
    }
    18% {
        opacity: .78;
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--energy-drift-x)), calc(-50% + var(--energy-drift-y))) scale(0);
    }
}

@keyframes soham-energy-pulse {
    0% { transform: scale(1); }
    45% { transform: scale(1.45); }
    100% { transform: scale(.82); }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
    .soham-energy-aura,
    .soham-energy-particle {
        display: none !important;
    }
}

.soham-fallback-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 84px;
    gap: 32px;
}

.soham-fallback-brand {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
}

.soham-fallback-header .menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    list-style: none;
}

.soham-fallback-header .menu a,
.soham-fallback-footer a {
    color: inherit;
}

.soham-fallback-header__cta {
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.soham-fallback-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 0;
}

@media (max-width: 767px) {
    .soham-fallback-header__inner,
    .soham-fallback-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 0;
    }

    .soham-fallback-header .menu {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 0;
    }
}
