﻿/* ============================================
   EGOO Home
   Main Color: #e66b2e
   Background: #eeeeee
   ============================================ */

.egoo-homepage {
    width: 100%;
    background: #eeeeee;
    color: #111111;
}

/* ===================== Header ===================== */
.egoo-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20000;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .egoo-header.current {
        background: rgba(255, 255, 255, .96);
        border-bottom-color: #eeeeee;
        box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

.egoo-header-inner {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.egoo-logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

    .egoo-logo img {
        display: block;
        width: 142px;
        height: auto;
    }

.egoo-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.egoo-blog-link {
    color: #111111;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    white-space: nowrap;
}

    .egoo-blog-link:hover {
        color: #e66b2e;
    }

.egoo-cart-link {
    min-width: 132px;
    height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #333333;
    font-size: 15px;
    line-height: 42px;
    white-space: nowrap;
}

    .egoo-cart-link i {
        color: #e66b2e;
        font-size: 16px;
    }

    .egoo-cart-link:hover {
        color: #e66b2e;
        box-shadow: 0 8px 22px rgba(230, 107, 46, .12);
    }

.egoo-cart-count {
    color: #666666;
}

.egoo-user-menu {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.egoo-topbar-link {
    color: #222222;
    font-size: 14px;
    line-height: 42px;
    font-family: myFirstFont1;
}

    .egoo-topbar-link:hover {
        color: #e66b2e;
    }

.egoo-topbar-signup {
    min-width: 132px;
    height: 42px;
    padding: 0 24px;
    border-radius: 999px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 42px;
}

    .egoo-topbar-signup:hover {
        color: #e66b2e;
        box-shadow: 0 8px 22px rgba(230, 107, 46, .12);
    }

.egoo-topbar-or,
.egoo-topbar-line {
    color: #777777;
    font-size: 13px;
}

/* ===================== Main ===================== */
.egoo-home-main {
    padding: 154px 0 68px;
}

.egoo-home-inner {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
}

.egoo-search-title {
    margin: 0 0 28px;
    color: #111111;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

.egoo-search-wrap {
    position: relative;
    width: 100%;
    height: 82px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .32);
}

.egoo-search-box {
    width: 100%;
    height: 62px;
    padding: 0 10px 0 30px;
    border-radius: 999px;
    background: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .035);
}

.egoo-search-input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #333333;
    font-size: 15px;
    line-height: 62px;
    outline: none;
}

    .egoo-search-input::placeholder {
        color: #666666;
        opacity: 1;
    }

.egoo-search-btn {
    width: 154px;
    height: 50px;
    margin-left: 18px;
    border: 0;
    border-radius: 999px;
    background: #e66b2e;
    color: #ffffff;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

    .egoo-search-btn:hover {
        background: #cf5920;
        box-shadow: 0 10px 24px rgba(230, 107, 46, .24);
        transform: translateY(-1px);
    }

.egoo-search-desc {
    margin: 13px 0 38px;
    color: #666666;
    font-size: 15px;
    line-height: 25px;
}

/* ===================== Advantages ===================== */
.egoo-resource-section {
    width: 100%;
    min-height: 310px;
    padding: 38px 54px 34px;
    background-color: #fff7f2;
    background-image: url(../images/homebg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.egoo-resource-title {
    margin: 0 0 30px;
    color: #111111;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.egoo-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}

.egoo-resource-item {
    min-width: 0;
}

.egoo-resource-icon {
    height: 42px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .egoo-resource-icon img {
        display: block;
        width: auto;
        max-width: 42px;
        max-height: 42px;
    }

.egoo-resource-name {
    margin: 0 0 15px;
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

.egoo-resource-list {
    margin: 0;
    padding: 0;
}

    .egoo-resource-list li {
        position: relative;
        margin: 0 0 6px;
        padding-left: 15px;
        color: #333333;
        font-size: 13px;
        line-height: 21px;
    }

        .egoo-resource-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #e66b2e;
        }


.egoo-header.current .egoo-cart-link {
    background: #fff6f1;
    border: 1px solid #f3c3aa;
    color: #333;
    box-shadow: none;
}

    .egoo-header.current .egoo-cart-link i {
        color: #e66b2e;
    }

.egoo-header.current .egoo-cart-count {
    color: #666;
}

.egoo-header.current .egoo-cart-link:hover {
    background: #e66b2e;
    border-color: #e66b2e;
    color: #fff;
    box-shadow: 0 8px 20px rgba(230, 107, 46, .18);
}

    .egoo-header.current .egoo-cart-link:hover i,
    .egoo-header.current .egoo-cart-link:hover .egoo-cart-count {
        color: #fff;
    }

.egoo-header.current .egoo-topbar-signup {
    background: #fff6f1;
    border: 1px solid #f3c3aa;
    color: #333;
    box-shadow: none;
}

    .egoo-header.current .egoo-topbar-signup:hover {
        background: #e66b2e;
        border-color: #e66b2e;
        color: #fff;
        box-shadow: 0 8px 20px rgba(230, 107, 46, .18);
    }

.egoo-header.current .egoo-topbar-login {
    color: #222;
}

    .egoo-header.current .egoo-topbar-login:hover {
        color: #e66b2e;
    }

.egoo-header.current .egoo-topbar-or,
.egoo-header.current .egoo-topbar-line {
    color: #888;
}

/* ===================== Mobile ===================== */
@media screen and (max-width: 767px) {
    .egoo-header {
        background: rgba(238, 238, 238, .96);
    }

        .egoo-header.current {
            background: rgba(255, 255, 255, .97);
        }

    .egoo-header-inner {
        height: auto;
        min-height: 0;
        padding: 9px 0 8px;
        display: block;
    }

    .egoo-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 7px;
    }

        .egoo-logo img {
            width: 96px;
        }

    .egoo-header-tools {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 6px;
    }

    .egoo-blog-link {
        font-size: 13px;
        line-height: 36px;
    }

    .egoo-cart-link {
        min-width: auto;
        height: 36px;
        padding: 0 10px;
        gap: 5px;
        font-size: 13px;
        line-height: 36px;
    }

        .egoo-cart-link i {
            font-size: 14px;
        }

    .egoo-user-menu {
        width: auto;
        min-height: 36px;
        justify-content: center;
        gap: 6px;
    }

    .egoo-topbar-link {
        font-size: 13px;
        line-height: 36px;
    }

    .egoo-topbar-signup {
        min-width: auto;
        height: 36px;
        padding: 0 12px;
        line-height: 36px;
    }

    .egoo-topbar-or,
    .egoo-topbar-line {
        font-size: 12px;
    }

    .egoo-home-main {
        padding: 118px 0 34px;
    }

    .egoo-home-inner {
        width: 100%;
    }

    .egoo-search-title {
        margin-bottom: 20px;
        padding: 0 10px;
        font-size: 22px;
        line-height: 1.35;
    }

    .egoo-search-wrap {
        height: 68px;
        padding: 7px;
    }

    .egoo-search-box {
        height: 54px;
        padding-left: 18px;
    }

    .egoo-search-input {
        font-size: 14px;
        line-height: 54px;
    }

    .egoo-search-btn {
        width: 96px;
        height: 44px;
        margin-left: 8px;
        font-size: 14px;
        line-height: 44px;
    }

    .egoo-search-desc {
        margin: 12px 4px 26px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .egoo-resource-section {
        min-height: 0;
        padding: 28px 20px 24px;
        background-position: center top;
    }

    .egoo-resource-title {
        margin-bottom: 24px;
        font-size: 19px;
        line-height: 1.4;
    }

    .egoo-resource-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .egoo-resource-item {
        padding: 22px 0;
        border-bottom: 1px solid rgba(230, 107, 46, .16);
    }

        .egoo-resource-item:first-child {
            padding-top: 0;
        }

        .egoo-resource-item:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

    .egoo-resource-icon {
        margin-bottom: 10px;
    }

    .egoo-resource-name {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .egoo-resource-list {
        max-width: 290px;
        margin: 0 auto;
    }

        .egoo-resource-list li {
            font-size: 13px;
            line-height: 21px;
        }
}




.egoo-inner-header {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

    .egoo-inner-header.current {
        background: rgba(255, 255, 255, .97);
        border-bottom-color: #eeeeee;
        box-shadow: 0 8px 28px rgba(0, 0, 0, .07);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

.egoo-inner-header-main {
    height: 100px;
    display: grid;
    grid-template-columns: 220px minmax(400px, 560px) 300px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.egoo-inner-logo {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

    .egoo-inner-logo img {
        display: block;
        width: 142px;
        height: auto;
    }

.egoo-inner-search {
    position: relative;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    overflow: visible;
    border: 1px solid #e66b2e;
    border-radius: 999px;
    background: #fff;
    transition: all .25s ease;
}

    .egoo-inner-search:focus-within {
        box-shadow: 0 8px 24px rgba(230, 107, 46, .10);
    }

.egoo-inner-search-input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0 0 0 30px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 14px;
    line-height: 54px;
    outline: none;
}

    .egoo-inner-search-input::placeholder {
        color: #777;
        opacity: 1;
    }

.egoo-inner-search-btn {
    width: 58px;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    transition: all .25s ease;
}

    .egoo-inner-search-btn:hover {
        color: #e66b2e;
    }

.egoo-inner-email {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: #222;
}

.egoo-inner-email-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e66b2e;
    font-size: 23px;
}

.egoo-inner-email-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .egoo-inner-email-text em {
        color: #666;
        font-size: 15px;
        line-height: 19px;
    }

    .egoo-inner-email-text strong {
        color: #111;
        font-size: 15px;
        line-height: 21px;
        font-weight: 500;
        white-space: nowrap;
    }

.egoo-inner-email:hover .egoo-inner-email-text strong {
    color: #e66b2e;
}

@media screen and (max-width: 767px) {
    .egoo-inner-header-main {
        height: auto;
        min-height: 112px;
        padding: 10px 0;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 8px 15px;
    }

    .egoo-inner-logo {
        grid-column: 1;
        grid-row: 1;
    }

        .egoo-inner-logo img {
            width: 100px;
        }

    .egoo-inner-email {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        gap: 7px;
    }

    .egoo-inner-email-icon {
        font-size: 18px;
    }

    .egoo-inner-email-text em {
        font-size: 12px;
        line-height: 16px;
    }

    .egoo-inner-email-text strong {
        max-width: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        line-height: 18px;
    }

    .egoo-inner-search {
        grid-column: 1 / 3;
        grid-row: 2;
        height: 44px;
    }

    .egoo-inner-search-input {
        padding-left: 18px;
        font-size: 14px;
        line-height: 44px;
    }

    .egoo-inner-search-btn {
        width: 48px;
        font-size: 16px;
    }
}


/* ===================== Quick Search ===================== */
.egoo-search-window {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 1005;
    display: none;
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0,0,0,.10);
}

.egoo-search-wrap > .egoo-search-window {
    left: 10px;
    width: calc(100% - 20px);
}

.egoo-inner-search > .egoo-search-window {
    top: calc(100% + 8px);
}

.egoo-search-rst {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

    .egoo-search-rst > li {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f1f1f1;
        background: #fff;
    }

        .egoo-search-rst > li:last-child {
            border-bottom: 0;
        }

        .egoo-search-rst > li > a {
            position: relative;
            width: 100%;
            min-height: 54px;
            padding: 9px 42px 9px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            color: #333;
            font-size: 14px;
            line-height: 20px;
            box-sizing: border-box;
            transition: background .2s ease,color .2s ease;
        }

            .egoo-search-rst > li > a:after {
                content: "\f105";
                position: absolute;
                right: 17px;
                top: 50%;
                color: #999;
                font-family: FontAwesome;
                font-size: 17px;
                font-weight: normal;
                transform: translateY(-50%);
                transition: color .2s ease,transform .2s ease;
            }

            .egoo-search-rst > li > a:hover {
                background: #fff6f1;
                color: #e66b2e;
            }

                .egoo-search-rst > li > a:hover:after {
                    color: #e66b2e;
                    transform: translate(2px,-50%);
                }

    .egoo-search-rst img {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        object-fit: contain;
        border: 1px solid #eee;
        background: #fff;
    }

    .egoo-search-rst strong,
    .egoo-search-rst b {
        color: #e66b2e;
        font-weight: 600;
    }

    .egoo-search-rst .search-loading,
    .egoo-search-rst .search-empty,
    .egoo-search-rst .search-error {
        min-height: 52px;
        padding: 0 16px;
        display: flex;
        align-items: center;
        border-bottom: 0;
        color: #777;
        font-size: 14px;
        line-height: 20px;
        box-sizing: border-box;
    }

        .egoo-search-rst .search-loading:before {
            content: "\f110";
            margin-right: 9px;
            color: #e66b2e;
            font-family: FontAwesome;
            font-size: 15px;
            animation: egooSearchSpin .8s linear infinite;
        }

        .egoo-search-rst .search-empty:before {
            content: "\f002";
            margin-right: 9px;
            color: #999;
            font-family: FontAwesome;
        }

    .egoo-search-rst .search-error {
        color: #c95722;
    }

        .egoo-search-rst .search-error:before {
            content: "\f071";
            margin-right: 9px;
            color: #e66b2e;
            font-family: FontAwesome;
        }

@keyframes egooSearchSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:767px) {
    .egoo-search-window {
        top: calc(100% + 6px);
        border-radius: 8px;
        box-shadow: 0 10px 28px rgba(0,0,0,.10);
    }

    .egoo-search-wrap > .egoo-search-window {
        left: 7px;
        width: calc(100% - 14px);
    }

    .egoo-inner-search > .egoo-search-window {
        top: calc(100% + 6px);
    }

    .egoo-search-rst {
        padding: 4px 0;
    }

        .egoo-search-rst > li > a {
            min-height: 50px;
            padding: 8px 38px 8px 12px;
            gap: 9px;
            font-size: 13px;
            line-height: 19px;
        }

            .egoo-search-rst > li > a:after {
                right: 13px;
                font-size: 16px;
            }

        .egoo-search-rst img {
            width: 38px;
            height: 38px;
            flex-basis: 38px;
        }

        .egoo-search-rst .search-loading,
        .egoo-search-rst .search-empty,
        .egoo-search-rst .search-error {
            min-height: 48px;
            padding: 0 12px;
            font-size: 13px;
        }
}


.egoo-inner-header,
.egoo-inner-header .container,
.egoo-inner-header-main,
.egoo-inner-search {
    overflow: visible !important;
}

.egoo-inner-header {
    position: relative;
    z-index: 10020 !important;
}

    .egoo-inner-header.current {
        z-index: 10020 !important;
    }

.egoo-inner-search {
    position: relative;
    z-index: 10030;
}

.egoo-search-window {
    position: absolute;
    z-index: 10050 !important;
}