/* ===========================
   Billionaire Exchange
   Author : ChatGPT
=========================== */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#050816;
color:#fff;
overflow-x:hidden;
}

/* Navbar */

.customNav{

background:rgba(5,8,22,.92);

backdrop-filter:blur(15px);

padding:15px 0;

border-bottom:1px solid rgba(255,255,255,.08);

}

.logo{

font-size:28px;

font-weight:700;

color:#fff !important;

}

.logo span{

color:#FFD700;

}

.nav-link{

color:#ddd !important;

margin-left:18px;

font-weight:500;

transition:.3s;

}

.nav-link:hover{

color:#FFD700 !important;

}

.btn-warning{

background:#FFD700;

border:none;

color:#000;

font-weight:600;

}

.btn-warning:hover{

background:#ffca00;

}

.btn-outline-warning{

color:#FFD700;

border-color:#FFD700;

}

.btn-outline-warning:hover{

background:#FFD700;

color:#000;

}

.navbar-toggler{

color:#fff;

font-size:28px;

}

/* Hero (Next Phase Ready) */

.hero{

padding-top:120px;

min-height:100vh;

display:flex;

align-items:center;

}

/* ================= HERO SECTION ================= */

.hero{

padding-top:120px;

padding-bottom:80px;

position:relative;

overflow:hidden;

}

.heroContent h1{

font-size:65px;

font-weight:800;

line-height:1.1;

margin:20px 0;

}

.heroContent h1 span{

color:#FFD700;

}

.heroContent p{

font-size:18px;

line-height:1.8;

color:#cfcfcf;

max-width:550px;

margin-top:20px;

}

.heroBadge{

display:inline-block;

background:rgba(255,215,0,.12);

border:1px solid rgba(255,215,0,.35);

color:#FFD700;

padding:10px 20px;

border-radius:40px;

font-size:14px;

font-weight:600;

}

.heroButtons{

margin-top:40px;

}

.heroStats{

display:flex;

gap:50px;

margin-top:60px;

}

.heroStats h3{

font-size:34px;

font-weight:700;

color:#FFD700;

margin-bottom:5px;

}

.heroStats p{

margin:0;

color:#aaa;

font-size:15px;

}

/* Trading Card */

.tradeCard{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(25px);

border-radius:25px;

padding:35px;

box-shadow:0 20px 60px rgba(0,0,0,.35);

animation:floatCard 4s ease-in-out infinite;

}

.tradeCard h1{

font-size:52px;

font-weight:700;

color:#FFD700;

margin:20px 0;

}

.tradeCard h5{

font-weight:600;

}

.tradeCard strong{

color:#fff;

}

/* Floating Animation */

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

/* ================= MOBILE ================= */

@media(max-width:991px){

.hero{

text-align:center;

padding-top:140px;

}

.heroContent h1{

font-size:46px;

}

.heroContent p{

margin:auto;

}

.heroButtons{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:15px;

}

.heroStats{

justify-content:center;

gap:30px;

flex-wrap:wrap;

}

.tradeCard{

margin-top:50px;

}

}

/* Background Glow */

body::before{

content:"";

position:fixed;

width:400px;

height:400px;

background:#00ff9960;

filter:blur(180px);

top:-120px;

right:-120px;

z-index:-1;

}

body::after{

content:"";

position:fixed;

width:350px;

height:350px;

background:#FFD70040;

filter:blur(180px);

bottom:-100px;

left:-100px;

z-index:-1;

}


/* =====================================
   MARKET TICKER
===================================== */

.marketTicker{

background:#0d1328;

border-top:1px solid rgba(255,255,255,.08);

border-bottom:1px solid rgba(255,255,255,.08);

overflow:hidden;

padding:15px 0;

}

.tickerWrap{

overflow:hidden;

white-space:nowrap;

}

.tickerMove{

display:inline-block;

padding-left:100%;

animation:tickerMove 25s linear infinite;

}

.tickerMove span{

display:inline-block;

margin-right:60px;

font-size:18px;

font-weight:600;

color:#fff;

}

@keyframes tickerMove{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-100%);

}

}


/* =====================================
   TRENDING COINS
===================================== */

.coinCard{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:20px;

padding:30px;

transition:.35s;

backdrop-filter:blur(18px);

box-shadow:0 10px 25px rgba(0,0,0,.25);

}

.coinCard:hover{

transform:translateY(-12px);

border-color:#FFD700;

box-shadow:0 20px 45px rgba(255,215,0,.18);

}

.coinCard h4{

font-size:22px;

margin-bottom:20px;

}

