.elementor-581 .elementor-element.elementor-element-538283a{background-color:#430F0F;}.elementor-581 .elementor-element.elementor-element-12b9ca9{--display:flex;}.elementor-581 .elementor-element.elementor-element-b8146dd{--display:flex;}.elementor-581 .elementor-element.elementor-element-e51c957{--display:flex;}body.elementor-page-581 h1, h2, h3, h4, h5, h6{font-family:"Nunito", Sans-serif;font-weight:700;}/* Start custom CSS for html, class: .elementor-element-93ad77d *//* --- Deep System Core Styling --- */
:root {
    --sans-font: 'Inter', system-ui, -apple-system, sans-serif;
    --dark-matte: #09090b;
    --slate-gray: #71717a;
    --indigo-primary: #6366f1;
    --teal-sub: #0d9488;
    --purple-sub: #a855f7;
    --fluid-gradient: linear-gradient(135deg, #06b6d4 0%, #6366f1 45%, #a855f7 100%);
    --card-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.05);
    --glass-shadow: 0 8px 32px 0 rgba(99, 102, 241, 0.03);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--sans-font);
    background-color: #ffffff;
    color: var(--dark-matte);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* --- Full-Width Fluid Wrapper --- */
.hero-fullwidth-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 4% 80px 4%; /* Edge padding for giant responsive screens */
    background: radial-gradient(circle at 85% 15%, rgba(244, 245, 255, 0.7) 0%, transparent 50%);
}

/* Fluid Layout Grid Engine */
.hero-fluid-container {
    width: 100%;
    max-width: 1440px; /* Expands to full desktop grid specs */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    z-index: 5;
}

@media (min-width: 1024px) {
    .hero-fluid-container {
        grid-template-columns: 1.15fr 0.85fr; /* Elite spacing proportion */
        gap: 80px;
    }
}

/* --- Atmospheric Design Layers --- */
.glow-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 1;
}
.glow-left {
    top: -5%;
    left: -5%;
    width: 450px;
    height: 450px;
    background: rgba(6, 182, 212, 0.1);
}
.glow-right {
    bottom: 10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: rgba(168, 85, 247, 0.08);
}

/* --- Typographic Content Core --- */
.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(99, 102, 241, 0.12);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--indigo-primary);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.sparkle-svg {
    width: 14px;
    height: 14px;
}

.hero-main-title {
    font-size: clamp(38px, 4.5vw, 68px); /* Fluid scale logic based on window width */
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.035em;
    margin-top: 24px;
}

.brand-gradient-text {
    background: var(--fluid-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.hero-lead-paragraph {
    font-size: clamp(16px, 1.25vw, 19px);
    color: var(--slate-gray);
    line-height: 1.6;
    margin-top: 24px;
    max-width: 580px;
}

/* --- Micro-Interaction Buttons --- */
.action-trigger-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 36px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3c, 1);
}

.btn-solid-gradient {
    background: var(--fluid-gradient);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.2);
}
.btn-solid-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.35);
}
.btn-solid-gradient .arrow-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}
.btn-solid-gradient:hover .arrow-icon {
    transform: translateX(4px);
}

.btn-translucent-glass {
    background: rgba(255, 255, 255, 0.8);
    color: var(--dark-matte);
    border: 1px solid rgba(99, 102, 241, 0.08);
    box-shadow: var(--glass-shadow);
}
.btn-translucent-glass:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}

/* --- Lower Inline Specifications --- */
.trust-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 48px;
}

.proof-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--slate-gray);
    font-weight: 500;
}

.proof-pill svg {
    width: 18px;
    height: 18px;
}
.icon-teal { color: var(--teal-sub); }
.icon-indigo font { color: var(--indigo-primary); }
.icon-purple { color: var(--purple-sub); }

/* --- Right Side Representation Space --- */
.hero-visual-block {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vector-backdrop-blur {
    position: absolute;
    width: 85%;
    height: 85%;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.12) 0%, rgba(168, 85, 247, 0.12) 100%);
    filter: blur(50px);
    border-radius: 3rem;
    z-index: -1;
}

