.elementor-1400 .elementor-element.elementor-element-24e911a{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d088105 */:root {
        --bg-deep: #030307;
        --text-primary: #ffffff;
        --text-dim: #8e8e9f;
        --accent-purple: #7f00ff;
        --accent-cyan: #00f3ff;
        --card-edge: rgba(255, 255, 255, 0.06);
        --transition-smooth: cubic-bezier(0.25, 1, 0.5, 1);
    }

    .nav-reset,
    .nav-reset * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .custom-navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px 4%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
        transition: padding 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        pointer-events: none;
        font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .nav-capsule {
        pointer-events: auto;
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid var(--card-edge);
        color: #ffffff;
        padding: 12px 24px;
        border-radius: 50px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
        display: flex;
        align-items: center;
        gap: 16px;
        font-weight: 500;
        font-size: 0.95rem;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .logo-block {
        padding: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #000000;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 2px solid var(--accent-purple);
        box-shadow: 0 0 10px var(--accent-purple);
        overflow: hidden;
    }
    .logo-block:hover {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
    .logo-circle {
        background: #ffffff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        font-weight: 800;
        text-align: center;
        line-height: 50px;
        width: 100%;
        height: 100%;
    }
    .logo-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .meta-block {
        font-size: 0.85rem;
        font-family: "Space Mono", monospace;
        letter-spacing: -0.02em;
        background: rgba(255, 255, 255, 0.015);
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .meta-item span {
        color: var(--text-dim);
        margin-right: 6px;
    }
    .email-copy {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.05);
        padding: 6px 12px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
        white-space: nowrap;
        font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .email-copy:hover {
        background: #ffffff;
        color: #000000;
        border-color: #ffffff;
    }
    .copy-icon {
        font-size: 12px !important;
        opacity: 0.6;
    }
    .email-copy:hover .copy-icon {
        color: #000000;
        opacity: 1;
    }

    .menu-block {
        gap: 16px;
        padding: 6px 6px 6px 24px;
        max-width: 450px;
        height: 50px;
        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .menu-links {
        display: flex;
        gap: 20px;
        align-items: center;
        opacity: 1;
        transition: opacity 0.3s ease, max-width 0.4s ease;
        max-width: 250px;
        overflow: hidden;
    }
    .menu-links a {
        color: #ffffff;
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 500;
        transition: color 0.3s ease;
    }
    .menu-links a:hover {
        color: var(--accent-cyan);
    }
    .hi-btn {
        background: #ffffff;
        color: #000000 !important;
        padding: 8px 18px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.85rem;
        transition: all 0.3s ease;
        opacity: 1;
        max-width: 120px;
        overflow: hidden;
        white-space: nowrap;
    }
    .hi-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    }
    .chat-icon {
        font-size: 12px !important;
    }

    .hamburger-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #ffffff;
        font-size: 1.1rem;
        opacity: 0;
        max-width: 0;
        overflow: hidden;
        transition: opacity 0.3s ease, max-width 0.4s ease, transform 0.3s ease;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
    }
    .hamburger-icon:hover {
        color: var(--accent-cyan);
        transform: scale(1.1);
    }

    /* Scrolled state */
    .custom-navbar.is-scrolled {
        padding: 15px 4%;
    }
    .custom-navbar.is-scrolled .meta-block {
        opacity: 0;
        transform: translateY(-30px);
        pointer-events: none;
    }
    .custom-navbar.is-scrolled .menu-block {
        background: none;
        border: none;
    }
    .custom-navbar.is-scrolled .menu-links,
    .custom-navbar.is-scrolled .hi-btn {
        opacity: 0;
        max-width: 0;
        pointer-events: none;
        margin: 0;
        padding: 0;
    }
    .custom-navbar.is-scrolled .hamburger-icon {
        opacity: 1;
        max-width: 50px;
        width: 50px;
        height: 50px;
    }

    /* Fullscreen overlay */
    .fullscreen-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .menu-overlay-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(3, 3, 7, 0.94);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .menu-content {
        position: relative;
        z-index: 10;
        width: 80%;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .menu-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-header .logo-circle {
        background: #ffffff;
        color: #000000;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 1.3rem;
        overflow: hidden;
    }
    .menu-header .logo-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .close-btn {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .close-btn:hover {
        background: #ffffff;
        color: #000000;
        transform: rotate(90deg);
    }
    .menu-nav-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .menu-nav-link {
        font-size: clamp(2rem, 5vw, 3.5rem);
        font-weight: 700;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s ease;
        letter-spacing: -0.03em;
        opacity: 0;
        transform: translateY(20px);
    }
    .menu-nav-link:hover {
        color: var(--accent-cyan);
        transform: scale(1.05);
    }
    .menu-footer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 30px;
        font-family: "Space Mono", monospace;
        font-size: 0.85rem;
        flex-wrap: wrap;
        gap: 10px;
    }
    .menu-footer-item span {
        color: var(--text-dim);
    }

    .fullscreen-menu.is-open {
        pointer-events: auto;
    }
    .fullscreen-menu.is-open .menu-overlay-bg {
        opacity: 1;
    }
    .fullscreen-menu.is-open .menu-content {
        opacity: 1;
        transform: translateY(0);
    }

    /* MOBILE */
    @media (max-width: 968px) {
        .custom-navbar {
            padding: 15px 4%;
        }
        .meta-block {
            display: none !important;
        }
        .nav-capsule {
            background: none;
            border: none;
        }
        .menu-links,
        .hi-btn {
            opacity: 0 !important;
            max-width: 0 !important;
            pointer-events: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        .hamburger-icon {
            opacity: 1 !important;
            max-width: 50px !important;
            width: 50px !important;
            height: 50px !important;
        }
    }/* End custom CSS */