.service-sexual-page {
    width: 100%;
}

/* Top banner */
.top-image {
    max-height: 460px;
    object-fit: cover;
}

.top-title-text {
    font-size: 2.2rem;
    font-weight: 600;
}

/* Original styles adapted */
.Colorshallow {
    background-color: #F1F1FB;
}

.appraisal {
    width: 100%;
}

.appraisalBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease;
}

.appraisalBox.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.abox_topbg {
    width: 54vw;
    height: 42vw;
    background-image: url('../../../images/website/4444.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 0;
}

.abox_top {
    color: #ffffff;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    line-height: 2;
    overflow: auto;
}

.abox_top_bigtext {
    padding-top: 3vw;
    font-size: 1.3vw;
    font-weight: normal;
}

.abox_line {
    display: inline-block;
    width: 3vw;
    height: 2px;
    background-color: #ffffff;
    margin: 0.8vw 0 1vw;
}

.abox_text {
    font-size: 0.72vw;
    font-weight: 100;
    text-align: justify;
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.mask_blue {
    background-color: #BBB7EC;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0.9;
    z-index: 1;
}

.abox_bom {
    width: 45vw;
    height: 19vw;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    z-index: 13;
    padding: 2.8vw 1vw 0;
}

.abox_bomlist {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

.list_item {
    float: left;
    width: 12vw;
    text-align: center;
    margin: 0 0.3vw;
}

.list_img {
    margin-bottom: 1vw;
    height: 4.5vw;
}

.list_img i {
    display: inline-block;
    width: 4.2vw;
}

.list_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list_text {
    line-height: 1.8;
    font-size: 0.7vw;
    height: 10.5vw;
    text-align: left;
    font-weight: 100;
}

.list_text span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 10px 0;
}

.list_smalltext {
    font-size: 0.7vw;
    text-align: right;
    padding: 0 40px;
    color: #BBB7EC;
}

.apparSize {
    color: #BBB7EC;
    text-align: center;
    font-weight: 700;
    font-size: 0.8vw;
}

.apparSpan {
    background-color: #BBB7EC;
}

.copyBox_btn {
    text-align: center;
    background-color: #F1F1FB;
    padding-bottom: 0.8vw;
}

.btn-back {
    min-width: 160px;
}

/* Sex list layout */
.sexlist {
    display: flex;
    padding: 0 2vw 0 0;
}

.sexlist_type {
    min-width: 3vw;
}

.sexlist_li {
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sexlist_li li {
    float: left;
    width: auto !important;
    min-width: 35%;
    margin-right: 2vw;
}

/* Phones (includes iPhone 14 Pro Max) */
@media (max-width: 575.98px) {
    .top-title-text {
        font-size: 1.6rem;
    }

    .abox_topbg {
        width: 100vw;
        height: auto;
    }

    .abox_top {
        width: 90%;
        height: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .abox_top_bigtext {
        padding-top: 6vw;
        font-size: 5vw;
    }

    .abox_text {
        font-size: 3.6vw;
    }

    .sexlist {
        flex-direction: column;
        padding-right: 0;
    }

    .sexlist_type {
        min-width: auto;
        margin-bottom: 0.5rem;
    }

    .sexlist_li li {
        min-width: 100%;
        margin-right: 0;
    }

    .abox_bom {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        margin-top: 1.5rem;
        padding: 1.5rem 1rem 1rem;
    }

    .abox_bomlist {
        flex-wrap: wrap;
        justify-content: center;
    }

    .list_item {
        width: 45%;
        margin-bottom: 1.5rem;
    }

    .list_text {
        height: auto;
        font-size: 3vw;
    }

    .list_smalltext {
        position: static;
        padding: 0;
        margin-top: 0.5rem;
        font-size: 3vw;
        text-align: center;
    }

    .apparSize {
        font-size: 3.2vw;
    }
}

/* Tablets (includes iPad Mini) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .top-title-text {
        font-size: 2rem;
    }

    .abox_top_bigtext {
        font-size: 2.2vw;
    }

    .abox_text {
        font-size: 1.6vw;
    }

    .abox_bom {
        width: 80vw;
        height: auto;
    }

    .list_item {
        width: 15vw;
    }

    .list_text {
        height: auto;
        font-size: 1.5vw;
    }

    .list_smalltext {
        font-size: 1.4vw;
    }

    .apparSize {
        font-size: 1.6vw;
    }
}
