        .ei-hero-editorial {
            position: relative;
            padding: 80px 10px;
            color: #fff;
            overflow: hidden;
        }

        .ei-bg {
            background-color: #cee1e0;
            padding: 20px;
        }

        .icon-bg {
            background-color: #7aaaa8;
            border-radius: 5px;
            padding: 4px;
            /* height: 30px;
            width: 30px; */
        }

        /* Background image */
        .ei-hero-bg-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
        }

        /* Gradient overlay (THIS matches screenshot) */
        .ei-hero-editorial::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, rgba(7, 89, 133, .85), rgba(15, 118, 110, .85));
            /* z-index: -1; */
        }

        .ei-hero-editorial-inner {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        /* Text color fixes */
        .ei-hero-text h1,
        .ei-hero-text p {
            color: #ffffff;
        }

        /* RIGHT PANEL */
        .ei-hero-panel {
            background: rgba(255, 255, 255, .12);
            backdrop-filter: blur(4px);
            border-left: 5px solid #79c194;
            padding: 16px 26px;
            border-radius: 6px;
        }

        .ei-hero-panel ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .ei-hero-panel li {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .ei-section {
            padding: 30px 0
        }


        .ei-title {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 16px;
            text-align: center
        }

        .ei-bring-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
            margin-top: 30px
        }

        .ei-bring-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 900px;
            margin: 0 auto
        }

        .ei-bring-item {
            background: #cee1e0;
            text-align: center;
            border: 1px solid #cee1e0;
            border-radius: 14px;
            padding: 16px;
            display: flex;
            gap: 14px
        }

        .ei-bring-item strong {
            font-size: 16px;
            display: block
        }

        .ei-bring-item p {
            font-size: 14px;
            color: #475569;
            margin-top: 4px
        }

        .ei-bring-note {
            background: #ecfeff;
            border: 1px solid #99f6e4;
            border-radius: 16px;
            padding: 22px
        }

        .ei-bring-note h3 {
            font-size: 18px;
            margin-bottom: 12px;
            color: #065f46
        }

        .ei-bring-note ul {
            padding-left: 18px
        }

        .ei-bring-note li {
            margin-bottom: 10px;
            font-size: 14px;
            color: #334155
        }

        .ei-bring-item-span {
            font-weight: 700
        }

        /* what happens */

        .medical-timeline {
            max-width: 1000px;
        }

        .medical-dot {
            top: 52px;
        }

        .medical-content h3 {
            font-weight: 700;
        }

        .why-easyime-medical-cards {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .why-easyime-medical-card {
            background: white;
            padding: 15px 20px;
            border-radius: 15px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
            font-weight: 500;
        }

        .exam-process {
            padding: 30px 20px;
            text-align: center;
        }

        .section-intro {
            max-width: 800px;
            margin: 0 auto 20px;
            color: #555;
            line-height: 1.6;
        }

        .medical-info {
            padding: 40px 20px 0;
            font-family: Arial, sans-serif;
        }

        .medical-timeline {
            position: relative;
            padding-left: 40px;
            margin-left: 80px;
            margin: 20px auto;
        }

        .medical-timeline::before {
            content: "";
            position: absolute;
            left: 10px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: black;
        }

        .medical-item {
            position: relative;
            margin-bottom: 20px;
        }

        /* timeline dots */
        .medical-dot {
            position: absolute;
            left: -30px;
            top: 26px;
            width: 14px;
            height: 14px;
            background: black;
            border-radius: 50%;
        }

        .medical-content {
            background: #dcb5b52e;
            padding: 15px 20px;
            border-radius: 10px;
        }

        .medical-content h3 {
            font-size: 18px;
            margin-bottom: 8px;

        }

        .medical-content p {
            color: #555;
            line-height: 1.6;
        }

       
        /* testimonial */
        .ei-testimonial-stars {
            font-size: 18px
        }

        .testimonials {
            padding-top: 20px
        }

        .ei-testimonial-author {
            font-weight: 600;
            color: #475569;
            margin-bottom: 10px
        }

        .ei-testimonial-text {
            font-style: italic;
            font-size: 17px;
            color: #1e293b;
            line-height: 1.6;
            margin-bottom: 22px
        }

        .testimonial-div {
            padding: 0 20px 20px
        }

        .ei-testimonial-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px 26px 24px;
            box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .Testimonials-cards,
        .ei-testimonial-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr)
        }

        .testimonial-heading {
            font-weight: 600;
            font-size: 18px
        }

        .ei-testimonial-grid {
            margin-top: 40px;
            gap: 28px
        }

        .Testimonials-cards {
            gap: 20px
        }

        .testimonials-content {
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 5px
        }

        /* whu section */

        .why-section {
            margin: auto;
            text-align: center
        }

        .why-section h2 {
            font-size: 34px;
            color: #064e3b;
            margin-bottom: 6px
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px
        }

        .why-card {
            background: rgba(255, 255, 255, .75);
            /* background: #0f766e; */
            backdrop-filter: blur(6px);
            border-radius: 20px;
            padding: 18px 24px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, .06);
            transition: .3s;
            border: 1px solid #e2e8f0
        }

        /* .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 118, 110, .2)
} */

        .why-card h4 {
            font-size: 18px;
            margin-bottom: 8px;
            color: #0f172a
        }

        .why-card p {
            font-size: 14px;
            color: #475569;
            line-height: 1.5
        }

        .subtitle {
            color: #475569;
            margin-bottom: 30px;
            font-size: 16px
        }


        /* how to find */
        .ei693-docs-editorial {
            background: #ffffff;
            padding: 60px 20px 80px;
        }

        /* centered content */
        .ei693-container {
            max-width: 1000px;
            margin: auto;
        }

        /* subtitle */
        .uscis-subtitle {
            text-align: center;
            max-width: 720px;
            margin: 10px auto 30px;
            font-size: 16px;
            color: #475569;
            line-height: 1.6;
        }

        /* main card */
        .ei693-docs-contents {
            background-color: #16a34a26;
            margin: auto;
            max-width: 820px;
            padding: 28px 28px 32px;
            border-left: 4px solid #066050;
            border-right: 4px solid #066050;
            border-radius: 20px;
            box-shadow: 0 6px 18px rgba(15, 118, 110, 0.06);
        }

        /* section heading */
        .uscis-heading {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 18px;
            color: #0f766e;
        }

        /* list */
        .ei693-docs-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        /* item */
        .ei693-docs-list li {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 14px 18px;
            background-color: rgb(255, 255, 255);
            border-radius: 18px;
            font-size: 15px;
            line-height: 1.55;
            color: #334155;
            transition: all .18s ease;
        }

        /* subtle hover */
        .ei693-docs-list li:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 14px rgba(15, 118, 110, 0.08);
        }

        /* icon circle */
        .ei693-doc-dot {
            min-width: 38px;
            height: 38px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            /* background:#e5f0ee; */
        }

        /* note */
        .ei693-docs-note {
            margin-top: 20px;
            font-size: 14px;
            color: #64748b;
            font-style: italic;
            border-top: 1px solid #e5f0ee;
            padding-top: 14px;
        }

        /* need */
        .ei-process-timeline {
            max-width: 900px;
            margin: 40px auto 0;
            position: relative
        }

        .ei-process-timeline::before {
            content: "";
            position: absolute;
            left: 18px;
            top: 0;
            bottom: 16px;
            width: 3px;
            background: #87734e;
            border-radius: 2px
        }

        .ei-process-step {
            display: flex;
            gap: 20px;
            margin-bottom: 28px;
            position: relative;
            align-items: center
        }

        .ei-process-circle {
            min-width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #b6ae9f;
            color: #fff;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1
        }

        .ei-process-content {
            background: #fff;
            padding: 15px;
            border-radius: 14px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, .06)
        }

        .ei-process-content-title {
            font-weight: 600
        }

        .banner-process-section {
            display: flex;
            align-items: center;
            width: 100%
        }

