.elementor-2436 .elementor-element.elementor-element-1364d4ce{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-2436 .elementor-element.elementor-element-1364d4ce:not(.elementor-motion-effects-element-type-background), .elementor-2436 .elementor-element.elementor-element-1364d4ce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2436 .elementor-element.elementor-element-1e8e54ca{--display:flex;}.elementor-2436 .elementor-element.elementor-element-545edcbe > .elementor-widget-container{margin:0px 0px -15px 0px;}.elementor-2436 .elementor-element.elementor-element-3a24cc5f > .elementor-widget-container{margin:0px 0px -25px 0px;}.elementor-2436 .elementor-element.elementor-element-7018264a{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2436 .elementor-element.elementor-element-71f144d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-2436 .elementor-element.elementor-element-1e8e54ca{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-2436 .elementor-element.elementor-element-1e8e54ca{--width:70%;}.elementor-2436 .elementor-element.elementor-element-7018264a{--width:30%;}}/* Start custom CSS for container, class: .elementor-element-1364d4ce *//* =========================================
   NEUROSCAN FINAL VISUAL STYLE
   ========================================= */

/* --- 1. TYPOGRAPHY & HEADER --- */
body {
    background-color: #f8faff; /* Very light blue tint background */
}

/* The Breadcrumbs */
.neuro-breadcrumbs {
    font-size: 13px;
    color: #889096;
    margin-bottom: 0px;
    font-weight: 500;
}
.neuro-breadcrumbs a {
    color: #889096;
    text-decoration: none;
    transition: 0.2s;
}
.neuro-breadcrumbs a:hover { color: #2cd1d6; }
.neuro-breadcrumbs .sep { margin: 0 8px; font-size: 10px; vertical-align: middle; }
.neuro-breadcrumbs .current { color: #0b2144; font-weight: 600; }

/* The Title Highlight (Insights) */
.neuro-highlight {
    color: #0099cc; /* MedIntel Blue */
}

/* --- 2. FILTER BUTTONS --- */
.neuro-filter-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 0px;
}

.neuro-filter-btn {
    background: #fff;
    border: 1px solid #e1e5ea;
    padding: 10px 28px;
    border-radius: 50px; /* Perfect Pill Shape */
    color: #555;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.neuro-filter-btn:hover {
    background: #f4f7fa;
    color: #0b2144;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.neuro-filter-btn.active {
    background: #0b2144; /* Navy */
    color: #fff;
    border-color: #0b2144;
    box-shadow: 0 4px 12px rgba(11, 33, 68, 0.25);
}

/* --- 3. SEARCH BAR --- */
.neuro-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
}

#neuro-live-search {
    width: 100%;
    background: #f4f7fa;
    border: 1px solid transparent;
    padding: 14px 20px 14px 45px;
    border-radius: 8px;
    color: #0b2144;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    font-weight: 500;
}

#neuro-live-search::placeholder { color: #a0aec0; }

#neuro-live-search:focus {
    background: #fff;
    border-color: #2cd1d6;
    box-shadow: 0 0 0 4px rgba(44, 209, 214, 0.1);
}

.neuro-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s;
}
.neuro-search-wrapper.neuro-loading .neuro-search-icon {
    color: #2cd1d6;
    animation: spin 1s linear infinite;
}
@keyframes spin { 100% { transform: translateY(-50%) rotate(360deg); } }

/* --- 4. HERO CARD (Featured) --- */
.neuro-hero-card {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08); /* Soft, expensive shadow */
    border: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 50px;
    min-height: 420px;
}

.hero-image {
    width: 55%;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* The Featured Badge */
.neuro-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    color: #0b2144;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 6px;
    border-left: 3px solid #0099cc; /* Blue Accent */
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
}

.hero-content {
    width: 45%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-title {
    font-size: 36px;
    line-height: 1.2;
    color: #0b2144;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.hero-title a { color: #0b2144; text-decoration: none; transition: 0.3s; }
.hero-title a:hover { color: #0099cc; }

.hero-excerpt {
    font-size: 17px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 400;
}

/* Author Box */
.neuro-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}
.neuro-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.author-info { display: flex; flex-direction: column; }
.author-info .name { font-weight: 700; color: #0b2144; font-size: 14px; }
.author-info .role { font-size: 12px; color: #889096; font-weight: 500; }

.read-arrow {
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b2144;
    transition: 0.3s;
}
.read-arrow:hover { background: #0b2144; color: #fff; transform: translateX(5px); }


/* --- 5. GRID CARDS --- */
.neuro-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.neuro-card-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f2f5;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.neuro-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.card-image-wrap {
    height: 220px;
    position: relative;
    overflow: hidden;
}
.card-bg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}
.neuro-card-item:hover .card-bg { transform: scale(1.05); }

.neuro-badge-small {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #0b2144;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 2;
    letter-spacing: 0.5px;
}

.card-body {
    padding: 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.neuro-meta-small {
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-title {
    font-size: 20px;
    line-height: 1.35;
    color: #0b2144;
    margin-bottom: 12px;
    font-weight: 700;
}
.card-title a { color: #0b2144; text-decoration: none; transition: 0.2s; }
.card-title a:hover { color: #0099cc; }

.card-excerpt {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.card-footer {
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
}
.card-footer img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.card-footer span { font-size: 13px; font-weight: 600; color: #334155; }

/* Responsive adjustments */
@media (max-width: 1024px) {
    .neuro-hero-card { flex-direction: column; height: auto; }
    .hero-image { width: 100%; height: 280px; }
    .hero-content { width: 100%; padding: 40px; }
    .neuro-grid-wrapper { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .neuro-grid-wrapper { grid-template-columns: 1fr; }
    .neuro-search-wrapper { max-width: 100%; margin-top: 20px; }
}/* End custom CSS */