.Classified-Local-banner {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
    padding: 100px 0;
    height: auto;
}

.banner-pic-wro {
    text-align: center;
}

    .banner-pic-wro img {
        max-width: 500px
    }

/***********************************************************************/
/***********************************************************************/
.outcome-section {
}

/* --- Left Side: Creative Image UI --- */


.image-wrapper {
    text-align: center;
}

.main-img {
    max-width: 550px;
    height: auto;
    transition: transform 0.5s ease;
}

.image-wrapper:hover .main-img {
    transform: scale(1.05);
}

/* Decorative blobs */
.decoration-blob {
}

/* --- Right Side: Content UI --- */
/* Outcome List UI */
.outcome-list {
    position: relative;
    padding-left: 30px;
    margin-top: 0;
}

    .outcome-list::before {
        content: '';
        position: absolute;
        left: 4px;
        transform: translateY(-50%);
        top: 50%;
        bottom: 10px;
        width: 1px;
        background: #e2e8f061;
        height: calc(100% - 70px);
    }

.outcome-item {
    position: relative;
    margin-bottom: 9px;
    padding: 15px 15px;
    background: white;
    border-radius: 20px;
    border: 1px solid #e2e8f061;
    transition: all 0.3s ease;
}

    .outcome-item:hover {
        border-color: #e2e8f0;
    }

    /* Timeline Dot */
    .outcome-item::before {
        content: '';
        position: absolute;
        left: -32px;
        top: 35px;
        width: 12px;
        height: 12px;
        background: #cbd5e1;
        border-radius: 50%;
        border: 3px solid #fff;
        z-index: 3;
        transition: 0.3s;
    }

    .outcome-item:hover::before {
        background: #f26622;
        box-shadow: 0 0 0 5px #f2662214;
    }

.outcome-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.outcome-icon {
    font-size: 1.4rem;
    color: #f26622;
    width: 50px;
    height: 50px;
    background: #fff1f1;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.outcome-item:hover .outcome-icon {
    background: #f26622;
    color: white;
}

.outcome-text {
    font-size: 1rem;
    font-weight: 600;
    color: var(--medical-dark);
    flex: 1;
}

/* Mobile Adjustments */
/***********************************************************************/
/***********************************************************************/
/* Unique Wrapper Class */
.nexus-feature-grid {
    display: flex;
    width: 100%;
    max-width: 1300px;
    align-items: stretch;
    gap: 2px;
    /* For that interlocking look */
}

/* Individual Feature Node */
.nexus-node {
    flex: 1;
    background: var(--nexus-white);
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--nexus-shadow);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    height: 100%;
}

    .nexus-node:hover {
        transform: translateY(-8px);
        z-index: 10;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

/* The Colored Accent Bar */
/*Why choose us*/
.whychoosediv {
    padding: 100px;
    border-radius: 30px;
    background: linear-gradient(0deg, #ffffff, #ff00000f);
    border: 5px solid #fff;
    box-shadow: 0 0 20px 0px #00000005;
}

/*Why choose us*/
/* Main Content Body */
.node-body {
    padding: 40px 25px;
    flex-grow: 1;
    order: 1;
    display: flex;
    flex-direction: column;
}

.node-counter {
    font-size: 2.5rem;
    font-weight: 900;
    color: #e0e0e0;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -2px;
    position: absolute;
    opacity: 0.3;
    right: 15px;
    top: 15px;
}

.node-icon-wrap {
    font-size: 1.8rem;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    color: #f26622;
}

.nexus-node:hover .node-icon-wrap {
    transform: scale(1.1);
}

.node-heading {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    min-height: 45px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 10px;
}

.node-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Flow */
@media (max-width: 1100px) {
    .nexus-feature-grid {
        flex-wrap: wrap;
        gap: 20px;
    }

    .nexus-node {
        flex: none;
        width: calc(50% - 10px);
        border-radius: 12px !important;
    }

        .nexus-node .node-accent-strip {
            order: 0 !important;
            /* All bars to top on mobile */
        }
}

@media (max-width: 650px) {
    .nexus-node {
        width: 100%;
    }
}

/***********************************************************************/
.taksh-section {
    background: red;
    background: linear-gradient(0deg, #ffffff, #ff00000f);
    border: 5px solid #fff;
    box-shadow: 0 0 20px 0px #00000005;
}

/***********************************************************************/
/* Image styling */
.image-box {
    text-align: center;
}

    .image-box img {
        transition: 0.4s;
        max-width: 500px;
    }

    .image-box:hover img {
        transform: scale(1.05);
    }

/***********************************************************************/
/***********************************************************************/
/* Floating background shapes */
.bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
}

.shape1 {
    width: 300px;
    height: 300px;
    background: rgba(67, 97, 238, 0.15);
    top: -100px;
    left: -100px;
}

.shape2 {
    width: 250px;
    height: 250px;
    background: rgba(255, 77, 109, 0.15);
    bottom: -80px;
    right: -80px;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #1a2b4c;
    position: relative;
    z-index: 1;
}

    .section-title i {
        background: linear-gradient(135deg, #ff4d6d, #4361ee);
        color: #fff;
        padding: 12px;
        border-radius: 12px;
        margin-right: 10px;
    }

.glass-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 30px 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    height: 100%;
    overflow: hidden;
    line-height: 30px;
}

    .glass-card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 30px 70px rgba(0,0,0,0.12);
    }

    /* Gradient border glow */
    .glass-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 20px;
        padding: 2px;
        background: linear-gradient(135deg, #f26622, #00c);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
        opacity: 0.1;
    }

/* Floating icon badge */
.icon-badge {
    position: absolute;
    bottom: 30px;
    right: 25px;
    font-size: 100px;
    opacity: 0.05;
    transform: rotate(30deg);
}

.text {
}

/***********************************************************************/
/***********************************************************************/
.custom-cta-section {
}

/* The Main Banner Container */
.cta-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 40px rgb(0 0 0 / 4%);
}

