﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.card {
    width: 520px;
    background: white;
    max-width: 520px;
    margin: auto;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);

    /* min-height: 100vh;
    background: #fff;
    overflow: hidden;*/
}

.header {
    height: 50px;
    /* background: linear-gradient(90deg,#890024,#c4002d);*/
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}



.back-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.back-btn:hover {
    background: rgba(255, 255, 255, .15);
    color: #000;
}

.header-title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.content {
    padding: 12px;
}

.logo {
    font-size: 22px;
    font-weight: 800;
    color: #98002e;
}

.logo span {
    color: #ff9100;
}

.tagline {
    font-family: 'Noto Sans Gurmukhi', sans-serif;
    font-size: 13px;
    color: #98002e;
    margin-top: 5px;
}

.title {
    font-size: 29px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 36px;
}

.subtitle {
    color: #666;
    margin-top: 10px;
    font-size: 15px;
}

.couple {
    width: 100%;
    border-radius: 18px;
    margin-top: 15px;
}

.select-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 12px;
}

.gender {
    border: 2px solid #ececec;
    border-radius: 18px;
    padding: 12px 20px 3px 20px;
    cursor: pointer;
    transition: .30s;
    text-align: center;
}

.gender:hover {
    transform: translateY(-5px);
    border-color: #98002e;
    box-shadow: 0 8px 20px rgba(152, 0, 46, .15);
}

.gender.active {
    border-color: #98002e;
    background: #fff4f7;
}

.gender img {
    width: 85px;
}

.gender h5 {
    margin-top: 9px;
    font-weight: 600;
    font-size: 14px;
}

.btn-main {
    width: 100%;
    height: 46px;
    border: none;
    margin-top: 26px;
    background: linear-gradient(90deg, #98002e, #c4002d);
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
    transition: .3s;
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(152, 0, 46, .35);
}

.login {
    text-align: center;
    margin: 25px 0 10px;
    font-size: 15px;
}

.login a {
    text-decoration: none;
    font-weight: 600;
    color: #98002e;
}

.icon-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff3f5;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: #98002e;
}


h3 {
    font-weight: 600;
    font-size: 28px;
}

h2 {
    font-weight: 600;
}

p {
    color: #777;
    font-size: 15px;
}


.form-control {
    height: 45px;
    border-radius: 12px;
    font-size: 14px;
}



.change {
    color: #98002e;
    font-weight: 600;
    cursor: pointer;
}

.timer {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.otp-box {
    width: 48px;
    height: 55px;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.otp-box:focus {
    border-color: #98002e;
    outline: none;
}



.resend {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.resend span {
    color: #98002e;
    cursor: pointer;
    font-weight: 600;
}

.footer {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
}

.footer a {
    color: #98002e;
    text-decoration: none;
    font-weight: 600;
}


.step-progress {
    display: flex;
    align-items: center;
    padding: 18px 15px 2px 15px;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    background: #fff;
}

.step-progress::-webkit-scrollbar {
    display: none;
}





.step {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1.5px solid #d7d7d7;
    background: #fff;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    transition: .3s;
}

.step.done {
    border-color: #98002e;
    color: #98002e;
    background: #fff;
}

.step.done i {
    font-size: 10px;
}

.step.active {
    width: 27px;
    height: 27px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(135deg, #98002e, #d41445);
    box-shadow: 0 6px 15px rgba(152, 0, 46, .35);
}

.line {
    width: 8px;
    height: 2px;
    background: #ddd;
    border-radius: 2px;
    margin: 0 0px;
    flex-shrink: 0;
}

.line.done {
    background: #98002e;
}



@media(max-width:420px) {

    body {
        padding: 10px;
    }

    .card {
        width: 100%;
    }
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .1rem;
}



.select-box {
    position: relative;
}

.custom-select {
    height: 45px;
    padding-right: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
}

.select-box::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    font-size: 14px;
}


.note-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;


    line-height: 1.5;
}

.note-text i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1.5px solid #F5A623;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5A623;
    font-size: 11px;
    margin-top: 2px;
}

.feature-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    margin-top: 18px;
    background: #fff4f6;
    padding-bottom: 10px;
    border-radius: 10px;
}

.feature-item {
    width: 20%;
    text-align: center;
}

.feature-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 5px;
    border-radius: 50%;

    color: #98002e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.feature-item span {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    color: #2e2e2e;
    font-weight: 500;
    word-break: break-word;
}


.profile-slider {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.profile-imgslid {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 16px;
}

.slider-arrow {
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, .45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    opacity: 1;
}

.photo-counter {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.profile-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.profile-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 15px;
}

.photo-count {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    --bs-body-font-family: var(--bs-font-sans-serif);
}



.info-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    --bs-body-font-family: var(--bs-font-sans-serif);
}

.info-row i {
    width: 22px;
    margin-right: 10px;
    color: #98002e;
}

.about-box {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.action-bar {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 390px;
    max-width: 100%;
    background: #fff;
    padding: 12px;
    display: flex;
    gap: 10px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .08);
}

.btn-short {
    flex: 1;
    border: 1px solid #ddd;
    background: #fff;
    color: #98002e;
    border-radius: 12px;
}

.btn-interest {
    flex: 1.3;
    background: #98002e;
    color: #fff;
    border: none;
    border-radius: 12px;
}

.btn-chat {
    flex: 1;
    border: 1px solid #ddd;
    background: #fff;
    color: #98002e;
    border-radius: 12px;
}