.floating-glass-showcase {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3rem;
    padding: 50px 40px;
    width: 100%;
    max-width: 520px;
    box-shadow: var(--card-shadow);
    position: relative;
}

.main-medical-vector {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* --- Exact Absolute Positioning Metrics --- */
.context-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 12px 24px;
    border-radius: 1.25rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 140px;
}

.context-sub {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--slate-gray);
    font-weight: 700;
    letter-spacing: 0.06em;
}

.context-main {
    font-size: 16px;
    font-weight: 700;
}

/* Outer Edge Overflow Execution */
.card-position-left {
    top: 12%;
    left: -35px;
}

.card-position-right {
    bottom: 12%;
    right: -35px;
}

/* Intelligent Breakpoint Responsive Handling */
@media (max-width: 1200px) {
    .card-position-left { left: -10px; }
    .card-position-right { right: -10px; }
}

@media (max-width: 576px) {
    .hero-fullwidth-wrapper { padding: 40px 16px 60px 16px; }
    .floating-glass-showcase { padding: 40px 20px; border-radius: 2rem; }
    .card-position-left { left: 10px; top: 15px; }
    .card-position-right { right: 10px; bottom: 15px; }
    .action-trigger-group { flex-direction: column; width: 100%; }
    .action-btn { width: 100%; }
}

/* --- Cinematic Floating Engine --- */
.floating-motion {
    animation: fluidVibration 6s ease-in-out infinite;
}

@keyframes fluidVibration {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(0.5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-538283a *//* --- Symptoms Section Core Styling --- */
.symptoms-fullwidth-section {
    width: 100%;
    padding: 100px 4%;
    background-color: #ffffff;
    position: relative;
}

.symptoms-fluid-container {
    width: 100%;
    max-width: 1440px; /* Aligns perfectly with the full-width hero container */
    margin: 0 auto;
}

/* --- Header Centering System --- */
.symptoms-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px auto;
}

.glass-pill-badge {
    display: inline-block;
    background: rgba(99, 102, 241, 0.06);
    border: 1px solid rgba(99, 102, 241, 0.12);
    color: #6366f1;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.symptoms-main-title {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: #09090b;
    margin-top: 16px;
    letter-spacing: -0.02em;
}

.symptoms-subtitle {
    font-size: 16px;
    color: #71717a;
    margin-top: 12px;
    line-height: 1.5;
}

/* --- Grid Fluid Architecture --- */
.symptoms-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    width: 100%;
}

@media (min-width: 576px) {
    .symptoms-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .symptoms-grid-wrapper {
        grid-template-columns: repeat(4, 1fr); /* 4 Columns on Full Desktop Screens */
    }
}

/* --- Translucent Glass Cards Setup --- */
.symptom-interactive-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(228, 228, 231, 0.7);
    border-radius: 1.25rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-inner-pad {
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Intelligent Card Floating Hover Effect */
.symptom-interactive-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: rgba(99, 102, 241, 0.15);
    box-shadow: 0 20px 40px -15px rgba(99, 102, 241, 0.06);
}

/* --- Colorful Icon Box Containers --- */
.symptom-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 16px -4px rgba(0,0,0,0.04);
}

.svg-icon {
    width: 22px;
    height: 22px;
    color: #ffffff;
}

