
        :root {
            --primary: teal;
            --ink: #0b1320;
            --primary-dark: #0b1320;
            --gray: #64748b;
            --hero-grad: linear-gradient(135deg, #0d47a1, rgba(26, 125, 115, .08));
            /*radial-gradient(1100px 600px at 95% -20%, rgba(94,234,212,.18), transparent 60%),*/
            /*radial-gradient(900px 520px at 5% 30%, rgba(0,128,128,.28), transparent 60%),*/
            /*linear-gradient(135deg, #00a2a2 0%, #086b6b 45%, #0b1320 100%);*/
        }

        * {
            box-sizing: border-box
        }

        body {
            font-family: 'Inter', sans-serif;
            color: #0f172a;
            margin: 0;
            background: #fff
        }

        a {
            color: inherit;
            text-decoration: none
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 16px
        }

        /* ===== HERO (modern gradient) ===== */
        .course-hero {
            position: relative;
            color: #fff;
            background: var(--hero-grad);
            padding: 2.6rem 0 2.8rem;
            margin-bottom: 2rem;
            overflow: hidden;
            isolation: isolate
        }

        .course-hero::after {
            content: "";
            position: absolute;
            inset: -20% -10% -40% -10%;
            background:
                conic-gradient(from 230deg at 20% 10%, rgba(255, 255, 255, .12), transparent 60%),
                radial-gradient(560px 360px at 30% 100%, rgba(255, 255, 255, .12), transparent 70%);
            filter: blur(70px);
            opacity: .9;
            pointer-events: none
        }

        .breadcrumb {
            color: #e5e7eb;
            display: flex;
            gap: 8px;
            align-items: center;
            margin-bottom: 12px;
            flex-wrap: wrap
        }

        .breadcrumb a {
            color: #fff;
            opacity: .95
        }

        .breadcrumb span {
            opacity: .8
        }

        .hero-wrap {
            display: flex;
            gap: 2rem;
            align-items: center
        }

        @media (max-width:768px) {
            .hero-wrap {
                flex-direction: column;
                text-align: center
            }
        }

        .badge {
            background: #fff;
            color: var(--ink);
            padding: .5rem 1rem;
            border-radius: 999px;
            font-weight: 700;
            display: inline-flex;
            gap: .5rem;
            align-items: center;
            margin-bottom: .6rem
        }

        .title {
            font-weight: 800;
            font-size: 2.25rem;
            letter-spacing: -.01em;
            margin: .2rem 0 .4rem
        }

        .sub {
            opacity: .95
        }

        .meta {
            display: flex;
            gap: .8rem;
            flex-wrap: wrap;
            margin: 1rem 0
        }

        .meta span {
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            background: rgba(255, 255, 255, .14);
            border: 1px solid rgba(255, 255, 255, .25);
            padding: .5rem .75rem;
            border-radius: 999px;
            font-weight: 600
        }

        .actions {
            display: flex;
            gap: .8rem;
            flex-wrap: wrap;
            margin-top: 1rem
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: .6rem;
            padding: .8rem 1rem;
            border-radius: 12px;
            border: 1px solid transparent;
            font-weight: 800;
            cursor: pointer;
            box-shadow: 0 10px 18px -8px rgba(0, 0, 0, .25)
        }

        .btn-primary {
            background: #fff;
            color: var(--primary)
        }

        .btn-primary:hover {
            filter: brightness(.98);
            color: white;
        }

        .btn-outline {
            background: transparent;
            color: var(--primary);
            border-color: rgba(255, 255, 255, .6)
        }

        .btn-outline:hover {
            background: rgba(255, 255, 255, .12);
            color: var(--primary)
        }

        /* ===== Tabs + Cards ===== */
        .tabs {
            display: flex;
            gap: 6px;
            border-bottom: 1px solid #e5e7eb;
            margin: 18px 0;
            overflow-x: auto
        }

        .tab {
            padding: 1rem 1.2rem;
            cursor: pointer;
            font-weight: 600;
            color: #64748b;
            border-bottom: 3px solid transparent;
            white-space: nowrap
        }

        .tab.active {
            color: var(--ink);
            border-bottom-color: var(--primary)
        }

        .grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2rem
        }

        @media (max-width:768px) {
            .grid {
                grid-template-columns: 1fr
            }
        }

        .card,
        .side {
            background: #fff;
            border-radius: 10px;
            border: 1px solid #eef2f7;
            box-shadow: 0 8px 24px rgba(20, 3, 66, .06);
            padding: 1.2rem 1.4rem;
            margin-bottom: 1.4rem
        }

        .side .heading {
            color: var(--ink);
            font-weight: 800;
            border-bottom: 2px solid teal;
            padding-bottom: .5rem;
            margin-bottom: .8rem
        }

        .detail {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            padding: .8rem 0;
            border-bottom: 1px solid #eef2f7
        }

        .detail:last-child {
            border-bottom: none
        }

        .label {
            font-weight: 400;
            color: var(--ink)
        }

        .value {
            text-align: right
        }

        .hl {
            background: #f8fafc;
            border-left: 4px solid teal;
            padding: 1rem 1.1rem;
            margin: 1rem 0;
            border-radius: 0 8px 8px 0;
            padding-left: 2rem;
        }

        .module {
            padding: 1rem;
            border: 1px solid #eef2f7;
            border-radius: 8px;
            margin-bottom: 10px
        }

        .module .mt {
            font-weight: 700;
            color: var(--ink);
            margin-bottom: .35rem
        }

        .module .md {
            color: #64748b
        }

        .fee-card {
            background: linear-gradient(135deg, #0b1320, #153e6b);
            color: #fff;
            border: 1px solid #0b1b3e;
            border-radius: 12px;
            padding: 1.2rem 1.4rem
        }

        .fee-amt {
            font-size: 1.8rem;
            font-weight: 900;
            margin: .35rem 0
        }

        /* ===== Timeline ===== */
        .timeline {
            list-style: none;
            margin: 1rem 0 0;
            padding: 0
        }

        .timeline li {
            display: flex;
            gap: 12px;
            padding: .7rem 0
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: teal;
            box-shadow: 0 0 0 4px rgba(0, 128, 128, .16);
            margin-top: 6px;
            flex: 0 0 12px
        }

        .t-body {
            flex: 1
        }

        .t-title {
            font-weight: 800;
            color: var(--ink);
            margin-bottom: .25rem
        }

        .t-desc {
            color: #64748b
        }

        .t-note {
            display: flex;
            gap: 10px;
            background: #f8fafc;
            border-left: 4px solid teal;
            padding: 12px;
            border-radius: 8px
        }

        /* ===== Scholarships (improved) ===== */
        .sch-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 12px
        }

        .sch {
            display: block;
            border: 1px solid #e8eef6;
            border-radius: 12px;
            padding: 14px;
            transition: .15s;
            color: inherit
        }

        .sch:hover {
            transform: translateY(-2px);
            border-color: rgba(0, 128, 128, .35);
            box-shadow: 0 10px 24px rgba(20, 3, 66, .06)
        }

        .sch-top {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            align-items: flex-start
        }

        .sch-name {
            font-weight: 800;
            color: #0b1320
        }

        .sch-amt {
            font-weight: 900;
            color: teal
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 10px
        }

        .tag {
            display: inline-flex;
            gap: 6px;
            align-items: center;
            font-size: .85rem;
            background: #f8fafc;
            border: 1px solid #eef2f7;
            padding: .35rem .55rem;
            border-radius: 999px
        }

        .sec-eligibility {
            padding: 20px;
        }
   
        .tabs-wrapper {
            position: sticky;
            top: 0;
            z-index: 100;
            background: #fff;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
            margin: 24px 0;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #e8eef6;
        }

        .tabs {
            display: flex;
            gap: 0;
            border-bottom: none;
            margin: 0;
            overflow-x: auto;
            scrollbar-width: thin;
            scrollbar-color: rgba(0, 128, 128, 0.3) transparent;
            padding: 8px;
        }

        .tabs::-webkit-scrollbar {
            height: 4px;
        }

        .tabs::-webkit-scrollbar-track {
            background: transparent;
        }

        .tabs::-webkit-scrollbar-thumb {
            border-radius: 10px;
        }

        .tab {
            position: relative;
            padding: 14px 24px;
            cursor: pointer;
            font-weight: 600;
            font-size: 15px;
            color: #64748b;
            border: none;
            border-radius: 12px;
            white-space: nowrap;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            background: transparent;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-right: 8px;
        }

        .tab::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            width: 80%;
            height: 3px;
            background: linear-gradient(90deg, teal, #14b8a6);
            border-radius: 10px 10px 0 0;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .tab:hover {
            color: #0f172a;
            background: rgba(0, 128, 128, 0.05);
        }

        .tab.active {
            color: teal;
            background: linear-gradient(135deg, rgba(0, 128, 128, 0.08), rgba(20, 184, 166, 0.12));
            font-weight: 700;
        }

        .tab.active::before {
            transform: translateX(-50%) scaleX(1);
        }

        .tab i {
            font-size: 16px;
            opacity: 0.8;
            transition: all 0.3s ease;
        }

        .tab.active i {
            opacity: 1;
            transform: scale(1.1);
        }

        .tab-progress {
            height: 3px;
            background: #e8eef6;
            position: relative;
            overflow: hidden;
        }

        .tab-progress-bar {
            height: 100%;
            background: linear-gradient(90deg, teal, #14b8a6);
            transition: width 0.3s ease;
            border-radius: 10px;
        }

        /* ========================================
   MODERN CARD STYLING
======================================== */
        .tab-content {
            display: none;
            animation: fadeInUp 0.4s ease;
        }

        .tab-content.active {
            display: block;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .card {
            background: #fff;
            border-radius: 16px;
            border: 1px solid #e8eef6;
            box-shadow: 0 4px 20px rgba(20, 3, 66, .04);
            padding: 32px;
            margin-bottom: 24px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, teal, #14b8a6, #0d9488);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .card:hover {
            box-shadow: 0 8px 30px rgba(20, 3, 66, .08);
            border-color: rgba(0, 128, 128, .2);
            transform: translateY(-2px);
        }

        .card:hover::before {
            opacity: 1;
        }

        .card h2 {
            color: #0b1320;
            font-size: 28px;
            font-weight: 800;
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 2px solid #f0f4f8;
            position: relative;
            letter-spacing: -0.02em;
        }

        .card h2::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 80px;
            height: 2px;
            background: linear-gradient(90deg, teal, #14b8a6);
            border-radius: 10px;
        }

        .card h3 {
            color: #0f172a;
            font-size: 20px;
            font-weight: 700;
            margin: 28px 0 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .card h3::before {
            content: '';
            width: 4px;
            height: 24px;
            background: linear-gradient(180deg, teal, #14b8a6);
            border-radius: 10px;
        }

        .card p {
            color: #475569;
            line-height: 1.8;
            font-size: 15px;
            margin-bottom: 16px;
        }

        .card ul {
            list-style: none;
            padding: 0;
            margin: 16px 0;
        }

        .card ul li {
            position: relative;
            padding-left: 32px;
            margin-bottom: 12px;
            color: #475569;
            line-height: 1.7;
            font-size: 15px;
        }

        .card ul li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, rgba(0, 128, 128, 0.1), rgba(20, 184, 166, 0.15));
            border-radius: 6px;
            color: teal;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

        .card ol {
            counter-reset: item;
            list-style: none;
            padding: 0;
            margin: 16px 0;
        }

        .card ol li {
            counter-increment: item;
            position: relative;
            padding-left: 40px;
            margin-bottom: 16px;
            color: #475569;
            line-height: 1.7;
            font-size: 15px;
        }

        .card ol li::before {
            content: counter(item);
            position: absolute;
            left: 0;
            top: 0;
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, teal, #14b8a6);
            border-radius: 8px;
            color: white;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            box-shadow: 0 4px 12px rgba(0, 128, 128, 0.2);
        }

        /* ========================================
   HIGHLIGHT BOX (.hl)
======================================== */
        .hl {
            /*background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 100%);*/
            border-left: 4px solid teal;
            padding: 24px;
            margin: 24px 0;
            border-radius: 0 12px 12px 0;
            box-shadow: 0 4px 16px rgba(0, 128, 128, 0.08);
            position: relative;
            overflow: hidden;
        }

        .hl::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 120px;
            height: 120px;
            background: radial-gradient(circle, rgba(0, 128, 128, 0.08), transparent);
            border-radius: 50%;
            transform: translate(40px, -40px);
        }

        .hl h3 {
            color: teal;
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 12px 0;
        }

        .hl h3::before {
            display: none;
        }

        .hl p {
            margin: 0;
            color: #334155;
        }

        /* ========================================
   MODULE CARDS
======================================== */
        .module {
            padding: 20px;
            border: 1px solid #e8eef6;
            border-radius: 12px;
            margin-bottom: 16px;
            background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .module::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, teal, #14b8a6);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .module:hover {
            border-color: rgba(0, 128, 128, 0.3);
            box-shadow: 0 8px 20px rgba(0, 128, 128, 0.1);
            transform: translateX(4px);
        }

        .module:hover::before {
            opacity: 1;
        }

        .module .mt {
            font-weight: 700;
            font-size: 16px;
            color: #0b1320;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .module .mt::before {
            content: '📚';
            font-size: 18px;
        }

        .module .md {
            color: #64748b;
            font-size: 14px;
            line-height: 1.6;
        }

        /* ========================================
   DETAIL ROWS
======================================== */
        .detail {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            padding: 16px 0;
            border-bottom: 1px solid #f1f5f9;
            transition: all 0.2s ease;
        }

        .detail:last-child {
            border-bottom: none;
        }

        .detail:hover {
            background: linear-gradient(90deg, rgba(0, 128, 128, 0.02), transparent);
            padding-left: 12px;
            margin-left: -12px;
            border-radius: 8px;
        }

        .detail .label {
            font-weight: 600;
            color: #475569;
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .detail .label i {
            color: teal;
            font-size: 16px;
        }

        .detail .value {
            text-align: right;
            font-weight: 700;
            color: #0f172a;
            font-size: 15px;
        }

        /* ========================================
   TIMELINE
======================================== */
        .timeline {
            list-style: none;
            margin: 24px 0 0;
            padding: 0;
            position: relative;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 6px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, teal, #14b8a6, transparent);
        }

        .timeline li {
            display: flex;
            gap: 16px;
            padding: 16px 0;
            position: relative;
        }

        .dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: linear-gradient(135deg, teal, #14b8a6);
            box-shadow: 0 0 0 4px rgba(0, 128, 128, .12);
            margin-top: 6px;
            flex: 0 0 14px;
            position: relative;
            z-index: 1;
        }

        .t-body {
            flex: 1;
            background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
            padding: 16px 20px;
            border-radius: 12px;
            border: 1px solid #e8eef6;
            transition: all 0.3s ease;
        }

        .t-body:hover {
            border-color: rgba(0, 128, 128, 0.3);
            box-shadow: 0 4px 16px rgba(0, 128, 128, 0.08);
            transform: translateX(4px);
        }

        .t-title {
            font-weight: 800;
            font-size: 16px;
            color: #0b1320;
            margin-bottom: 8px;
        }

        .t-desc {
            color: #64748b;
            font-size: 14px;
            line-height: 1.6;
        }

        .t-note {
            display: flex;
            gap: 12px;
            background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%);
            border-left: 4px solid #f59e0b;
            padding: 16px;
            border-radius: 12px;
            margin-left: 30px;
            box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);
        }

        .t-note i {
            color: #f59e0b;
            font-size: 20px;
            flex-shrink: 0;
        }

        /* ========================================
   SCHOLARSHIP GRID
======================================== */
        .sch-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 16px;
            margin-top: 24px;
        }

        .sch {
            display: block;
            border: 1px solid #e8eef6;
            border-radius: 16px;
            padding: 20px;
            transition: all 0.3s ease;
            color: inherit;
            background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
            position: relative;
            overflow: hidden;
        }

        .sch::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, teal, #14b8a6);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .sch:hover {
            transform: translateY(-4px);
            border-color: rgba(0, 128, 128, .35);
            box-shadow: 0 12px 28px rgba(20, 3, 66, .08);
        }

        .sch:hover::before {
            opacity: 1;
        }

        .sch-top {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            align-items: flex-start;
            margin-bottom: 16px;
        }

        .sch-name {
            font-weight: 800;
            font-size: 16px;
            color: #0b1320;
            line-height: 1.3;
        }

        .sch-amt {
            font-weight: 900;
            font-size: 18px;
            color: teal;
            white-space: nowrap;
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 12px;
        }

        .tag {
            display: inline-flex;
            gap: 6px;
            align-items: center;
            font-size: 13px;
            background: linear-gradient(135deg, #f0fdfa, #f8fafc);
            border: 1px solid #e8eef6;
            padding: 6px 12px;
            border-radius: 999px;
            font-weight: 600;
            color: #475569;
            transition: all 0.2s ease;
        }

        .tag:hover {
            background: linear-gradient(135deg, rgba(0, 128, 128, 0.08), rgba(20, 184, 166, 0.12));
            color: teal;
        }

        .tag i {
            font-size: 12px;
            color: teal;
        }

        /* ========================================
   ELIGIBILITY SECTION
======================================== */
        .sec-eligibility {
            padding: 28px;
            /*background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);*/
            border-radius: 16px;
            margin: 24px 0;
            border: 1px solid #e8eef6;
        }

        .sec-eligibility h2 {
            color: teal;
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sec-eligibility h2::before {
            content: '✓';
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, teal, #14b8a6);
            border-radius: 8px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }

        .sec-eligibility ul li {
            background: white;
            padding: 16px;
            margin-bottom: 12px;
            border-radius: 10px;
            border: 1px solid #e8eef6;
            transition: all 0.3s ease;
        }

        .sec-eligibility ul li:hover {
            border-color: rgba(0, 128, 128, 0.3);
            box-shadow: 0 4px 16px rgba(0, 128, 128, 0.08);
            transform: translateX(4px);
        }

        .sec-eligibility ul li strong {
            color: teal;
        }

        /* ========================================
   RESPONSIVE DESIGN
======================================== */
        @media (max-width: 768px) {
            .tabs-wrapper {
                margin: 16px -16px;
                border-radius: 0;
            }

            .tabs {
                padding: 6px;
                gap: 4px;
            }

            .tab {
                padding: 12px 16px;
                font-size: 14px;
            }

            .tab i {
                font-size: 14px;
            }

            .card {
                padding: 20px;
                border-radius: 12px;
                margin-bottom: 16px;
            }

            .card h2 {
                font-size: 22px;
            }

            .card h3 {
                font-size: 18px;
            }

            .hl {
                padding: 16px;
                margin: 16px 0;
            }

            .module {
                padding: 16px;
            }

            .detail {
                flex-direction: column;
                gap: 8px;
            }

            .detail .value {
                text-align: left;
            }

            .sch-grid {
                grid-template-columns: 1fr;
            }

            .sec-eligibility {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .tab span.tab-text {
                display: none;
            }

            .tab i {
                font-size: 18px;
                margin: 0;
            }

            .tab.active .tab-text {
                display: inline;
            }

            .card {
                padding: 16px;
            }

            .card h2 {
                font-size: 20px;
            }

            .module .mt::before {
                display: none;
            }
        }
   
        /* ===== NEARBY COMPANIES - PREMIUM CARD DESIGN ===== */

        /* Grid Container Enhancement */
        div[style*="grid-template-columns:repeat(auto-fill,minmax(220px,1fr))"] {
            display: grid !important;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
            gap: 20px !important;
            margin-top: 24px;
        }

        /* Individual Company Card - Complete Redesign */
        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"] {
            border: 1px solid #e8eef6 !important;
            border-radius: 16px !important;
            padding: 24px !important;
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(20, 3, 66, 0.04);
        }

        /* Animated Left Border Accent */
        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"]::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, teal, #14b8a6, #5eead4);
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Subtle Background Glow Effect */
        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"]::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(20, 184, 166, 0.08), transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        /* Hover State - Elevated Card */
        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"]:hover {
            border-color: rgba(0, 128, 128, 0.25) !important;
            box-shadow: 0 12px 32px rgba(20, 3, 66, 0.12), 0 0 0 1px rgba(0, 128, 128, 0.1) !important;
            transform: translateY(-6px) scale(1.02) !important;
            background: linear-gradient(135deg, #ffffff 0%, #f0fdfa 100%) !important;
        }

        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"]:hover::before {
            transform: scaleY(1);
            transform-origin: top;
        }

        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"]:hover::after {
            opacity: 1;
        }

        /* Company Name with Icon - Enhanced Typography */
        div[style*="border:1px solid #eef2f7"] div[style*="font-weight:800"] {
            font-weight: 800 !important;
            color: #0b1320 !important;
            margin-bottom: 12px !important;
            font-size: 17px !important;
            line-height: 1.4 !important;
            letter-spacing: -0.02em !important;
            display: flex !important;
            align-items: flex-start !important;
            gap: 10px !important;
            position: relative;
            z-index: 2;
            transition: color 0.3s ease;
        }

        /* Icon Styling - Building Icon */
        div[style*="border:1px solid #eef2f7"] div[style*="font-weight:800"] i.fa-building {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, rgba(0, 128, 128, 0.1), rgba(20, 184, 166, 0.15));
            border-radius: 10px;
            color: teal;
            font-size: 16px;
            flex-shrink: 0;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 128, 128, 0.1);
        }

        div[style*="border:1px solid #eef2f7"]:hover div[style*="font-weight:800"] i.fa-building {
            background: linear-gradient(135deg, teal, #14b8a6);
            color: white;
            transform: rotate(5deg) scale(1.1);
            box-shadow: 0 4px 12px rgba(0, 128, 128, 0.25);
        }

        div[style*="border:1px solid #eef2f7"]:hover div[style*="font-weight:800"] {
            color: teal !important;
        }

        /* Address/Location Line - Enhanced Design */
        div[style*="border:1px solid #eef2f7"] div[style*="color:#64748b"] {
            color: #64748b !important;
            font-size: 14px !important;
            line-height: 1.6 !important;
            display: flex !important;
            align-items: flex-start !important;
            gap: 10px !important;
            padding: 12px 14px !important;
            background: linear-gradient(135deg, rgba(248, 250, 252, 0.8), rgba(241, 245, 249, 0.6));
            border-radius: 10px;
            margin-top: 8px;
            border: 1px solid #f0f4f8;
            position: relative;
            z-index: 2;
            transition: all 0.3s ease;
        }

        /* Location Icon Styling */
        div[style*="border:1px solid #eef2f7"] div[style*="color:#64748b"] i.fa-location-dot {
            color: teal !important;
            font-size: 14px !important;
            flex-shrink: 0;
            margin-top: 2px;
            transition: transform 0.3s ease;
        }

        div[style*="border:1px solid #eef2f7"]:hover div[style*="color:#64748b"] {
            background: linear-gradient(135deg, rgba(240, 253, 250, 0.9), rgba(241, 245, 249, 0.8));
            border-color: rgba(0, 128, 128, 0.15);
        }

        div[style*="border:1px solid #eef2f7"]:hover div[style*="color:#64748b"] i.fa-location-dot {
            transform: translateY(-2px);
            color: #14b8a6 !important;
        }

        /* Badge/Tag Addition (Optional Enhancement) */
        div[style*="border:1px solid #eef2f7"]::after {
            /* This can be used to add a "View Details" tag on hover if needed */
            content: '';
        }

        /* ===== RESPONSIVE ENHANCEMENTS ===== */

        @media (max-width: 1024px) {
            div[style*="grid-template-columns:repeat(auto-fill,minmax(220px,1fr))"] {
                grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
                gap: 16px !important;
            }
        }

        @media (max-width: 768px) {
            div[style*="grid-template-columns:repeat(auto-fill,minmax(220px,1fr))"] {
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
                gap: 16px !important;
            }

            div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"] {
                padding: 20px !important;
            }

            div[style*="border:1px solid #eef2f7"] div[style*="font-weight:800"] {
                font-size: 16px !important;
            }

            div[style*="border:1px solid #eef2f7"] div[style*="font-weight:800"] i.fa-building {
                width: 32px;
                height: 32px;
                font-size: 14px;
            }

            div[style*="border:1px solid #eef2f7"] div[style*="color:#64748b"] {
                font-size: 13px !important;
                padding: 10px 12px !important;
            }
        }

        @media (max-width: 480px) {
            div[style*="grid-template-columns:repeat(auto-fill,minmax(220px,1fr))"] {
                grid-template-columns: 1fr !important;
                gap: 14px !important;
            }

            div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"] {
                padding: 18px !important;
                border-radius: 14px !important;
            }

            div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"]:hover {
                transform: translateY(-4px) scale(1.01) !important;
            }

            div[style*="border:1px solid #eef2f7"] div[style*="font-weight:800"] {
                font-size: 15px !important;
                gap: 8px !important;
            }

            div[style*="border:1px solid #eef2f7"] div[style*="font-weight:800"] i.fa-building {
                width: 30px;
                height: 30px;
                font-size: 13px;
            }

            div[style*="border:1px solid #eef2f7"] div[style*="color:#64748b"] {
                font-size: 13px !important;
                padding: 10px !important;
                gap: 8px !important;
            }
        }

        /* ===== LOADING SKELETON (Optional Enhancement) ===== */
        @keyframes shimmer {
            0% {
                background-position: -468px 0;
            }

            100% {
                background-position: 468px 0;
            }
        }

        /* Add shimmer effect while loading (optional) */
        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"].loading {
            background: linear-gradient(. 90deg,
                    #f0f4f8 0px,
                    #e8eef6 40px,
                    #f0f4f8 80px) !important;
            background-size: 468px 100%;
            animation: shimmer 1.2s ease-in-out infinite;
        }

        /* ===== ACCESSIBILITY IMPROVEMENTS ===== */
        div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"]:focus-within {
            outline: 2px solid teal;
            outline-offset: 2px;
            border-color: teal !important;
        }

        /* Better touch targets for mobile */
        @media (hover: none) and (pointer: coarse) {
            div[style*="border:1px solid #eef2f7"][style*="border-radius:10px"] {
                min-height: 120px;
                padding: 20px !important;
            }
        }
    