.coinCard h3{

font-size:36px;

font-weight:700;

color:#FFD700;

}

.up{

color:#00ff88;

font-weight:600;

margin-top:15px;

}

/* =====================================
   WHY CHOOSE US
===================================== */

.sectionTag{
display:inline-flex;
align-items:center;
gap:10px;
padding:10px 22px;
border-radius:50px;
background:rgba(255,215,0,.08);
border:1px solid rgba(255,215,0,.25);
color:#FFD700;
font-weight:600;
}

.sectionTitle{
font-size:42px;
font-weight:700;
color:#fff;
}

.sectionTitle span{
color:#FFD700;
}

.sectionSub{
color:#aeb6c7;
font-size:18px;
max-width:700px;
margin:auto;
margin-top:15px;
}

.featureCard{

background:rgba(255,255,255,.05);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.08);

border-radius:22px;

padding:35px 25px;

text-align:center;

transition:.35s;

height:100%;

}

.featureCard:hover{

transform:translateY(-10px);

border-color:#FFD700;

box-shadow:0 15px 40px rgba(255,215,0,.18);

}

.featureIcon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

background:linear-gradient(135deg,#FFD700,#ffb400);

color:#111;

box-shadow:0 10px 30px rgba(255,215,0,.25);

}

.featureCard h4{

color:#fff;

margin-bottom:15px;

font-weight:700;

}

.featureCard p{

color:#bfc5d2;

line-height:1.8;

margin:0;

}

/*==================================
      HOW IT WORKS SECTION
===================================*/

#how{
    padding:90px 0;
}

.step-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:35px 25px;
    transition:.4s;
    overflow:hidden;
    position:relative;
}

.step-card:hover{
    transform:translateY(-10px);
    border-color:#ffc107;
    box-shadow:0 0 35px rgba(255,193,7,.2);
}

.step-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    color:#000;
    background:linear-gradient(135deg,#ffd000,#ffb300);
    box-shadow:0 0 35px rgba(255,193,7,.4);
}

.step-number{
    font-size:60px;
    font-weight:800;
    color:rgba(255,193,7,.15);
    margin:15px 0;
}

.step-card h4{
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
}

.step-card p{
    color:#bdbdbd;
    line-height:1.8;
}

.step-card::before{
    content:'';
    position:absolute;
    top:-100%;
    left:-100%;
    width:220%;
    height:220%;
    background:linear-gradient(
    transparent,
    rgba(255,255,255,.08),
    transparent);
    transform:rotate(25deg);
    transition:.8s;
}

.step-card:hover::before{
    top:100%;
    left:100%;
}

@media(max-width:768px){

.step-card{
margin-bottom:25px;
}

.step-number{
font-size:45px;
}

.step-icon{
width:75px;
height:75px;
font-size:28px;
}

}


/*====================================
 LIVE TRADING DASHBOARD
====================================*/

#dashboard{
padding:100px 0;
}

.dashboard-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:25px;

padding:30px;

backdrop-filter:blur(15px);

transition:.4s;

box-shadow:0 10px 40px rgba(0,0,0,.35);

}

.dashboard-card:hover{

transform:translateY(-8px);

border-color:#ffc107;

box-shadow:0 0 35px rgba(255,193,7,.25);

}

.price{

font-size:48px;

font-weight:800;

color:#ffc107;

margin-bottom:15px;

}

.profit{

font-size:20px;

color:#00ff88;

font-weight:600;

}

.wallet-price{

font-size:42px;

font-weight:700;

color:#fff;

margin-bottom:10px;

}

.chart-box{

margin-top:35px;

height:220px;

border-radius:18px;

position:relative;

overflow:hidden;

background:linear-gradient(
180deg,
rgba(255,193,7,.08),
transparent);

}

.chart-line{

position:absolute;

left:0;

right:0;

top:50%;

height:4px;

background:linear-gradient(
90deg,
#00ff88,
#ffc107,
#00ff88);

border-radius:50px;

animation:chartMove 2s infinite alternate;

}

@keyframes chartMove{

from{

transform:translateY(-35px);

}

to{

transform:translateY(35px);

}

}

@media(max-width:768px){

.price{

font-size:38px;

}

.wallet-price{

font-size:34px;

}

.chart-box{

height:180px;

}

}

/* ========================================= */
/* TESTIMONIALS SECTION START */
/* ========================================= */

.testimonials{
    padding:100px 0;
}

.testimonial-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:35px;
    height:100%;
    transition:.35s;
    backdrop-filter:blur(10px);
    position:relative;
    overflow:hidden;
}