.dashboard-header {
    background: linear-gradient(90deg, #8b0023, #c1002c);
    border-radius: 20px 20px 0 0;
    padding: 10px;
    color: #fff;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: 700;
}

.profile-card {
    background: #FEF6F7;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
}

.profile-card img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.member-id {
    font-size: 13px;
    color: #666;
}

.status-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 15px;
}

.status-box {
    background: #eef8ef;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #d8ead8;
}

.status-box i {
    font-size: 18px;
    color: #28a745;
    margin-bottom: 6px;
    display: block;
}

.action-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 15px 8px;
    text-align: center;
}

.action-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 8px;
    font-size: 18px;
}

.search {
    background: #fff0f0;
    color: #e53935;
}

.heart {
    background: #fff0f5;
    color: #d81b60;
}

.profile {
    background: #f4f0ff;
    color: #673ab7;
}

.eye {
    background: #f3f0ff;
    color: #512da8;
}

.premium-banner {
    background: linear-gradient(90deg, #fff8ec, #fff2d9);
    border: 1px solid #ffe0a8;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crown-icon {
    font-size: 52px;
    color: #d89b00;
}

.match-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.match-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 520px;
    max-width: 100%;
    height: 65px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .08);
    border-radius: 20px 20px 0px 0px;
}

.bottom-nav a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #777;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.bottom-nav a i {
    font-size: 20px;
    margin-bottom: 4px;
}

.bottom-nav a.active {
    color: #98002e;
    font-weight: 600;
}

.bottom-nav a.active i {
    color: #98002e;
    transform: scale(1.15);
}

.menu-btn,
.notify-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

.side-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    transition: .3s;
    z-index: 9999;
    overflow: auto;
}

.side-menu.active {
    left: 0;
}

.menu-header {
    background: linear-gradient(90deg, #8b0023, #c1002c);
    color: #fff;
    padding: 25px;
    text-align: center;
}

.menu-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.side-menu a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f3f3f3;
    font-size: 15px;
}

.side-menu a i {
    width: 28px;
    color: #98002e;
}

.side-menu a:hover {
    background: #fff4f7;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: none;
    z-index: 9998;
}

.overlay.active {
    display: block;
}

.notification-wrapper {
    position: relative;
}

.notify-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
    position: relative;
}

.notify-count {
    position: absolute;
    right: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: #ff3b30;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-panel {
    position: fixed;
    right: -370px;
    top: 0;
    width: 360px;
    height: 100%;
    background: #fff;
    transition: .35s;
    z-index: 99999;
    box-shadow: -5px 0 25px rgba(0, 0, 0, .15);
    overflow: auto;
}

.notification-panel.active {
    right: 0;
}

.notification-header {
    padding: 18px;
    background: #98002e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-header span {
    cursor: pointer;
    font-size: 22px;
}

.notify-item {
    display: flex;
    gap: 12px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.notify-item.unread {
    background: #fff5f7;
}

.notify-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.notify-item p {
    margin: 3px 0;
    font-size: 13px;
}

.notify-item small {
    color: #888;
}

.verify-card {
    border: 1px solid #f0e0d8;
    border-radius: 14px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    transition: .3s;
    cursor: pointer;
    background: #fff;
}

.verify-card:hover {
    border-color: #98002e;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.verify-left {
    display: flex;
    align-items: center;
}

.verify-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #98002e;
    font-size: 22px;
    margin-right: 12px;
}

.verify-title {
    font-size: 15px;
    font-weight: 600;
}

.verify-sub {
    font-size: 12px;
    color: #777;
}

.lock-note {
    font-size: 13px;
    color: #777;
    text-align: center;
    margin-top: 18px;
}

.lock-note i {
    color: #28a745;
}

.skip-btn {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    color: #98002e;
    font-weight: 600;
    margin-top: 12px;
}