.ei693-docs-note,
.ei693-docs-contents,
.ei693-docs-editorial {
    color: #333333; /* or #222 for stronger contrast */
}

        @media (max-width:1100px) {
            .ei-section {
                padding: 20px
            }
        }

        @media (max-width:1024px) {
            .ei-testimonial-grid {
                grid-template-columns: repeat(2, 1fr)
            }
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .banner-process-section {
                flex-direction: column-reverse
            }

            .why-grid {
                grid-template-columns: repeat(2, 1fr)
            }

            .testimonials-content {
                gap: 10px
            }

            .testimonial-div {
                padding: 10px 2px
            }

            .ei-bring-item {
                align-items: flex-start
            }

            .ei-bring-grid {
                grid-template-columns: 1fr
            }

            .ei-bring-item {
                margin-top: 5px;
            }

            .ei-hero-editorial {
                padding: 30px 10px;
            }

            .ei-hero-editorial-inner {
                flex-direction: column;
                gap: 20px;
            }

            .ei-hero-panel ul {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width:600px) {
            .ei693-docs-content h2 {
                font-size: 24px
            }

            .ei693-docs-editorial {
                padding-bottom: 45px
            }



            .why-grid {
                grid-template-columns: none
            }

            .Testimonials-cards {
                grid-template-columns: repeat(1, 1fr)
            }

            .ei-testimonial-grid,
            .ime-footer-main,
            .imep-card,
            .imep-card.schedule-open {
                grid-template-columns: 1fr
            }

            .ei-testimonial-card {
                margin: 0 6px
            }

            .medical-info {
                padding: 0;
            }

            .why-easyime-medical-cards {
                flex-direction: column;
            }

            .ei-title {
                font-size: 26px
            }
        }

        @media (max-width: 500px) {
            .ei-hero-panel ul {
                display: flex;
                flex-direction: column;
                grid-template-columns: none;
            }

            .ei-hero-text h1,
            .ei-hero-text p {
                text-align: center;
            }
        }