.ei-hero-editorial {
    position: relative;
    padding: 80px 10px;
    color: #fff;
    overflow: hidden;
}

/* 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;
}


.easyime-section {
    padding: 35px 20px;
    background: #94d1dc29;
    margin-bottom: 20px
}

.easyime-container {
    max-width: 1200px;
    margin: auto
}

.easyime-header {
    text-align: center;
    margin: 0 auto 25px
}

.easyime-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.easyime-header h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #111827
}

.easyime-header p {
    font-size: 17px;
    color: #4b5563
}

.journey-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1)
}

.easyime-num-div {
    display: flex;
    align-items: center;
    gap: 10px
}

.easyime-info {
    max-width: 900px;
    margin: auto;
    text-align: center
}

.easyime-info p {
    font-size: 16px;
    color: #374151;
    line-height: 1.5;
    margin-bottom: 18px
}

.I693-Medical-Exam {
    padding: 20px;
    background-color: antiquewhite;
}

.i693-image-checklist {
    display: flex;
    align-items: center;
}

.vaccination-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 200
}

.vaccination-modal-overlay.active {
    display: flex
}

.vaccination-modal {
    margin: 20px;
    background: #fff;
    width: 100%;
    max-width: 355px;
    border-radius: 22px;
    padding: 36px 30px 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .2)
}

.vaccination-modal-scroll {
    max-width: 620px;
    height: 70vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden
}

.vaccination-modal-header {
    position: sticky;
    background: #fff;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px
}

.vaccination-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px;
    margin: 0 15px;
    text-align: left
}

.vaccination-modal-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 14px 20px;
    border-top: 1px solid #e5e7eb;
    text-align: center
}

.vaccination-check-btn,
.vaccination-close {
    background: #0f766e;
    font-size: 18px;
    cursor: pointer
}

.vaccination-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-weight: 700
}

.vaccination-modal h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b1f33
}

.vaccination-subtitle {
    font-size: 18px;
    color: #374151;
    margin-bottom: 20px
}

.vaccination-dob {
    padding: 10px;
    border-radius: 14px;
    border: 1.5px solid #0f766e;
    outline: 0;
    text-align: center;
    margin-bottom: 20px
}

.vaccination-check-btn {
    border: none;
    padding: 8px 50px;
    font-weight: 600;
    border-radius: 16px;
    color: #fff
}

.dont-know-zip {
    text-align: center;
    margin-top: 15px;
    color: #374151;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.browse-by-state {
    cursor: pointer;
    color: #0f766e;
    border: none;
    text-decoration: underline;
    font-weight: 500
}

.abbrevations,
.disclaimer-para {
    padding-top: 10px;
    border-top: 1px solid #e5e7eb
}

.abbrevations {
    margin: 10px 0
}

.abbrevations h4 {
    padding-bottom: 10px
}

.disclaimer-para {
    margin-top: 10px
}

.document-list {
    padding: 0 25px;
    text-align: left
}

.easyime-num-inter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center
}

.easyime-num-subpart {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    margin: 0 auto
}

.easyime-num-txt {
    color: #374151;
    font-weight: 500
}

.easyime-bynumber {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 7%
}

.easyime-num-numbers {
    font-weight: 700;
    font-size: 22px
}

.easyime-by-number {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px
}

.journey-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 25px;
    margin-top: 30px;
}

.journey-step {
    transition: transform .3s, box-shadow .3s;
    background: #fff;
    padding: 28px 26px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    min-height: 232px
}

.journey-icon {
    font-size: 28px;
    margin-bottom: 14px;
    display: flex;
    gap: 5px
}

.journey-step h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #0b1f33
}

.journey-step p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.5
}

.journey-arrow {
    font-size: 44px;
    font-weight: 700;
    color: #0f766e;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1.8s ease-in-out infinite arrowPulse
}

@keyframes arrowPulse {

    0%,
    100% {
        transform: translateX(0) scale(1);
        opacity: .6
    }

    50% {
        transform: translateX(6px) scale(1.15);
        opacity: 1
    }
}

.why-choose-easyime-sec {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto
}

.why-choose-section-div {
    background: #fff;
    border-left: 5px solid #0ea5a4;
    border-radius: 14px;
    padding: 12px 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    margin-bottom: 15px
}

.why-choose-section-para1 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.section-number {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: -16px
}

.section-number-phone {
    width: 193px;
    height: 40px;
    border-radius: 16px 0 0 16px;
    background: #fff;
    box-shadow: -.5px .5px 3px 0 rgba(0, 0, 0, .1), .5px .5px 3px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer
}

.section-number-phone p {
    color: #006400;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

/* SECTION */
.i693-section {
    padding: 30px 20px;
    background: #edf1f8;
}