/* --- MAGIC BACKGROUND SHAPES --- */
.bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    background: #ffaaaa;
}

/* Light Blue Circle */
.shape-light-blue {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 1100px;
    background-color: #ffd9d9;
    border-radius: 50%;
}

/* Dark Blue Circle */
.shape-dark-blue {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 1100px;
    background-color: #ffe6e6;
    border-radius: 50%;
}

/* Black Circle on Extreme Left */
.shape-black {
    position: absolute;
    top: 50%;
    left: -15%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: 1100px;
    background-color: #ffdede;
    border-radius: 50%;
}

/* The Smooth Fade Effect in the center */
.fade-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Blends the shapes into solid black on the right side */
    background: linear-gradient(to right, #ffffff00 25%, #ffffff 70%);
    z-index: 2;
}

/* --- TEXT & CONTENT --- */
.cta-content {
    position: relative;
    z-index: 3;
    /* Keeps text above the backgrounds */
    width: 100%;
    padding: 50px 60px;
}

.cta-heading {
    color: #182d41;
    font-size: 30px;
    /* Adjusted for your longer text */
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 0;
}

/* Highlight Brand Name */
.brand-highlight {
    font-weight: 700;
    color: #f26622;
    /* Light pastel blue to match theme */
}

.cta-text {
    color: #182d41;
    /* Slightly softer white for readability */
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 25px;
}

    .cta-text b {
        color: #f26622;
        font-weight: 600;
    }

/* Custom Transparent Button */

/* --- Futuristic Knowledge Stack --- */

.med-hcx-knowledge-stack {
    /* For a subtle 3D feel */
}

/* 1. The Main Node (Card) */
.med-hcx-info-node {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}

    /* Decorative Background Element (Circle) */
    .med-hcx-info-node::after {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 150px;
        height: 150px;
        background: radial-gradient(circle, rgba(242, 102, 34, 0.05) 0%, transparent 70%);
        border-radius: 50%;
        transition: 0.5s;
    }

    /* Hover Effect: Deep lifting and glowing */
    .med-hcx-info-node:hover {
        transform: translateY(-10px) rotateX(2deg);
        border-color: rgba(242, 102, 34, 0.3);
        box-shadow: 0 30px 60px rgba(242, 102, 34, 0.1);
    }

        .med-hcx-info-node:hover::after {
            transform: scale(1.5);
            background: radial-gradient(circle, rgba(242, 102, 34, 0.1) 0%, transparent 70%);
        }

/* 2. Question Row Layout */
.med-hcx-question-row {
    display: flex;
    align-items: flex-start; /* Better for long headings */
    gap: 25px;
    position: relative;
    z-index: 2;
}

/* 3. The Index Chip (Futuristic Pulse Look) */
.med-hcx-index-chip {
    min-width: 60px;
    height: 60px;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 800;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 2px #f1f1f1;
    position: relative;
    transition: 0.4s;
}

    /* Pulse animation on the chip */
    .med-hcx-index-chip::before {
        content: '';
        position: absolute;
        inset: -4px;
        border-radius: 24px;
        border: 2px solid var(--primary-orange, #f26622);
        opacity: 0;
        transition: 0.4s;
    }

.med-hcx-info-node:hover .med-hcx-index-chip {
    background: var(--primary-orange, #f26622);
    color: #fff;
    box-shadow: 0 10px 20px rgba(242, 102, 34, 0.3);
}

    .med-hcx-info-node:hover .med-hcx-index-chip::before {
        opacity: 1;
        transform: scale(1.1);
        animation: medPulse 2s infinite;
    }

@keyframes medPulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* 4. Question Heading Styling */
.med-hcx-q-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a2b4c; /* Deep Medical Blue-Black */
    margin: 8px 0 0 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

/* 5. Answer Block (Clean & Spaced) */
.med-hcx-answer-block {
    padding-left: 85px; /* Aligns perfectly under the text, not the icon */
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.med-hcx-info-node:hover .med-hcx-answer-block {
    color: #2d3436;
}


/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .med-hcx-info-node {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .med-hcx-question-row {
        gap: 15px;
    }

    .med-hcx-index-chip {
        min-width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .med-hcx-q-heading {
        font-size: 1.1rem;
    }

    .med-hcx-answer-block {
        padding-left: 0;
        font-size: 1rem;
    }

        .med-hcx-answer-block::before {
            display: none;
        }
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .cta-heading {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .cta-content {
        padding: 40px;
    }

    .shape-light-blue {
        left: 40%;
    }

    .fade-overlay {
        background: linear-gradient(to bottom right, transparent 10%, #000000 80%);
    }
}

@@media (max-width: 768px) {
    .cta-content {
        text-align: center;
        padding: 40px 20px;
    }

    .cta-heading {
        font-size: 1.8rem;
    }

    .fade-overlay {
        background: linear-gradient(to bottom, transparent 0%, #000000 80%);
    }
    /* Center backgrounds on mobile */
    .shape-light-blue {
        top: 20%;
        left: 50%;
        width: 800px;
        height: 800px;
    }

    .shape-dark-blue {
        top: 0%;
        left: 50%;
        width: 800px;
        height: 800px;
    }

    .shape-black {
        top: -20%;
        left: 50%;
        width: 800px;
        height: 800px;
    }
}