.testimonial-card:hover{
    transform:translateY(-12px);
    border-color:#ffd400;
    box-shadow:0 0 35px rgba(255,212,0,.20);
}

.quote-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:linear-gradient(135deg,#ffd400,#ffb300);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#111;
    margin-bottom:25px;
    box-shadow:0 0 30px rgba(255,212,0,.35);
}

.review{
    color:#bfc6d4;
    line-height:1.9;
    font-size:16px;
    min-height:120px;
}

.stars{
    color:#ffd400;
    font-size:18px;
}

.user{
    display:flex;
    align-items:center;
    gap:15px;
}

.avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(135deg,#ffd400,#ffb300);
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    box-shadow:0 0 20px rgba(255,212,0,.35);
}

.user h5{
    margin:0;
    color:#fff;
    font-weight:700;
}

.user span{
    color:#9aa4b2;
    font-size:14px;
}

@media(max-width:768px){

.testimonial-card{
    padding:28px;
}

.review{
    min-height:auto;
}

}

/* ========================================= */
/* TESTIMONIALS SECTION END */
/* ========================================= */

/*==================================
        FAQ SECTION
==================================*/

.faq-section{
padding:100px 0;
}

.accordion-item{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:18px !important;

overflow:hidden;

margin-bottom:18px;

backdrop-filter:blur(15px);

}

.accordion-button{

background:transparent;

color:#fff;

font-weight:600;

font-size:18px;

padding:22px 25px;

box-shadow:none !important;

}

.accordion-button:not(.collapsed){

background:rgba(255,193,7,.10);

color:#FFD700;

}

.accordion-button::after{

filter:brightness(0) invert(1);

}

.accordion-body{

background:transparent;

color:#c8c8c8;

line-height:1.9;

font-size:16px;

padding:22px 25px;

}

.accordion-button:focus{

box-shadow:none;

}

.accordion-item:hover{

border-color:#FFD700;

box-shadow:0 0 30px rgba(255,193,7,.15);

}

@media(max-width:768px){

.faq-section{

padding:70px 0;

}

.accordion-button{

font-size:16px;

padding:18px;

}

}

/*==============================
CTA SECTION
==============================*/

.cta-section{
padding:90px 0;
}