/* Icon Gradient Sets (Tailwind OKLCH conversions) */
.icon-gradient-teal-blue {
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
}
.icon-gradient-blue-purple {
    background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
}
.icon-gradient-purple-teal {
    background: linear-gradient(135deg, #a855f7 0%, #06b6d4 100%);
}
.icon-gradient-teal-purple {
    background: linear-gradient(135deg, #06b6d4 0%, #a855f7 100%);
}

/* --- Card Typography --- */
.symptom-card-title {
    font-size: 19px;
    font-weight: 600;
    color: #09090b;
    margin-bottom: 10px;
}

.symptom-card-desc {
    font-size: 14px;
    color: #71717a;
    line-height: 1.6;
    flex-grow: 1; /* Pushes the learn more link to the perfect bottom row */
}

/* --- Interactive Micro Action Link --- */
.card-action-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #6366f1;
    margin-top: 24px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.arrow-svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

/* Reveal Link Action on Card Hover */
.symptom-interactive-card:hover .card-action-link {
    opacity: 1;
    transform: translateX(0);
}

.symptom-interactive-card:hover .arrow-svg {
    transform: translateX(3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20a3302 *//* --- Journey Section Core Base --- */
.journey-fullwidth-section {
    width: 100%;
    padding: 100px 4%;
    background-color: #ffffff;
    position: relative;
}

.journey-fluid-container {
    width: 100%;
    max-width: 1440px; /* Synchronized with upper sections */
    margin: 0 auto;
}

/* --- Header System --- */
.journey-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 80px auto;
}

.journey-main-title {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: #09090b;
    margin-top: 16px;
    letter-spacing: -0.025em;
}

/* --- Steps Row Matrix Construction --- */
.journey-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
    width: 100%;
    position: relative; /* Essential context for desktop horizontal line */
}

@media (min-width: 768px) {
    .journey-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (min-width: 1024px) {
    .journey-grid-wrapper {
        grid-template-columns: repeat(4, 1fr); /* 4 Fluid Steps across layout width */
    }
}

/* --- Absolute Desktop Vector Connector Axis --- */
.desktop-connecting-line {
    display: none;
    position: absolute;
    top: 48px; /* Perfectly aligns with center of 96px icon boxes */
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, #e4e4e7 20%, #e4e4e7 80%, transparent);
    z-index: 1;
}

@media (min-width: 1024px) {
    .desktop-connecting-line {
        display: block; /* Triggers automatically on high-res monitors */
    }
}

/* --- Individual Step Presentation Block --- */
.journey-step-node {
    text-align: center;
    position: relative;
    z-index: 2; /* Sits on top of the connection axis line */
}

/* 3D Glass Box Holder for SVG Icon */
.icon-shape-wrapper {
    width: 96px;
    height: 96px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(228, 228, 231, 0.8);
    border-radius: 24px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(99, 102, 241, 0.04);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-svg {
    width: 40px;
    height: 40px;
    color: #6366f1; /* Main Brand Indigo Accent Tint */
}

/* --- Absolute Top Right Badge Counter --- */
.step-counter-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #06b6d4 0%, #6366f1 50%, #a855f7 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

/* --- Typography Content Settings --- */
.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #09090b;
    margin-top: 20px;
}

.step-desc {
    font-size: 14px;
    color: #71717a;
    line-height: 1.5;
    margin-top: 8px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Interactive Micro Action Transitions --- */
.journey-step-node:hover .icon-shape-wrapper {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(99, 102, 241, 0.2);
    box-shadow: 0 15px 35px -5px rgba(99, 102, 241, 0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ea3061 *//* FORCE CLICK REPAIR CODE */

/* 1. Sabse pehle assessment section ko relative aur high layer par karein */
#assessment {
    position: relative !important;
    z-index: 50 !important;
}

/* 2. Option buttons ko majboor karein ke wo har layer ko cheer kar click accept karein */
.option-btn {
    position: relative !important;
    z-index: 100 !important;
    pointer-events: auto !important; /* Yeh clicks ko force active karta hai */
    cursor: pointer !important;
}

/* 3. Buttons ke andar maujood text aur dot ko click block karne se rokein */
.option-btn * {
    pointer-events: none !important; /* Taake click seedha main button par lage */
}

/* 4. Next, Back aur Save buttons ko bhi active karein */
#next-btn, #back-btn, #save-btn {
    position: relative !important;
    z-index: 101 !important;
    pointer-events: auto !important;
}/* End custom CSS */