@import url("https://fonts.googleapis.com/css2?family=Knewave&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    text-transform: none;
    color: #fff;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    background-color: #111111;
    overflow-x: hidden;
}

a:active {
    outline: none;
    border: none;
}

a:focus {
    -moz-outline-style: none;
    outline: none;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

body select::-ms-expand {
    display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

*:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

*::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

a,
a:hover,
a:active,
a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    line-height: 1;
}

    ul::after {
        display: none;
    }

li {
    list-style: outside none none;
    position: relative;
}

body p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
    margin: 0 0 15px;
    padding: 0;
}

    body p:empty {
        display: none;
        line-height: 0;
    }

    body p:last-child {
        margin: 0;
    }

    body p strong {
        font-weight: bold;
    }

body a {
    color: #fff;
    line-height: normal;
}

    body a:hover {
        color: #ff0000;
    }

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div input,
div select,
div textarea,
div button {
    font-family: "Poppins", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Poppins", sans-serif;
    line-height: normal;
    margin: 0 0 15px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: cover;
}

.hidden {
    display: none !important;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

body .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1310px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

body .small-container {
    max-width: 880px;
}

body .container .container {
    width: 100%;
    max-width: 100%;
}

html.no-scroll body,
html.no-scroll {
    overflow: hidden;
    height: 100%;
}

.section-gapping {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-gapping {
    padding-top: 60px;
}

.bottom-gapping {
    padding-bottom: 60px;
}

.main-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .main-title.text-left {
        text-align: left;
    }

    .main-title h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        color: #ff0000;
        position: relative;
        padding-left: 15px;
    }

        .main-title h3::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: #c20000;
            background: linear-gradient(0deg, rgba(194, 0, 0, 0) 0%, rgba(194, 0, 0, 0.15) 50%, rgba(255, 0, 0, 1) 100%);
        }

    .main-title h2 {
        margin: 0;
        font-size: 56px;
        font-weight: 600;
        line-height: 100%;
    }

    .main-title p {
        color: #c7cad1;
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    border-radius: 8px;
    color: #fff;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    gap: 5px;
}

    .btn:hover {
        border-color: #fff;
        background-color: transparent;
    }

    .btn.btn-border {
        border-color: #5c6270;
        padding: 11px 44px;
        line-height: normal;
        border-radius: 12px;
        box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
        background-color: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(8px);
    }

        .btn.btn-border:hover {
            border-color: transparent;
            background-color: #ff0000;
            color: #fff;
        }

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.wh-20 {
    width: 20px;
    height: 20px;
}

.wh-16 {
    width: 16px;
    height: 16px;
}

body .mb-0 {
    margin-bottom: 0;
}

.mb-48 {
    margin-bottom: 48px;
}

/*-----------fx*/

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 78px;
}

header.main_header {
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    border-bottom: 1px solid #454a54;
    padding: 16px 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

    .header .header-left {
        display: flex;
        align-items: center;
        gap: 24px;
    }

.icon-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(143, 149, 163, 0.1);
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
    flex-shrink: 0;
}

    .icon-btn:hover {
        background-color: rgba(255, 0, 0, 0.2);
    }

.header-right {
    display: flex;
    gap: 12px;
}

    .header-right .btn.btn-border {
        border-color: #fff;
        background-color: transparent;
        padding: 8px 16px;
    }

.search-box {
    flex: none;
    width: 100%;
    max-width: 400px;
    position: relative;
}

    .search-box input[type="text"] {
        border: none;
        border-radius: 8px;
        width: 100%;
        background: rgba(143, 149, 163, 0.15);
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .search-box .search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 16px;
    }

        .search-box .search-btn:hover {
            opacity: 0.5;
            cursor: pointer;
        }