.search-header {
    background: linear-gradient(90deg, #98002e, #c4002d);
    color: #fff;
    padding: 15px;
    border-radius: 0 0 18px 18px;
}

.search-box {
    position: relative;
    margin-top: 15px;
}

.search-box input {
    height: 48px;
    border-radius: 30px;
    padding-left: 45px;
    border: none;
}

.search-box i {
    position: absolute;
    left: 18px;
    top: 16px;
    color: #999;
}

.filter-btn {
    height: 48px;
    border-radius: 30px;
}

.view-toggle {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.view-toggle button {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 10px;
    background: #f3f3f3;
}

.view-toggle .active {
    background: #98002e;
    color: #fff;
}




.tabs {
    display: flex;
    gap: 6px;
    padding: 0;
}

.tab {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
}

.tab.active {
    background: #98002e;
    color: #fff;
    border-color: #98002e;
}

.pm-offcanvas {
    width: 330px !important;
    border-radius: 20px 0 0 20px;
}

.pm-offcanvas-header {
    background: #98002e;
    color: #fff;
}

.pm-offcanvas-header .btn-close {
    filter: invert(1);
}

.pm-offcanvas-body {
    background: #fafafa;
}

.pm-offcanvas .form-control,
.pm-offcanvas .form-select {
    border-radius: 12px;
    height: 36px !important;
}

.pm-offcanvas label {
    margin-bottom: 6px;
    color: #555;
}

.profile-card:hover {
    transform: translateY(-2px);
    transition: .25s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.heart:hover {
    color: #98002e;
    transform: scale(1.2);
    transition: .25s;
}

.online {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
}

.profile-name {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}

.profile-info i {
    color: #98002e;
    width: 16px;
}



.container-box {
    width: 390px;
    margin: auto;
    background: #fff;
    min-height: 100vh;
}

/*
.header {
    padding: 15px;
    background: #98002e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header h5 {
        margin: 0;
        font-size: 18px;
    }*/

.search-boxm {
    position: relative;
    margin-top: 15px;
}

.search-boxm input {
    height: 48px;
    border-radius: 30px;
    padding-left: 45px;
    border: none;
}

.search-boxm i {
    position: absolute;
    left: 18px;
    top: 16px;
    color: #999;
}


.profile-cardm {
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 0 0px 15px 0px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
}

.profile-img {
    width: 80px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
}

.profile-detailsm {
    flex: 1;
    padding-left: 12px;
}

.profile-namem {
    font-weight: 600;
    font-size: 16px;
}

.online {
    width: 8px;
    height: 8px;
    background: #00c853;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.profile-infom {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

.heart {
    font-size: 22px;
    color: #d60045;
    cursor: pointer;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #ffffff;
    color: #98002e;
    text-decoration: none;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    transition: .3s;
    font-size: 14px;
    font-weight: 600;
}

.filter-btn:hover {
    background: #fff5f8;
    color: #98002e;
    transform: translateY(-2px);
}

.filter-btn i {
    font-size: 16px;
}

.filter-count {
    min-width: 20px;
    height: 20px;
    background: #98002e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}


#ageSlider {
    margin: 20px 5px;
}

/* Slider Track */
.noUi-target {
    height: 4px;
    border: none;
    border-radius: 50px;
    background: #dcdcdc;
    box-shadow: none;
}

/* Selected Line */
.noUi-connect {
    background: #98002e;
    border-radius: 50px;
}

/* Remove default shadow */
.noUi-horizontal {
    box-shadow: none;
}

/* Handle */
.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    right: -8px;
    top: -6px;
    border-radius: 50%;
    border: 2px solid #98002e;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
    transition: .2s ease;
}

/* Hide handle lines */
.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

/* Hover */
.noUi-horizontal .noUi-handle:hover {
    transform: scale(1.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
}

/* Active */
.noUi-active {
    transform: scale(1.15);
}

/* Disable blue outline */
.noUi-handle:focus {
    outline: none;
}

/* No margins */
.noUi-target,
.noUi-base {
    margin: 0;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    right: -7px;
    top: -5px;
    border: 2px solid #98002e;
}

.saved-search-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #ececec;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    transition: .25s;
}

.saved-search-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.saved-search-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: #fff2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #98002e;
    font-size: 22px;
    margin-right: 14px;
}

.saved-search-content {
    flex: 1;
}

.saved-search-content h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.saved-search-content p {
    margin: 4px 0;
    color: #666;
    font-size: 13px;
}

.saved-search-content small {
    color: #999;
    font-size: 12px;
}

.saved-search-action .btn {
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 13px;
}


.profile-menu {
    position: absolute;
    right: 10px;

    z-index: 1000;
}

.profile-menu .dropdown-menu {
    width: 230px;
    border: none;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
}

.profile-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: .25s;
}

.profile-menu .dropdown-item i {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.profile-menu .dropdown-item:hover {
    background: #f5f7fb;
}

.profile-menu .dropdown-divider {
    margin: 6px 0;
}

.profile-progress-card {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 15px;
    padding: 18px;
    background: #FEF6F7;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.progress-circle {
    --size: 85px;
    --progress: 70;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#dc3545 calc(var(--progress)*1%), #ececec 0);
    position: relative;
}

.progress-circle::before {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
}

.progress-circle span {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
    color: #dc3545;
}

.profile-progress-right {
    flex: 1;
}

.profile-progress-right h6 {
    margin-bottom: 4px;
    font-weight: 600;
}

.profile-progress-right p {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.online-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    background: #eafaf1;
    color: #198754;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
}

.online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}

.verify-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.verify-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    background: rgba(25, 135, 84, 0.76);
    color: #fff;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

.verify-chip i {
    font-size: 12px;
}

.empty-state {
    text-align: center;
    padding: 60px 25px;
}

.empty-img {
    width: 130px;
    margin-bottom: 20px;
    opacity: .9;
}

.empty-state h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.empty-state p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.btn-mainxx {

    padding: 6px 10px;
    border: none;
    margin-top: 26px;
    background: linear-gradient(90deg, #98002e, #c4002d);
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: .3s;
    text-decoration: none;
}

.interest-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.interest-header .back {
    position: absolute;
    left: 18px;
    font-size: 22px;
    color: #333;
}

.interest-title {
    font-size: 20px;
    font-weight: 600;
    color: #98002e;
}

.interest-tabs {
    display: flex;
    justify-content: space-around;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.interest-tab {
    padding: 15px 0;
    flex: 1;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #666;
}

.interest-tab.active {
    color: #98002e;
    font-weight: 600;
}

.interest-tab.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    background: #98002e;
    border-radius: 3px;
}

.pro-list {
    padding: 15px;
}

.interest-card {
    display: flex;
    padding: 15px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    margin-bottom: 18px;
    align-items: flex-start;
}

.interest-photo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
}

.interest-info {
    flex: 1;
    padding-left: 15px;
}

.interest-name {
    font-size: 18px;
    font-weight: 600;
}

.interest-detail {
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}

.interest-time {
    font-size: 13px;
    color: #98002e;
    margin-top: 6px;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.btn-accept {
    flex: 1;
    height: 42px;
    border: none;
    background: #98002e;
    color: #fff;
    border-radius: 10px;
}

.btn-ignore {
    flex: 1;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
}

.visitor-card {
    display: flex;
    gap: 14px;
    background: #fff;
    border-radius: 18px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
    transition: .25s;
}

.visitor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

.visitor-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f2f2f2;
}

.visitor-info {
    flex: 1;
}

.visitor-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.visitor-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}