.cta-box{

background:linear-gradient(135deg,#0d1b2a,#121826);

border:1px solid rgba(255,255,255,.08);

border-radius:30px;

padding:70px 30px;

position:relative;

overflow:hidden;
}

.cta-box::before{

content:"";

position:absolute;

width:350px;

height:350px;

background:#ffd00022;

border-radius:50%;

left:-100px;

top:-120px;

filter:blur(80px);
}

.cta-box::after{

content:"";

position:absolute;

width:300px;

height:300px;

background:#00ff8820;

right:-100px;

bottom:-120px;

border-radius:50%;

filter:blur(80px);
}

.cta-box>*{

position:relative;

z-index:2;
}

/*=========================
FOOTER
=========================*/

.footer-section{

background:#050816;

padding:80px 0 30px;

border-top:1px solid rgba(255,255,255,.08);

}

.footer-logo{

font-size:34px;

font-weight:800;

color:#fff;

}

.footer-logo span{

color:#ffd000;

}

.footer-text{

color:#9ca3af;

line-height:1.8;

}

.footer-section h5{

color:#fff;

margin-bottom:20px;

font-weight:700;

}

.footer-links{

list-style:none;

padding:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

text-decoration:none;

color:#9ca3af;

transition:.3s;

}

.footer-links a:hover{

color:#ffd000;

padding-left:6px;

}

.social-icons{

display:flex;

gap:15px;

}

.social-icons a{

width:45px;

height:45px;

display:flex;

align-items:center;

justify-content:center;

background:#101827;

border-radius:50%;

color:#fff;

font-size:18px;

transition:.3s;

}

.social-icons a:hover{

background:#ffd000;

color:#000;

transform:translateY(-4px);

}

.footer-line{

margin:50px 0 25px;

border-color:rgba(255,255,255,.08);

}

.back-top{

width:48px;

height:48px;

border:none;

border-radius:50%;

background:#ffd000;

font-size:18px;

font-weight:bold;

transition:.3s;

}

.back-top:hover{

transform:translateY(-5px);

box-shadow:0 0 25px #ffd00088;

}

.footer-section .form-control{

background:#111827;

border:none;

color:#fff;

padding:14px;

}

.footer-section .form-control:focus{

box-shadow:none;

background:#111827;

color:#fff;

}

.login-btn{

background:#ffcc00;
color:#111;
font-weight:700;
border:none;
padding:14px;
border-radius:12px;
transition:.3s;

}

.login-btn:hover{

transform:translateY(-3px);
box-shadow:0 0 20px #ffcc00;

}

.input-group .btn{

background:#222;
color:white;
border:none;

}

/*====================================
DASHBOARD
====================================*/

.dashboard-page{

background:#060b16;

color:#fff;

font-family:'Poppins',sans-serif;

}

.dashboard-navbar{

background:rgba(10,15,30,.9);

backdrop-filter:blur(15px);

border-bottom:1px solid rgba(255,255,255,.08);

}

.dashboard-welcome{

background:linear-gradient(135deg,#101827,#18253d);

padding:35px;

border-radius:25px;

border:1px solid rgba(255,255,255,.08);

}

.wallet-card,
.portfolio-card{

background:rgba(255,255,255,.05);

padding:30px;

border-radius:22px;

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(15px);

height:100%;

}

.wallet-card h2{

font-size:40px;

color:#FFD700;

margin:15px 0;

font-weight:700;

}

.profit{

color:#00ff88;

font-weight:600;

}

.coin-card{

background:#111827;

padding:25px;

border-radius:18px;

text-align:center;

transition:.35s;

height:100%;

}

.coin-card:hover{

transform:translateY(-8px);

box-shadow:0 0 25px rgba(255,215,0,.20);

border:1px solid #FFD700;

}

/* ===== Premium MLM Dashboard Header ===== */

.dashboard-top{
padding:25px 18px;
}

.vip-card{
background:linear-gradient(135deg,#0b1430,#13264f);
border:1px solid rgba(255,215,0,.25);
border-radius:25px;
padding:25px;
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
box-shadow:0 0 35px rgba(255,215,0,.15);
}

.vip-badge{
display:inline-block;
background:#ffd000;
color:#111;
padding:8px 18px;
border-radius:50px;
font-weight:700;
font-size:13px;
margin-bottom:15px;
}

.vip-badge i{
margin-right:6px;
}

.vip-card h2{
color:#ffd000;
font-size:30px;
margin-bottom:5px;
}

.vip-card h1{
color:#fff;
font-size:38px;
font-weight:700;
margin-bottom:10px;
}

.vip-card p{
color:#bfc7d5;
font-size:16px;
line-height:1.6;
}

.wallet-circle{
width:90px;
height:90px;
background:#ffd000;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:40px;
color:#111;
box-shadow:0 0 25px rgba(255,208,0,.45);
}

.income-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.income-box{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,215,0,.18);
border-radius:20px;
padding:20px;
text-align:center;
backdrop-filter:blur(10px);
transition:.3s;
}

.income-box:hover{
transform:translateY(-6px);
box-shadow:0 0 20px rgba(255,215,0,.25);
}

.income-box i{
font-size:28px;
color:#ffd000;
margin-bottom:12px;
}

.income-box h5{
color:#aaa;
font-size:15px;
margin-bottom:8px;
}

.income-box h2{
color:#fff;
font-size:28px;
margin-bottom:10px;
}

.green{
color:#00ff95;
font-weight:700;
}

.yellow{
color:#ffd000;
font-weight:700;
}

/* =====================================
   Quick Actions CSS START
===================================== */

.quick-actions{
    padding:25px 18px;
}

.quick-actions h3{
    color:#fff;
    font-size:26px;
    font-weight:700;
    margin-bottom:20px;
}

.action-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.action-box{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,215,0,0.20);
    border-radius:18px;
    padding:20px 10px;
    text-align:center;
    text-decoration:none;
    transition:0.35s;
    backdrop-filter:blur(12px);
}

.action-box i{
    font-size:30px;
    color:#FFD700;
    margin-bottom:12px;
    transition:.3s;
}

.action-box span{
    display:block;
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.action-box:hover{
    transform:translateY(-6px);
    box-shadow:0 0 25px rgba(255,215,0,.35);
    border-color:#FFD700;
}

.action-box:hover i{
    transform:scale(1.15) rotate(-8deg);
}

/* Mobile Responsive */

@media(max-width:480px){

.action-grid{
grid-template-columns:repeat(3,1fr);
gap:12px;
}

.action-box{
padding:18px 8px;
}

.action-box i{
font-size:26px;
}

.action-box span{
font-size:13px;
}

}

/* =====================================
   Quick Actions CSS END
===================================== */


/* =====================================
   Live Profit & Team Statistics START
===================================== */

.stats-section{
    padding:25px 18px;
}

.section-title{
    color:#fff;
    font-size:26px;
    font-weight:700;
    margin-bottom:20px;
}

.section-title i{
    color:#FFD700;
    margin-right:10px;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.stats-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,215,0,.18);
    border-radius:20px;
    padding:22px 15px;
    text-align:center;
    backdrop-filter:blur(12px);
    transition:.35s;
}

.stats-card:hover{
    transform:translateY(-6px);
    border-color:#FFD700;
    box-shadow:0 0 25px rgba(255,215,0,.30);
}

.stats-card i{
    font-size:32px;
    color:#FFD700;
    margin-bottom:12px;
}

.stats-card h4{
    color:#bdbdbd;
    font-size:15px;
    margin-bottom:8px;
}

.stats-card h2{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.stats-card .green{
    color:#00ff8c;
    font-weight:700;
}

.stats-card .yellow{
    color:#FFD700;
    font-weight:700;
}

@media(max-width:480px){

.stats-grid{
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.stats-card{
padding:18px 10px;
}

.stats-card h2{
font-size:24px;
}

}

/* =====================================
   Live Profit & Team Statistics END
===================================== */
/* =====================================
   SIDE MENU START
===================================== */

.menu-btn{
background:transparent;
border:none;
color:#FFD700;
font-size:24px;
cursor:pointer;
}

.side-menu{

position:fixed;

top:0;

left:-320px;

width:300px;

height:100%;

background:#0b1020;

border-right:1px solid rgba(255,215,0,.25);

backdrop-filter:blur(15px);

z-index:9999;

transition:.35s;

overflow-y:auto;

padding-bottom:30px;

}

.side-menu.active{

left:0;

}

.menu-header{

display:flex;

justify-content:space-between;

align-items:center;

padding:22px;

border-bottom:1px solid rgba(255,255,255,.08);

}

.menu-header h3{

margin:0;

color:#FFD700;

font-size:22px;

font-weight:700;

}

.menu-header span{

font-size:28px;

color:#fff;

cursor:pointer;

}

.side-menu a{

display:flex;

align-items:center;

gap:14px;

padding:16px 22px;

color:#fff;

text-decoration:none;

border-bottom:1px solid rgba(255,255,255,.05);

transition:.3s;

font-size:15px;

}

.side-menu a i{

width:24px;

text-align:center;

color:#FFD700;

font-size:18px;

}

.side-menu a:hover{

background:rgba(255,215,0,.10);

padding-left:30px;

color:#FFD700;

}

.menu-overlay{

position:fixed;

inset:0;

background:rgba(0,0,0,.55);

backdrop-filter:blur(3px);

display:none;

z-index:9998;

}

.menu-overlay.active{

display:block;

}

/* =====================================
   SIDE MENU END
===================================== */


/* =====================================
   USER PROFILE MENU START
===================================== */

.menu-profile{

text-align:center;

padding:25px 15px;

border-bottom:1px solid rgba(255,255,255,.08);

}

.menu-profile img{

width:90px;

height:90px;

border-radius:50%;

border:3px solid #FFD700;

object-fit:cover;

margin-bottom:15px;

}

.menu-profile h4{

color:#fff;

font-size:22px;

margin-bottom:6px;

}

.menu-profile p{

color:#aaa;

margin-bottom:15px;

}

.vip-level{

display:inline-block;

background:#FFD700;

color:#111;

padding:8px 18px;

border-radius:50px;

font-weight:700;

margin-bottom:15px;

}

.member-status{

color:#00ff88;

font-weight:600;

font-size:15px;

}

.online-dot{

display:inline-block;

width:10px;

height:10px;

background:#00ff88;

border-radius:50%;

margin-right:8px;

box-shadow:0 0 10px #00ff88;

}



.register-page{
padding:30px 20px;
max-width:450px;
margin:auto;
}

.register-page .form-group{
margin-bottom:18px;
}

.register-page label{
display:block;
color:#fff;
margin-bottom:8px;
font-weight:500;
}

.register-page .input-box{
display:flex;
align-items:center;
background:#fff;
border-radius:12px;
overflow:hidden;
}

.register-page .input-box i{
width:55px;
text-align:center;
color:#444;
font-size:20px;
}

.register-page .input-box input{
border:none;
outline:none;
width:100%;
padding:15px;
font-size:16px;
}

.bottom-text{
text-align:center;
margin-top:20px;
color:#bbb;
font-size:16px;
}

.bottom-text a{
color:#ffcc00;
text-decoration:none;
font-weight:600;
}
/* =====================================
   USER PROFILE MENU END
===================================== */