.banner-section {
    position: relative;
    padding: 76px 0;
}

    .banner-section .banner-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .banner-section .banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.content-left {
    width: 100%;
    max-width: 595px;
}

    .content-left .tag {
        display: inline-flex;
        align-items: center;
        background-color: rgba(60, 19, 21, 0.3);
        border-radius: 50px;
        padding: 12px 32px 12px 65px;
        color: #ff8587;
        position: relative;
        margin-bottom: 24px;
    }

        .content-left .tag::before {
            content: "";
            position: absolute;
            left: 32px;
            top: 0;
            bottom: 0;
            background-image: url(../images/sprite-img.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
            margin: auto;
        }

    .content-left h2 {
        font-size: 62px;
        letter-spacing: 0.2px;
        font-weight: 600;
        line-height: 80px;
        margin-bottom: 30px;
    }

        .content-left h2 .red-text {
            display: block;
            color: #ff4d4d;
        }

    .content-left .btn {
        padding: 16px 56px;
        border-radius: 50px;
        background-color: #6e0808;
        font-size: 20px;
        font-weight: 600;
    }

        .content-left .btn:hover {
            border-color: transparent;
            background-color: #000;
        }

    .content-left ul {
        margin-top: 48px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 96px;
    }

        .content-left ul li {
            font-weight: 600;
            font-size: 48px;
            line-height: 100%;
        }

            .content-left ul li span {
                display: block;
                font-size: 16px;
                color: #737b8c;
                letter-spacing: 0.2px;
                font-weight: 400;
                line-height: normal;
                margin-top: 5px;
            }

.banner-section .profile-btn {
    position: absolute;
    right: 0;
    bottom: -35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.progress-card-1 {
    position: relative;
    width: 240px;
    padding: 15px 30px;
    border-radius: 60px;
    border: 3px solid #ff4d4d;
    background: rgba(204, 0, 0, 0.5);
    color: white;
    font-family: "Poppins", sans-serif;
}

.progress-text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.progress-fill-1 {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -4px;
    border: 3px solid #fff;
    border-radius: 50px 0 0 50px;
    border-right: none;
    width: 50%;
}

.progress-value {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 12px;
    z-index: 3;
}

.progress-card-2 {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 32px;
    width: 290px;
    border-radius: 70px;
    background: rgba(204, 0, 0, 0.5);
    border: 2px solid #ff0000;
    color: white;
    font-family: "Poppins", sans-serif;
}

.circle-progress {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-top-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.progress-title {
    font-size: 16px;
}

footer {
    margin-top: auto;
    background-color: #000000;
    border-top: 5px solid #ff0000;
    background-image: url(../images/footer-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    footer::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 42px;
        background-image: url(../images/footer-before.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 178px;
        height: 265px;
    }

.footer-content {
    display: flex;
    gap: 80px;
}

    .footer-content .footer-logo {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .footer-content .footer-logo .logo {
            padding: 23px 16px;
        }

    .footer-content ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

.footer-right {
    flex: 1 1 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

    .footer-right .grid-2 {
        display: flex;
        gap: 50px;
    }

.footer-content h3 {
    color: #71717a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer-contact,
.social-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .social-links a {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .social-links a .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
        }

.footer-right .footer-menu {
    flex: 1 1 0;
    justify-content: space-between;
}

.across-section {
    position: relative;
}

    .across-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        filter: blur(190px);
        background-color: #ff0000;
        width: 380px;
        height: 190px;
        opacity: 0.2;
    }

.across-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

    .across-box li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: 400;
        gap: 20px;
        background-color: #000;
        border-radius: 16px;
        padding: 40px;
    }

        .across-box li span {
            font-size: 20px;
            color: #c7cad1;
        }

.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

    .cards-container .glass-card {
        background: linear-gradient( 229.44deg, rgba(36, 36, 36, 0.6) 4.22%, rgba(36, 36, 36, 0.24) 14.33%, rgba(36, 36, 36, 0.09) 39.12%, rgba(36, 36, 36, 0.0639189) 54.05%, rgba(36, 36, 36, 0.06) 84.63% );
        border: 1px solid rgba(33, 28, 28, 1);
        border-radius: 16px;
        padding: 112px 40px 40px;
        position: relative;
    }

.glass-card .card-tag {
    position: absolute;
    left: -30px;
    top: 30px;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(15, 0, 0, 0.3), rgba(15, 0, 0, 0.3)), linear-gradient(229.44deg, rgba(51, 0, 0, 0.42) 4.22%, rgba(51, 0, 0, 0.24) 14.33%, rgba(51, 0, 0, 0.09) 39.12%, rgba(51, 0, 0, 0.0639189) 54.05%, rgba(51, 0, 0, 0.06) 84.63%);
    padding: 16px 24px;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.1) inset;
}

.glass-card .card-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

    .glass-card .card-list li {
        position: relative;
        padding-left: 35px;
        line-height: normal;
    }

        .glass-card .card-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            background-image: url(../images/sprite-img.png);
            background-position: -3px -43px;
            background-repeat: no-repeat;
            width: 21px;
            height: 20px;
        }

    .glass-card .card-list.icon-locked li::before {
        background-position: -3px -82px;
    }

.gallery-section {
    position: relative;
    overflow: hidden;
}

    .gallery-section::before,
    .gallery-section::after {
        content: "";
        position: absolute;
        top: -120px;
        right: -110px;
        margin: auto;
        background-image: url(../images/gallery-before.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 310px;
        background-size: 100%;
        height: 280px;
        rotate: 30deg;
    }

    .gallery-section::after {
        top: auto;
        bottom: -40px;
        left: -130px;
        right: auto;
        rotate: 10deg;
    }

.gallery-box .tabs-top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

body .tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

    body .tabs .tab-link {
        min-width: 200px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid #5c6270;
        padding: 12px 15px;
        border-radius: 8px;
        color: #8f95a3;
        font-size: 14px;
        stroke: #8f95a3;
    }

.icon-btn.btn-group .icon {
    width: 16px;
    height: 16px;
}

.tabs-top svg {
    stroke: #8f95a3;
}

body .tabs .tab-link:hover,
body .tabs .tab-link.active {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
    box-shadow: 0px 0px 4px rgba(255, 0, 0, 0.33);
}

.tabs-top .tabs .tab-link:hover svg,
.tabs-top .tabs .tab-link.active svg {
    stroke: #fff;
}

.tabs-top .tabs-right {
    display: flex;
    gap: 24px;
    align-items: center;
}

.icon-btn.btn-group {
    padding: 4px;
    gap: 4px;
    width: auto;
    height: auto;
}

.tabs-right .btn {
    background-color: transparent;
    color: #8f95a3;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .tabs-right .btn:hover,
    .tabs-right .btn.active {
        background-color: #3c1315;
        color: #ff8587;
        border-color: transparent;
    }

        .tabs-right .btn:hover svg,
        .tabs-right .btn.active svg {
            stroke: #ff8587;
        }

.tab-content {
    display: none;
    min-height: 200px;
    position: relative;
}

    .tab-content.active {
        display: block;
    }

.gallery-boxs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.gallery-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

    .gallery-box .gallery-img {
        height: 320px;
        position: relative;
    }

        .gallery-box .gallery-img::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.31%, rgba(0, 0, 0, 0.35) 58.17%, rgba(0, 0, 0, 0.9) 100%);
        }

        .gallery-box .gallery-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .gallery-box .gallery-txt {
        position: absolute;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

.gallery-txt h3,
.newest-txt h3,
.rank-detail h3 {
    margin-bottom: 4px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

    .gallery-txt h3 a,
    .newest-txt h3 a,
    .rank-detail h3 a {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

        .gallery-txt h3 a:hover,
        .newest-txt h3 a:hover,
        .rank-detail h3 a:hover {
            color: #ff0000;
        }

    .gallery-txt h3 .verified,
    .newest-txt h3 .verified,
    .rank-detail h3 .verified {
        width: 20px;
        height: 20px;
        background-image: url(../images/sprite-img.png);
        background-position: -1px -128px;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }

.gallery-txt ul,
.rank-detail ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .gallery-txt ul li,
    .rank-detail ul li {
        display: flex;
        align-items: center;
        gap: 3px;
        font-size: 14px;
        font-weight: 600;
    }

        .gallery-txt ul li .icon svg,
        .rank-detail ul li .icon svg {
            stroke: #ff4d4d;
        }

.online {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #1aa61a;
    width: 16px;
    height: 16px;
    border-radius: 50px;
}

.gallery-swiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-content {
    margin-bottom: 48px;
    position: relative;
}

.btn-bottom {
    text-align: center;
}

.slider-arrow {
    position: absolute;
    bottom: 0;
    margin: auto;
    top: 0;
    background-color: rgb(204 0 0 / 50%);
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    left: -70px;
    cursor: pointer;
    z-index: 1;
}

    .slider-arrow.next {
        left: auto;
        right: -70px;
    }

.gallery-section .slider-arrow {
    left: 36px;
}

    .gallery-section .slider-arrow.next {
        left: auto;
        right: 36px;
    }

.slider-arrow:hover {
    background-color: #cc0000;
    color: #fff;
}

.swiper-pagination {
    position: static;
    margin-top: 24px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.12);
        margin: 0 !important;
        cursor: pointer;
        transition: all 0.5s ease 0s;
        box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
    }

        .swiper-pagination .swiper-pagination-bullet:hover {
            background-color: rgba(255, 10, 10, 0.7);
        }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: rgba(255, 10, 10, 0.7);
            width: 12px;
            height: 12px;
        }

.why-section {
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
}

    .why-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background-color: #000;
    }

.step-section {
    padding-top: 40px;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

    .steps-container .step-card {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 32px;
        border-radius: 24px;
        position: relative;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.1) inset;
        display: flex;
        flex-direction: column;
    }

        .steps-container .step-card::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            background-image: url(../images/step-bg.png);
            background-position: center bottom;
            background-repeat: no-repeat;
            width: 100%;
            height: 440px;
            z-index: -1;
        }

.step-card h3 {
    font-size: 18px;
    font-weight: 400;
}

.step-card p {
    color: #c7cad1;
    font-size: 14px;
    margin-bottom: 32px;
}

.step-card .step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(41, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1) inset;
    margin-top: auto;
}

    .step-card .step-icon svg {
        stroke: #ff4d4d;
    }

.testimonial-swiper .box {
    padding: 32px;
    border-radius: 16px;
    background-color: #000;
    position: relative;
    margin-bottom: 42px;
}

    .testimonial-swiper .box::before {
        content: "";
        position: absolute;
        left: 50px;
        bottom: -20px;
        background-color: #000;
        width: 60px;
        height: 70px;
        z-index: -1;
        border-radius: 8px;
        rotate: 60deg;
    }

    .testimonial-swiper .box p {
        text-align: center;
    }

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .testimonial-profile .client {
        width: 70px;
        flex-shrink: 0;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #000;
        box-shadow: 0 0 0 2px #ff0000;
        margin-left: 2px;
        margin-bottom: 2px;
    }

        .testimonial-profile .client img,
        .full-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .testimonial-profile h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .testimonial-profile p {
        color: #c7cad1;
    }

.platform-boxs {
    display: flex;
}

    .platform-boxs .platfrom-center {
        width: 430px;
        flex: none;
        padding: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 40px;
        background-color: #111;
    }

.platfrom-center li {
    position: relative;
    padding-left: 88px;
}

    .platfrom-center li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../images/icons.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 72px;
        height: 72px;
    }

    .platfrom-center li:nth-child(2)::before {
        background-position: 0 -106px;
    }

    .platfrom-center li:nth-child(3)::before {
        background-position: 0 -212px;
    }

    .platfrom-center li:nth-child(4)::before {
        background-position: 0 -318px;
    }

    .platfrom-center li h3 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 6px;
    }

    .platfrom-center li p {
        font-size: 14px;
        color: #c7cad1;
    }

.newest-section .main-title h3 {
    display: inline-block;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
}

.newest-section .tabs {
    justify-content: center;
    margin-bottom: 48px;
}

.newest-box {
    text-align: center;
}

.newest-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.newest-box .newest-img-box {
    position: relative;
    width: 180px;
    margin: 0 auto 15px;
}

    .newest-box .newest-img-box .online {
        right: 20px;
        bottom: 16px;
    }

.newest-txt h3 a {
    font-size: 24px;
    font-weight: 500;
}

.newest-txt .location,
.rank-detail .location {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8f95a3;
    text-transform: capitalize;
    margin-top: 12px;
}

    .newest-txt .location .icon svg,
    .rank-detail .location .icon svg {
        stroke: #ff4d4d;
    }

.newest-section {
    position: relative;
    background-image: url(../images/newest-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .newest-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #000;
        opacity: 0.7;
    }

.event-box {
    border: 1px solid rgba(92, 98, 112, 0.2);
    border-radius: 16px;
    overflow: hidden;
}

.event-img-box {
    height: 250px;
    overflow: hidden;
    position: relative;
}

    .event-img-box .date {
        position: absolute;
        right: 12px;
        top: 0;
        padding: 8px 12px;
        background-color: rgba(255, 0, 0, 0.5);
        font-size: 12px;
        font-weight: 600;
        color: #e3e5e8;
        text-align: center;
    }

        .event-img-box .date span {
            display: block;
            color: #fff;
            font-size: 16px;
        }

    .event-img-box .btn-view {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.55);
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 7px 12px;
        line-height: 1;
        backdrop-filter: blur(8px);
    }

        .event-img-box .btn-view .icon {
            width: 18px;
            height: 18px;
        }

