﻿.egoo-strength {
    width: 100%;
    background: #55585c;
    padding: 38px 0 36px;
}

.egoo-strength-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    gap: 40px;
}

.egoo-strength-item {
    text-align: center;
}

.egoo-strength-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 22px;
    border-radius: 20px;
    overflow: hidden;
}

.egoo-strength-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.egoo-strength-item strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(230, 107, 46, .65);
}

.egoo-strength-item p {
    margin: 10px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}


.egoo-footer {
    width: 100%;
    background: #fff;
}

.egoo-footer-main {
    min-height: 348px;
    display: grid;
    grid-template-columns: 1.2fr .7fr 1fr .55fr;
    align-items: flex-start;
    gap: 70px;
    padding: 60px 0 50px;
}

.egoo-footer-brand {
    min-width: 0;
}
.egoo-footer-brand p{ margin-top:15px;}
.egoo-footer-logo {
    display: inline-block;
}

.egoo-footer-logo img {
    display: block;
    width: 144px;
    max-width: 100%;
    height: auto;
}

.egoo-footer-follow {
    margin-top: 30px;
}

.egoo-footer-follow h3,
.egoo-footer-column h3 {
    margin: 0 0 18px;
    color: #111;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}

.egoo-footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.egoo-footer-social a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    border-radius: 50%;
    background: #fff;
    color: #e66b2e;
    font-size: 23px;
    transition: all .25s ease;
}

.egoo-footer-social a:hover {
    border-color: #e66b2e;
    background: #e66b2e;
    color: #fff;
    transform: translateY(-3px);
}

.egoo-footer-social .egoo-footer-x {
    font-size: 20px;
    font-weight: 400;
}

.egoo-footer-column {
    padding-top: 2px;
}

.egoo-footer-column ul {
    margin: 0;
    padding: 0;
}

.egoo-footer-column li {
    margin-bottom: 10px;
}

.egoo-footer-column li:last-child {
    margin-bottom: 0;
}

.egoo-footer-column a {
    display: inline-block;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    transition: all .25s ease;
}

.egoo-footer-column a:hover {
    color: #e66b2e;
    transform: translateX(4px);
}

.egoo-footer-more i {
    margin-left: 3px;
    font-size: 14px;
}

.egoo-footer-back {
    display: flex;
    justify-content: flex-end;
    padding-top: 75px;
}

.egoo-footer-back-btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #55585c;
    transition: all .25s ease;
}

.egoo-footer-back-btn img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.egoo-footer-back-btn:hover {
    background: #e66b2e;
    transform: translateY(-4px);
}

.egoo-footer-bottom {
    width: 100%;
    background: #56595d;
}

.egoo-footer-bottom p {
    margin: 0;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.egoo-service-tools {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 999;
    width: 64px;
    padding: 12px 10px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 8px 30px rgba(18, 38, 63, .10);
    transform: translateY(-50%);
}

.egoo-service-item {
    position: relative;
    width: 44px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25364a;
    text-decoration: none;
}

.egoo-service-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 1px;
    background: #e8edf3;
    transform: translateX(-50%);
}

.egoo-service-item img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: all .25s ease;
}

.egoo-service-item:hover img {
    transform: translateY(-2px);
}

.egoo-service-top {
    height: 48px;
}

.egoo-service-top i {
    color: #25364a;
    font-size: 25px;
    transition: all .25s ease;
}

.egoo-service-item:hover .jx-service-top i,
.egoo-service-top:hover i {
    color: #e66b2e;
    transform: translateY(-2px);
}

.egoo-service-tip {
    position: absolute;
    right: 58px;
    top: 50%;
    min-width: 110px;
    padding: 8px 12px;
    background: #e66b2e;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translate(8px, -50%);
    transition: all .2s ease;
    pointer-events: none;
}

.egoo-service-tip:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e66b2e;
}

.egoo-service-item:hover .egoo-service-tip {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}



.mobile-fixed-tools {
    display: none;
}



@media screen and (max-width: 767px) {
	.egoo-strength {
	    padding: 35px 0;
	}
	
	.egoo-strength-list {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 35px 18px;
	}
	
	.egoo-strength-icon {
	    width: 82px;
	    height: 82px;
	    margin-bottom: 15px;
	    border-radius: 16px;
	}
	
	.egoo-strength-item strong {
	    font-size: 25px;
	    line-height: 34px;
	}
	
	.egoo-strength-item p {
	    margin-top: 6px;
	    font-size: 14px;
	    line-height: 21px;
	}
	
	
    .egoo-footer-main {
        min-height: auto;
        display: block;
        padding: 38px 0 35px;
    }

    .egoo-footer-brand {
        text-align: center;
    }

    .egoo-footer-logo img {
        width: 135px;
        margin: 0 auto;
    }

    .egoo-footer-follow {
        margin-top: 24px;
    }

    .egoo-footer-follow h3,
    .egoo-footer-column h3 {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .egoo-footer-social {
        justify-content: center;
        gap: 12px;
    }

    .egoo-footer-social a {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .egoo-footer-column {
        margin-top: 35px;
        padding-top: 0;
        text-align: center;
    }

    .egoo-footer-column li {
        margin-bottom: 9px;
    }

    .egoo-footer-column a {
        font-size: 14px;
        line-height: 22px;
    }

    .egoo-footer-back {
        justify-content: center;
        padding-top: 32px;
    }

    .egoo-footer-back-btn {
        width: 62px;
        height: 62px;
    }

    .egoo-footer-back-btn img {
        width: 24px;
        height: 24px;
    }

    .egoo-footer-bottom p {
        padding: 14px 10px;
        font-size: 14px;
        line-height: 22px;
    }


    .egoo-service-tools {
        display: none;
    }




    .mobile-fixed-tools {
        position: fixed;
        z-index: 9999;
        right: 6px;
        bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .mobile-fixed-tools .mobile-fixed-item {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            color: #fff;
            font-size: 1.25rem;
            text-decoration: none;
            box-shadow: 0 8px 20px rgba(230, 107, 46, .22);
        }

    .mobile-fixed-bom,
    .mobile-fixed-contact {
        background: linear-gradient( 270deg, #c95722 0%, #e66b2e 100% );
    }

    .mobile-fixed-whatsapp {
        background: #25D366;
    }

    .mobile-fixed-top {
        border: 1px solid #f1d8ca;
        background: #fff;
        color: #e66b2e !important;
    }


}