.ug-social-wrapper {
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;
            font-family:"Inter", sans-serif;
            box-sizing: border-box;
        }
        .ug-social-wrapper *,
        .ug-social-wrapper *::before,
        .ug-social-wrapper *::after {
            box-sizing: border-box;
        }
        /* FILTERS */
        .ug-filter-bar {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            max-width: 650px;
            margin: 0 auto 30px;
        }
        .ug-filter {
            font-size: 15px !important;
            font-family: "Inter", sans-serif;
            transition: 0.3s all;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px 20px;
            gap: 15px;
            height: 47px;
            background: #FFFFFF !important;
            border: 0.5px solid #E3E3E3;
            box-shadow: 0px 4px 9.3px rgba(0, 0, 0, 0.04);
            border-radius: 9999px;
            font-weight: 500;
            color: #4B5563 !important;
        }
        .ug-filter:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,.08);
        }
        .ug-filter.active {
            color: #fff !important;
            background: #ff3159 !important;
            border-color: #ff3159 !important;
        }
        .footer-menu-logo-sec {
    display: none;
}

.footer-copyright-sec .elementor-hidden-desktop {
    display: block;
    background: transparent !important;
    text-align: center;
    color: #000 !important;
    padding: 0 !important;
}
.footer-copyright-sec .elementor-hidden-desktop .elementor-widget-container {
    color: #000;
}
       /* STAGE */
.ug-social-stage {
    position: relative;
    width: 100%;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
        /* IMAGE CARDS */
        .ug-image-card {
            position: absolute;
            overflow: hidden;
            background: #ddd;
            box-shadow: 0 12px 30px rgba(0,0,0,.08);
        }
        .ug-image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        /* LEFT LARGE */
        .ug-left-card {
            left: 5%;
            top: 20px;
            width: 466px;
            height: 444px;
            transform: rotate(-5deg);
            z-index: 1;
            background: transparent;
            box-shadow: unset;
            overflow: unset;
        }
        /* LEFT SMALL */
.ug-small-left {
    left: 16%;
    bottom: 30px;
    width: 160px;
    height: 240px;
    border: 4px solid #fff;
    border-radius: 100px;
    z-index: 5;
}
.ug-deco-dots-bottom {
    bottom: -20px;
    position: absolute;
    transform: rotate(90deg);
    font-size: 30px;
    font-weight: 400;
    left: 29%;
    color: #A78BFA;
}
        /* RIGHT TOP */
.ug-right-top {
    right: 11%;
    top: -40px;
    width: 466px;
    height: 444px;
    transform: rotate(8deg);
    z-index: 1;
    background: transparent;
    box-shadow: unset;
}
        /* RIGHT BOTTOM */
.ug-right-bottom {
    right: 19%;
    bottom: 59px;
    width: 260px;
    height: 200px;
    border-radius: 40px;
    z-index: 2;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 39px;
}

.ug-image-card.ug-right-center {
    width: 210px;
    height: 210px;
    border-radius: 100%;
    right: 10%;
    z-index: 2;
    border: 6px solid #fff;
    opacity:1;
}
        /* MAIN CARD */
        .ug-main-card {
            position: relative;
            width: 300px;
            height: 540px;
            border-radius: 20px;
            overflow: hidden;
            background: #eee;
            border: 2px solid #fff;
            box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
            z-index: 10;
        }
        .ug-main-image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }
        /* DARK GRADIENT */
        .ug-main-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to top,
                rgba(0,0,0,.65) 0%,
                rgba(0,0,0,.12) 40%,
                rgba(0,0,0,0) 70%
            );
            pointer-events: none;
        }
        /* LIKE COUNTER */
.ug-like-counter {
    position: absolute;
    left: 9px;
    top: 10px;
    background: rgba(60, 60, 60, .6);
    color: #fff;
    border-radius: 20px;
    padding: 0px 10px;
    font-size: 11px;
    z-index: 12;
    backdrop-filter: blur(5px);
    line-height: 25px;
}
.ug-like-counter img {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}
        /* ACTIONS */
        .ug-main-actions {
            position: absolute;
            right: 8px;
            bottom: 85px;
            display: flex;
            flex-direction: column;
            gap: 7px;
            z-index: 12;
        }