.i693-container {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

/* HEADER */
.i693-header {
    margin-bottom: 30px;
}

.i693-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.i693-icon img {
    width: 50px;
}

.i693-header h2 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #1e2a38;
}

.i693-header p {
    font-size: 16px;
    color: #5c6670;
    margin: auto;
    line-height: 1.6;
}

/* LIST GRID */
.i693-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.i693-list li {
    background: white;
    padding: 10px 25px;
    border-radius: 16px;
    font-weight: 500;
    color: #1e2a38;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.3s ease;
}

.vaccination-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 10%;
    background: #ffffff;
    gap: 60px;
}

/* LEFT */
.vaccination-content {
    flex: 1;
}

.vaccination-content h2 {
    font-size: 28px;
    margin-bottom: 5px;
    color: #1e2a38;
}

.vaccination-content p {
    font-size: 16px;
    color: #5c6670;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* BUTTON */
.btn-outline {
    padding: 12px 26px;
    border-radius: 40px;
    border: 2px solid #1e2a38;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline:hover {
    background: #1e2a38;
    color: white;
}

.arrow {
    transition: 0.3s;
}

.btn-outline:hover .arrow {
    transform: translateX(5px);
}

/* RIGHT IMAGE */
.vaccination-image {
    flex: 1;
    text-align: right;
}

.vaccination-image img {
    /* width: 100%;
    max-width: 500px; */
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

@media (max-width:1024px) {
    .journey-step {
        min-height: 278px
    }
}

@media (max-width:768px) {
    .vaccination-modal-scroll {
        max-width: 420px;
    }

    .ei-hero-editorial {
        padding: 30px 10px;
    }

    .ei-hero-editorial-inner {
        flex-direction: column;
        gap: 20px;
    }

    .ei-hero-panel ul {
        display: flex;
        flex-direction: column;
    }

    .why-choose-easyime-sec {
        flex-direction: column-reverse
    }

    .journey-step {
        min-height: 0
    }

    .easyime-bynumber {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .journey-container {
        flex-direction: column;
        gap: 15px
    }

    .journey-arrow {
        rotate: 90deg
    }

    .journey-step h3 {
        font-size: 18px
    }

    .why-choose-easyime-sec img {
        width: 300px;
        height: 230px
    }

    .journey-icon {
        align-items: center
    }
}

@media (max-width:600px) {
    .vaccination-content h2 {
        font-size: 20px;
    }

    .dont-know-zip {
        flex-direction: column;
    }

    .i693-list {
        flex-direction: column;

    }

    .i693-list li {
        width: 100%;
    }

    .vaccination-modal-scroll {
        max-width: 320px;
    }

    .vaccination-modal-header {
        padding: 0;
    }

    .ei-hero-panel ul {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
    }

    .ei-hero-text h1,
    .ei-hero-text p {
        text-align: center;
    }

    .easyime-bynumber {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0
    }

    .vaccination-modal {
        padding: 26px 15px 9px
    }

    .vaccination-section {
        padding: 20px;
        flex-direction: column-reverse;
    }

    .vaccination-content {
        text-align: center;
    }

}