@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Style+Script&display=swap');


/* font-family: "Roboto Condensed", sans-serif;

font-family: "Plus Jakarta Sans", sans-serif;
font-family: "Style Script", cursive;
font-family: "Poppins", sans-serif;
 */


body {
    background-color: #ffffff;
    /* Dark outer background surrounding card */
    font-family: system-ui, -apple-system, sans-serif;
    font-family: "Poppins", sans-serif;
    align-items: center;
    justify-content: center;


    margin: 0;
}


.top-row-v-pro {
    padding-top: 90px;
}

.user-header-v-pro {
    background-image: url(../images/voter_profile/flag_profile_bg.png);
    background-size: cover;
    background-position: right;
}


.avatar-container-v-pro {
    width: 100%;
}

.avatar-container-v-pro img {
    width: 90%;
}

.camera-icon-v-pro {
    position: absolute;
    bottom: -14px;
    right: 42%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camera-icon-v-pro i {
    font-size: 25px;
}


.very-small-v-pro {
    font-size: 0.75rem;
}

/* Custom Colors & Backgrounds */
.text-purple-v-pro {
    color: #6205bf !important;
}


.svg-pro-icons {
    width: 7%;
    height: auto;
    filter: drop-shadow(1px 3px 3px #fff);
    margin-right: 7px;
}


.text-purple-v-pro,
.text-purple-v-pro h1,
.text-purple-v-pro h2,
.text-purple-v-pro h3,
.text-purple-v-pro h5,
.text-purple-v-pro h6,
.text-purple-v-pro h4,
.text-purple-v-pro p,
.text-purple-v-pro span,
.text-purple-v-pro li,
.text-purple-v-pro small {
    color: #2e0758;
}

.text-success-v-pro {
    color: #0d8c23 !important;
}

.progress-circle-v-pro {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    /* conic-gradient creates the circular progress
       Starts at top (0%) and goes clockwise to 92% */
    background: conic-gradient(#540bc4 0% 92%,
    #dcbbf5 92% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* Optional slight shadow */
}

.inner-circle-v-pro {
    /* Controls the thickness of the donut ring */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.percentage-v-pro {
    font-size: 32px;
    font-weight: 800;
    color: #18003c;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: -2px;
    /* Pulls the '92' and '%' closer together */
}

.location-details {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stars-v-pro {
    color: #540bc4;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
}

.fz-i-vpro {
    font-size: 20px !important;
}

.bg-purple-v-pro {
    background-color: #6205bf !important;
}

.bg-purple-light-v-pro {
    background: linear-gradient(#5f05ce, #8427f5) !important;
}

.bg-purple-subtle-v-pro {
    background-color: rgba(111, 66, 193, 0.1) !important;
}

.border-purple-v-pro {
    border-color: #6205bf !important;
}

.text-teal-v-pro {
    color: #4cc62b !important;
}

.text-teal-dark-v-pro {
    color: #ffffff !important;
}

.bg-teal-light-v-pro h6,
.bg-primary-light-v-pro h6,
.bg-orange-light-v-pro h6 {
    color: #ffffff !important;
}

.bg-teal-light-v-pro a,
.bg-primary-light-v-pro a,
.bg-orange-light-v-pro a {
    color: #ffffff !important;
}

.bg-teal-light-v-pro {
    background: linear-gradient(#07c2b9, #039b8e) !important;
}

.text-orange-v-pro {
    color: #ff5930 !important;
}

.blue-light-icon-v-pro i {
    color: #003ce3;
}

.light-icon-vpro {
    color: white !important;
}

.d-flex-detail-gap {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

button.text-dark-pkg {
    color: #001567 !important;
}

.text-dark-blue-vpro {
    color: #003ce3 !important;
}

button.text-dark-pkg:hover {
    color: #fff !important;
    background-color: #6205bf;
}

.text-danger-red {
    color: red !important;
    font-weight: 600;
}

span.text-success-g {
    color: #0d8c23 !important;
}

h6.text-success-g {
    color: #0d8c23 !important;
}

div.text-success-g {
    color: #0d8c23 !important;
}

i.text-success-g {
    color: #0d8c23 !important;
}

i.text-success-p {
    color: #6800b7 !important;
}

.l-green-icon i {
    color: #87ce35;
}

.dark-prosonal-icon {
    color: #2e0758 !important;
}

.bg-success-light-v-pro i,
.bg-teal-light-v-pro i,
.bg-primary-light-v-pro i,
.bg-orange-light-v-pro i {
    font-size: 25px;
}


.text-orange-dark-v-pro {
    color: #fa332e !important;
}

.bg-orange-v-pro {
    background-color: #ff5930 !important;
}

.bg-orange-light-v-pro {
    background: linear-gradient(#fd6624, #cc4004) !important;
}

.bg-orange-subtle-v-pro {
    background-color: rgba(253, 126, 20, 0.1) !important;
}

.border-orange-v-pro {
    border-color: #ff5930 !important;
}

.text-pink-dark-v-pro {
    color: #cd0067 !important;
}

.bg-pink-v-pro {
    background: linear-gradient(#cb0066, #c0018d);
}

.bg-pink-light-v-pro {
    background: linear-gradient(#ff0f88, #ff0da7);
}

.text-success-dark-v-pro {
    color: #190025 !important;
}

.bg-success-light-v-pro {
    background: linear-gradient(#e0e41d, #b2db24) !important;
}

.text-primary-dark-v-pro {
    color: #360ab4 !important;
}

.invite-icon-earn p {
    font-size: 12px;
}

.txt-ref-size {
    font-size: 12px;
}

.user-f-invite-i {
    font-size: 25px;
}

.invite-i {
    font-size: 25px;
}

.checked-green .form-check-input:checked {
    background-color: #02a725;
    border-color: #02a725;
}

.checked-green .form-check-input:focus {
    color: #02a725;
    border-color: #02a725;
}

.bg-primary-light-v-pro {
    background: linear-gradient(#296ffc, #003ce3) !important;
}

/* Buttons */
.btn-purple-v-pro {
    background-color: #6205bf;
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-purple-v-pro:hover {
    background-color: #3d068e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(111, 66, 193, 0.3);
}

.bg-success-gre-v-pro {
    background: linear-gradient(135deg, #00d916, #1eb700);

}

.btn-purple-gradient-v-pro {
    background: linear-gradient(135deg, #8e2de2, #4a00e0);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.btn-purple-gradient-v-pro:hover {
    background: linear-gradient(135deg, #7a20c9, #3900b3);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 0, 224, 0.4);
}

/* Cards & 3D Hover Effects */
.card-v-pro {
    border: 1px solid #eab8ff !important;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    padding: 0;
}

.wallet-stats-v-pro i {
    font-size: 30px;
}

.card-v-pro:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.recommend-card-v-pro-g {
    background-color: #02a7260d;
    border: none !important;
}

.recommend-card-v-pro-b {
    background-color: #0d02a70d;
    border: none !important;
}

.recommend-card-v-pro-p {
    background-color: #7e02a70d;
    border: none !important;
}

.hover-3d-v-pro {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    transform-style: preserve-3d;
}

.hover-3d-v-pro:hover {
    transform: translateY(-5px) scale(1.02) rotateX(2deg) rotateY(-2deg);
    box-shadow: -5px 15px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.profile-img-v-pro {
    border: 4px solid white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.camera-icon-v-pro {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.wallet-card-v-pro {
    background: linear-gradient(105deg, #380884, #1a0c57, #380884);
    position: relative;
    overflow: hidden;
}

.btn-wallet-action-v-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align-last: left;
}


.bg-purple-gre {
    background: linear-gradient(180deg, #8d2aeb, #5707c5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(124, 58, 237, 0.2);
    border-radius: 8px;
    padding: 20px 5px;

    box-shadow: 0 8px 32px rgb(3 7 32 / 74%), inset 0 0 23px #b300cf80;
    transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.bg-success-gre {
    background: linear-gradient(180deg, #41bd2b, #0d8e24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(115, 237, 58, 0.2);
    border-radius: 8px;
    padding: 20px 5px;

    box-shadow: 0 8px 32px rgb(3 7 32 / 74%), inset 0 0 23px #23cf0080;
    transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.bg-primary-gre {
    background: linear-gradient(180deg, #256cf9, #0b42f0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(58, 210, 237, 0.2);
    border-radius: 8px;
    padding: 20px 5px;

    box-shadow: 0 8px 32px rgb(3 7 32 / 74%), inset 0 0 23px #00b0cf80;
    transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.bg-danger-gre {
    background: linear-gradient(180deg, #fc5931, #fb2929);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(237, 133, 58, 0.2);
    border-radius: 8px;
    padding: 20px 5px;

    box-shadow: 0 8px 32px rgb(3 7 32 / 74%), inset 0 0 23px #cf420080;
    transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.badge-new {
    position: absolute;
    right: -20px;
    background: linear-gradient(180deg, #fc3131, #d00000);
    top: 0;
    color: white !important;
    padding: 4px 8px;
}

.bonus-col-v-pro {
    position: relative;
}

.d-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


.btn-wallet-action-v-pro div {
    font-size: 12px;
}

/*
.wallet-actions-v-pro button{
    box-shadow: 0 8px 32px rgb(3 7 32 / 74%);
} */

.btn-wallet-action-v-pro i {
    font-size: 25px;
}

.balance-info-v-pro {
    display: flex;
    flex-direction: column;
    gap: 14px;

}

.wallet-card-v-pro::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(111, 66, 193, 0.3) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
}

.wallet-card-v-pro > * {
    position: relative;
    z-index: 1;
}

.coins-img-v-pro {
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
    transition: transform 0.5s ease;
}

.wallet-card-v-pro:hover .coins-img-v-pro {
    transform: translateY(-10px) rotate(5deg) scale(1.05);
}

/*
.btn-wallet-action-v-pro {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 8px;
    padding: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
} */

.btn-wallet-action-v-pro:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.bonus-card-v-pro {
    /* background: #280c5d; */
    background-image: url(../images/voter_profile/bg-bouns-rewards.png);
    /* background-image: radial-gradient(#ffffff 1px, transparent 1px); */
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}

.reward-girt-v-pro {
    background-color: #1f034a4f;
    border-radius: 10px;
    padding: 20px 10px;
    backdrop-filter: blur(10px) opacity(0.5);
    border: 1px solid #6900ff;
}


.text-warning-y {
    color: #ffc107;
}

.bonus-msg-v-pro {
    /* border-top: 1px dashed rgba(255, 255, 255, 0.3); */
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding: 15px 0;
}

/* Middle Section specifics */
.info-row-v-pro:last-child {
    border-bottom: none !important;
}

.custom-switch-v-pro .form-check-input {
    width: 2.5em;
    height: 1.25em;
    cursor: pointer;
}

.interests-tags-v-pro .badge {
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s;
}

.interests-tags-v-pro .badge:hover {
    transform: scale(1.05);
}

.social-icon-v-pro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f8f9fa;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-v-pro:hover {
    transform: translateY(-3px);
    background: #e9ecef;
}

/* Bottom Sections */
.recommend-card-v-pro {
    background: white;
}

.activity-tabs-v-pro .nav-link {
    color: #6c757d;
    font-weight: 600;
}

.activity-tabs-v-pro .nav-link.active {
    background-color: #6205bf;
    color: white;
}

.activity-list-v-pro li {
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.activity-list-v-pro li:last-child {
    border-bottom: none;
}

.reward-brand-card-v-pro {
    background: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.end-stats-bar-v-pro {
    border-top: 3px solid #003ce3 !important;
}

#map-v-pro {
    height: 120px;
}

/* start voter landing */
.letter-spacing-1-v-land {
    letter-spacing: 2px;
}

.very-small-v-land {
    font-size: 0.75rem;
}

.text-light-opacity-v-land {
    color: rgba(255, 255, 255, 0.85);
}

.bg-transparent-v-land {
    background-color: transparent !important;
}

.hover-scale-v-land {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale-v-land:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hover-purple-v-land:hover {
    background-color: #6200ea !important;
    color: #ffffff !important;
    border-color: #6200ea !important;
}

.hover-text-purple-v-land:hover {
    color: #6200ea !important;
}

.hover-underline-v-land:hover {
    text-decoration: underline !important;
}

/* Hide scrollbar for horizontal scroll on rewards */
.scrollbar-hide-v-land::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide-v-land {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* --- Colors & Backgrounds (Hardcoded as requested) --- */
.btn-purple-primary-v-land {
    background-color: #6200ea;
    border-color: #6200ea;
}

.btn-purple-primary-v-land:hover {
    background-color: #5000c2;
    border-color: #5000c2;
}

.text-pink-gradient-v-land {
    background: linear-gradient(160deg, #fa5c91, #fc095a, #e4014d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.shadow-purple-v-land {
    box-shadow: 0 8px 25px rgba(98, 0, 234, 0.4);
}

.bg-dark-blue-v-land {
    background-color: #000c35;
}

.rewards-row-v-land {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.a-icon-v-land {
    width: 10%;
}

.bg-navy-v-land {
    background-color: #020b65;
}

.bg-dark-red-v-land {
    background-color: #330000;
}

.bg-blue-v-land {
    background-color: #430062;
}

.bg-orange-v-land {
    background-color: #7a3100;
}

.bg-gradient-purple-v-land {
    background: linear-gradient(135deg, #2b0059, #1a0033);
}

.bg-light-green-v-land {
    background: linear-gradient(180deg, #e8f5e9, #ffffff);
}

.bg-light-blue-v-land {
    background: linear-gradient(180deg, #e3f2fd, #ffffff);
}

.bg-light-purple-v-land {
    background: linear-gradient(180deg, #f3e5f5, #ffffff);
}

.bg-light-red-v-land {
    background: linear-gradient(180deg, #ffebee, #ffffff);
}

.text-warning-dark-v-land {
    color: #f57f17;
}

/* --- Navbar --- */
.link-hover-v-land {
    position: relative;
}

.link-hover-v-land::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.link-hover-v-land:hover::after {
    width: 100%;
}

/* --- Hero Section --- */
.hero-section-v-land {
    background-image: url(../images/voter_profile/v-land-hero.jpg);
    width: 100%;
    background-size: cover;
}

/* .hero-bg-overlay-v-land {
    background: radial-gradient(circle at center, rgba(98, 0, 234, 0.2) 0%, rgba(16, 5, 44, 0.8) 100%);
} */

.min-vh-75-v-land {
    min-height: 75vh;
}

.hero-title-v-land {
    letter-spacing: -1px;
}

/* 3D Elements in Hero */
.float-elem-v-land {
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

/* --- Search Section --- */
.search-bar-wrapper-v-land {
    border: 1px solid rgb(177 171 249 / 55%);
}

.search-box-v-land {
    width: 80% !important;
    padding: 20px;
    margin-top: -70px;
    background-color: #fff;
}

.reward-card-v-land img {
    width: 40%;

}

.card-image-wrapper-v-land img {
    width: 70%;
    filter: drop-shadow(2px 6px 6px #0007);
}

.info-banner-v-land img {
    width: 20%;
    filter: drop-shadow(2px 6px 6px #0007);
}

.pb-set-v-land {
    padding-bottom: 100px;
}

.bg-pink-gre {
    background: linear-gradient(180deg, #eb2a6e, #c7005a);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(124, 58, 237, 0.2);
    border-radius: 8px;
    padding: 20px 5px;
    box-shadow: 0 8px 32px rgb(3 7 32 / 74%), inset 0 0 23px #cf008d80;
    transition: transform var(--transition-med), box-shadow var(--transition-med);
}

.search-input-v-land:focus {
    box-shadow: none;
}

.category-select-v-land:focus {
    box-shadow: none;
}

/* --- Cards (Ways to Earn) --- */
.hover-3d-tilt-v-land {
    transform-style: preserve-3d;
    transition: transform 0.1s ease, box-shadow 0.3s ease;
}

.hover-3d-tilt-v-land:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-badge-v-land {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1px;
    z-index: 2;
}

.card-3d-img-v-land {
    transition: transform 0.5s ease;
    transform: translateZ(30px);
}

.hover-3d-tilt-v-land:hover .card-3d-img-v-land {
    transform: translateZ(50px) scale(1.1);
}

/* --- Info Banner --- */
.banner-wrapper-v-land {
    border: 1px solid rgba(255, 255, 255, 0.05);
}


/* --- Rewards Section --- */
.reward-card-v-land {
    min-height: 160px;
}

.rewards-row-v-land {
    padding-bottom: 1rem;
}

/* --- App Banner --- */
.store-badge-v-land {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.store-badge-v-land:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* --- Utilities for placeholders --- */
/* Since using placehold.co images, ensure they don't break flex layouts */
.logo-img-v-land,
.play-icon-img-v-land,
.feat-icon-img-v-land,
.search-icon-img-v-land,
.sparkle-img-v-land,
.coin-icon-v-land,
.arrow-img-v-land,
.banner-icon-img-v-land,
.footer-logo-img-v-land,
.flag-img-v-land {
    object-fit: contain;
}

.promo-banner {
    /* Deep purple gradient background */
    background: linear-gradient(90deg, #180045 0%, #2f0085 50%, #1e0050 100%);
    border-radius: 16px;
    position: relative;
    /* Visible overflow allows the right phone to pop out of the top/bottom */
    overflow: visible;
    color: #ffffff;

    z-index: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 70px 30px !important;
}

/* Abstract Magenta Light Wave/Glow */
.promo-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    right: 15%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(206, 21, 163, 0.3) 0%, rgba(0, 0, 0, 0) 65%);
    z-index: -1;
    pointer-events: none;
}

/* Left Side Text */
.banner-text h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    letter-spacing: 1.5px;
}

.store-buttons svg {
    width: 100%;
}

.banner-text p {
    font-size: 1rem;
    color: #e0d4f5;
    margin-bottom: 0;
    line-height: 1.8;
}

/* Small Left App Icon */
.small-phone-icon {
    width: 42px;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* App Store & Play Store Buttons */
.store-btn {
    height: 40px;
    width: auto;
    transition: transform 0.2s ease-in-out;
}

.store-btn:hover {
    transform: scale(1.05);
}

/*
.big-phone-container {
    position: relative;
   width: 100%;
} */

.big-phone-img {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
    width: 25%;
}

.v-land-app-svg svg {
    width: 15%;
    height: auto;
}


.card-col-v-land .hover-scale-v-land:hover {
    color: white !important;
}

/* end voter landing */

/* start voter how */
/* --- Hero Section --- */
.hero-section-v-how {
    background-image: url(../images/voter_profile/v-how-hero.jpg);
    width: 100%;
    background-size: cover;
}

.how-it-works-section-v-how {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
}

.section-title-v-how {
    font-weight: 800;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section-subtitle-v-how {
    color: #4b5563;
    font-size: 0.95rem;
}

/* Card Container Styling */
.step-card-v-how {
    position: relative;
    height: 100%;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    /* Space for the overlapping badge */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* Overlapping Step Numbers */
.step-badge-v-how {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    z-index: 10;
}

/* Image Placeholder Styling */
.step-icon-v-how {
    height: auto;
    width: 70%;
    object-fit: contain;
    margin-bottom: 1.25rem;
}

/* Text Styling within Cards */
.step-title-v-how {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.step-desc-v-how {
    font-size: 1rem;
    color: #001c42;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0 25px;
}

/* Theme Colors: Step 1 (Purple) */
.bg-step-1-v-how {
    background-color: #f8f6ff;
}

.badge-1-v-how {
    background-color: #4f14e6;
}

.title-1-v-how {
    color: #1e1140;
}

/* Theme Colors: Step 2 (Green) */
.bg-step-2-v-how {
    background-color: #f1fcf4;
}

.badge-2-v-how {
    background-color: #178841;
}

.title-2-v-how {
    color: #0d381c;
}

/* Theme Colors: Step 3 (Blue) */
.bg-step-3-v-how {
    background-color: #f2f7ff;
}

.badge-3-v-how {
    background-color: #145dec;
}

.title-3-v-how {
    color: #0f1c3f;
}

/* Theme Colors: Step 4 (Red/Pink) */
.bg-step-4-v-how {
    background-color: #fff2f5;
}

.badge-4-v-how {
    background-color: #e41454;
}

.title-4-v-how {
    color: #520b1f;
}

/* Dashed Arrows */
.arrow-connector-v-how {
    position: absolute;
    top: 50%;
    right: -15px;
    /* Centers between the gutters */
    transform: translateY(-50%);
    z-index: 0;
    width: 30px;
    pointer-events: none;
}

/* Sparkle SVG Color */
.sparkle-icon-v-how {
    fill: #facc15;
    width: 20px;
    height: 20px;
}


.d-flex-v-how {
    display: flex !important;
    flex-direction: column;
    /* align-content: center; */
    align-items: center !important;
    /* flex-wrap: wrap; */
    text-align: center;
}

.d-flex-v-how img {
    width: 30%;
    margin-bottom: 15px;
    filter: drop-shadow(2px 6px 6px #0007);
}

.bl-v-how {

    border-left: 1px solid #ffffff52;
}

.d-flex-v-how p {
    padding: 0 20%;
}

.promo-banner-white {
    background: linear-gradient(90deg, #e1d0ff 0%, #f5efff 50%, #fdfcff 100%);
    border-radius: 16px;
    position: relative;
    overflow: visible;
    color: #ffffff;
    z-index: 1;
    border: 2px solid rgb(49 41 79 / 18%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 50px 30px !important;
}

p.text-dark-v-how {
    color: #011149 !important;
    font-size: 20px;
}

.text-dark-v-how h3 {
    color: #011149 !important;
    letter-spacing: 0;
}


.real-reward-v-land-bg {
    background-image: url(../images/voter_profile/real-reward-v-land-bg.jpg);
    background-position: center center;
    background-size: cover;

    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 150px;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 85px 30px;
}

/* end voter how */

/* start voter earn way */

/* --- Hero Section --- */
.hero-section-v-way {
    background-image: url(../images/voter_profile/v-way-hero.jpg);
    width: 100%;
    background-size: cover;
    background-position-x: center;
}


.text-gradient-v-w {
    background: linear-gradient(180deg, #ff1bb5 0%, #fa6aff 50%, #7848e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.icon-small-txt {
    font-size: 13px;
    display: contents;
}


.icon-shiled-v-w {
    gap: 20px;
}

.icon-shiled-v-w i {
    font-size: 40px !important;
}

.icon-shiled-v-w .fa-lock {
    color: #fa6aff;
}

.icon-shiled-v-w .fa-user {
    color: #6a9eff;
}


.promo-card-v-w {
    background: linear-gradient(160deg, #110038 0%, #1f0159 50%, #0d0026 100%);
    border-radius: 16px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Abstract glowing background effect behind the images */
.promo-card-v-w::before {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(162, 59, 255, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

/* Text Content Area */
.text-content-v-w {
    flex: 1;
    z-index: 2;
}

.title-v-w {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    letter-spacing: 0.5px;
}

.subtitle-v-w {
    color: #ffed06;
    /* Bright yellow/gold */
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.desc-v-w {
    color: #ffffff;
    /* Light gray/purple tinted */
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 95%;
}

/* Outlined Buttons */
.btn-outline-v-w {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    z-index: 2;
    position: relative;
}

.btn-outline-v-w:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

/* Image Area */
.image-wrapper-v-w {
    flex: 0 0 45%;
    /* Takes up 45% of the card width on desktop */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}

.promo-img-v-w {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    /* Constrains image height perfectly */
    object-fit: contain;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
    /* Adds a soft shadow to your PNGs */
}


.promo-card-v-w img {
    width: 100%;
}


.cards-icons-v-w img {
    width: 30% !important;
}


.bg-step-v-way {
    background-color: #ffffff;
    position: relative;
    height: 100%;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(100, 180, 255, 0.507);
}


.title-v-way {
    font-size: 20px;
}

.real-reward-v-way-bg {
    background: linear-gradient(160deg, #110038 0%, #1f0159 50%, #0d0026 100%);
    border-radius: 16px;
    width: 100%;
    margin-bottom: 120px;
    padding: 0 30px;
    align-items: center;
    display: flex;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);

}

.usa-img-v-way {
    width: 100% !important;
}


.usa-img-v-way-map {
    width: 70% !important;
}


.last-align-img-v-way {
    text-align-last: end;
}

.center_align_set {
    text-align: -webkit-center;
}

/* Responsive  */
@media (max-width: 1300px) {
    .real-reward-v-land-bg {

        margin-bottom: 90px;
    }

    .real-reward-v-way-bg {

        margin-bottom: 50px;
    }

    .bg-step-v-way {
        padding: 1.8rem !important;
    }

}


@media (min-width: 769px) and (max-width: 1199px) {

    .h-100-vpro {
        height: 100%;
    }

}

@media (max-width: 1199px) {

    .avatar-container-v-pro img {
        width: 100%;
    }

    .v-pro-name {
        gap: 6px !important;
    }

    .v-pro-name h5 {
        gap: 6px !important;
    }

    .balance-info-v-pro {

        gap: 0px;
    }


    .d-grid-4 {

        gap: 4px !important;
    }

    .chart-container-v-pro {
        width: 25%;
    }

    .progress-circle-v-pro {
        width: 80px;
        height: 80px;
    }


    .inner-circle-v-pro {
        width: 60px;
        height: 60px;
    }

    .percentage-v-pro {
        font-size: 25px;

        margin-top: 4px;
        margin-bottom: -6px;
        letter-spacing: 0px;
    }


    .p-mob-v-pro {
        padding: 10px !important;
    }


    .grid-4-col-v-pro {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .w-100-res-vpro {
        width: 100%;
    }

    .w-50-res-vpro {
        width: 50%;
    }

    .grid-2-col-v-pro {
        display: flex;
        gap: 10px;
    }

    .real-reward-v-land-bg {

        margin-bottom: 60px;
    }


}


@media (max-width: 1024px) {


    .grid-2-col-v-pro {
        display: flex;
        gap: 10px;
    }


    .w-100-res-vpro {
        width: 100%;
    }

    .coins-img-v-pro {
        width: 60%;
    }

}


@media (max-width: 991px) {
    .wallet-stats-v-pro {
        flex-wrap: wrap;
        gap: 10px;
    }

    .wallet-stats-v-pro > div {
        flex: 1 1 30%;
    }

    .v-pro-name {
        gap: 10px !important;
    }

    .promo-banner {
        text-align: center;
        overflow: hidden;
        /* Hide overflow on mobile to prevent horizontal scrolling */
        padding: 2rem 1rem 0rem 1rem !important;
    }

    .text-section {
        flex-direction: column;
        text-align: center;
    }

    .banner-text p br {
        display: none;
        /* Let text flow naturally on mobile */
    }

    .store-buttons {
        justify-content: center;
        margin-top: 1rem;
    }

    .big-phone-container {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }

    .big-phone-img {
        position: static;
        width: 50%;
    }

    .bl-v-how {
        border-left: none;
    }

    .step-card-v-how {

        padding: 1rem;
    }

    .text-sha-v-how {
        text-shadow: 1px 2px 6px black;
    }

    .real-reward-v-land-bg {

        margin-bottom: 50px;
    }

    .bg-step-v-way {
        padding: 0.8rem !important;
    }

    .real-reward-v-way-bg {
        margin-bottom: 50px;
        padding: 40px;
    }

    .last-align-img-v-way {
        text-align-last: center;
        margin-top: 30px;
    }

    .hero-section-v-way {

        background-position-x: left;
    }
}

@media (max-width: 768px) {
    .grid-4-col-v-pro {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-2-col-v-pro {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .v-pro-name {
        gap: 15px !important;
    }

    .avatar-container-v-pro {
        width: 50%;
    }

    .avatar-container-v-pro img {
        width: 90%;
    }

    .chart-container-v-pro {
        width: 35%;
    }

    .progress-circle-v-pro {
        width: 180px;
        height: 180px;
    }

    .inner-circle-v-pro {
        width: 130px;
        height: 130px;
    }

    .percentage-v-pro {
        font-size: 40px;
        margin-top: 5px;
        margin-bottom: -6px;
        letter-spacing: 0px;
    }

    #map-v-pro {
        height: 200px;
    }

    .search-box-v-land {
        width: 98% !important;
    }

    .hero-title-v-land {
        letter-spacing: 0;
        font-size: 3rem;
    }

    .text-light-opacity-v-land {
        color: rgba(255, 255, 255, 0.85);
        font-size: 1rem !important;
        margin-bottom: 30px !important;
    }

    .cards-container-v-land {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .card-image-wrapper-v-land {
        margin: 0 !important;
    }

    .cards-container-v-land .card-body {
        padding: 8px !important;
    }

    .rewards-row-v-land {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .promo-card-v-w {
        text-align: center;
        padding: 2rem 1.5rem !important;
    }

    .desc-v-w {
        max-width: 100%;
    }

    .icon-shiled-v-w i {
        font-size: 20px !important;
        margin-right: 5px !important;
    }

    .icon-shiled-v-w span {
        font-size: 10px;
        text-align: left;
    }

    .bg-step-v-way {
        padding: 0.3rem !important;
    }

    .step-desc-v-how {

        padding: 0px;
    }

    .usa-img-v-way-map {
        width: 100% !important;
    }
}

@media (max-width: 580px) {
    .coins-img-v-pro {
        width: 40%;
    }

    .w-50-res-vpro {
        width: 100%;
    }

    .progress-circle-v-pro {
        width: 150px;
        height: 150px;
    }

    .inner-circle-v-pro {
        width: 120px;
        height: 120px;
    }

    .ms-auto-to-0 {
        margin: 0 !important;
        margin-top: 20px !important;
    }

    .d-flex-mob-vpro {
        display: flex;
        flex-direction: column;
    }

    .avatar-container-v-pro {
        width: 100%;
    }

    .v-pro-name {
        gap: 8px !important;
    }

    .real-reward-v-land-bg {

        margin-bottom: 30px;
    }

    .pb-set-v-how {
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .progress-circle-v-pro {
        width: 120px;
        height: 120px;
    }

    .inner-circle-v-pro {
        width: 100px;
        height: 100px;
    }

    .btn-wallet-action-v-pro {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-align-last: center;
    }

}

.gift-card-img {
    width: 70%;
    margin-bottom: 3px;
}