.event-box .event-txt {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07)), linear-gradient( 229.44deg, rgba(153, 0, 0, 0.1625) 3.21%, rgba(153, 0, 0, 0.0875) 27.53%, rgba(153, 0, 0, 0.0575) 58.1%, rgba(153, 0, 0, 0.0475) 71.16%, rgba(153, 0, 0, 0.0375) 81.92%, rgba(153, 0, 0, 0.0125) 95.66% );
    padding: 20px;
}

.event-txt .event-tag {
    padding: 4px 10px;
    border-radius: 50px;
    background-color: #3c1315;
    display: inline-flex;
    font-size: 10px;
    color: #ff8587;
    margin-bottom: 8px;
}

.event-txt h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.event-txt .event-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

    .event-txt .event-detail > li {
        display: flex;
        align-items: center;
        color: #c7cad1;
        gap: 8px;
    }

.event-detail .user-img {
    display: flex;
}

.event-detail .user .user-img li {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50px;
    margin-left: -12px;
}

    .event-detail .user .user-img li:first-child {
        margin-left: 0;
    }

.event-txt .btn-box .btn-border {
    width: 100%;
}

.event-txt .event-detail > li svg {
    stroke: #ff4d4d;
}

.event-swiper-box {
    position: relative;
}

.ranking-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
}

.rank-boxs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
}

    .rank-boxs li.box {
        counter-increment: my-counter;
        margin: 8px 0;
        position: relative;
        border: 1px solid rgba(92, 98, 112, 0.5);
        background-color: rgba(255, 255, 255, 0.07);
        border-radius: 12px;
    }

        .rank-boxs li.box::before {
            content: "#" counter(my-counter);
            position: absolute;
            left: 0;
            right: 0;
            bottom: -30px;
            font-family: "Knewave", system-ui;
            background-image: url(../images/sprite-img.png);
            background-position: 0 -169px;
            background-repeat: no-repeat;
            width: 65px;
            height: 55px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111111;
            font-size: 20px;
            font-weight: 400;
        }

        .rank-boxs li.box.top-box::before {
            background-position: 0 -249px;
        }

    .rank-boxs .box.top-box {
        background-color: rgba(253, 199, 0, 0.07);
        border-color: rgba(253, 199, 0, 0.5);
        box-shadow: 0px 6px 28px 0px rgba(253, 199, 0, 0.24);
    }

.rank-img-box img {
    border-radius: 12px 12px 0 0;
}

.rank-img-box {
    position: relative;
    height: 250px;
}

    .rank-img-box .tag {
        border: 1px solid rgba(253, 199, 0, 0.6);
        border-radius: 50px;
        background-color: rgba(115, 91, 5, 0.8);
        position: absolute;
        top: 6px;
        left: 6px;
        font-size: 12px;
        font-weight: 500;
        padding: 8px 12px;
        padding-left: 30px;
        line-height: 1;
    }

        .rank-img-box .tag::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 12px;
            background-image: url(../images/sprite-img.png);
            background-position: -52px 0px;
            background-repeat: no-repeat;
            width: 12px;
            height: 12px;
        }

    .rank-img-box .top-tag {
        position: absolute;
        top: -23px;
        right: -15px;
    }

.rank-boxs .box .rank-detail {
    padding: 16px 16px 45px;
}

.rank-detail ul {
    justify-content: flex-end;
}

.rank-detail .location {
    margin-bottom: 8px;
}

.rank-detail h3 a {
    font-weight: 600;
    font-size: 16px;
}

.event-section {
    background-color: #000;
}

.hotline-box {
    border-radius: 24px;
    overflow: hidden;
    background: RGBA(153, 0, 0, 0.65);
    background: linear-gradient(270deg, rgba(153, 0, 0, 0.45) 0%, rgba(17, 17, 17, 0.8) 100%);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
}

.feed-detail {
    padding: 24px;
    border-bottom: 1px solid #313131;
}

    .feed-detail,
    .feed-detail .client {
        display: flex;
        gap: 15px;
    }

        .feed-detail .client-img {
            position: relative;
            width: 60px;
            height: 60px;
            flex-shrink: 0;
        }

            .feed-detail .client-img .img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                overflow: hidden;
            }

.client-img .online {
    width: 12px;
    height: 12px;
    bottom: 3px;
    right: 3px;
}

.feed-detail .client {
    flex: 1 1 0;
}

    .feed-detail .client .client-detail h4 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 8px;
    }

.client-detail .location,
.feed-detail .date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #e3e5e8;
}

.hotline-img-box {
    margin: 24px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 172px;
}

    .hotline-img-box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        backdrop-filter: blur(6px);
        border-radius: 16px;
        overflow: hidden;
        opacity: 0.1;
    }

    .hotline-img-box .play-icon {
        background-color: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-left: 5px;
        cursor: pointer;
    }

        .hotline-img-box .play-icon:hover {
            background-color: rgba(255, 0, 0, 0.6);
        }

    .hotline-img-box img {
        object-position: center;
    }

.hotline-txt {
    padding: 0 24px 24px;
}

    .hotline-txt p {
        font-size: 14px;
        color: #e3e5e8;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 40px;
    }

.hotline-section {
    background-color: #000;
    position: relative;
    overflow: hidden;
    background-image: url(../images/gallery-before.png);
    background-position: -60px 70px;
    background-repeat: no-repeat;
    background-size: 180px;
    z-index: 1;
}

    .hotline-section::before,
    .hotline-section::after {
        content: "";
        position: absolute;
        left: -12%;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(../images/hotline-before.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 340px;
        height: 457px;
        rotate: 40deg;
        z-index: -1;
    }

    .hotline-section::after {
        left: auto;
        right: -12%;
        rotate: -40deg;
    }

.hotline-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.hotline-detail,
.hotline-detail li {
    display: flex;
    align-items: center;
}

    .hotline-detail li {
        gap: 5px;
        color: #ebecef;
        font-size: 14px;
        font-weight: 600;
    }

        .hotline-detail li:not(:last-child) {
            padding-right: 10px;
            margin-right: 10px;
            border-right: 1px solid #737b8c;
        }

.hotline-bottom .btn-box .btn {
    background-color: rgba(81, 26, 28, 0.8);
    border: none;
    color: #ff8587;
    font-size: 16px;
}

    .hotline-bottom .btn-box .btn:hover {
        background-color: #ff0000;
        color: #fff;
    }

.main-menu {
    z-index: 99;
    position: fixed;
    left: -248px;
    width: 248px;
    background-color: #000;
    height: calc(100vh - 78px);
    top: 78px;
    bottom: 0;
    transition: all 0.5s ease 0s;
}

    .main-menu.open {
        left: 0;
    }

.header-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

    .header-menu .bottom-menu {
        background-color: #2e0000;
    }

    .header-menu ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

        .header-menu ul li a {
            padding-left: 30px;
            position: relative;
            display: flex;
            font-size: 14px;
            border-radius: 5px;
        }

        .header-menu ul.top-menu li a {
            padding: 10px 10px 10px 45px;
        }

        .header-menu ul li a::before {
            content: "";
            position: absolute;
            left: 13px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/sprite-menu.png);
            background-position: 0 2px;
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
        }

        .header-menu ul li:nth-child(2) a::before {
            background-position: 0px -35px;
        }

        .header-menu ul li:nth-child(3) a::before {
            background-position: 0 -74px;
        }

        .header-menu ul li:nth-child(4) a::before {
            background-position: 0 -113px;
        }

        .header-menu ul li:nth-child(5) a::before {
            background-position: 0 -152px;
        }

        .header-menu ul li:nth-child(6) a::before {
            background-position: 0 -191px;
        }

        .header-menu ul li:nth-child(7) a::before {
            background-position: 0 -230px;
        }

        .header-menu ul li:nth-child(8) a::before {
            background-position: 0 -270px;
        }

        .header-menu ul li:nth-child(9) a::before {
            background-position: 0 -347px;
        }

        .header-menu ul.top-menu li a:hover,
        .header-menu ul.top-menu li a.active {
            box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
            background-color: rgba(255, 0, 0, 0.4);
            color: #fff;
        }

        .header-menu ul.bottom-menu li a::before {
            left: 0;
            background-position: 0 -308px;
        }

        .header-menu ul.bottom-menu li:nth-child(2) a::before {
            background-position: 0 -387px;
        }

        .header-menu ul.bottom-menu li:nth-child(3) a::before {
            background-position: 0 -425px;
        }

        .header-menu ul.top-menu {
            height: calc(100vh - 262px);
            overflow-y: auto;
        }