.ug-main-actions button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25) !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    backdrop-filter: blur(5px);
    border: 0;
}
        .ug-main-actions button:hover {
            background: #fff;
            color: #222;
        }
        /* MAIN TEXT */
.ug-main-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 26px;
    color: #fff;
    z-index: 11;
}
.ug-main-category {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ug-description {
    font-size: 12px;
    line-height: 1.45;
    max-width: 145px;
}
        /* PROGRESS */
        .ug-progress {
            width: 100%;
            height: 3px;
            background: rgba(255,255,255,.35);
            margin-top: 10px;
            border-radius: 10px;
            overflow: hidden;
        }
        .ug-progress span {
            display: block;
            width: 34%;
            height: 100%;
            background: #ff3159;
        }
       /* DECORATIONS */
        .ug-deco-star {
            position: absolute;
            left: 31%;
            top: -20px;
            color: #A78BFA;
            font-size: 50px;
            z-index: 3;
        }
.ug-image-card.ug-small-left img {
    width: 100%;
    height: 100%;
}
.ug-deco-dots {
    position: absolute;
    left: 32%;
    bottom: 75px;
    color: #c978ff;
    font-size: 30px;
    z-index: 3;
}

.ug-main-actions button img {
    width: auto;
}

.ug-like-counter img {
    width: auto;
}

/* Responsive css starts here */

@media (max-width:1024px){
.ug-small-left {
    left: 50%;
    bottom: 60px;
    margin-left: -390px;
}
.ug-left-card {
    left: 50%;
    top: 10px;
    margin-left: -430px;
}
.ug-right-top {
    right: 50%;
    top: -40px;
    margin-right: -490px;
    left: auto;
}
.ug-right-bottom {
    right: 50%;
    bottom: 29px;
    margin-right: -320px;
}
.ug-image-card.ug-right-center {
    right: 50%;
    margin-right: -410px;
}
.ug-social-wrapper {
    scale: .8;
}
.main_tiktok-wraper .ai-design-col-right .tiktok_img-profile {
    position: relative;
}
}


@media (max-width:767px){
    .ug-main-card {
    width: 180px;
    height: 320px;
}
.ug-main-actions button {
    width: 23px;
    height: 23px;
}
.ug-main-actions button img {
    width: 10px;
    height: 10px;
    float: none;
    display: table;
    margin: 0 auto;
}
.ug-main-category {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ug-description {
    font-size: 8px;
    line-height: 1.45;
    max-width: 145px;
    letter-spacing: 1px;
}
    .ug-image-card.ug-right-center {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        right: auto;
        border: 2px solid #fff;
        bottom: 160px;
        left: 50%;
        margin-left: 110px;
    }
.ug-image-card.ug-right-top {
    width: 210px;
    height: 200px;
    top: 60px;
    right: auto;
    left: 50%;
    margin-left: 30px;
}
.ug-image-card.ug-right-bottom {
    width: 118px;
    height: 90px;
    border-radius: 16px;
    border: 2px solid #fff;
    right: auto;
    left: 50%;
    margin-left: 50px;
    bottom: 100px;
}
.ug-image-card.ug-left-card {
    width: 210px;
    height: 200px;
    left: 50%;
    top: 110px;
    margin-left: -190px;
}
.ug-image-card.ug-small-left {
    width: 86px;
    height: 129px;
    border: 2px solid #fff;
    bottom: 90px;
    left: 50%;
    margin-left: -190px;
}
.ug-deco-star {
    position: absolute;
    left: 50%;
    top: 53px;
    color: #A78BFA;
    font-size: 40px;
    z-index: 3;
    margin-left: -128px;
}
.ug-social-stage {
        height: 430px;
        margin-top: -30px;
    }
.reviews.type-reviews .elementor-position-left.elementor-widget-image-box {
    --order: 0px !important;
}
html[lang="ja"] body .elementor-top-section .main_heading-banner .elementor-widget-container h1.elementor-heading-title {
    font-size: 40px !important;
    padding: 0 20px;
}
}

        @media(max-width: 700px) {
            .ug-filter-bar {
                gap: 7px;
                padding: 0 10px;
            }
            .ug-filter {
                padding: 8px 12px;
                font-size: 11px;
            }
            .ug-social-stage {
                height: 430px;
            }
        }

@media (max-width:640px){
    html[lang="ja"] body .main_heading-banner h1.elementor-heading-title {
    font-size: 34px !important;
}
}