.visitor-name .fa-circle-check {
    font-size: 14px;
    margin-left: 4px;
}

.visitor-detail {
    color: #666;
    font-size: 13px;
}

.online-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #18c964;
    border-radius: 50%;
    margin-left: 5px;
}

.visit-time {
    background: #f4f6fb;
    color: #666;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.visit-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    background: #eef6ff;
    color: #0d6efd;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
}

.cancel-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 6px 12px;
    background: #fff2f2;
    color: #dc3545;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;

}

.visitor-footer {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    color: #212529 !important
}

.block-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 6px 12px;
    background: #fff2f2;
    color: #dc3545;
    border: 1px solid #f5c2c7;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
}

.block-badge i {
    font-size: 12px;
}

.btn-unblock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #dc3545;
    background: #fff;
    color: #dc3545;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: .25s;
    cursor: pointer;
}

.btn-unblock:hover {
    background: #dc3545;
    color: #fff;
}

.btn-unblock i {
    font-size: 13px;
}

.block-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.block-photo {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.block-content {
    padding: 18px;
}

.block-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.block-detail {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.block-detail i {
    width: 20px;
    color: #98002e;
}

.block-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    padding: 8px 14px;
    background: #fff2f2;
    color: #dc3545;
    border: 1px solid #f5c2c7;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.interest-time {
    color: #777;
    font-size: 14px;
    margin-bottom: 16px;
}

.btn-unblock {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: #dc3545;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.btn-unblock:hover {
    background: #bb2d3b;
}

.block-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.block-photo-wrap {
    position: relative;
}

.block-photo {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    object-position: top;
}

.blocked-time {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(8px);
    border-radius: 12px;
}

.block-content {
    padding: 18px;
}



.mm-search-box {
    padding: 10px;
    border-bottom: 1px solid #12121215;
    margin: 10px 15px 9px 15px;
}

.mm-search-box input {
    height: 30px;
    border: none;
    border-radius: 25px;
    padding-left: 45px;
}

.mm-search-box i {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #888;
}

.mm-stats {
    display: flex;
    gap: 12px;
    margin: 0px 15px 9px 15px;
}

.mm-stat-card {
    flex: 1;
    background: #fff;
    border-radius: 18px;
    padding: 14px 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: .3s;
}

.mm-stat-card:hover {
    transform: translateY(-3px);
}




.mm-stat-info h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}

.mm-stat-info p {
    margin: 3px 0 0;
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

.mm-tabs {
    display: flex;
    gap: 10px;
    padding: 8px 15px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
    /*scrollbar-color: #98002e #eee;*/
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
}

.mm-tab {
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 50px;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .30s;
    flex-shrink: 0;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.mm-tabs::-webkit-scrollbar {
    height: 3px;
}

.mm-tabs::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.mm-tabs::-webkit-scrollbar-thumb {
    background: #98002e;
    border-radius: 10px;
}

.mm-tabs:active {
    cursor: grabbing;
}





.mm-tab.active {
    background: #98002e;
    color: #fff;
    border-color: #98002e;
}

.mm-tab.active b {
    background: #fff;
    color: #98002e;
}



.match-list {
    padding: 0 15px 100px;
}








.match-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.match-image {
    position: relative;
}

.match-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.premium-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FFD54F;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}



.match-percent {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.match-body {
    padding: 16px;
}

.match-name {
    font-size: 20px;
    font-weight: 600;
}

.match-info {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}



.badges {
    margin-top: 10px;
}




.aadhaar-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #E8F5E9;
    color: #2E7D32;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.aadhaar-badge i {
    color: #22C55E;
    font-size: 13px;
}

.video-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFF4E5;
    color: #E67E22;
    border: 1px solid #FFD8A8;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.video-badge i {
    font-size: 13px;
}

.box-shadow {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
}

.filter-countm {
    position: absolute;
    top: -2px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #98002e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    border: 2px solid #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
}