.hotline-swiper-box,
.testimonial-swiper-box {
    position: relative;
}

.mobile-view {
    margin-top: 25px;
    display: none;
}

.newest-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-profile {
    position: relative;
    flex-shrink: 0;
}

    .icon-profile .profile-box {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #35363e;
        border-radius: 12px;
        padding: 24px;
        z-index: 9;
        width: max-content;
        display: none;
    }

    .icon-profile:hover .profile-box {
        display: block;
    }

.profile-box .newest-img-box {
    width: 96px;
}

.profile-box .newest-img {
    width: 96px;
    height: 96px;
}

.profile-box .newest-img-box .online {
    right: 5px;
    bottom: 5px;
}

.profile-box .newest-txt a {
    letter-spacing: 0;
}

.settings {
    display: flex;
    gap: 25px;
    margin: 12px 0 24px;
}

.switch-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 6px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    flex-shrink: 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 34px;
    border: 1px solid #87939f;
}

    .slider:before {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        border-radius: 50%;
        transition: 0.3s;
    }

.switch input:checked + .slider {
    background-color: #ff0000;
    border-color: transparent;
}

    .switch input:checked + .slider:before {
        transform: translateX(12px);
    }

.profile-box .newest-box .btn {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(92, 98, 112, 0.4);
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
}

    .profile-box .newest-box .btn:hover {
        background-color: #ff0000;
        border: 1px solid #ff0000;
    }

.profile-box .newest-txt {
    padding-bottom: 25px;
    border-bottom: 1px solid #454a54;
    margin-bottom: 25px;
}

.profile-box .profile-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .profile-box .profile-menu li a {
        display: flex;
        padding-left: 33px;
        background-image: url(../images/sprite-menu.png);
        background-position: 1px -462px;
        background-repeat: no-repeat;
    }

    .profile-box .profile-menu li:nth-child(2) a {
        background-position: 0 -152px;
    }

    .profile-box .profile-menu li:nth-child(3) a {
        background-position: 1px -502px;
    }

.field-error {
    color: #c63737;
    font-size: 13px;
    /*margin-top: 4px;*/
    display: block;
}

.input-box input.invalid {
    border-color: #c63737;
    box-shadow: 0 0 0 2px rgba(198,55,55,0.05);
}
/* registerpopcss */
.register-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: flex-start; /* FIXED */
    z-index: 9999;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-y: hidden; /* no scroll on overlay */
    align-items: center; /* Scroll inside */
}

.regsiter-popup-content {
    width: 600px;
    background: rgba(17, 17, 17, 0.7);
    border: solid 1px rgba(92, 98, 112, 1);
    background-image: url(../images/register-background.png);
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 40px;
    position: relative;
    max-height: calc(100vh - 80px); /* full height minus padding */
    overflow-y: auto;
    -webkit-mask-image: radial-gradient(circle, white 100%, transparent 100%);
}

    .regsiter-popup-content::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(17, 17, 17, 0.7); /* opacity control */
        z-index: 1;
    }

.main-content {
    z-index: 999999;
    position: relative;
}

.name-creat {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 16px;
}

.register-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    position: relative;
}

.regsiter-popup-content {
    scrollbar-width: thin;
    scrollbar-color: #444 transparent;
}

    /* Chrome, Safari, Edge */
    .regsiter-popup-content::-webkit-scrollbar {
        width: 6px; /* slim scrollbar */
    }

    .regsiter-popup-content::-webkit-scrollbar-track {
        background: transparent;
    }

    .regsiter-popup-content::-webkit-scrollbar-thumb {
        background: #444; /* dark grey */
        border-radius: 10px;
    }

        .regsiter-popup-content::-webkit-scrollbar-thumb:hover {
            background: #666; /* hover color */
        }


.registerclose {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.email-section {
    margin-top: 24px;
}

    .email-section input {
        width: 100%;
        border: solid 1px rgba(92, 98, 112, 1);
        border-radius: 8px;
        gap: 8px;
        background: transparent;
        padding: 16px;
        color: rgba(143, 149, 163, 1);
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

.check-box {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

    .check-box input {
        border: solid 1px rgba(255, 0, 0, 1);
        background: transparent;
    }

.register-buttpn {
    width: 100%;
    background-color: rgba(255, 0, 0, 1);
    border: solid 1px rgba(92, 98, 112, 0.2);
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 8px;
    margin: 24px 0;
    cursor: pointer;
}

.allrady-login {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: rgba(199, 202, 209, 1);
    text-decoration: none;
}

    .allrady-login a {
        text-decoration: underline;
    }

.information-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(199, 202, 209, 1);
    line-height: 20px;
    margin-top: 24px;
}

.logo-center img {
    width: 195px;
}

.input-box {
    position: relative;
    margin-bottom: 24px;
}

    .input-box label {
        position: absolute;
        top: -6px;
        left: 22px;
        background: #111;
        padding: 0 6px;
        font-size: 12px;
        color: #ccc;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

.custom-checkbox input:checked + span {
    /* your theme color */
    border-color: #ff0055;
}

.custom-checkbox input:checked + span {
    /* your theme color */
    border-color: #ff0055;
}

.custom-checkbox input {
    display: none;
}

    /* Tick icon */
    .custom-checkbox input:checked + span::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid rgba(255, 0, 0, 1);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.custom-checkbox span {
    width: 21px;
    height: 16px;
    border: 2px solid rgba(255, 0, 0, 1);
    border-radius: 0;
    display: inline-block;
    position: relative;
    transition: 0.2s;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.eye-icon {
    position: absolute;
    right: 15px;
    top: 34%;
    transform: translateY(-34%);
    cursor: pointer;
}

    .eye-icon img,
    .eye-icon .slash img {
        width: 20px;
    }

    .eye-icon .slash {
        display: none; /* Default hide eye-off */
    }

/* Visible when password is shown */

.input-box {
    position: relative;
    overflow: visible !important; /* VERY IMPORTANT */
}

    .input-box input::placeholder {
        color: rgba(143, 149, 163, 1);
    }

.register-popup {
    display: none;
}

    .register-popup.active {
        display: block;
    }

/*Complete a Few Steps, Discover Endless Pleasure. */
.comlete-steps-popup {
    position: fixed;
    inset: 0; /* full screen */
    background: rgba(0,0,0,0.6); /* dark overlay */
    backdrop-filter: blur(4px); /* optional blur */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: flex; /* must add flex */
    justify-content: center; /* horizontal center */
    align-items: center;
    padding: 40px 0;
    overflow-y: hidden; /* no scroll on overlay */
    align-items: center;
}

.complate-steps-content {
    width: 70%;
    margin: 0 auto;
    background: rgba(17, 17, 17, 1);
    border: solid 1px rgba(92, 98, 112, 1);
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    max-height: calc(100vh - 80px); /* full height minus padding */
    overflow-y: auto;
    -webkit-mask-image: radial-gradient(circle, white 100%, transparent 100%);
    position: relative;
}

.complate-steps-content {
    scrollbar-width: thin;
    scrollbar-color: #444 transparent;
}

    /* Chrome, Safari, Edge */
    .complate-steps-content::-webkit-scrollbar {
        width: 6px; /* slim scrollbar */
    }

    .complate-steps-content::-webkit-scrollbar-track {
        background: transparent;
    }

    .complate-steps-content::-webkit-scrollbar-thumb {
        background: #444; /* dark grey */
        border-radius: 10px;
    }

        .complate-steps-content::-webkit-scrollbar-thumb:hover {
            background: #666; /* hover color */
        }

.compalte-heding {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0px;
}

    .compalte-heding span {
        font-weight: 600;
        font-style: SemiBold;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0px;
        color: rgba(255, 0, 0, 1);
    }

.right-complate-content {
    width: 100%;
    float: right;
}

    .right-complate-content img {
        float: right;
    }

.step-content {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(171, 176, 186, 1);
    padding-top: 10px;
    padding-bottom: 30px;
}

.progress-container {
    width: 100%;
    max-width: 600px; /* optional */
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}

.progress-bar {
    width: 98%;
    height: 8px;
    background-color: rgba(255, 255, 255, 1); /* background of the bar */
    border-radius: 16px;
    overflow: hidden;
    margin-top: 12px
}

.progress-fill {
    height: 100%;
    background-color: rgba(255, 77, 77, 1); /* red fill like your image */
    width: 0;
    transition: width 0.5s ease;
}

.question-count {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

.completion {
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
}

.sent-heading {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin-top: 24px;
    margin-bottom: 16px;
}

.mobile-no {
    color: rgba(171, 176, 186, 1);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 18px;
}


.mobile-n {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(171, 176, 186, 1)
}

.otp-container {
    display: flex;
    gap: 24px;
}

.otp-box {
    width: 56px;
    height: 56px;
    text-align: center;
    font-size: 24px;
    border: 1px solid rgba(92, 98, 112, 1);
    border-radius: 8px;
    padding: 16px;
    gap: 8px;
    background: transparent;
    color: rgba(171, 176, 186, 1);
}

.otp-container input::placeholder {
    color: rgba(171, 176, 186, 1);
}

.left-compalete-content {
    position: relative;
    width: 100%;
}

.prev-next-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 50%;
}

    .prev-next-button a {
        background: rgba(255, 255, 255, 0.04);
        border: solid 1px rgba(255, 255, 255, 0.04);
        padding: 12px 32px;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        border-radius: 8px;
    }

        .prev-next-button a.next {
            background: rgba(255, 0, 0, 1);
            border: solid 1px rgba(255, 255, 255, 0.04);
            padding: 12px 44px;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0px;
            text-align: center;
            text-transform: capitalize;
            color: rgba(255, 255, 255, 1);
            border-radius: 8px;
        }

    .prev-next-button button {
        background: rgba(255, 255, 255, 0.04);
        border: solid 1px rgba(255, 255, 255, 0.04);
        padding: 12px 32px;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 1);
        border-radius: 8px;
        cursor:pointer;
    }

        .prev-next-button button.next {
            background: rgba(255, 0, 0, 1);
            border: solid 1px rgba(255, 255, 255, 0.04);
            padding: 12px 44px;
            font-weight: 400;
            font-style: Regular;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0px;
            text-align: center;
            text-transform: capitalize;
            color: rgba(255, 255, 255, 1);
            border-radius: 8px;
            cursor: pointer;
        }

.radio-button-div {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
    ;
}

.who-sections .radio-card {
    width: calc(50% - 12px);
}

.radio-button-div .radio-card {
    width: calc(33.33% - 12px); /* 3 cards in one row */
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.06));
    border: 1px solid rgba(127, 191, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 6px 18px rgba(2, 6, 23, 0.6);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(171, 176, 186, 1);
}

.who-sections .radio-card {
    width: calc(50% - 12px);
    border: 1px solid rgba(69, 74, 84, 1);
}

.who-section .who-title, .custom-select-container .who-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 16px;
}

.custom-select-container .who-title {
    padding-top: 24px;
}

.regsiter-popup-content .custom-select {
    background: transparent;
}
/* Hide native radio but keep it accessible */
.radio-button-div .radio-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* custom radio circle */
.radio-button-div .radio-mark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid var(--muted);
    display: inline-grid;
    place-items: center;
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
    transition: all 180ms ease;
    flex-shrink: 0;
    border: solid 3px rgba(171, 176, 186, 1);
}

    /* inner dot (hidden by default) */
    .radio-button-div .radio-mark::after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--accent);
        transform: scale(0);
        transition: transform 160ms ease;
        box-shadow: 0 0 6px rgba(127,191,255,0.35);
    }

