.stats-card {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
    overflow: hidden;
    max-width: 320px;
    margin: 10px;
    width: 22.5%;
}

.stats-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px 0 0 10px;
}

.stats-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stats-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 7px;
}

.what {
    border: 5px dashed #d2d2d2;
    padding: 20px;
    margin-top: 100px;
}

.wh1 {
    font-size: 24px;
}

.wh2 {
    font-size: 17px;
    margin-top: 10px;
}

.tourabtn {
    border-radius: 3px;
    padding: .25em 1.3em;
    display: block;
    width: max-content;
    font-weight: 700;
    border: 1px solid #337ab7;
    color: #337ab7;
    font-size: 14px;
}

.tourabtn:hover {
    color: #fff;
    background-color: #337ab7;
}

.showmore {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}

.showbutton {
    border: 1px solid;
    color: #337ab7;
    text-align: center;
    width: max-content;
    font-size: 17px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 20px;
    margin: auto;
    cursor: pointer;
}

.showbutton:hover {
    background-color: #337ab7;
}

.showbutton:hover a {
    color: #fff;
}

.showbutton a {
    color: #337ab7;
}

.tb-space {
    padding-top: 50px;
    padding-bottom: 0px !important;
}

.head-screen {
    margin-top: 40px;
    margin-bottom: 40px;
}

.head-screen>ul {
    border: 1px solid #337ab7;
    border-radius: 10px;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.head-screen>ul li:first-child {
    border-radius: 8px 0 0 8px;
}

.head-screen ul li::marker {
    content: "";
}

.head-screen>ul .active {
    background-color: #337ab7;
    color: #fff;
}

.head-screen>ul li {
    transition: all .2s;
    width: 100%;
    border-right: 1px solid #337ab7;
    text-align: center;
    height: 62px;
    line-height: 62px;
    font-size: 21px;
    cursor: pointer;
    font-weight: 500;
}

.head-screen>ul li:not(.active):hover {
    color: #337ab7;
}

.head-screen>ul li:last-child {
    border-right: 0;
    border-radius: 0 10px 10px 0;
}

.head-screen>ul .active:after {
    content: '';
    display: table;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/06/a-xiajiantouzhixiangxiajiantou-150x150.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: -4px;
}

.group_dom .sectionTwoBox {
    display: none;
}

.group_dom .active {
    display: block;
}

.sectionFourBox {
    width: 31.5%;
}

.sectionFourBox-f {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .headPhone {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .stats-card {
        flex-direction: column;
        align-items: stretch;
    }

    .stats-icon {
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
    }

    .sectionFourBox {
        width: 100% !important;
        margin-top: 20px;
    }

    .sectionFourBox-f {
        display: contents;
    }

    .col-lg-0 {
        width: 22.5% !important;
    }

    .col-lg-0 .teamimg {
        width: 84px !important;
        height: 84px !important;
    }

    .head-screen>ul li {
        font-size: 12px;
    }

    .tb-space {
        padding: 0px 0px;
    }

    .home-place {
        width: 86% !important;
    }
}