.cancel-card {
    background: linear-gradient(135deg, #98002E, #C2185B);
    padding: 22px 15px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 22px;
    box-shadow: 0 12px 28px rgba(152, 0, 46, .25);
}

.cancel-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.cancel-card h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cancel-card p {
    font-size: 14px;
    line-height: 24px;
    opacity: .95;
    margin: 0;
    color: #fff;
}



.plan-card {
    background: #fff;
    padding: 22px;
    border-radius: 20px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.plan-label {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #888;
}

.plan-header h4 {
    margin-top: 5px;
    font-weight: 600;
    color: #222;
}

.active-badge {
    background: #E8F5E9;
    color: #2E7D32;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.plan-info {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.plan-info small {
    display: block;
    color: #888;
    font-size: 12px;
    margin-bottom: 4px;
}

.plan-info strong {
    font-size: 15px;
    color: #222;
}

.days-left {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #FFF5E5;
    color: #B76E00;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.feedback-card {
    background: #fff;
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    margin-bottom: 22px;
}


.feedback-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.reason-card {
    background: #fff;
    margin-bottom: 22px;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.section-title h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.section-title p {
    color: #777;
    margin-top: 5px;
    margin-bottom: 25px;
}

.reason-option {
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.reason-option input {
    display: none;
}

.reason-content {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 2px solid #ECECEC;
    border-radius: 18px;
    transition: .3s;
    background: #fff;
}

.reason-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #FFF2F5;
    color: #98002E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.reason-icon.success {
    background: #E8F5E9;
    color: #22C55E;
}

.reason-text {
    flex: 1;
    margin-left: 15px;
}

.reason-text h6 {
    margin: 0;
    font-weight: 600;
}

.reason-text small {
    color: #777;
}

.check-icon {
    color: #ddd;
    font-size: 24px;
}

.reason-option:hover .reason-content {
    border-color: #98002E;
    background: #FFF8FA;
}

.reason-option input:checked+.reason-content {
    border-color: #98002E;
    background: #FFF5F8;
    box-shadow: 0 6px 20px rgba(152, 0, 46, .12);
}

.reason-option input:checked+.reason-content .check-icon {
    color: #98002E;
}

.feedback-card textarea {
    border-radius: 16px;
    padding: 15px;
    resize: none;
    border: 1px solid #ddd;
}

.feedback-card textarea:focus {
    border-color: #98002E;
    box-shadow: 0 0 0 4px rgba(152, 0, 46, .12);
}

.success-story {
    background: linear-gradient(135deg, #FFE9EF, #FFF8FA);
    padding: 20px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    border: 1px solid #FFD3DF;
}

.story-icon {
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: 15px;
}

.success-story h6 {
    margin: 0;
    font-weight: 600;
}

.success-story p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}

.success-story button {
    background: #98002E;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
}

.warning-card {
    background: #FFF8F1;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid #FFD9A8;
    margin-bottom: 25px;
}

.warning-header {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.warning-icon {
    width: 55px;
    height: 55px;
    background: #FFF3E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FF9800;
}

.lost-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.lost-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: #fff;
    border-radius: 14px;
    font-size: 14px;
}

.lost-item i {
    color: #98002E;
}



.offer-card {
    position: relative;
    background: linear-gradient(135deg, #98002E, #C2185B);
    color: #fff;
    padding: 28px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.offer-badge {
    position: absolute;
    top: 38px;
    right: -48px;
    transform: rotate(45deg);
    background: #FFD54F;
    color: #333;
    padding: 6px 45px;
    font-size: 11px;
    font-weight: 600;
}

.offer-icon {
    font-size: 52px;
    margin-bottom: 12px;
}

.offer-price {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 600;
}

.offer-price del {
    opacity: .6;
    font-size: 18px;
    margin-right: 10px;
}

.offer-card p {
    color: #fff;
}

.btn-offer {
    background: #fff;
    color: #98002E;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
}



.cancel-actions {
    margin-bottom: 30px;
}

.btn-keep {
    width: 100%;
    height: 54px;
    border: none;
    background: #98002E;
    color: #fff;
    border-radius: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.btn-cancel-subscription {
    width: 100%;
    height: 54px;
    border: 2px solid #DC3545;
    background: #fff;
    color: #DC3545;
    border-radius: 14px;
    font-weight: 600;
}



.modal-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    background: #FFECEC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #DC3545;
    margin-bottom: 20px;
}

.modal-buttons {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.modal-buttons button {
    flex: 1;
}

.cancel-success {
    background: linear-gradient(135deg, #16A34A, #22C55E);
    padding: 35px 25px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.cancel-success p {
    color: #fff;
}

.success-animation {
    width: 95px;
    height: 95px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin-bottom: 20px;
    animation: pop .6s ease;
}

@keyframes pop {

    0% {
        transform: scale(.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



.refund-card,
.email-card,
.rating-card,
.reactivate-card {
    background: #fff;
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    margin-bottom: 22px;
}

.reactivate-card p {
    color: #fff;
}

.refund-card,
.email-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}



.refund-icon,
.email-card i {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #FFF4F4;
    color: #98002E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}



.stars {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}



.stars i {
    font-size: 32px;
    cursor: pointer;
    color: #ddd;
    transition: .25s;
}



.stars i.active {
    color: #FFC107;
}



.reactivate-card {
    text-align: center;
    background: linear-gradient(135deg, #98002E, #C2185B);
    color: #fff;
}



.reactivate-icon {
    font-size: 55px;
    margin-bottom: 15px;
}



.btn-reactivate {
    margin-top: 18px;
    padding: 14px 30px;
    border: none;
    background: #fff;
    color: #98002E;
    font-weight: 600;
    border-radius: 30px;
}

.offer-card {
    animation: fadeUp .5s ease;
}

.reason-card {
    animation: fadeUp .4s ease;
}

.warning-card {
    animation: fadeUp .6s ease;
}

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}


.bh-plan-card {
    background: linear-gradient(135deg, #98002E, #C2185B);
    color: #fff;
    padding: 25px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.bh-plan-card::after {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.bh-plan-card small {
    opacity: .9;
}

.bh-plan-card-h4 {
    font-weight: 600;
    margin-top: 5px;
    font-size: 22px;
}

.bh-plan-card p {
    color: #fff;
}

.activepl {
    display: inline-block;
    background: #fff;
    color: #98002E;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
}

.summary {
    padding: 0 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.summary-card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
    text-align: center;
}

.summary-card i {
    font-size: 22px;
    margin-bottom: 8px;
    color: #ff9800;
}

.summary-card h5 {
    margin: 5px 0;
    font-weight: 600;
}

.summary-card i {
    width: 50px;
    height: 50px;
    background: #FFF2F5;
    color: #98002E;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 18px 10px;
}

.section-title h5 {
    font-weight: 600;
}

.history-card {
    margin: 12px 18px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
    padding: 18px;
}

.top-row {
    display: flex;
    justify-content: space-between;
}

.status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8fff1;
    color: #1b8b45;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    line-height: 1;
}

.amount {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}

.info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 14px;
}

.invoice-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    margin-top: 18px;
}

.crown-icon {
    font-size: 40px;
    opacity: .25;
}

.membership-progress {
    margin-top: 20px;
}

.progress {
    height: 8px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .2);
}

.progress-bar {
    width: 75%;
    background: #FFD54F;
}

.invoice-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #666;
}

.search-box {
    position: relative;
    margin: 18px;
}

.search-box input {
    height: 50px;
    padding-left: 45px;
    border-radius: 14px;
}

.search-box i {
    position: absolute;
    left: 16px;
    top: 17px;
    color: #888;
}

.progress-bar {
    animation: progress 1s ease;
}

@keyframes progress {

    from {
        width: 0;
    }

    to {
        width: 75%;
    }
}

.view-all {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #98002E;
}

.tabs::-webkit-scrollbar {
    display: none;
}

.contact-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    margin-top: 25px;
}

.contact-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #FFF2F5;
    color: #98002E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.faq-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #FFF5F8;
    color: #98002E;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.quick-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px 15px;
    text-align: center;
    text-decoration: none;
    color: #222;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    transition: .3s ease;
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.quick-card i {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #FFF2F5;
    color: #98002E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 14px;
    transition: .3s;
}

.quick-card span {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.quick-card small {
    display: block;
    margin-top: 4px;
    color: #888;
    font-size: 12px;
}

.quick-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(152, 0, 46, .15);
    border-color: #98002E;
    color: #222;
}

.quick-card:hover i {
    background: #98002E;
    color: #fff;
    transform: scale(1.08);
}

.quick-card:active {
    transform: scale(.98);
}

.support-card-h3 {
    font-weight: 600;
    font-size: 22px;
}

.support-card {
    text-align: center;
}

.terms-banner {
    background: linear-gradient(135deg, #98002E, #C2185B);
    color: #fff;
    border-radius: 24px;
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}

.terms-banner::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.banner-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 18px;
}

.terms-banner h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.terms-banner p {
    opacity: .95;
    color: #fff;
    line-height: 24px;
}

.update-badge {
    display: inline-block;
    margin-top: 18px;
    background: rgba(255, 255, 255, .18);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
}



.notice-card {
    background: #FFF7EC;
    border: 1px solid #FFE3AE;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.notice-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #FFF2D7;
    color: #E69A00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.notice-card h5 {
    margin-bottom: 6px;
    font-weight: 600;
}

.notice-card p {
    margin: 0;
    color: #666;
    line-height: 22px;
}



.toc-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.toc-card h5 {
    margin-bottom: 18px;
    font-weight: 600;
}

.toc-card a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #222;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    transition: .3s;
}

.toc-card a:last-child {
    border-bottom: none;
}

.toc-card a:hover {
    color: #98002E;
}

.toc-card span {
    font-weight: 600;
    color: #98002E;
    margin-right: 8px;
}

.terms-card {
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    margin-top: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.section-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #f1f1f1;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    background: #fff;
    font-weight: 600;
    color: #222;
    padding: 18px 10px;
    box-shadow: none;
}

.accordion-button i {
    color: #98002E;
    width: 24px;
    text-align: center;
}

.accordion-button:not(.collapsed) {
    background: #FFF5F8;
    color: #98002E;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    color: #666;
    line-height: 28px;
    padding: 18px;
    font-size: 14px;
}




.terms-footer {
    text-align: center;
    margin: 35px 0 20px;
}

.terms-footer p {
    margin-bottom: 5px;
    font-weight: 600;
}

.terms-footer small {
    color: #888;
}

.privacy-banner {
    background: linear-gradient(135deg, #98002E, #C2185B);
    color: #fff;
    border-radius: 24px;
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}

.privacy-banner::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.privacy-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 18px;
}

.privacy-banner h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.privacy-banner p {
    opacity: .95;
    line-height: 24px;
    color: #fff;
}

.update-badge {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .18);
    font-size: 13px;
}



/* Commitment */

.commitment-card {
    background: #FFF8F2;
    border: 1px solid #FFE2BE;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.commitment-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #FFF0DA;
    color: #E69200;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.commitment-card h5 {
    margin-bottom: 6px;
    font-weight: 600;
}

.commitment-card p {
    margin: 0;
    color: #666;
    line-height: 22px;
}



/* Highlights */

.highlight-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.highlight-card h5 {
    margin-bottom: 18px;
    font-weight: 600;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
}

.highlight-item:last-child {
    border-bottom: none;
}

.highlight-item i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #FFF2F5;
    color: #98002E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    margin-top: 25px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #f1f1f1;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    padding: 18px 10px;
    font-weight: 600;
    color: #222;
    background: #fff;
    box-shadow: none;
}

.accordion-button i {
    width: 24px;
    color: #98002E;
    text-align: center;
}

.accordion-button:not(.collapsed) {
    background: #FFF5F8;
    color: #98002E;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    padding: 18px;
}

.privacy-contact-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    margin-top: 25px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.privacy-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.privacy-title i {
    width: 50px;
    height: 50px;
    background: #FFF2F5;
    color: #98002E;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.privacy-title h5 {
    margin: 0;
    font-weight: 600;
}

.privacy-contact-item {
    display: flex;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
}

.privacy-contact-item:last-child {
    border-bottom: none;
}

.privacy-contact-icon {
    width: 48px;
    height: 48px;
    background: #FFF2F5;
    color: #98002E;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.profile-cover {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit-cover {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    color: #98002E;
}



.profile-header-card {
    background: #fff;
    margin-top: -70px;
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
}



.profile-photo-box {
    width: 130px;
    height: 130px;
    margin: auto;
    position: relative;
}

.profile-photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .18);
}



.edit-photo {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #98002E;
    color: #fff;
}



.online-dot {
    width: 18px;
    height: 18px;
    background: #16c35b;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
}



.profile-namemy {
    margin-top: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}

.verified-icon {
    color: #1D9BF0;
    font-size: 18px;
}



.profile-id {
    color: #777;
    margin-top: 4px;
}



.profile-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}



.premium-badge {
    background: #FFF4D6;
    color: #B8860B;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}



.aadhaar-badge {
    background: #EAF7EE;
    color: #138A36;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}



.profile-location {
    margin-top: 16px;
    color: #666;
}



.completion-box {
    margin-top: 20px;
    text-align: left;
}

.progress {
    height: 10px;
    border-radius: 30px;
}

.progress-bar {
    border-radius: 30px;
}

/* ==========================
      Statistics
========================== */

.stats-card {
    margin-top: 18px;
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.stat-item {
    text-align: center;
}

.stat-icon {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 12px;
    background: #FFF2F5;
    color: #98002E;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.stat-item h4 {
    margin: 0;
    font-weight: 600;
    color: #222;
}

.stat-item small {
    color: #fff;
    font-size: 13px;
}



/* ==========================
      Quick Actions
========================== */

.quick-action-card {
    margin-top: 18px;
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.quick-action-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.quick-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.action-box {
    text-decoration: none;
    text-align: center;
    color: #222;
    transition: .3s;
}

.action-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
    background: #FFF2F5;
    color: #98002E;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: .3s;
}

.action-box span {
    font-size: 13px;
    font-weight: 600;
}

.action-box:hover {
    color: #98002E;
}

.action-box:hover .action-icon {
    background: #98002E;
    color: #fff;
    transform: translateY(-3px);
}



/*==============================
    Personal Information
===============================*/

.profile-section-ed {
    margin-top: 18px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.section-header h5 {
    margin: 0;
    flex: 1;
    margin-left: 12px;
    font-weight: 600;
}

.section-header>i {
    color: #98002E;
    font-size: 20px;
}

.section-header a {
    color: #98002E;
    font-size: 18px;
}

.info-list{
    padding:10px 20px;
}

.info-item{
    display:grid;
    grid-template-columns:160px 20px 1fr;
    align-items:center;
    gap:0;
    padding:12px 0;
    border-bottom:1px solid #f1f1f1;
}

.info-item:last-child{
    border-bottom:none;
}

.info-item .data{
    font-size:15px;
    font-weight:600;
    color:#666;
}

.info-item .colon{
    text-align:center;
    font-weight:700;
    color:#666;
}

.info-item strong{
    font-size:15px;
    font-weight:600;
    color:#222;
    margin:0;
    word-break:break-word;
}

/* Mobile */
@media (max-width:576px){

    .info-item{
        grid-template-columns:120px 15px 1fr;
        padding:10px 0;
    }

    .info-item .data,
    .info-item strong{
        font-size:14px;
    }

}

/* .info-list {
    padding: 8px 20px;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item span {
    width: 170px;      
    flex-shrink: 0;
    font-weight: 600;
    color: #777;
    font-size: 14px;
}

.info-item strong {
    flex: 1;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;    
} */

/*==============================
      Partner Preference
===============================*/

.match-preference-card {
    margin-top: 18px;
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.match-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 18px;
}

.match-box {
    background: #FFF8FA;
    border: 1px solid #F8D8E4;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    transition: .3s;
}

.match-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(152, 0, 46, .12);
}

.match-box i {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 12px;
    background: #98002E;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.match-box strong {
    display: block;
    margin-bottom: 6px;
}

.match-box span {
    color: #888;
    font-size: 13px;
}

@media(max-width:480px) {

    .match-grid {
        grid-template-columns: 1fr;
    }
}

/*==============================
        Gallery
===============================*/

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.gallery-grid img,
.more-photo,
.upload-photo {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 18px;
    object-fit: cover;
}

.more-photo {
    background: #98002E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
}

.upload-photo {
    border: none;
    background: #FFF2F5;
    color: #98002E;
    font-size: 28px;
}



/*==============================
        Video
===============================*/

.video-card {
    position: relative;
    margin-top: 18px;
}

.video-card img {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .90);
    color: #98002E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.video-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}



/*==============================
        About
===============================*/

.about-box {
    padding: 18px;
    line-height: 30px;
    color: #666;
}



/*==============================
        Hobbies
===============================*/

.hobby-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 10px 10px 10px;
    margin-top: 18px;
}

.hobby-tags span {
    background: #FFF2F5;
    color: #98002E;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

/*==============================
    Verification
===============================*/

.verification-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.verify-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
}

.verify-card i {
    font-size: 28px;
    margin-bottom: 12px;
}

.verify-card h6 {
    font-weight: 600;
}

.verified {
    border-color: #16a34a;
}

.verified i {
    color: #16a34a;
}

.pending {
    border-color: #f59e0b;
}

.pending i {
    color: #f59e0b;
}



/*==============================
        Footer
===============================*/

.profile-footer {
    text-align: center;
    padding: 30px 20px 100px;
}

.profile-footer p {
    font-weight: 600;
    margin-bottom: 5px;
}

.profile-footer small {
    color: #888;
}


.plan-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    margin-bottom: 18px;
}

.plan-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.plan-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    flex-shrink: 0;
}

.basic .plan-icon {
    background: #EAFBF8;
    color: #0EA5A3;
}

.gold .plan-icon {
    background: #FFF1F6;
    color: #E91E63;
}

.platinum .plan-icon {
    background: #F4EDFF;
    color: #7C3AED;
}

.plan-price {
    font-size: 34px;
    font-weight: 700;
    color: #98002E;
    line-height: 1;
}

.plan-name {
    font-size: 22px;
    font-weight: 700;
}

.plan-valid {
    color: #888;
}

.choose-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 14px;
    font-weight: 600;
    color: #fff;
    background: #98002E;
}

.basic .choose-btn {
    background: #14B8A6;
}

.gold .choose-btn {
    background: #E91E63;
}

.platinum .choose-btn {
    background: #7C3AED;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}

.notification-header h5 {
    margin: 0;
    font-weight: 700;
}

.notification-header small {
    font-size: 12px;
    color: #777;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-filter {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    color: #444;
    cursor: pointer;
}

.notification-filter:focus {
    outline: none;
    border-color: #98002E;
    box-shadow: 0 0 0 .15rem rgba(152, 0, 46, .12);
}



/*.login-page {
    max-width: 520px;
    margin: auto;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
}*/

/*=========================
        Hero
        =========================*/

.login-hero {
    background: linear-gradient(135deg, #98002E, #C2185B);
    padding: 45px 25px 120px;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.login-hero::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.login-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -60px;
    bottom: -60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}

.logo-box {
    width: 90px;
    height: 90px;
    margin: auto;
    background: rgba(255, 255, 255, .12);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.logo-box i {
    color: #FFD54F;
}

.login-hero h2 {
    font-weight: 600;
    margin-bottom: 8px;
}

.login-hero p {
    opacity: .95;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    max-width: 320px;
    margin: auto;
}

/*=========================
        Welcome Card
        =========================*/

.welcome-card {
    background: #fff;
    margin: -70px 20px 20px;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 5;
}

.welcome-card h3 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.welcome-card p {
    color: #777;
    margin-bottom: 0;
}



/*=========================
        Login Form
=========================*/

.login-form {
    margin-top: 30px;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #444;
}



/* Mobile Input */

.mobile-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: .3s;
}

.mobile-input:focus-within {
    border-color: #98002E;
    box-shadow: 0 0 0 .2rem rgba(152, 0, 46, .12);
}

.country-code {
    padding: 0 18px;
    height: 56px;
    display: flex;
    align-items: center;
    font-weight: 600;
    background: #FFF5F7;
    border-right: 1px solid #eee;
    white-space: nowrap;
}

.mobile-input input {
    border: none !important;
    box-shadow: none !important;
    height: 56px;
    padding: 0 18px;
    font-size: 16px;
}



/* Continue Button */

.continue-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #98002E, #C2185B);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    transition: .3s;
    margin-top: 10px;
}

.continue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(152, 0, 46, .25);
}



/* Security */

.security-box {
    margin-top: 25px;
    padding: 18px;
    border-radius: 18px;
    background: #FFF8FA;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.security-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #98002E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.security-box p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}

/*=========================
        Divider
=========================*/

.divider {
    display: flex;
    align-items: center;
    margin: 28px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E5E5E5;
}

.divider span {
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    color: #888;
}



/*=========================
        Social Login
=========================*/

.social-login {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.social-btn {
    width: 100%;
    height: 54px;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: .3s;
    cursor: pointer;
}

.social-btn:hover {
    border-color: #98002E;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.google-btn img {
    width: 22px;
    height: 22px;
}





/*=========================
        Register
=========================*/

.register-box {
    margin-top: 30px;
    text-align: center;
}

.register-box p {
    margin-bottom: 8px;
    color: #666;
}

.register-box a {
    text-decoration: none;
    font-weight: 700;
    color: #98002E;
    font-size: 16px;
}

.register-box a:hover {
    text-decoration: underline;
}

/*==========================
        TRUST
===========================*/

.trust-section {
    margin-top: 35px;
}

.trust-section h5 {
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.trust-card {
    background: #FFF8FA;
    padding: 18px;
    border-radius: 18px;
    text-align: center;
    transition: .3s;
}

.trust-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(152, 0, 46, .12);
}

.trust-card i {
    font-size: 28px;
    color: #98002E;
    margin-bottom: 12px;
}

.trust-card strong {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.trust-card small {
    color: #777;
}



/*==========================
        Stats
===========================*/

.lstats-card {
    margin-top: 28px;
    background: linear-gradient(135deg, #98002E, #C2185B);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    color: #fff;
    text-align: center;
}

.lstat-item h3 {
    margin: 0;
    font-weight: 600;
}

.lstat-item small {
    opacity: .9;
}



/*==========================
        Terms
===========================*/

.terms-box {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #666;
}

.terms-box a {
    text-decoration: none;
    font-weight: 600;
    color: #98002E;
}



/*==========================
        Footer
===========================*/

.login-footer {
    padding-bottom: 25px;
    text-align: center;
    font-size: 13px;
    color: #999;
}



/*==========================
        Mobilestat-item
===========================*/

@media(max-width:576px) {

    .trust-grid {
        grid-template-columns: 1fr;
    }
}

.otp-section {
    text-align: center;
    padding: 30px 20px;
}

.otp-boxes {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
}

.otp-input {
    width: 60px;
    height: 65px;
    border: 2px solid #ddd;
    border-radius: 16px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    transition: .3s;
}

.otp-input:focus {
    border-color: #98002E;
    box-shadow: 0 0 0 .2rem rgba(152, 0, 46, .12);
    outline: none;
}

.verify-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #98002E, #C2185B);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}