/* label text */
.radio-button-div .radio-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--label-color);
    letter-spacing: 0.2px;
}

/* checked state: show inner dot and subtle ring */
.radio-button-div .radio-card input[type="radio"]:checked + .radio-mark {
    border-color: var(--accent);
    box-shadow: 0 0 0 6px rgba(127,191,255,0.06);
    border: solid 3px rgba(255, 0, 0, 1);
}

    .radio-button-div .radio-card input[type="radio"]:checked + .radio-mark::after {
        transform: scale(1);
    }

/* focus-visible for keyboard accessibility */
.radio-button-div .radio-card input[type="radio"]:focus-visible + .radio-mark {
    outline: 3px solid rgba(127,191,255,0.16);
    outline-offset: 3px;
}

/* smaller option if needed */
.radio-button-div .radio-card.small {
    padding: 12px 14px;
    gap: 12px;
    border-radius: 10px;
}

/* optional subtle glow on hover */
.radio-button-div .radio-card:hover {
    transform: translateY(-1px);
    transition: transform 140ms ease;
}

.right-complate-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-select-container {
    width: 100%;
    position: relative;
    font-family: sans-serif;
}

/* TOP SELECT BOX */
.custom-select {
    background: #1b1b1d;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(92, 98, 112, 1);
    color: #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

    .custom-select:hover {
        border-color: rgba(127, 191, 255, 0.4);
    }

.custom-select-container .arrow {
    font-size: 18px;
    opacity: 0.6;
}

/* DROPDOWN BOX */
.dropdown {
    background: #101012;
    border-radius: 14px;
    border: 1px solid rgba(127, 191, 255, 0.2);
    margin-top: 6px;
    padding: 12px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}

/* SEARCH BOX */
.custom-select-container .search-box {
    background: #1b1b1d;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
}

    .custom-select-container .search-box input {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        color: #fff;
        font-size: 16px;
        padding: 0;
    }

.custom-select-container .search-icon {
    position: absolute;
    right: 12px;
    opacity: 0.7;
}

/* LIST */
#locationList, 
#bodyTypeList, 
#sexualityList,
#relationshipList .custom-select-container {
    max-height: 180px;
    overflow-y: auto;
    margin-top: 12px;
    padding-right: 8px;
}

.custom-select-container #locationList li,
.custom-select-container #bodyTypeList li,
.custom-select-container #sexualityList li,
.custom-select-container #relationshipList li {
    padding: 10px 12px;
    border-radius: 8px;
    color: rgba(143, 149, 163, 1);
    cursor: pointer;
}

    .custom-select-container #locationList li:hover,
    .custom-select-container #bodyTypeList li:hover,
    .custom-select-container #sexualityList li:hover,
    .custom-select-container #relationshipList li:hover {
        background: rgba(255, 255, 255, 0.05);
    }

/*.custom-select-container #bodyTypeList {
    max-height: 180px;
    overflow-y: auto;
    margin-top: 12px;
    padding-right: 8px;
}

    .custom-select-container #bodyTypeList li {
        padding: 10px 12px;
        border-radius: 8px;
        color: rgba(143, 149, 163, 1);
        cursor: pointer;
    }

        .custom-select-container #bodyTypeList li:hover {
            background: rgba(255, 255, 255, 0.05);
        }

.custom-select-container #sexualityList {
    max-height: 180px;
    overflow-y: auto;
    margin-top: 12px;
    padding-right: 8px;
}

    .custom-select-container #sexualityList li {
        padding: 10px 12px;
        border-radius: 8px;
        color: rgba(143, 149, 163, 1);
        cursor: pointer;
    }

        .custom-select-container #sexualityList li:hover {
            background: rgba(255, 255, 255, 0.05);
        }*/



.complate-steps-content span.selected-text {
    color: rgba(143, 149, 163, 1);
}

.input-box-complate-age input, .input-box-complate-age textarea {
    border: solid 1px rgba(92, 98, 112, 1);
    border-radius: 8px;
    background: transparent;
    width: 100%;
    padding: 16px;
    color: rgba(171, 176, 186, 1);
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.height-slider-box {
    width: 100%;
    border-radius: 10px;
    position: relative;
    color: white;
    font-family: sans-serif;
}

/* --- tick numbers row --- */
.ticks {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #bfbfbf;
    margin-top: 30px;
    position: relative;
}

    .ticks div {
        position: relative;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: rgba(171, 176, 186, 1);
    }

        /* vertical tick line */
        .ticks div::before {
            content: "";
            position: absolute;
            height: 10px;
            width: 2px;
            background: #bfbfbf;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
        }

/* --- slider bar --- */
.height-range {
    width: 100%;
    -webkit-appearance: none;
    height: 6px;
    background: linear-gradient(to right, #ff4040 0%, #5a0000 100%);
    border-radius: 3px;
    outline: none;
    position: relative;
}

    /* --- thumb circle --- */
    .height-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: white;
        border: 2px solid #ffffff;
        cursor: pointer;
        position: relative;
    }

        /* --- user icon above thumb --- */
        .height-range::-webkit-slider-thumb::before {
            content: "\f007"; /* user icon */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: white;
            font-size: 20px;
            position: absolute;
            top: -35px;
            left: 4px;
        }

.slider-wrap {
    position: relative;
    width: 100%;
}

.thumb-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -35px; /* icon ki upar height */
    left: 0;
    pointer-events: none;
}

