.elementor-widget-section .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-section:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-section.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-section .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-widget-section.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-section .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-497 .elementor-element.elementor-element-541788f0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-497 .elementor-element.elementor-element-541788f0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-column.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-column .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-column .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-column:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-column.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-column .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-widget-html.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-html .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-html:not(.premium-gbadge-custom) .premium-global-badge-{{ID}} .premium-badge-container, .elementor-widget-html.premium-gbadge-custom .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-html .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-a1040e6 *//* --- FULL PAGE NEON BACKGROUND --- */
    .global-neon-bg {
        position: fixed; /* Ye screen par fix rahega */
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #050505; /* Dark Base Color */
        z-index: -999; /* Sabse peeche rahega */
        pointer-events: none; /* Click block nahi karega */
        overflow: hidden;
    }

    /* Layer 1: Static Grid Lines */
    .global-static-lines {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-image: 
            linear-gradient(rgba(255, 0, 51, 0.15) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 0, 51, 0.15) 1px, transparent 1px);
        background-size: 60px 60px;
    }

    /* Layer 2: Moving Glow Animation */
    .global-moving-glow {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 0, 51, 0.4) 0%, transparent 45%);
        opacity: 0.8;
        mix-blend-mode: color-dodge;
        animation: global-neon-travel 15s linear infinite;
    }

    @keyframes global-neon-travel {
        0% { transform: translate(0, 0); }
        25% { transform: translate(-10%, 10%); }
        50% { transform: translate(-20%, 0); }
        75% { transform: translate(-10%, -10%); }
        100% { transform: translate(0, 0); }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dc4a973 *//* --- Imports --- */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700;900&family=Rajdhani:wght@400;500;600&display=swap');

:root {
    --neon-red: #FF0033;
    --dark-bg: #050505;
}

body {
    background-color: var(--dark-bg);
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    color: white;
    overflow-x: hidden;
}

/* --- Section Settings --- */
#identity-core {
    position: relative;
    padding: 30px 30px; /* Thoda padding badhaya side se */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh; /* Vertical Center ke liye */
}

#identity-glow-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 10% 50%, rgba(255, 0, 51, 0.05), transparent 50%);
    z-index: -1;
}

#identity-container {
    max-width: 1300px;
    width: 100%;
}

/* --- MAIN LAYOUT (The Split) --- */
#identity-layout {
    display: flex;
    align-items: center; /* Vertical Center alignment */
    gap: 60px; /* Columns ke beech ka gap */
}

/* --- LEFT COLUMN (Text Side) --- */
#identity-left-col {
    flex: 0 0 40%; /* Fixed 40% Width */
    max-width: 40%;
}


#identity-main-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 3.5rem;
    color: white;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(255, 0, 51, 0.4);
}


#identity-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 40px;
    margin-top: 10px;
}

/* Sci-Fi Button on Left */
#identity-btn {
    padding: 15px 40px;
    background: linear-gradient(90deg, #990000 0%, #FF0033 100%);
    border: none;
    color: white;
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px); /* Shape */
    transition: 0.3s;
}

#identity-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 0, 51, 0.6);
}

/* --- RIGHT COLUMN (Grid Side) --- */
#identity-right-col {
    flex: 1; /* Baaki bachi hui jagah lega (60%) */
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Columns */
    gap: 25px;
}

/* Special Class for Goals (Full Width in Grid) */
.id-full-width {
    grid-column: 1 / -1; /* Spans across both columns */
}

/* --- CARD STYLING (Animations) --- */
/* Wrapper */
.id-card-wrapper {
    position: relative;
    background: #1c1c1c;
    border-radius: 8px;
    overflow: hidden; 
    z-index: 1;
    display: flex;
    min-height: 250px; /* Minimum height taaki boxes barabar dikhein */
}

/* Rotating Border Animation */
.id-card-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        transparent, 
        transparent, 
        transparent, 
        var(--neon-red)
    );
    animation: rotate-identity-border 4s linear infinite;
    z-index: -2;
}

@keyframes rotate-identity-border {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Inner Card */
.id-card-inner {
    background: linear-gradient(180deg, #0f0f0f 0%, #050505 100%);
    position: relative;
    margin: 1px;
    border-radius: 7px;
    padding: 25px;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- Card Typography --- */
.id-card-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.0rem;
    color: white;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(255, 0, 51, 0.5);
}

.id-card-body {
    display: flex;
    gap: 15px;
}

.id-accent-line {
    width: 3px;
    background-color: var(--neon-red);
    box-shadow: 0 0 5px var(--neon-red);
    flex-shrink: 0;
    border-radius: 2px;
}

.id-card-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #d1d1d1;
}

/* --- RESPONSIVE DESIGN (Mobile/Tablet) --- */
@media (max-width: 1024px) {
    #identity-layout {
        flex-direction: column; /* Stack vertically */
        gap: 50px;
    }

    #identity-left-col {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    
    #identity-right-col {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #identity-right-col {
        grid-template-columns: 1fr; /* Stack Cards */
    }
    
    #identity-main-heading {
        font-size: 2.5rem;
    }
}

/* --- SCROLL ANIMATION INITIAL STATE (Hidden) --- */
/* In sabko shuru mein gayab rakhein aur thoda upar rakhein */
#identity-main-heading,
#identity-intro,
#identity-btn,
#identity-right-col .id-card-wrapper {
    opacity: 0;
    transform: translateY(-50px); /* 50px upar */
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth easing */
}

/* --- ACTIVE STATE (Jab Class 'in-view' lagegi) --- */
/* Jab section view mein aayega, sab wapas apni jagah aa jayenge */
#identity-core.in-view #identity-main-heading,
#identity-core.in-view #identity-intro,
#identity-core.in-view #identity-btn,
#identity-core.in-view #identity-right-col .id-card-wrapper {
    opacity: 1;
    transform: translateY(0);
}

/* --- STAGGER DELAYS (Sequence banane ke liye) --- */
/* 1. Heading */
#identity-core.in-view #identity-main-heading { 
    transition-delay: 0.2s; 
}

/* 2. Paragraph */
#identity-core.in-view #identity-intro { 
    transition-delay: 0.4s; 
}

/* 3. Button */
#identity-core.in-view #identity-btn { 
    transition-delay: 0.6s; 
}

/* 4. Right Column Cards (Ek ke baad ek) */
#identity-core.in-view #identity-right-col .id-card-wrapper:nth-child(1) { 
    transition-delay: 0.8s; 
}
#identity-core.in-view #identity-right-col .id-card-wrapper:nth-child(2) { 
    transition-delay: 1.0s; 
}
#identity-core.in-view #identity-right-col .id-card-wrapper:nth-child(3) { 
    transition-delay: 1.2s; 
}/* End custom CSS */