﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI",Arial,sans-serif
}

body {
    background: #f5f7fa;
    color: #1e293b;
    line-height: 1.6
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}
a, button {
    color: #000;
    text-decoration: none
} 

/*   FOOTER CSS   */
.ime-footer {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    font-size: 15px
}

.ime-footer-main {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px
}

.ime-footer-title {
    margin-bottom: 14px;
    font-weight: 700;
    color: #15803d;
    letter-spacing: .5px
}

.ime-footer-contact, .ime-footer-links, .ime-footer-social {
    list-style: none;
    padding: 0
}

    .ei-i693-who-box li, .ime-footer-contact li, .ime-footer-links li, .ime-footer-social li {
        margin-bottom: 10px
    }

    .ime-footer-links a {
        color: #111827
    }

        .book-here, .ei-lang-modal a, .ei-no-preferred-support, .ei-schedule-dates li:hover, .ime-footer-links a:hover {
            text-decoration: underline
        }

    .ei-phone, .ime-footer-social a, .phone {
        display: flex;
        align-items: center;
        gap: 5px
    }

.ei-phone, .ei-preferred-allinclusive {
    font-weight: 700
}

    .ei-phone i {
        margin-right: 6px
    }

    .ei-phone a {
        color: inherit
    }

.ime-lang-switch {
    color: #1d4ed8;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px
}

.ime-footer-trust {
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e5e7eb
}

.ime-footer-bottom {
    text-align: center;
}

.ime-footer-bottom {
    background: #0f766e;
    color: #fff;
    padding: 14px;
    font-size: 14px
}
/*TIP & ESPANOL*/
.ei-lang-backdrop, .ei-lang-modal, .ei-schedule-modal {
    position: fixed;
    display: none
}

.ei-lang-backdrop {
    inset: 0;
    background: rgb(0 0 0 / .45);
    z-index: 100
}

.ei-lang-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    padding: 24px 22px;
    z-index: 101
}

    .ei-lang-modal h3 {
        font-size: 18px;
        font-weight: 600;
        color: #111827;
        line-height: 1.4
    }

    .ei-lang-modal hr {
        border: none;
        border-top: 1px solid #e5e7eb;
        margin: 16px 0
    }

    .ei-lang-modal p {
        font-size: 16px;
        color: #1f2937;
        line-height: 1.6
    }

    .ei-lang-modal a {
        color: #1d4ed8;
        font-weight: 700
    }

.ei-lang-modal {
    text-align: center;
}

.ei-lang-close, .ei-schedule-close {
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

    .ei-lang-close, .ei-lang-close:hover {
        background: #0f766e
    }

.ei-lang-close {
    margin-top: 18px;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600
}
/*legend TIP & ESPANOL*/
@media (max-width:768px) {
    .ime-footer-main, .imep-card, .imep-card.schedule-open {
        grid-template-columns: 1fr
    }
}

@media(max-width:600px) {
    .ime-footer-main, .imep-card, .imep-card.schedule-open {
        grid-template-columns: 1fr
    }

    .ime-footer-trust img {
        max-width: 315px
    }

    .ei-lang-modal {
        max-width: 285px
    }
}



/*  FOOTER CSS END   */