.regsiter-popup-content .custom-select-container {
    margin-bottom: 24px;
}

.regsiter-popup-content .selected-text {
    color: rgba(171, 176, 186, 1);
}

.error {
    border: solid 1px rgba(197, 4, 4, 1);
}

.error-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(255, 77, 77, 1);
    padding-top: 10px;
}
/* FULL SCREEN OVERLAY */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* POPUP BOX */
.popup-box {
    width: 90%;
    max-width: 1100px;
    background: rgba(17, 17, 17, 1);
    border-radius: 20px;
    padding: 30px 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    color: #fff;
    border: solid 1px rgba(92, 98, 112, 1);
    padding-bottom: 50px;
    margin: 0 auto;
}

/* TITLE */
.popup-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
}

    .popup-title span {
        color: #ff2a2a;
    }

/* 2 CARDS SIDE BY SIDE */
.option-row {
    display: flex;
    gap: 20px;
}

/* CARD BOX */
.option-card {
    width: 50%;
    height: 391px; /* SAME HEIGHT AS SCREENSHOT */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* SINGLE IMAGE LEFT */
.single-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 6 IMAGES RIGHT */
.six-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

    .six-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* TEXT LABEL */
.label {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px;
    font-weight: 600;
}

/* RED CIRCLE BUTTON */
.arrow-btn {
    position: absolute;
    bottom: 0; /* Figma jaisa gap */
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background: #ff3c3c;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .arrow-btn svg {
        width: 26px;
        height: 26px;
    }

.img-wrap {
    width: 100%;
    height: 367px; /* adjust same as figma */
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.on-boding-top {
    margin-bottom: 8px;
}

    .on-boding-top input::placeholder, .input-box-complate-age textarea::placeholder {
        color: rgba(92, 98, 112, 1)
    }

.onboading a {
    border: solid 1px rgba(92, 98, 112, 1);
}

.onboading-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.image-skip {
    position: relative;
}

.skip-button {
    border: solid 1px rgba(92, 98, 112, 0.2);
    background: transparent;
    padding: 12px 24px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    position: absolute;
    right: 12px;
    top: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.week-days {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

    .week-days .day {
        padding: 6px 16px;
        background: #1a1a1a;
        color: #fff;
        border: 1px solid rgba(92, 98, 112, 1);
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        transition: 0.3s ease;
    }

        .week-days .day:hover {
            border-color: #666;
        }

        .week-days .day.active {
            background: #ff0000;
            border-color: #ff0000;
        }

.day.active {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff;
}

/* Time Section */
.time-box {
    display: flex;
    gap: 16px;
}

.time-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #ddd;
}

.time-group select {
    width: 100%;
    padding: 12px;
    background: #1a1a1a;
    color: white;
    border: 1px solid rgba(92, 98, 112, 1);
    border-radius: 4px;
    font-size: 16px;
    appearance: none;
    cursor: pointer;
    outline: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.time-group {
    width: 100%;
}

.week-days button.day {
    position: relative;
    z-index: 5;
}

.week-days {
    position: relative;
    z-index: 5;
}

.scroll-area,
.location-input-wrapper {
    position: relative;
    z-index: 1;
}

    .scroll-area::-webkit-scrollbar {
        width: 6px;
    }

    .scroll-area::-webkit-scrollbar-track {
        background: transparent !important;
        pointer-events: none !important;
    }

    .scroll-area::-webkit-scrollbar-thumb {
        background: #bbb;
    }

.custom-select select {
    width: 100%;
    background: #111111; /* black background */
    color: #fff; /* white text */
    border: none; /* grey border */
    border-radius: 10px; /* rounded */
    font-size: 18px;
    appearance: none; /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

#clubTypeList li {
    padding: 10px 12px;
    border-radius: 8px;
    color: rgba(143, 149, 163, 1);
    cursor: pointer;
}

.cover-upload {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cover-preview {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cover-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cover-actions {
    display: flex;
    gap: 24px;
}

    .cover-actions button {
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

.crop-btn {
    background-color: #fff;
    color: #e00;
}

.upload-btn {
    background-color: #e00;
    color: #fff;
}

/* profile page */

.profile-card {
    width: 100%;
    background: #0a0a0a;
    border-radius: 14px;
    padding: 34px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Avatar */
.avatar {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
}

    .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Profile Info */
.profile-info .name {
    color: #fff;
    font-size: 18px;
    margin: 0 0 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    gap: 2px;
}

    .profile-info .name span {
        color: #fff;
    }

.verified {
    color: #00a6ff;
}

/* Tag */
.tag {
    display: inline-block;
    background: #1b1b1b;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 12px;
    border: solid 1px rgba(255, 255, 255, 0.08);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

/* Location */
.location {
    color: #ccc;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 12px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

/* Button */
.complete-btn {
    background: transparent;
    border: 1px solid #666;
    border-radius: 8px;
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin-left: 12px;
}

    .complete-btn:hover {
        border-color: #fff;
    }

.avatar-wrapper {
    width: 108px;
    height: 108px;
}

.progress-circle {
    position: relative;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* avatar image */
.avatar-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    padding: 6px 14px;
}

/* red circular progress using conic-gradient */
.progress-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 5px;
    background: conic-gradient(rgba(69, 74, 84, 1) var(--progress),rgba(255, 77, 77, 1) 0deg, rgba(255, 77, 77, 1) var(--progress));
    -webkit-mask: radial-gradient(farthest-side, transparent 78%, rgba(69, 74, 84, 1));
    mask: radial-gradient(farthest-side, transparent 92%, black 92%);
    z-index: 9;
}

/* percentage text */
.percent-text {
    position: absolute;
    bottom: -5px;
    background: rgba(255, 0, 0, 1);
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 12px;
    z-index: 10;
}

.profile-banner img {
    width: 100%;
}

.profile-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.profile-second .container {
    position: relative;
    margin-top: 40px;
}

.profile-banner {
    position: relative;
}

.online-dot {
    width: 16px;
    height: 16px;
    background: #00e676; /* Bright Green */
    border-radius: 50%;
    position: absolute;
    right: 23px;
    bottom: 15px;
    border: 3px solid #0a0a0a; /* black-ish card background for clean circle */
    z-index: 9;
}

span.verified {
    display: flex;
    gap: 19px;
}

.profile-page {
    display: flex;
    gap: 20px;
}

.left-sidebar {
    width: 350px;
    padding: 20px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.04);
}

    .left-sidebar h3 {
        margin-bottom: 16px;
        color: #d0d0d0;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        color: rgba(255, 77, 77, 1);
    }

.slot {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #222;
    padding-bottom: 8px;
}

.right-content {
    flex: 1;
}

.profile-main-div .tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.profile-main-div .tab {
    padding: 10px 18px;
    background: #171717;
    border: none;
    border-radius: 6px;
    color: #bbb;
    cursor: pointer;
    padding: 12px 24px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    border: solid 1px rgba(92, 98, 112, 1);
}

    .profile-main-div .tab.active {
        background: rgba(255, 0, 0, 1);
        color: white;
    }

.profile-main-div .tab-content {
    display: none;
}

    .profile-main-div .tab-content.active {
        display: block;
    }

/* POST CARD */
.post-card {
    background: #111;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 20px;
    border: 1px solid #1f1f1f;
}

.post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.avatar {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.blue-tick {
    color: #4aa8ff;
    font-size: 15px;
}

.post-card .post-text {
    margin: 24px 0 24px 0;
    color: #ddd;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.post-image img {
    width: 100%;
    border-radius: 10px;
}

.post-footer {
    margin-top: 12px;
    display: flex;
    gap: 20px;
    color: #c5c5c5;
}

.profile-main-div .tabs {
    margin-top: 48px;
}

.left-flex-info {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.icon-f-information {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    color: rgba(199, 202, 209, 1);
}

.contact-info {
    margin-bottom: 32px;
}

.slot span {
    background-color: rgba(255, 255, 255, 0.04);
    border: solid 1px rgba(53, 54, 62, 1);
    padding: 8px 24px;
    border-radius: 4px;
    min-width: 81px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.time-slots {
    margin-bottom: 32px;
}

.description p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(199, 202, 209, 1);
}

    .description p a {
        text-decoration: none;
        color: #fff;
    }

.user-info h4 {
    display: flex;
    gap: 6px;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    align-items: center;
}

.user-info p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: rgba(199, 202, 209, 1);
}

.p-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-footer span {
    align-items: center;
    display: flex;
    gap: 6px;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: rgba(143, 149, 163, 1)x;
}

button.more-btn {
    width: 40px;
    height: 40px;
    background: rgba(143, 149, 163, 0.1);
    border: none; /* remove default border */
    outline: none; /* remove outline */
    box-shadow: none !important; /* remove default & focus shadow */
    appearance: none; /* remove browser default styles */
    -webkit-appearance: none;
    border-radius: 8px;
}

    button.more-btn:focus {
        outline: none;
        box-shadow: none;
    }

.recent-post-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .recent-post-title h3 {
        font-weight: 500;
        font-style: Medium;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0px;
    }

.button-text a {
    background: rgba(255, 255, 255, 0.04);
    border: solid 1px rgba(92, 98, 112, 0.4);
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px;
}

.recent-post-title {
    margin-bottom: 24px;
}

.button-text a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-about .profile-section-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0px;
    color: rgba(199, 202, 209, 1)
}

    .profile-about .profile-section-text span {
        color: white
    }

.addpost-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.addpost-content {
    width: 80%;
    max-width: 1100px;
    background: #1E1E1E;
    border-radius: 14px;
    color: #fff;
    max-height: 90vh;
    overflow-y: auto;
    /* SCROLLBAR DESIGN */
    scrollbar-width: thin;
    scrollbar-color: #444 #1E1E1E;
}

    .addpost-content::-webkit-scrollbar {
        width: 8px; /* slim */
    }

    .addpost-content::-webkit-scrollbar-track {
        background: #1A1A1A;
        border-radius: 10px;
    }

    .addpost-content::-webkit-scrollbar-thumb {
        background: #444;
        border-radius: 10px;
    }

        .addpost-content::-webkit-scrollbar-thumb:hover {
            background: #666; /* hover effect */
        }

.popup-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 27px;
    border-bottom: solid 1px rgba(69, 74, 84, 1);
}

.cancel-btn, .post-btn {
    cursor: pointer;
    font-weight: 500;
    color: rgba(199, 202, 209, 1);
}

.popup-body {
    display: flex;
    margin-top: 0;
    gap: 20px;
}

/* LEFT UPLOAD BOX */
.left-upload {
    flex: 1;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 622px;
    ;
}

.upload-box {
    text-align: center;
}

    .upload-box p {
        margin: 10px 0;
        color: #bdbdbd;
    }

.select-btn {
    padding: 10px 16px;
    border: 1px solid rgba(92, 98, 112, 0.4);
    background: transparent;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

/* RIGHT SIDE */
.right-info {
    flex: 1;
    padding-right: 24px;
}

.user-head {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-top: 24px;
}

    .user-head .avatar {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        margin: 0;
    }

    .user-head .u-right h4 {
        display: flex;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        align-items: center;
        gap: 5px;
    }

    .user-head .active-dot {
        width: 10px;
        height: 10px;
        background: #00ff3c;
        border-radius: 50%;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        left: 50px;
    }

.desc-box {
    width: 100%;
    height: 140px;
    margin-top: 15px;
    background: transparent;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
    padding: 12px;
    color: #fff;
    resize: none;
    height: 200px;
    margin-top: 24px;
}

.location-input {
    width: 100%;
    margin-top: 15px;
    background: transparent;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
}

.blur-options,
.privacy-options {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.popup-top h2 {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0;
}

span.post-btn {
    color: rgba(255, 77, 77, 1);
}

.desc-box::placeholder {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(199, 202, 209, 1);
}

.user-text-comment {
    position: relative;
}

    .user-text-comment svg {
        position: absolute;
        bottom: 17px;
        right: 14px;
    }

.disp-flex-com {
    display: flex;
    gap: 30px;
}

.flex-fifty .radio-card {
    width: calc(50% - 12px);
    border: solid 1px rgba(69, 74, 84, 1);
}

.flex-fifty .radio-mark {
    border-radius: 0;
    border: solid 1px rgba(143, 149, 163, 1);
    width: 17px;
    height: 17px;
}

.flex-fifty .radio-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    .flex-fifty .radio-card input[type="checkbox"]:checked + .radio-mark {
        border-color: var(--accent);
        box-shadow: 0 0 0 6px rgba(127, 191, 255, 0.06);
        border: solid 1px rgba(255, 0, 0, 1);
    }

        .flex-fifty .radio-card input[type="checkbox"]:checked + .radio-mark::after {
            content: "\2713";
            color: rgba(255, 0, 0, 1);
            font-size: 18px;
            transform: scale(1);
        }

.radio-in-fifty .radio-card {
    width: calc(50% - 12px);
}

.custom-multi-select .multi-select-box {
    width: 350px;
    background: #0e0e0e;
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.custom-multi-select .selected-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}

.custom-multi-select .tag {
    background: #6e0d0d;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .custom-multi-select .tag .close {
        cursor: pointer;
        font-size: 16px;
        line-height: 14px;
    }

/* DROPDOWN LIST */
.custom-multi-select .dropdown-options {
    width: 350px;
    background: #111;
    border: 1px solid #333;
    border-radius: 10px;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

.custom-multi-select .option {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

    .custom-multi-select .option input {
        width: 16px;
        height: 16px;
    }

.custom-multi-select .dropdown-arrow {
    display: flex;
    align-items: center;
}

.custom-multi-select .placeholder {
    color: #666;
    font-size: 14px;
    pointer-events: none;
}

.heieight textarea {
    height: 128px;
}

.flex-post-div {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 16px;
}

.posts-no {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.post-text {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(143, 149, 163, 1);
    padding: 0;
    margin-top: 10px;
}

.paddfift {
    padding: 12px 36px;
}


.tag {
    display: flex;
    align-items: center;
    background: #7a0000;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
}

    .tag span {
        margin-left: 8px;
        cursor: pointer;
        font-weight: bold;
    }

#tagInput, .tagInput {
    flex: 1;
    border: none;
    background: transparent;
    color: white;
    font-size: 14px;
    outline: none;
}

    #tagInput::placeholder {
        color: #777;
    }

.tag-input-box {
    /* adjust to match your layout */
    background: transparent;
    border: 2px solid #2b2b2b;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 48px;
    box-sizing: border-box;
}

/* This inner wrapper holds tags and input in one row */
.tags-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    flex-wrap: wrap;
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
/* Tag style (red pill) */
.tag-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #7a0000; /* red from your screenshot */
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    user-select: none;
}

.tag .remove {
    cursor: pointer;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 2px;
}

/* Input */
#tagInput {
    flex: 1 0 140px; /* grow, but give min width */
    min-width: 120px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    outline: none;
    padding: 6px 4px;
}

    #tagInput::placeholder {
        color: #777;
    }

/* right-side arrow / affordance (optional) */
.arrow {
    margin-left: auto;
    color: #aaa;
    font-size: 18px;
    padding: 6px;
    cursor: default;
}

/* small responsive tweak */
@media (max-width: 480px) {
    .tag-input-box {
        width: 100%;
    }
}

.location-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 149px;
    border-bottom: solid 1px rgba(69, 74, 84, 1);
    padding-bottom: 16px;
}

.location-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(199, 202, 209, 1);
    color: rgba(199, 202, 209, 1);
}

.notification {
    background: rgba(51, 0, 0, 1);
    padding: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    gap: 16px;
}

.notification-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.activeacesss {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
}

.radio-button-div.radio-in-fifty.comment-box-pop {
    margin-top: 24px;
}

.comment-box-pop .radio-card {
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 0;
    gap: 10px;
    padding-bottom: 0;
}

.radio-button-div .radio-mark {
    border: solid 2px rgba(171, 176, 186, 1);
}
/* editprofile */


.justify-post .posts-no {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.edit-profile-page {
    background: #0f0f0f;
    color: #fff;
    padding: 20px;
}

    .edit-profile-page .container {
        display: flex;
    }

    /* SIDEBAR */
    .edit-profile-page .sidebar {
        width: 280px;
    }

    .edit-profile-page .ep-profile-card {
        background: #151515;
        padding: 20px;
        border-radius: 12px;
    }

    .edit-profile-page .ep-avatar {
        position: relative;
        width: 120px;
        height: 120px;
        margin: auto;
    }

        .edit-profile-page .ep-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .edit-profile-page .ep-badge {
        position: absolute;
        bottom: 5px;
        right: 8px;
        background: red;
        padding: 5px 10px;
        border-radius: 12px;
        font-size: 12px;
    }

    .edit-profile-page .ep-username {
        text-align: center;
        font-size: 20px;
        margin-top: 12px;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: center;
    }

    .edit-profile-page .ep-verified {
        color: #4fa3ff;
    }

    .edit-profile-page .ep-stats {
        display: flex;
        justify-content: space-around;
        margin: 15px 0;
    }

    .edit-profile-page .ep-btn {
        width: 100%;
        padding: 10px;
        background: #222;
        border: 1px solid #333;
        border-radius: 6px;
        color: #fff;
        cursor: pointer;
    }

    .edit-profile-page .ep-divider {
        height: 1px;
        background: #333;
        margin: 15px 0;
    }

    .edit-profile-page .ep-status-box p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .edit-profile-page .ep-status {
        float: right;
        padding: 2px 8px;
        border-radius: 6px;
    }

    .edit-profile-page .ep-green {
        background: #10b981;
    }

    .edit-profile-page .ep-verification-box {
        margin-top: 20px;
    }

    .edit-profile-page .ep-verify-btn {
        width: 100%;
        padding: 10px;
        background: #d62424;
        border: none;
        color: #fff;
        border-radius: 6px;
    }

    /* MAIN CONTENT */
    .edit-profile-page .ep-card {
        background: #151515;
        padding: 20px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

        .edit-profile-page .ep-card textarea {
            width: 100%;
            height: 120px;
            background: #111;
            border: 1px solid #333;
            color: #fff;
            padding: 12px;
            border-radius: 8px;
        }

    /* GRID */
    .edit-profile-page .ep-grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .edit-profile-page .ep-input-group {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .edit-profile-page .ep-full {
        grid-column: span 2;
    }

    .edit-profile-page input,
    .edit-profile-page select {
        padding: 10px 12px;
        background: #111;
        border: 1px solid #333;
        border-radius: 6px;
        color: #fff;
    }

    .edit-profile-page .ep-check-row {
        display: flex;
        gap: 20px;
    }

    .edit-profile-page .container::after {
        display: none;
    }

    .edit-profile-page .ep-left-sidebar {
        width: 25.6%;
    }

    /* CARD */
    .edit-profile-page .ep-left-card {
        background: #1a1a1a;
        padding: 22px;
        border-radius: 14px;
    }

    /* AVATAR SECTION */
    .edit-profile-page .ep-avatar-wrap {
        text-align: center;
        position: relative;
        margin-bottom: 10px;
    }

    .edit-profile-page .ep-avatar-ring {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 3px;
        background: linear-gradient(45deg, #ff1414, #00ff62);
        margin: 0 auto;
    }

        .edit-profile-page .ep-avatar-ring img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    /* Percentage Badge */
    .edit-profile-page .ep-avatar-percentage {
        position: absolute;
        bottom: 0;
        right: 90px;
        background: red;
        padding: 5px 12px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 13px;
    }

    /* USERNAME */
    .edit-profile-page .ep-username {
        text-align: center;
        margin: 10px 0;
        text-align: center;
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

.justify-post {
    justify-content: space-between;
    margin-bottom: 24px;
}

.edit-profile-page .ep-verified {
    color: #4fa3ff;
}

/* STATS */
.edit-profile-page .ep-stats-row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 25px;
    text-align: center;
}

    .edit-profile-page .ep-stats-row div span {
        display: block;
        font-size: 12px;
        opacity: 0.8;
    }

/* CHANGE PHOTO BUTTON */
.edit-profile-page .ep-change-btn {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    background: #262626;
    border: 1px solid #3a3a3a;
    color: #ccc;
    margin-bottom: 24px;
}

/* DETAILS PERCENTAGE BOX */
.edit-profile-page .ep-detail-box {
    background: #111;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 32px;
}

.edit-profile-page .ep-detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}

.edit-profile-page .ep-badge-green {
    background: #104e1f;
    color: #47ff72;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
}

/* TITLE */
.edit-profile-page .ep-ver-title {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
}

/* EMAIL VERIFIED BUTTON */
.edit-profile-page .ep-status-green {
    width: 100%;
    padding: 14px 13px;
    background: rgba(17, 156, 43, 0.16);
    border: none;
    color: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}


span.ep-cross {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* VERIFY BUTTON */
.edit-profile-page .ep-status-red {
    width: 100%;
    padding: 18px 14px;
    background: #611616;
    border: none;
    color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

span.ep-dot {
    height: 24px;
}

.edit-profile-page .ep-verify-btn-small {
    background: rgba(255, 0, 0, 0.4);
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    border: solid 1px rgba(92, 98, 112, 0.4);
    padding: 6px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
/* RIGHT SECTION */
.edit-profile-page .ep-right-section {
    padding-left: 20px;
    width: 75%;
}

/* BOX WRAPPER */
.edit-profile-page .ep-box {
    background: #1a1a1a;
    padding: 24px;
    border-radius: 14px;
    margin-bottom: 20px;
    text-align: left;
}

.edit-profile-page .mb-thirttwoo {
    margin-bottom: 32px;
}
/* BOX TITLE */
.edit-profile-page .ep-box-title {
    font-size: 17px;
    margin-bottom: 18px;
}

/* LABEL */
.edit-profile-page .ep-label,
.edit-profile-page .ep-field label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    color: #ddd;
}

/* TEXTAREA */
.edit-profile-page textarea {
    width: 100%;
    height: 90px;
    background: #0f0f0f;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 12px;
    color: #fff;
    resize: none;
}

/* GRID LAYOUT */
.edit-profile-page .ep-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
}

.mtthirttwo {
    margin-top: 32px;
}
/* INPUT + SELECT */
.edit-profile-page input,
.edit-profile-page select {
    width: 100%;
    padding: 16px;
    background: transparent;
    border: 1px solid rgba(92, 98, 112, 1);
    border-radius: 10px;
    color: #fff;
}

.edit-profile-page select {
    appearance: none;
    color: rgba(171, 176, 186, 1);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.ep-field input::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(171, 176, 186, 1);
}
/* CHECKBOX ROW */
.edit-profile-page .ep-checkbox-row {
    display: flex;
    gap: 20px;
    margin: 15px 0;
    width: 57%;
}

.radio-button-div.flex-fifty .ep-checkbox-row {
    margin-bottom: 32px;
}

.radio-button-div.flex-fifty .radio-card {
    border-radius: 8px;
}

.edit-profile-page select::placeholder {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: Gray/5;
}
/* CUSTOM CHECKBOX */
.edit-profile-page .ep-checkbox {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
    background: transparent;
    border: 1px solid #333;
    border-radius: 10px;
    width: 214px;
}

    .edit-profile-page .ep-checkbox input {
        width: 16px;
        height: 16px;
    }

.edit-profile-page .title-v, .edit-profile-page .ep-box-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

.edit-profile-page .title-v-text {
    border: none;
    background: transparent;
    border-top: solid 1px rgba(69, 74, 84, 1);
    border-radius: 0;
    margin-top: 16px;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.title-v-text::placeholder {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(199, 202, 209, 1);
}

.edit-profile-page .ep-label, .edit-profile-page .ep-field label {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 12px;
}

.htr-multiselect {
    width: 450px;
    position: relative;
    font-family: sans-serif;
}

    /* Select Box */
    .htr-multiselect .htr-select-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        background: #111;
        border: 1px solid #444;
        border-radius: 10px;
        cursor: pointer;
    }

    .htr-multiselect .htr-selected-tags {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    /* Tag */
    .htr-multiselect .htr-tag {
        background: #7a0003;
        color: #fff;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .htr-multiselect .htr-tag .htr-remove {
            cursor: pointer;
            font-weight: bold;
        }

    /* Arrow */
    .htr-multiselect .htr-arrow {
        color: #ccc;
    }

    /* Dropdown List */
    .htr-multiselect .htr-options-list {
        position: absolute;
        width: 100%;
        background: #111;
        border: 1px solid #444;
        border-radius: 10px;
        margin-top: 5px;
        display: none;
        max-height: 180px;
        overflow-y: auto;
        z-index: 100;
    }

    .htr-multiselect .htr-option {
        padding: 12px;
        color: #fff;
        cursor: pointer;
    }

        .htr-multiselect .htr-option:hover {
            background: #7a0003;
        }

.prev-next-button.edit-button-prv {
    justify-content: flex-end;
    width: 100%;
    gap: 16px;
    margin-top: 40px;
}

.edit-button-prv a {
    border: solid 1px rgba(92, 98, 112, 0.4);
}

    .edit-button-prv a.next {
        padding: 12px 32px;
    }
/* RESPONSIVE (optional) */
@media(max-width: 768px) {
    .edit-profile-page .ep-grid-2 {
        grid-template-columns: 1fr;
    }

    .edit-profile-page .ep-right-section {
        padding-left: 0;
    }
}
