@charset "utf-8";
/* CSS Document */



* {
    padding: 0;
    margin: 0;
    font-family: 'Cuprum', sans-serif;
}

#wrapper {
}

body {
    overflow-x: hidden;
}

ul li {
    list-style: none;
}

p {
    text-align: justify;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 90% !important;
}

.header {
    padding: 20px 0;
    background: rgb(25, 93, 16);
    background: -moz-linear-gradient(-45deg, rgba(25, 93, 16, 1) 0%, rgba(25, 93, 16, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(25, 93, 16, 1) 0%, rgba(25, 93, 16, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: linear-gradient(135deg, rgb(212, 175, 55) 0%, rgb(255, 246, 0) 51%, rgba(139, 69, 19) 51%, rgba(139, 69, 19) 100%, rgba(139, 69, 19) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#D4AF37', GradientType=0);
    border-bottom: 5px solid #D4AF37;
}



.hdr-rgt a[href*="login"] .btn,
.hdr-rgt a[href*="signup"] .btn {
    color: gray !important;
}


.hdr-rgt, .social-icon, .flg {
    float: right;
    margin-left: 10px;
}

.btn.gray-text {
    color: gray !important;
}


.hdr-rgt button {
    padding: 4px 12px;
    font-size: 20px;
    background: rgb(212, 175, 55);
    background: -moz-linear-gradient(top, rgb(212, 175, 55) 0%, rgb(212, 175, 55) 0%, rgb(212, 175, 55) 100%);
    background: -webkit-linear-gradient(top, rgb(212, 175, 55) 0%, rgb(212, 175, 55) 0%, rgb(212, 175, 55) 100%);
    background: linear-gradient(to bottom, rgb(212, 175, 55) 0%, rgb(1, 1, 1) 0%, rgb(1, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#018501', GradientType=0);
    color: #fff;
    border: 1px solid #D4AF37;
    border-radius: 0px;
    margin: 10px 5px 0 0;
}

.hdr-rgt button:hover {
    font-size: 20px;
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(231, 232, 232, 1) 24%, rgba(199, 200, 202, 1) 50%, rgba(231, 232, 232, 1) 79%, rgba(216, 218, 218, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(231, 232, 232, 1) 24%, rgba(199, 200, 202, 1) 50%, rgba(231, 232, 232, 1) 79%, rgba(216, 218, 218, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(231, 232, 232, 1) 24%, rgba(199, 200, 202, 1) 50%, rgba(231, 232, 232, 1) 79%, rgba(216, 218, 218, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d8dada', GradientType=0);
    color: #454649;
    border: 1px solid rgb(253, 253, 253);
    border-radius: 0px;
    margin: 10px 5px 0 0;
}

.social-icon a {
    font-family: "Socialico";
    color: #fff;
    font-size: 40px;
    text-decoration: none;
}

.social-icon a:hover {
    color: rgba(231, 232, 232, 1);
    text-decoration: none;
}

.flg {
    margin-top: 20px;
}

.rfrl {
    border-top: 5px solid #009c00;
}

.inrpg {
    background: url no-repeat;
    padding: 1px 130px 50px 20px; 
    color: #195d10;
    font-size: 30px;
}

/* New styles for plan cards */
.plan-container {
    width: calc(100% - 20px); /* Full width minus padding on sides */
    margin: 0 auto; /* Center the container */
    display: flex;    /* Use flex layout */
    flex-wrap: wrap;  /* Allows cards to wrap */
}

.plan-card {
    flex: 1; /* Allows cards to take equal space */
    margin: 5px; /* Small margin between cards */
    background: transparent; /* Background is transparent */
    border: 2px solid #5C3A21; /* Optional border */
    border-radius: 10px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .plan-container {
        flex-direction: column; /* Stack cards vertically on small screens */
    }

    .plan-card {
        margin: 10px 0; /* Space between stacked cards */
    }
}

/* Other existing styles below unchanged */
@media (min-width: 768px) {
    #main .nav-container {
        position: center !important;
        z-index: 10;
    }
}

.navbar-default {
    background-color: #00131f !important;
    border: none !important;
}

.navbar-nav > li > a {
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px 20px !important;
}

.navbar {
    border-radius: 0px !important;
    min-height: auto !important;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #009c00 !important;
}

@media (min-width: 768px) and (max-width: 990px) {
    .navbar-nav > li > a {
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .nav-container {
        position: relative !important;
        z-index: 10;
    }
    .nav > li {
        padding: 0px 10px;
    }
    .navbar-collapse {
        border: 0px solid #fff !important;
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset !important;
    }
}

.navbar {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 800px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }
    .nav > li > a {
        padding: 10px !important;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .nav > li > a {
        padding: 10px 5px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .nav > li > a {
        padding: 10px 15px !important;
    }
}

.rfrl-top {
    height: 50px;
    background: #222222;
}

.referral {
    background: #222 url(../images/bx-bg.png);
}

.referral h2 {
    font-size: 3.8vw;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.referral ul {
    padding: 20px 0;
}

.referral li {
    float: left;
    width: 25%;
}

.referral img, .featurs img {
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.referral img:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.featurs img:hover {
    transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
}

.grnrbbn {
    margin-bottom: 10px;
    background: url(../images/grn-bg.png), -moz-linear-gradient(top, rgba(0, 156, 0, 0) 7%, rgba(0, 156, 0, 1) 7%, rgba(0, 156, 0, 1) 20%, rgba(0, 156, 0, 1) 50%, rgba(0, 156, 0, 1) 81%, rgba(0, 156, 0, 1) 92%, rgba(0, 156, 0, 0) 93%);
    background: url(../images/grn-bg.png), -webkit-linear-gradient(top, rgba(0, 156, 0, 0) 7%, rgba(0, 156, 0, 1) 7%, rgba(0, 156, 0, 1) 20%, rgba(0, 156, 0, 1) 50%, rgba(0, 156, 0, 1) 81%, rgba(0, 156, 0, 1) 92%, rgba(0, 156, 0, 0) 93%);
    background: url(../images/grn-bg.png), linear-gradient(to bottom, rgba(0, 156, 0, 0) 7%, rgba(0, 156, 0, 1) 7%, rgba(0, 156, 0, 1) 20%, rgba(0, 156, 0, 1) 50%, rgba(0, 156, 0, 1) 81%, rgba(0, 156, 0, 1) 92%, rgba(0, 156, 0, 0) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009c00', endColorstr='#00009c00', GradientType=0);
}

.grnrbbn h1 {
    background: -moz-linear-gradient(-45deg, rgba(25, 93, 16, 1) 0%, rgba(25, 93, 16, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(25, 93, 16, 1) 0%, rgba(25, 93, 16, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(25, 93, 16, 1) 0%, rgba(25, 93, 16, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#195d10', endColorstr='#009c00', GradientType=1);
    padding: 20px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 3vw;
}

.grnrbbn h1 span {
    font-size: 4vw;
}

.plan h1 {
    background: -moz-linear-gradient(-45deg, rgba(25, 93, 16, 1) 0%, rgba(25, 93, 16, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(25, 93, 16, 1) 0%, rgba(25, 93, 16, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: linear-gradient(135deg, rgb(128, 128, 128) 0%, rgb(128, 128, 128) 51%, rgb(255, 215, 0) 51%, rgb(255, 215, 0) 100%, rgb(255, 215, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#195d10', endColorstr='#FFD700', GradientType=1);
    padding: 20px 15px;
    margin: 5px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 3vw;
}

.plan, .profile {
    background: #f5f5f5;
    margin: 0 0 20px 0;
}

.pln-lst ul {
    padding: 20px;
    margin: 0;
}

.pln-lst ul li {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
}

.pln-lst ul li span {
    float: right;
}

@media (min-width: 768px) {
    .pln-lst ul li {
        font-size: 18px;
        line-height: 38px;
        width: 100%;
    }
}

.ltgrn {
    background: #000000;
    padding: 10px;
    width: 60%;
    float: left;
    height: 100px;
}

.drkgrn {
    background: #195d10;
    padding: 10px;
    width: 40%;
    float: left;
    height: 100px;
}

.ltgrn label { 
    color: #fff; 
    width: 100%; 
}

.ltgrn label input { 
    color: #fff; 
    background: #195d10; 
    border: 0; 
    width: 35px; 
    height: 25px; 
    text-align: center; 
    float: right; 
}

.ltgrn label span { 
    color: #fff; 
    background: #195d10; 
    border: 0; 
    width: 35px; 
    height: 25px; 
    text-align: center; 
    float: right; 
}

.ltgrn a button { 
    color: #fff; 
    padding: 1px; 
    border-radius: 30px; 
    width: 80px; 
    background: #195d10; 
    border: 0px; 
    text-transform: uppercase; 
    font-weight: 900; 
}

.ltgrn a { 
    color: #fff; 
    padding: 1px; 
    border-radius: 30px; 
    width: 80px; 
    background: #FFD700; 
    border: 0px; 
    text-transform: uppercase; 
    font-weight: 900; 
    display: inline-block; 
}

.ltgrn a button:hover, .ltgrn a:hover { 
    text-decoration: none; 
    background: #fff; 
    color: #195d10; 
}

.drkgrn h3 { 
    font-size: 18px; 
    color: #fff; 
    text-align: center; 
}

.drkgrn h3 span { 
    font-size: 26px; 
    display: block; 
}

.lftbr {
    border-right: 10px solid #fff; 
}

@media (min-width: 768px) {
    .nopadding { 
        padding: 0 !important; 
    }
    
    .pdng-rgt { 
        padding: 0px 3.5px 0 7px !important; 
    }
    
    .pdng-lft { 
        padding: 0px 7px 0px 3.5px !important; 
    }
    
    .plan h1 img { 
        margin-top: 10px; 
    }
}

@media (min-width: 768px) {
    .aboutus { 
        background: url(../images/abt.jpg) no-repeat; 
        background-size: 100% 100% !important; 
    }
    
    .aboutus p { 
        font-size: 16px !important; 
        line-height: 24px; 
        text-align: justify; 
        font-weight: 900 !important; 
        margin: 0; 
    }
    
    .abtcntnt { 
        padding: 30px 30px 40px 30px; 
        background: rgba(255, 255, 255, 0.7) !important; 
    }
}

.aboutus { 
    background: url(../images/abt.jpg) no-repeat; 
    background-size: auto 100%; 
}

.abtcntnt { 
    padding: 30px; 
    background: rgba(255, 255, 255, 0.8); 
}

.aboutus h2 { 
    color: #009c00; 
    text-transform: uppercase; 
}

.aboutus p { 
    font-size: 14px; 
    line-height: 24px; 
    text-align: justify; 
    font-weight: 400; 
    margin: 0; 
}

.aboutus a { 
    display: block; 
    background: #009c00; 
    padding: 10px; 
    color: #fff; 
    width: 110px; 
    font-size: 18px; 
    text-transform: uppercase; 
    text-align: center; 
    float: right; 
    display: block; 
    margin: 20px 0 0 0; 
}

.aboutus a:hover {
    -webkit-box-shadow: -6px -6px 18px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: -6px -6px 18px 1px rgba(0, 0, 0, 0.36);
    box-shadow: -6px -6px 18px 1px rgba(0, 0, 0, 0.36);
    text-decoration: none; 
    color: #eee;
}

.featurs { 
    background: url(../images/fture.jpg) no-repeat; 
    padding: 30px; 
    background-size: 100% 100%; 
}

.featurs h1 {
    text-align: center; 
    width: 258px; 
    border-bottom: 2px solid #222; 
    color: #222; 
    font-size: 30px; 
    text-transform: uppercase; 
}

.ftre-lst {
    background: -moz-linear-gradient(-45deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(34, 34, 16, 1) 0%, rgba(34, 34, 34, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#195d10', endColorstr='#009c00', GradientType=1);
    -webkit-box-shadow: -6px -6px 18px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: -6px -6px 18px 1px rgba(0, 0, 0, 0.29);
    box-shadow: -6px -6px 18px 1px rgba(0, 0, 0, 0.29);
    padding: 20px 20px; 
    margin: 20px 0;
}

.ftre-lst img { 
    margin: 0px 15px 20px 0px; 
}

.ftre-lst h2 { 
    float: left; 
    font-size: 18px; 
    text-transform: uppercase; 
    color: #fff; 
    margin-top: 0px; 
}

.ftre-lst p { 
    float: left; 
    font-size: 16px; 
    color: #fff; 
}

@media (min-width: 768px) {
    .ftre-lst p {
        width: 60%; 
    }
    .ftre-lst h2 {
        width: 60%; 
    }
}

.deposit {
    background: url(../images/dpsit.jpg) no-repeat;
    padding: 40px 0;
    background-size: 100% 100%;
}

.tbs, .nws {
    margin: 0 0 20px 0;
}

.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links {
    margin: 0;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
  /*  margin:0px 5px;*/
    float: left;
    list-style: none;
}

@media (min-width: 768px) {
    .tab-links a {
        /*padding:9px 15px;*/
        padding: 9px 14.9%;
        font-size: 20px;
    }
}

.tab-links a {
    /*padding:9px 15px;*/
    padding: 9px 10.9%;
    display: inline-block;
    border-radius: 9px 9px 0px 0px;
    background: #009c00;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background: #04b904;
    text-decoration: none;
    color: #fff;
}

.tab-links li.active a,
li.active a:hover {
    background: #222222;
    color: #fff;
    text-decoration: none;
}

.tab-links li.active a {
    margin: 0px 5px 0px 0px;
}

.tab-links .tab2.active a {
    margin: 0px 0px 0px 5px !important;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding: 15px;
    /*border-radius:3px;*/
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #222222;
    color: #fff;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-content ul {
    margin: 0;
}

.tab-content ul li {
    /*height:35px;*/
    background: url(../images/br.jpg) repeat-x bottom;
    margin-bottom: 5px;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
}

.tab-content ul li span {
    width: 30%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.nws h2 {
    background: -moz-linear-gradient(-45deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(34, 34, 16, 1) 0%, rgba(34, 34, 34, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 51%, rgba(0, 156, 0, 1) 51%, rgba(0, 156, 0, 1) 100%, rgba(0, 156, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#195d10', endColorstr='#009c00', GradientType=1);
    padding: 20px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.tab-content ul li:last-child {
    background: none;
}

.tab-content1 {
    padding: 15px;
    /*border-radius:3px;*/
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #222222;
    color: #fff;
}

.tab-content1 ul {
    margin: 0;
}

.tab-content1 ul li {
    background: url(../images/br.jpg) repeat-x bottom;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

.tab-content1 ul li span {
    color: #009c00;
    font-size: 12px;
    text-transform: uppercase;
}

.tab-content1 ul li:last-child {
    background: none;
}

.payment {
    padding: 50px 20px;
    background: #d8d8d8;
}

.payment img {
    margin: 10px 20px;
}

.footer {
    background: #222222; 
    padding: 40px 0;
}

.footer a {
    color: #828282; 
    text-transform: uppercase; 
    margin: 10px 10px; 
    display: inline-block;
}

.footer a:hover {
    color: #fff;
}

.footer p {
    color: #828282; 
    text-transform: uppercase; 
    margin: 10px 10px; 
    text-align: center; 
    margin: 0px 0 0 0;
}

/*#dashboard .navbar-default {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border:0px;
    background: rgb(0,151,0);
    background: -moz-linear-gradient(top,  rgba(0,151,0,1) 0%, rgba(0,124,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,151,0,1) 0%, rgba(0,124,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,151,0,1) 0%, rgba(0,124,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009700', endColorstr='#007c00', GradientType=0);
}

#dashboard .navbar-default .navbar-nav > li{
    border-left:1px solid #36a936;
    border-right:1px solid #006900;
}
#dashboard .navbar-default .navbar-nav > li:first-child{ border-left:0px;}
#dashboard .navbar-default .navbar-nav > li:last-child{ border-right:0px;}    
#dashboard .navbar-default .navbar-nav > li:first-child a:hover{ border-bottom-left-radius: 10px !important;}
#dashboard .navbar-default .navbar-nav > li:last-child a:hover{ border-bottom-right-radius: 10px !important;}
#dashboard  .navbar-default .navbar-nav > li > a:hover {
    background: rgb(2,123,2) !important; 
    background: -moz-linear-gradient(top,  rgba(2,123,2,1) 0%, rgba(3,124,3,1) 100%) !important; 
    background: -webkit-linear-gradient(top,  rgba(2,123,2,1) 0%, rgba(3,124,3,1) 100%) !important;
    background: linear-gradient(to bottom,  rgba(2,123,2,1) 0%, rgba(3,124,3,1) 100%) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027b02', endColorstr='#037c03',GradientType=0 ) !important; 
}
#dashboard {
    margin-bottom: 20px;
}
#dashboard .navbar-default .navbar-nav > li > a {
    background: url(../images/arw.png) no-repeat center right 3px;
    padding: 20px 29px !important;
}
#dashboard .navbar-default .navbar-nav > li > a:hover {
    background: url(../images/arw.png) no-repeat center right 3px;
}*/

/*#content {width: 940px; padding: 10px;margin: 0 auto;}*/

#content h1 {
    color: #333;
    line-height: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}

#content {
    margin-bottom: 40px;
}

ul#nav {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    /*width: 100%;*/
    margin: 0 13px;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 0px;
    background: rgb(0, 151, 0); 
    background: -moz-linear-gradient(top, rgb(255, 215, 0)) 0%, rgb(255, 215, 0) 100%; 
    background: -webkit-linear-gradient(top, rgbargb(255, 215, 0) 0%, rgb(255, 215, 0) 100%);
    background: linear-gradient(to bottom, rgb(212, 175, 55) 0%, rgb(212, 175, 55) 80%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009700', endColorstr='#007c00', GradientType=0);
}

ul#nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content ul#nav li {
    float: left;
    /*width: 14.28%;*/
    /* text-align: center; */
    border-left: 1px solid #36a936;
    border-right: 1px solid #006900;
}

#content ul#nav li:first-child {
    border-left: 0px;
}

#content ul#nav li:last-child {
    border-right: 0px;    
}

#content ul#nav li:first-child a:hover {
    border-bottom-left-radius: 10px !important;
}

#content ul#nav li:last-child a:hover {
    border-bottom-right-radius: 10px !important;
}

#content ul#nav a {
    display: block;
    color: #FFF;
    /* padding:10px; */
    font-size: 16px;
    text-transform: uppercase;
    background: url(../images/arw.png) no-repeat center right 3px;
    padding: 20px 29px !important;
}

#content ul#nav a:hover {
    background: url(../images/arw.png) no-repeat center right 3px, rgb(2, 123, 2) !important; 
    background: url(../images/arw.png) no-repeat center right 3px, -moz-linear-gradient(top, rgba(2, 123, 2, 1) 0%, rgba(3, 124, 3, 1) 100%) !important; 
    background: url(../images/arw.png) no-repeat center right 3px, -webkit-linear-gradient(top, rgba(2, 123, 2, 1) 0%, rgba(3, 124, 3, 1) 100%) !important;
    background: url(../images/arw.png) no-repeat center right 3px, linear-gradient(to bottom, rgba(2, 123, 2, 1) 0%, rgba(3, 124, 3, 1) 100%) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027b02', endColorstr='#037c03', GradientType=0) !important; 
    text-decoration: none;
    text-transform: uppercase;
}


.open {
	display: block; /* Make sure it's visible */
	float: left;
	width: 100px;     /* Increased from 40px */
	height: 90px;    /* Increased from 30px */
	margin-right: 10px;
	background: url(../images/hme.png) center center no-repeat;
	background-size: 60% auto; /* Scale the icon inside */
	border-radius: 8px;
	text-indent: -999999px;
	border: 0;
	position: absolute;
	top: 0px;
	left: 10px;       /* optional: to position it clearly */
	z-index: 10000;
}



#pageslide {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    padding: 20px;
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

#secondary {
    display: none;
    color: #EFEFEF;
}

#secondary h2 {
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (max-width: 959px) {
    #content {
        width: 748px;
    }
}

@media (min-width: 768px) {
    #content h1 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #content {
        width: 400px;
    }
    
    #content h1 {
        font-size: 22px;
        line-height: 30px;
        /* background-color: #000; */
        color: #FFF;
        padding: 10px;
    }

    #content ul#nav {
        display: none;
    }

    .open {
        display: block;
    }

    #pageslide {
        width: 200px;
    }

    #pageslide #nav li {
        padding: 10px;
        /*border-bottom: 1px solid #666;*/
    }

    #pageslide #nav li a {
        color: #FFF;
        border: none;
        text-transform: uppercase;
    }

    #pageslide ul#nav {
        margin: 0px;
    }

    #pageslide #nav li a br {
        display: none;
    }

    /* @media (min-width: 0px) and (max-width: 768px){
        #content ul#nav li a br{ display:inline-block;}
    }*/
    
    #pageslide #nav li a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 479px) {
    #content {
        width: 280px;
    }

    #content h1 {
        font-size: 14px;
    }
}

.grph {
    background: #00131f;
    padding: 20px 20px 60px 20px;
    margin: 0 0 40px 0;
}

.grph h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 103px;
}

.grph h2 span {
    color: #009c00;
}

.brdr {
    background: url(../images/brdr.jpg) repeat-x;
    height: 2px;
    width: 80%;
    margin: 5px 0;
    display: inline-block;
}

.info {
    background: url(../images/wtbg.jpg);
    padding: 20px;
    margin: 0 0 40px 0;
}

.info h2 {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
}

.info h2 span {
    color: #ffffff;
}

.info p {
    color: #ffffff;
    width: 50%;
    float: left;
    margin: 0 0 5px 0;
    line-height: 22px;
}

.dashboard {
    margin: 0 0 40px 0;
}

table.table thead tr th {
    background: #FFD700;
    padding: 20px 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

table.table tbody tr td {
    background: #222222;
    border-right: 1px solid #3c3c3c;
    color: #fff;
    text-align: center;
    border-top: 0px;
    font-size: 14px;
    padding: 20px 0;
}

table.table tbody tr:hover td {
    background: #313131;
}

.mkdpst {
    padding: 20px; 
    background: url(../images/bkbg.jpg); 
    border-radius: 3px; 
    border: 2px solid #222222;
}

.mkdpst label {
    font-size: 20px; 
    color: #fff; 
    width: 100%;
}



select.inpts, select {
    background: url(../images/drpdwn.png) no-repeat center right, url(../images/txbg.jpg);
    height: 49px;
    box-sizing: border-box;
    -moz-appearance: none;
    border: 0px none;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 30px !important;
}

select option {
    background: #d8d8d8;
    padding: 5px 20px;
}

input[type="button"], input[type="submit"] {
    background: url(../images/txbg.jpg) repeat-x center;
    height: 49px;
    box-sizing: border-box;
    -moz-appearance: none;
    border: 0px none;
    color: #333;
    font-size: 36px;
    font-weight: 400;
    padding: 0 20px;
    text-decoration: none;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.frm {
    color: #f8f8f8;
    margin: 20px 0;
}

.profile h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

.profile input[type=text], .profile input[type=password] {
    color: #35a343;
    border: 1px solid #747474;
    width: 100%;
    height: 38px;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 0 20px 0;
}

.registration {
    background: linear-gradient(135deg, #003366 0%, #8B4513 100%); /* Dark blue to brown gradient */
    padding: 20px;
    box-shadow: 0px 0px 22px -1px rgba(0, 0, 0, 0.42);
    margin: 0 0 30px 0;
    border-radius: 8px; /* Optional: Add rounded corners */
}

.reg-frm {
    padding: 30px;
}

.reg-frm input.usr {}

.itembx {
    position: relative;
    color: #565555;
}

.itembx input {
    padding: 0 30px;
    height: 38px;
    border: 1px solid #747474; 
    width: 100%; 
    color: #35a343; 
    font-size: 16px;
    font-weight: 300; 
}

.itembx .fa-search, .itembx .fa-user, .itembx .fa-lock, .itembx .fa-pencil  { 
    position: absolute;
    top: 12px;
    left: 10px;
}

.registration h2 {
    color: #333333;
    font-size: 26px;
    padding: 10px;
    font-weight: 400;
}

.reg-frm h3 {
    color: #333333;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
}

video {
    max-width: 100%;
    height: auto;
}

video2 {
    max-width: 100%;
    height: auto;
}

/* Modern Dark & Gold Account Styling */
body {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

/* Header Styling */
.header {
    background: linear-gradient(135deg, #121212 0%, #2a2a2a 100%);
    border-bottom: 3px solid #D4AF37;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Navigation */
#content ul#nav {
    background: linear-gradient(135deg, #121212 0%, #2a2a2a 100%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    border-bottom: 3px solid #D4AF37;
}

#content ul#nav li {
    border-left: 1px solid rgba(212, 175, 55, 0.3);
    border-right: 1px solid rgba(212, 175, 55, 0.3);
}

#content ul#nav a {
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 500;
}

#content ul#nav a:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.1) 100%) !important;
    color: #D4AF37 !important;
}

/* Account Info Section */
.info {
    background: rgba(23, 23, 30, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.3),
        inset 0 0 15px rgba(212, 175, 55, 0.05);
    padding: 25px;
    margin-bottom: 30px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.4),
        inset 0 0 20px rgba(212, 175, 55, 0.1);
}

.info h2 {
    color: #D4AF37;
    font-size: 24px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.info p {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.6;
}

/* Buttons */
button, .btn {
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 100%);
    color: #121212 !important;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

button:hover, .btn:hover {
    background: linear-gradient(135deg, #F4D03F 0%, #D4AF37 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* Form Elements */
input[type="text"], 
input[type="password"], 
select.inpts, 
select {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid #444;
    color: #D4AF37;
    padding: 12px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

input[type="text"]:focus, 
input[type="password"]:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
    outline: none;
}

/* Tables */
table.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

table.table thead tr th {
    background: linear-gradient(135deg, #D4AF37 0%, #8B6E2F 100%);
    color: #121212;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

table.table tbody tr td {
    background: rgba(30, 30, 30, 0.8);
    color: #e0e0e0;
    padding: 15px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
}

table.table tbody tr:last-child td {
    border-bottom: none;
}

table.table tbody tr:hover td {
    background: rgba(212, 175, 55, 0.05);
    color: #fff;
}

/* Icons */
.itembx .fa-search, 
.itembx .fa-user, 
.itembx .fa-lock, 
.itembx .fa-pencil {
    color: #D4AF37;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .info {
        padding: 15px;
    }
    
    #content ul#nav a {
        padding: 15px 10px;
        font-size: 14px;
    }
}

/* Gold Accents */
.brdr {
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
    height: 1px;
}

/* Dashboard Cards */
.dashboard-card {
    background: linear-gradient(135deg, #1e1e1e 0%, #2a2a2a 100%);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border-top: 3px solid #D4AF37;
}

.dashboard-card h3 {
    color: #D4AF37;
    margin-bottom: 15px;
    font-size: 18px;
}

/* Transaction History */
.transaction-history {
    background: rgba(30, 30, 30, 0.8);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.transaction-history h4 {
    color: #D4AF37;
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

/* ===== BASE STYLING ===== */
body {
    background: radial-gradient(circle at 10% 20%, #0f0f13 0%, #1a1a24 100%);
    color: #e0e0e0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Crypto-themed background pattern (optional) */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
        url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h100v100H0z" fill="none"/><path d="M50 0v100M0 50h100" stroke="rgba(212,175,55,0.05)" stroke-width="0.5"/></svg>');
    z-index: -1;
    opacity: 0.5;
}

/* ===== ACCOUNT DASHBOARD ===== */
.info {
    background: rgba(23, 23, 30, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.3),
        inset 0 0 15px rgba(212, 175, 55, 0.05);
    padding: 25px;
    margin-bottom: 30px;
}

.info:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.4),
        inset 0 0 20px rgba(212, 175, 55, 0.1);
}

.info h2 {
    color: #D4AF37;
    font-size: 24px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    position: relative;
    display: inline-block;
}

.info h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37, transparent);
}

.info p {
    color: #b0b0b0;
    font-size: 16px;
    line-height: 1.7;
}

/* Crypto-themed stats */
.crypto-stat {
    background: rgba(30, 30, 40, 0.7);
    border-left: 3px solid #D4AF37;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
}

.crypto-stat:hover {
    background: rgba(40, 40, 50, 0.8);
    transform: translateX(5px);
}

/* ===== BUTTONS ===== */
button, .btn {
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 100%);
    color: #121212 !important;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 10px rgba(212, 175, 55, 0.3),
        inset 0 -2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:hover, .btn:hover {
    background: linear-gradient(135deg, #F4D03F 0%, #D4AF37 100%);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 15px rgba(212, 175, 55, 0.4),
        inset 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* ===== TABLES ===== */
table.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

table.table thead tr th {
    background: linear-gradient(135deg, #D4AF37 0%, #8B6E2F 100%);
    color: #121212;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

table.table tbody tr td {
    background: rgba(30, 30, 30, 0.8);
    color: #e0e0e0;
    padding: 15px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
}

table.table tbody tr:last-child td {
    border-bottom: none;
}

table.table tbody tr:hover td {
    background: rgba(212, 175, 55, 0.05);
    color: #fff;
}

/* ===== FORM ELEMENTS ===== */
input[type="text"],
input[type="password"],
select.inpts,
select {
    background: rgba(20, 20, 30, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #D4AF37;
    padding: 12px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}

input[type="text"]:focus,
input[type="password"]:focus,
select.inpts:focus,
select:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
    outline: none;
}

/* ===== ANIMATIONS ===== */
@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

.crypto-pulse {
    animation: pulse 2s infinite;
}

/* Hover glow effect */
.hover-glow:hover {
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .info {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .crypto-stat {
        padding: 10px;
    }
    
    button, .btn {
        padding: 10px 15px;
    }
}

.glassy-button {
    background: rgba(255, 255, 255, 0.1); /* Glassmorphic effect */
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white; /* Change font color to gold */
    padding: 12px 30px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px); /* Glassmorphic effect */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
